Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:2026년 4월 19일 09:36
파일 탐색기
SKILL.md
| name | gamify |
| description | Install or uninstall backend-native hooks that track usage via agex hook write. |
| type | command |
agex gamify --agent <backend> / agex gamify --uninstall --agent <backend>Writes backend-native hook fragments (each tagged with a stable agex:* ID) that call agex hook write <event> on PostToolUse, UserPromptSubmit, and Stop events. Agent-authored skills (e.g., levelup) read the accumulated data via agex hook read.
--uninstall removes exactly the agex:* fragments; user-authored hooks are untouched.agex gamify explicitly is the confirmation — no separate prompt.If your backend doesn't support hooks, you get a markdown notice + issue link instead.
agex gamify --agent claude-code
# ... use your runtime for a while ...
agex hook read --agent claude-code
# ... later, to undo:
agex gamify --uninstall --agent claude-code