self-heal
v0.3.0降低並自動接力 tool call 失敗。觸發詞:「tool call 一直失敗」「工具呼叫失敗」「malformed」「自救機制」「self-heal」「卡住自己續」「起 scheduler 接力」「別讓我一直催繼續」。提供:①UserPromptSubmit hook 每輪注入 XML 收尾提醒(事前降低 malformed)②self-heal scheduler 接力規約(作業中起短排程,喚醒時卡住就重發、完成則終止)。註:scheduler 那層為行為規約非程式強制,best-effort。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 self-heal for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install self-heal@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/self-heal/.
Plugin files
├── .claude-plugin/plugin.json└── skills/self-heal/SKILL.md
Included Skills1
降低並自動接力 tool call 失敗。觸發詞:「tool call 一直失敗」「工具呼叫失敗」「malformed」「自救機制」「self-heal」「卡住自己續」「起 scheduler 接力」「別讓我一直催繼續」;或一段需多步工具操作的作業開始時。建立 self-heal scheduler 接力循環。終止/恢復:「終止 self-heal」「停掉 self-heal」「關掉 self-heal」→ 建 kill-switch 旗標檔全面靜默;「恢復 self-heal」「打開 self-heal」→ 刪旗標檔。註:scheduler 與操作守則皆為行為規約、非程式強制,效果 best-effort(程式強制的是 hook 事前提醒與其 kill-switch)。
Plugin manifests1
{
"name": "self-heal",
"version": "0.3.0",
"description": "降低並自動接力 tool call 失敗。觸發詞:「tool call 一直失敗」「工具呼叫失敗」「malformed」「自救機制」「self-heal」「卡住自己續」「起 scheduler 接力」「別讓我一直催繼續」。提供:①UserPromptSubmit hook 每輪注入 XML 收尾提醒(事前降低 malformed)②self-heal scheduler 接力規約(作業中起短排程,喚醒時卡住就重發、完成則終止)。註:scheduler 那層為行為規約非程式強制,best-effort。",
"author": {
"name": "fulin"
},
"keywords": [
"self-heal",
"tool-call",
"malformed",
"scheduler",
"reliability",
"hook"
]
}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.
[self-heal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/self-heal)