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 skills add furkangonel/cowrangler --skill spikegit clone --depth 1 https://github.com/furkangonel/cowranglerWrote 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/skills/furkangonel/cowrangler/spike)<a href="https://agentmods.dev/skills/furkangonel/cowrangler/spike"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/spike/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/spike"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/spike.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00017 | $0.02294 |
| Opus 5 | $0.00009 | $0.01147 |
| Sonnet 5 | $0.00003 | $0.00459 |
| Haiku 4.5 | $0.00002 | $0.00229 |
Grade A, and why
spike scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s \ How it starts
The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Technical Spike SOP
A spike is a time-boxed investigation that answers a specific technical question. It produces a recommendation and confidence level — not production code.
When to Use
- A key technical assumption has never been tested
- Two or more approaches look viable but their trade-offs are unclear
- A third-party library or API needs to be evaluated before committing to it
- Performance characteristics of an approach are unknown
- Team estimate variance for a task is high (disagreement signals hidden uncertainty)
- User says "I'm not sure if X is possible" or "I need to investigate Y"
The Spike Process
1. QUESTION → 2. TIME-BOX → 3. INVESTIGATE → 4. DOCUMENT → 5. DECIDE
Phase 1 — Frame the Question
A good spike question is:
- Specific: answerable with yes/no or a concrete recommendation
- Bounded: does not expand into full implementation
- Actionable: the answer changes what you build next
Good spike questions:
- "Can we use Postgres full-text search for our query patterns, or do we need Elasticsearch?"
- "Does the Stripe Connect API support split payments with our required fee model?"
- "Can the existing auth middleware handle WebSocket connections, or does it need changes?"
- "Will SQLite handle the concurrent write volume our gateway requires?"
Bad spike questions (too vague):
- "How should we build the payment system?" → This is planning, not a spike
- "Is React a good framework?" → Too broad, not actionable
Fill in before starting:
## Spike: [Short descriptive title]
**Question to answer:** [Single specific question]
**Why this matters:** [What decision does the answer unlock?]
**Time box:** [1h / 2h / 4h / 8h — pick one]
**Definition of done:** [What output proves the question is answered?]
Phase 2 — Time-Box Rules
| Investigation depth | Appropriate time box |
|---|---|
| Read docs + quick prototype | 1–2 hours |
| Build minimal proof-of-concept | 4 hours |
| Benchmark two approaches | 4–8 hours |
| Evaluate multiple vendors | 8 hours max |
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.
- 8d ago First seen · 287 lines · 17 tokens per session scan A 34252a208eb2
spike is a skill published in the GitHub repository furkangonel/cowrangler (2 stars, last pushed yesterday), licensed MIT. It adds 17 tokens to every session and 2,294 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
officecli-data-dashboard
Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…
datamol
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…
clinicaltrials-database
Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
session-investigator
Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…
esm
Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…