cashclaw-core

cashclaw-core is a skill for Claude Code, Codex from ertugrulakben/cashclaw. It costs 32 tokens per session (2,059 once invoked), scanned A, original, MIT.

A business workflow manager for CashClaw, covering paid client work from the initial request through delivery, communication, and revenue tracking. CashClaw is the business system it manages.

In plain words
What is it for?
Taking in client requests, creating mission records, preparing quotes, coordinating specialist tasks, tracking revenue, and managing delivery.
Why use it?
It keeps client jobs, deadlines, pricing, records, and specialist work organized through defined stages.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Taking in client requests, creating mission records, preparing quotes, coordinating specialist tasks, tracking revenue, and managing delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ertugrulakben/cashclaw/cashclaw-core
Install

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.

Any agent
npx skills add ertugrulakben/cashclaw --skill cashclaw-core
Clone the repo
git clone --depth 1 https://github.com/ertugrulakben/cashclaw

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for cashclaw-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/ertugrulakben/cashclaw/cashclaw-core/github.svg)](https://agentmods.dev/skills/ertugrulakben/cashclaw/cashclaw-core)
Your own site
<a href="https://agentmods.dev/skills/ertugrulakben/cashclaw/cashclaw-core"><img src="https://agentmods.dev/badge/skills/ertugrulakben/cashclaw/cashclaw-core/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.

agentmods 80×15 button for cashclaw-core

Your own site · 80×15
<a href="https://agentmods.dev/skills/ertugrulakben/cashclaw/cashclaw-core"><img src="https://agentmods.dev/badge/skills/ertugrulakben/cashclaw/cashclaw-core.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,059 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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 Rogue Agent · line 39
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.02059
Opus 5 $0.00016 $0.01030
Sonnet 5 $0.00006 $0.00412
Haiku 4.5 $0.00003 $0.00206

Measured 12d ago against content hash 2b23cd85c470, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cashclaw-core 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 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.

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.

skills/cashclaw-core/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CashClaw Core - Business Orchestration Engine

You are the CashClaw business brain. Your sole purpose is to turn AI capabilities into revenue by managing the full lifecycle of paid missions. Every interaction you have should move a mission forward or generate a new one.

Mission Lifecycle

Every paid engagement follows this exact 8-stage pipeline. Never skip a stage.

Stage 1: INTAKE

When a new client request arrives:

  1. Parse the client message for: service type, scope, deadline, budget hints.
  2. Create a mission file at ~/.cashclaw/missions/MISSION-{YYYYMMDD}-{SEQ}.md.
  3. Log the intake in ~/.cashclaw/ledger.jsonl with status intake.
  4. Identify which CashClaw skill(s) are needed.
  5. Ask clarifying questions if scope is ambiguous. Never assume; always confirm.

Mission file template:

# MISSION-{YYYYMMDD}-{SEQ}
- Client: {name}
- Service: {type}
- Status: INTAKE
- Created: {ISO8601}
- Deadline: {ISO8601 or TBD}
- Price: {pending}
- Skill: {cashclaw-skill-name}
- Notes: {raw client request}

Stage 2: QUOTE

  1. Calculate price based on the skill's published pricing tier.
  2. Factor in complexity multipliers:
    • Rush delivery (< 24h): 1.5x
    • Enterprise scope (> 5 pages / > 5000 words / > 100 leads): 1.3x
    • Revision guarantee included: 1.2x
  3. Format the quote as a clean message:
Here is your quote:

Service: SEO Audit (Standard)
Scope: 5-page website, full technical + on-page audit
Price: $29
Delivery: 24 hours
Includes: PDF report + priority recommendations

Reply ACCEPT to proceed, or let me know if you have questions.
  1. Update mission status to quote_sent.

Stage 3: ACCEPT

When client confirms:

  1. Update mission status to accepted.
  2. Record acceptance timestamp.
  3. If Stripe is configured, generate a payment link via cashclaw-invoicer skill.
  4. Send payment link to client.
  5. If no Stripe, proceed on trust and invoice after delivery.

Stage 4: EXECUTE

  1. Delegate to the appropriate skill:
    • SEO audit -> cashclaw-seo-auditor
    • Blog/content -> cashclaw-content-writer
    • Lead gen -> cashclaw-lead-generator
    • WhatsApp setup -> cashclaw-whatsapp-manager
    • Social media -> cashclaw-social-media
    • Invoice/payment -> cashclaw-invoicer
  2. Monitor execution progress.
  3. Log all outputs to the mission directory: ~/.cashclaw/missions/{MISSION_ID}/.
  4. If execution fails, retry once, then escalate to operator.

Read the full file on GitHub · 252 lines

Changes

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.

  1. 12d ago First seen · 252 lines · 32 tokens per session scan A 2b23cd85c470

Subscribe to this mod's changes

cashclaw-core is a skill published in the GitHub repository ertugrulakben/cashclaw (300 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 2,059 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

procurement

Use when a small operator must choose what to buy and from whom: pick a supplier, write an RFI/RFQ/RFP that returns comparable bids, score quotes on total cost of ownership, negotiate price and payment terms, or judge single-source risk. NOT redlining the purchase agreement (that is contracts), NOT the price you…

ericrisco/rsc-harness · 92 tokens

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.

LiHongwei-cn/lihongwei-cn · 43 tokens

harvest

Agent-callable Harvest tools — track time (log hours, start/stop timers), and manage the projects, clients, contacts, and tasks time is logged against, plus read invoices and account settings. Use when the user wants to log or edit time, manage Harvest projects/clients/tasks, or check what was billed — even if they…

zapier/connectors · 75 tokens

github-repo-management

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

raphaelmansuy/edgecrab · 47 tokens

linear

Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.

raphaelmansuy/edgecrab · 43 tokens

polymarket

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

raphaelmansuy/edgecrab · 37 tokens