goal2
v0.4.0goal 引擎啟動器與 quota 排程,兩個 skill:goal(推導可測量完成條件→確認或逾時自動採納→以 claude -p 子程序跑官方 /goal 引擎做到完成,長任務壓縮不忘目標、隨時可終止,有 wtf plugin 就用其格式回報);delaylocal(把 prompt 排到 5h quota 重置後在本機無人值守執行,goal/plain/fast-path 三模式,完成發 LINE 通知)。plugin 名取 goal2 以避開內建 /goal。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install goal2 for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install goal2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/abs1294/fulin-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/goal2/.
Plugin files
├── .claude-plugin/plugin.json├── skills/delaylocal/SKILL.md└── skills/goal/SKILL.md
Included Skills2
當使用者要「把一段 prompt 排程到 5 小時 quota 重置之後自動在本機執行」時觸發。觸發詞:「/goal2:delaylocal」、「delaylocal」、「排程到 quota 之後」、「quota 重置後跑」、「延後到額度恢復再執行」、「等 5h 額度回來再跑」。要「現在就做、不等 quota」→ 用同 plugin 的 goal skill(/goal2:goal),不是本 skill。
當使用者要「先定一條可測量完成條件、再讓 Claude Code 的 goal 引擎做到完成為止」時觸發。觸發詞:「/goal2:goal」、「幫我定完成條件再跑」、「propose goal」、「用 goal 引擎做到完成」、「做到完成為止」、「定好驗收條件自動跑」。不排程到 quota 之後(那是同 plugin 的 delaylocal skill);也不是替使用者手打內建 /goal——本 skill 幫使用者推導條件、確認(或逾時自動採納)後,用 goal.js 起一個 headless 子程序 `claude -p "/goal …"` 跑官方引擎到達成,最後在本對話回報(本機有裝 wtf plugin 就套 wtf 的重講紀律寫回報)。
Plugin manifests1
{
"name": "goal2",
"version": "0.4.0",
"description": "goal 引擎啟動器與 quota 排程,兩個 skill:goal(推導可測量完成條件→確認或逾時自動採納→以 claude -p 子程序跑官方 /goal 引擎做到完成,長任務壓縮不忘目標、隨時可終止,有 wtf plugin 就用其格式回報);delaylocal(把 prompt 排到 5h quota 重置後在本機無人值守執行,goal/plain/fast-path 三模式,完成發 LINE 通知)。plugin 名取 goal2 以避開內建 /goal。",
"author": {
"name": "fulin"
},
"keywords": [
"goal",
"completion-condition",
"schedule",
"cron",
"quota",
"automation",
"line-notify",
"unattended"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[goal2 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/goal2)