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 govRosMedia/stars-cash-flow-mcp --skill hermesgit clone --depth 1 https://github.com/govRosMedia/stars-cash-flow-mcpWrote 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/govrosmedia/stars-cash-flow-mcp/hermes)<a href="https://agentmods.dev/skills/govrosmedia/stars-cash-flow-mcp/hermes"><img src="https://agentmods.dev/badge/skills/govrosmedia/stars-cash-flow-mcp/hermes/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/govrosmedia/stars-cash-flow-mcp/hermes"><img src="https://agentmods.dev/badge/skills/govrosmedia/stars-cash-flow-mcp/hermes.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.00055 | $0.00757 |
| Opus 5 | $0.00028 | $0.00378 |
| Sonnet 5 | $0.00011 | $0.00151 |
| Haiku 4.5 | $0.00006 | $0.00076 |
Grade A, and why
stars-cash-flow 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.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stars Cash Flow — reseller API skill (Hermes)
Drive the Stars Cash Flow reseller API — a CPA exchange for real Telegram actions (subscribers, boosts, bot starts fulfilled by verified real users, not bots). JustAnotherPanel/Perfect-Panel compatible.
Use the bundled CLI; it needs no dependencies (stdlib only) and reads the key
from STARS_CASH_FLOW_API_KEY:
python3 scripts/stars_cash_flow.py services # catalog + USD rates (no key)
python3 scripts/stars_cash_flow.py balance # your USD balance
python3 scripts/stars_cash_flow.py price --service 1 --link https://t.me/c --quantity 1000
python3 scripts/stars_cash_flow.py order --service 1 --link https://t.me/c --quantity 1000 --confirm
python3 scripts/stars_cash_flow.py status --order 12345
python3 scripts/stars_cash_flow.py status --orders 1,2,3
python3 scripts/stars_cash_flow.py cancel --orders 1,2,3 --confirm
🔴 Money rules (must follow)
order debits real USD; cancel refunds only the unfulfilled remainder.
- Always
pricefirst and read it back to the user (service, link, quantity, exact USD cost). Checkbalance. - Get an explicit "yes" in this turn before running
order ... --confirm. Without--confirmthe CLI only prints an estimate — never auto-add--confirmon the user's behalf without that approval. - Do not blind-retry
orderon a timeout — checkstatus/balancefirst (the API dedupes identical orders for ~120s, but don't rely on it). - Confirm before
cancel --confirm.
API shape (for reference)
POST https://api-stars.ros.media/api/v2, form-encoded, dispatch on action:
services (no key) · balance · add (spends) · status · cancel (refund).
Errors arrive as { "error": "..." } with HTTP 200.
MCP alternative
Hermes is MCP-compatible, so instead of this CLI you can register the
stars-cash-flow MCP server (see the repo root). It exposes the same operations
as tools, with create_order already gated behind a two-step confirm.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 69 lines · 55 tokens per session scan A aa632455386d
stars-cash-flow is a skill published in the GitHub repository govRosMedia/stars-cash-flow-mcp (1 stars, last pushed 2d ago), licensed MIT. It adds 55 tokens to every session and 757 once invoked, about $0.0003 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-31.
Other skills, from other repositories
setup
Connect the Wellness Project MCP server. Use when the plugin has just been installed, when the user asks how to connect Wellness Project, Apple Health, Fitbit, Oura, or Health Connect to Claude, or when a wellness-project tool call fails with an authentication or "no data" error.
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
mcp-oauth-remote-gateway
Manual OAuth for remote MCP servers on headless gateways.
p5js
Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.
honcho
Configure and troubleshoot Honcho memory for Hermes.