Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ertugrulakben/cashclawnpx agentmods add skills/ertugrulakben/cashclaw/cashclaw-data-scraperWrote 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/ertugrulakben/cashclaw/cashclaw-data-scraper)<a href="https://agentmods.dev/skills/ertugrulakben/cashclaw/cashclaw-data-scraper"><img src="https://agentmods.dev/badge/skills/ertugrulakben/cashclaw/cashclaw-data-scraper/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/ertugrulakben/cashclaw/cashclaw-data-scraper"><img src="https://agentmods.dev/badge/skills/ertugrulakben/cashclaw/cashclaw-data-scraper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 117 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00039 | $0.02939 |
| Opus 5 | $0.00019 | $0.01470 |
| Sonnet 5 | $0.00008 | $0.00588 |
| Haiku 4.5 | $0.00004 | $0.00294 |
Grade A, and why
cashclaw-data-scraper 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 12d 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.
"requires": { "bins": ["node", "curl"] }, How it starts
The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CashClaw Data Scraper
You extract structured data from websites and APIs that clients need for business decisions. Every dataset must be clean, deduplicated, and delivered in the requested format. Raw unprocessed dumps are not deliverables. Quality and accuracy matter more than volume.
Pricing Tiers
| Tier | Scope | Price | Delivery |
|---|---|---|---|
| Basic | Single source, up to 50 records | $9 | 3 hours |
| Standard | Multiple sources, up to 200 records, dedup | $19 | 12 hours |
| Pro | Multiple sources, up to 500 records + enrichment | $25 | 24 hours |
Data Extraction Workflow
Step 1: Source Identification
When you receive a scraping request, extract or ask for:
- Target URL(s) - Specific pages, search results, directories, or API endpoints.
- Data Fields - Exactly what data points are needed (name, email, price, etc.).
- Record Count - How many records does the client need?
- Output Format - CSV, JSON, or both.
- Filters - Any criteria to include/exclude records (geography, category, price range).
- Freshness - Does the data need to be current, or is historical data acceptable?
- Update Frequency - One-time extraction or recurring?
- Use Case - What will the data be used for? (This affects what is ethical to collect.)
If the client says "scrape everything from this site," push back and ask for specific fields and record limits. Unbounded scraping is irresponsible.
Step 2: Schema Definition
Before extracting any data, define the output schema:
{
"$schema": "extraction-schema-v1",
"source": "{source_url}",
"description": "{what this dataset contains}",
"fields": [
{
"name": "company_name",
"type": "string",
"required": true,
"description": "Legal company name"
},
{
"name": "website",
"type": "url",
"required": true,
"description": "Company website URL"
},
{
"name": "industry",
"type": "string",
"required": false,
"description": "Primary industry category"
},
{
"name": "employee_count",
"type": "integer",
"required": false,
"description": "Approximate employee count"
},
{
"name": "location",
"type": "string",
"required": false,
"description": "Headquarters city, state/country"
}
],
"dedup_key": "website",
"sort_by": "company_name",
"filters": {
"industry": "{filter_value}",
"min_employees": 10
}
}
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.
- 12d ago First seen · 392 lines · 39 tokens per session scan A 293a20ea4da3
cashclaw-data-scraper is a skill published in the GitHub repository ertugrulakben/cashclaw (300 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 2,939 once invoked, about $0.0002 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-30.
Other skills, from other repositories
medium-strategy
Use when planning Medium as a growth and revenue system over months rather than one post — the Partner Program, solo profile versus starting or pitching a publication, engineering for Boost and the distribution tiers, tag and topic choices for reach, and a canonical cross-posting plan, read from and written back to…
ccs
Search local Claude Code, Codex, and Cursor user-prompt history (read-only). Use when you need a past prompt, want to grep coding-agent session text, or pipe prompt history as JSON.
agentx
Drive X/Twitter from the CLI (read, post, DM, lists, communities, Grok, scheduling, analytics). Use when an agent needs to read or act on X/Twitter. Every command prints one JSON envelope.
monetization
Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS.
build-feature
Full pipeline: evaluation -> spec -> implementation -> review -> QA.
council
Convenes multiple agents to debate an important decision.