Instructions file GitHub Copilot
Instructions for animicaorg/all, covering copilot instructions for animica, architecture overview, key patterns, determinism & canonical encoding and configuration & policy.
Instructions file GitHub Copilot
Instructions for animicaorg/all, covering copilot instructions for animica, architecture overview, key patterns, determinism & canonical encoding and configuration & policy.
Instructions file CodexOpenCode
Instructions for animicaorg/all, covering animica — agent guide, repo layout (the directories that matter), install and run, tests and live endpoints (mainnet, verified 2026-08-14).
Plugin Claude Code
Skills and MCP server for the Animica proof-of-work L1: chain queries, free AI inference, payments, mining, explorer, and deploys.
Plugin Claude Code
Animica L1 toolkit: query the chain, use free keyless AI inference, accept ANM payments, mine, explore blocks, and deploy apps — six skills plus the animica-mcp MCP server.
MCP server Claude CodeCodexCursor
MCP server "animica" as configured in animicaorg/animica-mcp. Launched with animica-mcp.
Skill Claude CodeCodex
Query the Animica L1 blockchain over JSON-RPC or explorer REST. Use when you need the chain head, an account balance, a transaction, a block, forks, hashrate, or any other on-chain Animica data.
Skill Claude CodeCodex
Deploy a website+AI app via animica.org/deploy or deploy Python functions to the animica.dev cloud. Use when the user wants to add an AI assistant to an existing website, or wants to deploy Python code as a paid HTTPS endpoint on Animica.
Skill Claude CodeCodex
Inspect Animica blocks, transactions, addresses, mempool, richlist, supply, and the L2 rollup via the free explorer REST API. Use when you need indexed/enriched chain data (confirmations, tx classification, address history) rather than raw node RPC.
Skill Claude CodeCodex
Call the free, keyless, OpenAI-compatible AI inference API at animica.dev/v1. Use when you need LLM completions without an API key, want to route OpenAI-SDK code to a free endpoint, or need to check which Animica models are currently being served.
Skill Claude CodeCodex
Join the Animica mining pool (stratum endpoints, CLI quickstart) and read pool statistics via the pool REST API. Use when setting up a miner, checking pool/network hashrate, listing miners, or looking up recent blocks and payouts.
Skill Claude CodeCodex
Check ANM balances and run merchant payment flows (create payment intents, poll status, verify webhooks) via the Animica Pay API at pay.animica.dev. Use when accepting ANM payments, integrating a checkout, reconciling payments, or reading an account's ANM balance.