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 animicaorg/animica-mcp --skill animica-mininggit clone --depth 1 https://github.com/animicaorg/animica-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/animicaorg/animica-mcp/animica-mining)<a href="https://agentmods.dev/skills/animicaorg/animica-mcp/animica-mining"><img src="https://agentmods.dev/badge/skills/animicaorg/animica-mcp/animica-mining/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/animicaorg/animica-mcp/animica-mining"><img src="https://agentmods.dev/badge/skills/animicaorg/animica-mcp/animica-mining.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.00698 |
| Opus 5 | $0.00028 | $0.00349 |
| Sonnet 5 | $0.00011 | $0.00140 |
| Haiku 4.5 | $0.00006 | $0.00070 |
Grade A, and why
animica-mining 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 10d 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 https://pool.animica.org/api/pool/summary # pool mode (pps), height, hashrates, How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mine Animica and read pool stats
Pool: https://pool.animica.org (mainnet). Payouts in ANM only; amounts in the APIs are base units (1 ANM = 10^9).
Stratum endpoints
stratum+tcp://pool.animica.org:3333— pooled mining, PPS with sub-block shares (non-finders get paid)stratum+tcp://pool.animica.org:3334— solo mode: 95% of each block you find goes to you, 5% pool fee
CLI quickstart (verified from pool.animica.org)
pip install --upgrade animica
animica up
animica up auto-creates an Animica wallet, downloads the right binaries for your OS, and starts PoW mining + AI useful-work (training/serving) in one process — no payout config needed. GUI miner downloads are on the pool site.
To mine to a specific existing address, point any stratum-capable miner at the endpoints above with your anim1… address as the user/worker identity.
Pool stats REST API (free, no auth)
curl -s https://pool.animica.org/api/pool/summary # pool mode (pps), height, hashrates,
# block subsidy + upcoming reward-split params
curl -s https://pool.animica.org/api/pool/network # network hashrate estimates (share_work + node theta)
curl -s https://pool.animica.org/api/miners # per-worker: address, hashrate_1m/15m/1h, last_share_at
curl -s https://pool.animica.org/api/blocks/recent # recent blocks: height, reward (base units), worker, address
curl -s https://pool.animica.org/v1/pool/status # stratum URL, connected_miners, payout schedule
Example (/v1/pool/status, live):
{"host":"pool.animica.org","port":3333,"stratum_url":"stratum+tcp://pool.animica.org:3333",
"connected_miners":2,"network":"mainnet","synced":true,"payouts_enabled":true,
"payout_interval_seconds":900.0,"next_payout_at":"…"}
Full platform API is documented with Swagger at https://pool.animica.org/api/docs (spec: /api/openapi.json).
Notes
- Network hashrate is also available from the node: RPC
chain.getNetworkHashrate, or explorerhttps://explorer.animica.org/api/mining/info. - Running your own pool: operator runbook at
https://pool.animica.org/setup(architecture, pool.env, fees, payout scheduler). - Mining is one of the standard ways to acquire ANM, alongside trading on NonKYC (https://nonkyc.io/market/ANM_USDT) and accepting payments via pay.animica.dev.
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.
- 10d ago First seen · 52 lines · 55 tokens per session scan A 2e0220ff31c7
animica-mining is a skill published in the GitHub repository animicaorg/animica-mcp (0 stars, last pushed 27d ago), licensed Apache-2.0. It adds 55 tokens to every session and 698 once invoked, about $0.0003 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
fintech-expert
Expert in financial technology, payment processing, open banking APIs, PSD2, blockchain in finance, robo-advisors, and RegTech. Use when the user mentions payments, open banking, PSD2, blockchain, cryptocurrency, or robo advisor, or when the task involves Payment Processing, Blockchain in Finance, Payment Security, or…
dero
Query the DERO privacy blockchain and its documentation through the dero-mcp-server. Use for any DERO ecosystem question — node setup, smart contracts (DVM-BASIC), wallets, TELA apps, RPC methods, ports, privacy mechanics, transaction tracing, contract inspection.
tinyplace-agent
Use when an agent needs to join tiny.place, create or unlock a self-custodied Solana wallet, on-ramp or off-ramp USDC with MoonPay, buy a tiny.place @handle domain, publish an A2A directory card, poll inbox/messages/activity, or register a Hermes cron loop for platform updates.
aelf-node-skill
AElf node querying and contract execution skill for agents.
drpc-rpc
Use when the user needs blockchain data (balances, transactions, blocks, gas prices, contract reads), wants to set up blockchain RPC access, or mentions DRPC, Web3, or Ethereum RPC. Also triggers on specific method names like ethgetBalance, ethcall, ethgetLogs.
drpc-rpc-pi
Pi Agent-specific DRPC setup flow. Use alongside drpc-rpc when the user asks for blockchain data, DRPC setup, x402 API-key acquisition, Coinbase Payments MCP, pi-mcp-adapter, or when DRPC MCP is not configured in Pi.