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/neurofoo/agent-skills/scampergit clone --depth 1 https://github.com/neurofoo/agent-skillsWrote 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/neurofoo/agent-skills/scamper)<a href="https://agentmods.dev/commands/neurofoo/agent-skills/scamper"><img src="https://agentmods.dev/badge/commands/neurofoo/agent-skills/scamper.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.00000 | $0.01260 |
| Opus 5 | $0.00000 | $0.00630 |
| Sonnet 5 | $0.00000 | $0.00252 |
| Haiku 4.5 | $0.00000 | $0.00126 |
Grade A, and why
scamper scanned grade A with 0 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 3d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SCAMPER Creative Exploration
Apply all seven SCAMPER prompts to systematically explore creative possibilities for a product, service, process, or problem.
Instructions
Work through each of the seven prompts, generating multiple ideas for each. Quantity matters—don't self-edit too early. Wild ideas often lead to practical innovations.
Output Format
Subject: [What we're SCAMPERing] Goal: [What we're trying to achieve]
S: SUBSTITUTE
What can be replaced with something else?
| Component | Substitute With | New Possibility |
|---|---|---|
| [element] | [replacement] | [what it enables] |
| [element] | [replacement] | [what it enables] |
| [element] | [replacement] | [what it enables] |
Questions to explore:
- What materials could be substituted?
- What other ingredients or components?
- What other process could be used?
- What if we substituted the place, time, or person?
C: COMBINE
What can be merged, blended, or bundled together?
| Combine This | With This | Result |
|---|---|---|
| [element A] | [element B] | [new thing] |
| [element A] | [element B] | [new thing] |
| [element A] | [element B] | [new thing] |
Questions to explore:
- What ideas, features, or components can be combined?
- What if we combined purposes or objectives?
- What if we merged with another product/service?
- What talents or resources could be combined?
A: ADAPT
What can be copied, borrowed, or modified from elsewhere?
| Source | Idea to Adapt | How to Apply |
|---|---|---|
| [where it's from] | [the concept] | [application here] |
| [where it's from] | [the concept] | [application here] |
| [where it's from] | [the concept] | [application here] |
Questions to explore:
- What else is like this? What could I copy?
- What ideas from other industries apply?
- What from the past could be adapted?
- What could we emulate?
M: MODIFY / MAGNIFY / MINIMIZE
What can be changed, enlarged, or reduced?
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.
- 3d ago First seen · 170 lines · 0 tokens per session scan A b29893b85384
scamper is a command published in the GitHub repository neurofoo/agent-skills (111 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,260 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.