appsignal-cli to inspect your AppSignal data. Installing it writes a SKILL.md into the agent’s skills directory, so the agent knows when to reach for the CLI and how to read its JSON output.
The skill teaches an agent to run the CLI, so the agent acts as you. Make sure the CLI is authenticated on the machine where the agent runs.
Install the skill
Shell
--target:
Shell
Supported agents
Each target installs the same skill into that agent’s default skills directory:| Target | Installs to |
|---|---|
opencode (the default) | ~/.agents/skills/appsignal/SKILL.md |
codex | $CODEX_HOME/skills/appsignal/SKILL.md, or ~/.codex/skills/appsignal/SKILL.md when $CODEX_HOME is unset |
claude | ~/.claude/skills/appsignal/SKILL.md |
all | All of the directories above |
| Flag | Description |
|---|---|
--dir <path> | Install into this skills root directory instead of the target’s default |
--force | Overwrite an existing installed skill |
skill update and skill status accept the same --target and --dir flags, so you can update or check a skill installed in a custom location.
Keep the skill up to date
An installed skill records the CLI version that produced it. After you upgradeappsignal-cli, refresh your installs to the bundled version:
Shell
install, update acts on OpenCode by default; pass --target to update a different agent or all of them.
Shell
Check installation status
To see whether your installed skills are current, outdated, or missing:Shell
status checks all supported agents by default, so you get one list covering OpenCode, Codex, and Claude. Pass --target to narrow it to a single agent.