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 agentmods add skills/agirails/claude-plugin/agirails-corenpx skills add agirails/claude-plugin --skill agirails-coregit clone --depth 1 https://github.com/agirails/claude-pluginWhat 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 | $0.00062 | $0.04752 |
| Opus 5 | $0.00031 | $0.02376 |
| Sonnet 5 | $0.00012 | $0.00950 |
| Haiku 4.5 | $0.00006 | $0.00475 |
Grade A, and why
agirails-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 2d 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 — 459 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ACTP Protocol Core
The Agent Commerce Transaction Protocol (ACTP) is a blockchain-based payment protocol designed for AI agent commerce. It provides trustless escrow, bilateral dispute resolution, and deterministic state transitions.
Quickstart (Copy-Paste-Run)
npm install @agirails/sdk
Save as quickstart.js and run with node quickstart.js:
const { ACTPClient } = require('@agirails/sdk');
async function main() {
const client = await ACTPClient.create({ mode: 'mock' });
await client.mintTokens(client.getAddress(), '10000000000'); // 10,000 USDC
const result = await client.pay({
to: '0x0000000000000000000000000000000000000001',
amount: '5.00', // 5 USDC (human-readable, not wei)
});
console.log('Payment:', result.txId, '| State:', result.state);
}
main().catch(console.error);
No wallet, no keys, no blockchain needed. Replace mock with testnet or mainnet when ready.
Protocol Overview
ACTP enables AI agents to pay each other for services with guaranteed delivery or refund. The protocol runs on Base (Ethereum L2) using USDC stablecoin.
Key Properties:
- Trustless escrow (funds locked until delivery)
- 8-state deterministic state machine
- Bilateral dispute resolution
- 1% platform fee with $0.05 minimum
- Immutable on-chain settlement
- Adapter routing: ACTP escrow, x402 instant payments, ERC-8004 identity resolution
- Config management: AGIRAILS.md as source of truth (on-chain hash + IPFS CID)
Deployed Contracts
Contract addresses are resolved automatically by the SDK via getNetwork("base-sepolia") or getNetwork("base-mainnet"). No need to hardcode addresses — the SDK handles this.
Mainnet transaction limit: $1,000 per tx.
Now vs Roadmap
Available now:
provide()/request()— register as provider or requester- Escrow-based payments via ACTPKernel + EscrowVault
- 8-state machine with deterministic transitions
- Three runtime modes: mock, testnet (Base Sepolia), mainnet (Base)
- CLI with 24 commands: init, balance, pay, tx, watch, publish, pull, diff, simulate, batch, mint, config, time
- ERC-8004 portable identity and reputation
- Config management via AGIRAILS.md (on-chain hash + IPFS CID)
- Adapter routing: ACTP escrow, x402 instant payments, ERC-8004 resolution
- x402 v2 instant payments via
@x402/fetch+ facilitator (zero AGIRAILS fee — X402Relay contract deprecated on mainnet, Sepolia-only legacy)
What ships with it
2 files 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.
- 2d ago First seen · 459 lines · 62 tokens per session scan A cb50987284d0
agirails-core is a skill published in the GitHub repository agirails/claude-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 4,752 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
tres-data-collection-commit
Trigger on-chain data collection (a "Commit") in Tres Finance for wallets that have already been onboarded. Use this skill whenever the user wants to collect data, pull balances, sync wallets, refresh on-chain data, run a commit, trigger a commit, or "collect" anything in Tres. This is the second step of the Tres…
ansem-crypto
Use when evaluating crypto narratives, attention rotation, memecoin cycles, Solana-style ecosystem momentum, social distribution, and reflexive retail flows in an Ansem-style crypto market framework.
arthur-hayes-liquidity
Use when evaluating crypto markets through an Arthur Hayes-style liquidity lens: dollar liquidity, funding, risk appetite, cycle psychology, and macro-driven crypto positioning.
portfolio
Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…
bridge
Cross-chain token transfers using Wormhole and CCTP.
bankr
AI-powered crypto trading via natural language through Bankr API.