Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/generous-corp/pulp/upgradegit clone --depth 1 https://github.com/Generous-Corp/pulpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/generous-corp/pulp/upgrade)<a href="https://agentmods.dev/commands/generous-corp/pulp/upgrade"><img src="https://agentmods.dev/badge/commands/generous-corp/pulp/upgrade.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00058 | $0.01819 |
| Opus 5 | $0.00029 | $0.00910 |
| Sonnet 5 | $0.00012 | $0.00364 |
| Haiku 4.5 | $0.00006 | $0.00182 |
Grade C, and why
upgrade scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
echo "Install with: curl -fsSL https://www.generouscorp.com/pulp/install.sh | sh" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
echo "Install with: curl -fsSL https://www.generouscorp.com/pulp/install.sh | sh" How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Interactive upgrade assistant for the Pulp CLI. Reuses the upgrade
skill (.agents/skills/upgrade/SKILL.md) for authoritative guidance;
this file is the Claude Code surface that wires the pieces together.
1. Confirm pulp is on PATH
command -v pulp >/dev/null 2>&1 || {
echo "pulp CLI not found on PATH."
echo "Install with: curl -fsSL https://www.generouscorp.com/pulp/install.sh | sh"
exit 1
}
If pulp is missing, stop here — the skill cannot operate without the
installed CLI. The design decision locked in on 2026-04-21 explicitly
rules out hardcoded plugin paths.
2. Pull version diagnostics (structured)
pulp doctor --versions --json > /tmp/pulp-doctor-versions.json 2>/dev/null
Parse the JSON to extract:
cli.raw— installed CLI semver (e.g."0.30.0")plugin.raw— Claude plugin semver fromplugin_json_pathplugin_json_path— absolute path to the plugin'splugin.jsonproject_sdk.raw— active project's SDK (if inside a Pulp project)project_cli_min.raw— the active project'scli_min_versionpin (if any)findings[]— advisory skew messages
Derive the latest available CLI from the cache without hitting the network twice, and CAPTURE the value into a shell variable so step 3 can reuse it:
LATEST="$(pulp upgrade --check-only 2>/dev/null | awk -F'v' '/^Latest:/ {print $2}' | tr -d '[:space:]')"
If the cache is empty, --check-only will query GitHub. Note:
--check-only does NOT persist its fetched result into the update
cache (see tools/cli/cmd_upgrade.cpp), so you MUST capture $LATEST
from its stdout and forward it to step 3 explicitly. Relying on the
--notes default cache lookup would resolve to == from on first-run
/ empty-cache machines and silently hide real migration hops.
3. Pull applicable migration notes
Pass --to "$LATEST" (captured in step 2) explicitly so the notes
surface sees the real hop even when the background cache refresh has
not yet refreshed:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 197 lines · 58 tokens per session scan C 59ed4dea3b62
upgrade is a command published in the GitHub repository Generous-Corp/pulp (16 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 1,819 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other commands, from other repositories
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
release
Perform a full release: generate release notes, bump version, commit, tag, and push.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.