stars-cash-flow

stars-cash-flow is a skill for Claude Code, Codex from govRosMedia/stars-cash-flow-mcp. It costs 55 tokens per session (757 once invoked), scanned A, original, MIT.

A skill for managing Telegram promotion orders through the Stars Cash Flow reseller API. Telegram promotion can include channel subscribers, boosts, and bot starts.

In plain words
What is it for?
Use it to list services, check balance, calculate prices, place confirmed orders, check order status, and cancel orders.
Why use it?
It guides the agent through pricing, balance checks, confirmations, order status, and cancellations while accounting for real USD charges and partial refunds.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list services, check balance, calculate prices, place confirmed orders, check order status, and cancel orders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/govrosmedia/stars-cash-flow-mcp/hermes
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 govRosMedia/stars-cash-flow-mcp --skill hermes
Clone the repo
git clone --depth 1 https://github.com/govRosMedia/stars-cash-flow-mcp

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 stars-cash-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/govrosmedia/stars-cash-flow-mcp/hermes/github.svg)](https://agentmods.dev/skills/govrosmedia/stars-cash-flow-mcp/hermes)
Your own site
<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.

agentmods 80×15 button for stars-cash-flow

Your own site · 80×15
<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>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 757 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.
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.00055 $0.00757
Opus 5 $0.00028 $0.00378
Sonnet 5 $0.00011 $0.00151
Haiku 4.5 $0.00006 $0.00076

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/stars_cash_flow.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

hermes/SKILL.md · 69 lines

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.

  1. Always price first and read it back to the user (service, link, quantity, exact USD cost). Check balance.
  2. Get an explicit "yes" in this turn before running order ... --confirm. Without --confirm the CLI only prints an estimate — never auto-add --confirm on the user's behalf without that approval.
  3. Do not blind-retry order on a timeout — check status/balance first (the API dedupes identical orders for ~120s, but don't rely on it).
  4. 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.

Read the full file on GitHub · 69 lines

Files

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.

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 · 69 lines · 55 tokens per session scan A aa632455386d

Subscribe to this mod's changes

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.