Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:19 de abril de 2026 às 06:33
Explorador de arquivos
SKILL.md
Install or uninstall backend-native hooks that track usage via agex hook write.
Show available lessons, or teach one.
Emit markdown documentation for any agex command, lesson, or concept.
| name | hook |
| description | Write and read agex tracking events. |
| type | command |
agex hook write <event> [key=value ...] / agex hook read --agent <backend>writeCalled by installed hooks (see agex gamify, Phase 7). Appends a JSON line to .agex/data/<event>.json. Silent. Safe for concurrent invocation (file locking via portalocker).
agex hook write post-tool-use tool=Read
readRenders tracked events as a markdown table. Prints the source JSON path for deeper inspection.
agex hook read --agent claude-code
post-tool-use, user-prompt, stop, sessions.key=value pairs are captured into the payload. Empty keys (e.g., =foo) are dropped.ts) is attached automatically; a positional ts=<value> overrides it (useful for replays).<event> name is authoritative — it always wins over any event=... pair in args..agex/data/*.json (e.g., from a partial write) are skipped with a warning on hook read, not raised.