agentmagnify
v0.1.4
Published
Install the AgentMagnify reporting skill into the coding-agent environments on this machine.
Maintainers
Readme
agentmagnify
Puts the AgentMagnify reporting skill where your coding agent reads from.
npx agentmagnify installThe command detects which agent environments are on the machine, writes the skill into each one, runs the skill's own self-test in the installed copy, and prints what it did and where. If the installed copy does not pass its own self-test, the command says so and exits non-zero — an install that only looks successful is the failure mode worth spending a test on.
There is no daemon, no background service and no CLI left behind. What gets
installed is SKILL.md and a directory of bash scripts that need curl and
jq (or python3), and nothing else.
Update
npx fetches the package each time, so the update path is the install path:
npx agentmagnify@latest installIt reports what it replaced, by version.
Other commands
npx agentmagnify list # which environments were detected; writes nothing
npx agentmagnify install --project # into this repository rather than the machine
npx agentmagnify install --dry-run # say what would be written; write nothingSupported environments
Claude Code is the one environment this has been run in end to end. Everything else is listed as unimplemented rather than guessed at: an adapter that writes a file into a directory nothing reads reports success and produces silence, which is worse than having no adapter at all.
npx agentmagnify list prints the current state of that, with a sentence per
environment saying what is missing. The full matrix, including which reporting
mode each environment reaches, is in skill/README.md inside this package —
installed alongside the skill, so it is also at
~/.claude/skills/agentmagnify/README.md once you have run the install.
After installing
Pair the machine once. Nothing is exported and no token is shown for anybody to copy:
bash ~/.claude/skills/agentmagnify/scripts/pair.shIt pairs against https://api.agentmagnify.com by default. A self-hosted
installation passes --api-url, or sets AGENTMAGNIFY_API_URL once.
Claude Code plugin
If you would rather have native versioning and /plugin update:
/plugin marketplace add remanatech/agentmagnify-skill
/plugin install agentmagnify@agentmagnifySame files, different delivery.
