curl -fsSL https://raw.githubusercontent.com/clarkchenkai/feedback-controller/main/install/install.sh | bashThe installer auto-detects known local agent platforms and copies the feedback-controller/ package into the right skills directory.
git clone https://github.com/clarkchenkai/feedback-controller.git
cp -r feedback-controller/feedback-controller ~/.your-platform/skills/feedback-controller| Platform | Install Method | Status |
|---|---|---|
| Claude Code | ~/.claude/skills/feedback-controller |
✅ |
| Cursor | Remote rule or local skills folder | ✅ |
| OpenAI Codex | ~/.codex/skills/feedback-controller or .agents/skills/feedback-controller |
✅ |
| Gemini CLI | ~/.gemini/skills/feedback-controller |
✅ |
| Google Antigravity | ~/.gemini/antigravity/skills/feedback-controller |
✅ |
| Amp / Goose / Cline | ~/.agents/skills/feedback-controller |
✅ |
Install into the current OpenClaw workspace:
openclaw skills install feedback-controller-clarkchenkaiOr install with the ClawHub CLI:
clawhub install feedback-controller-clarkchenkaiManual install for OpenClaw-compatible local skills folders:
cp -r feedback-controller/feedback-controller ./skills/feedback-controllerAfter installation, ask your agent something like:
- “Use feedback-controller on this task before we continue.”
- “Run feedback-controller here and give me the structured output contract.”
- “Apply feedback-controller before proposing the next action.”
Re-run the one-line installer, or delete the old feedback-controller folder and copy the new one into the same location.
- The installer overwrites existing local copies of
feedback-controller. - For remote-rule platforms, you may also reference the GitHub repository directly if the platform supports it.