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 XSpoonAi/spoon-awesome-skill --skill web3-core-operationsgit clone --depth 1 https://github.com/XSpoonAi/spoon-awesome-skillWrote 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/xspoonai/spoon-awesome-skill/web3-core-operations)<a href="https://agentmods.dev/skills/xspoonai/spoon-awesome-skill/web3-core-operations"><img src="https://agentmods.dev/badge/skills/xspoonai/spoon-awesome-skill/web3-core-operations/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/xspoonai/spoon-awesome-skill/web3-core-operations"><img src="https://agentmods.dev/badge/skills/xspoonai/spoon-awesome-skill/web3-core-operations.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.00000 | $0.02251 |
| Opus 5 | $0.00000 | $0.01125 |
| Sonnet 5 | $0.00000 | $0.00450 |
| Haiku 4.5 | $0.00000 | $0.00225 |
Grade A, and why
web3-core-operations 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 8d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
60 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.
- account-abstraction-paymaster/README.md 18 KB
- account-abstraction-paymaster/scripts/entrypoint_interaction.py 20 KB runs code
- account-abstraction-paymaster/scripts/paymaster_sponsor.py 22 KB runs code
- account-abstraction-paymaster/scripts/user_operation_builder.py 17 KB runs code
- account-abstraction-paymaster/SKILL.md 20 KB
- AgentPay-via-x402-demo/demo.mp4 6617 KB
- AgentPay-via-x402-demo/README.md 1.3 KB
- AgentPay-via-x402-demo/SKILL.md 14 KB
- AI-DeFi-Safety-Smart-Execution-Agent/ai_explainer.py 9.0 KB runs code
- AI-DeFi-Safety-Smart-Execution-Agent/README.md 2.6 KB
- AI-DeFi-Safety-Smart-Execution-Agent/requirements.txt 106 B
- AI-DeFi-Safety-Smart-Execution-Agent/risk_engine.py 8.8 KB runs code
- AI-DeFi-Safety-Smart-Execution-Agent/safety_analyzer.py 14 KB runs code
- AI-DeFi-Safety-Smart-Execution-Agent/SKILL.md 2.2 KB
- AI-DeFi-Safety-Smart-Execution-Agent/skill.py 6.6 KB runs code
- AI-DeFi-Safety-Smart-Execution-Agent/swap_simulator.py 10 KB runs code
- bridge-status-checker/README.md 4.3 KB
- bridge-status-checker/scripts/main.py 16 KB runs code
- bridge-status-checker/SKILL.md 6.1 KB
- bridge/bridge-analyzer/README.md 15 KB
- bridge/bridge-analyzer/scripts/bridge_comparison.py 12 KB runs code
- bridge/bridge-analyzer/scripts/bridge_monitor.py 16 KB runs code
- bridge/bridge-analyzer/scripts/bridge_risk_scorer.py 19 KB runs code
- bridge/bridge-analyzer/scripts/route_optimizer.py 17 KB runs code
- bridge/bridge-analyzer/SKILL.md 8.0 KB
- bridge/scripts/bridge_quote.py 8.3 KB runs code
- bridge/scripts/bridge_routes.py 8.1 KB runs code
- bridge/scripts/bridge_status.py 8.7 KB runs code
- bridge/SKILL.md 10 KB
- contract-deployer/README.md 1.5 KB
- contract-deployer/scripts/deploy.py 6.6 KB runs code
- contract-deployer/SKILL.md 1.1 KB
- contract-event-tail/README.md 1.7 KB
- contract-event-tail/scripts/main.py 11 KB runs code
- contract-event-tail/SKILL.md 2.0 KB
- dao-proposal-starter/README.md 1.9 KB
- dao-proposal-starter/scripts/main.py 6.7 KB runs code
- dao-proposal-starter/SKILL.md 5.1 KB
- dao-tooling/governance-intel/README.md 12 KB
- dao-tooling/governance-intel/scripts/dao_health.py 17 KB runs code
- dao-tooling/governance-intel/scripts/delegate_profiler.py 15 KB runs code
- dao-tooling/governance-intel/scripts/proposal_scanner.py 11 KB runs code
- dao-tooling/governance-intel/scripts/voting_analyzer.py 18 KB runs code
- dao-tooling/governance-intel/SKILL.md 7.2 KB
- dao-tooling/scripts/governor_vote.py 4.1 KB runs code
- dao-tooling/scripts/snapshot_monitor.py 3.3 KB runs code
- dao-tooling/scripts/snapshot_vote.py 3.2 KB runs code
- dao-tooling/scripts/tally_monitor.py 3.2 KB runs code
- dao-tooling/SKILL.md 16 KB
- defi-protocols/scripts/aave_lending.py 3.8 KB runs code
- defi-protocols/scripts/cow_swap.py 3.0 KB runs code
- defi-protocols/scripts/oneinch_swap.py 3.5 KB runs code
- defi-protocols/scripts/yield_finder.py 2.2 KB runs code
- defi-protocols/SKILL.md 13 KB
- defi-quote-exec-demo/README.md 2.0 KB
- defi-quote-exec-demo/scripts/__pycache__/main.cpython-313.pyc 15 KB
- defi-quote-exec-demo/scripts/main.py 16 KB runs code
- defi-quote-exec-demo/SKILL.md 5.4 KB
- defi/defi-yield-scout/README.md 17 KB
- defi/defi-yield-scout/scripts/impermanent_loss_calc.py 22 KB runs code
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.
- 8d ago First seen · 272 lines · 0 tokens per session scan A c2a0ddd4fbad
web3-core-operations is a skill published in the GitHub repository XSpoonAi/spoon-awesome-skill (17 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,251 tokens. 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-09-03.
Other skills, from other repositories
swapper-deposit
Deposit and bridge funds into a wallet or protocol using Swapper Finance. Handles fiat on-ramp (card payments via Mastercard, Visa, Apple Pay, Google Pay), crypto transfers, and cross-chain bridging via Chainlink CCIP — directly into lending, staking, and liquidity protocols. Supports Ethereum, Base, Arbitrum…
volume-trading-strategies
Complete mastery guide for volume trading and market making in crypto — understanding order book dynamics, bid-ask spreads, volume profile analysis, VWAP/TWAP execution, market making strategies, liquidity provision, wash trading detection, volume manipulation tactics and defenses, and building automated trading bots.…
tokenized-agents
Use when the user wants to charge users for actions. Use @three-ws/agent-payments, to build Solana payment transactions, verify on-chain invoice payments, or integrate Solana wallet adapters for agent payment flows.
crypto-price-data-guide
How cryptocurrency prices work — the complete data pipeline from CEX order books and DEX pools through oracle networks to aggregators. Covers free API alternatives to CoinGecko, VWAP/TWAP calculations, and building price feeds without paid APIs. Use when explaining price sources, building market data features, or…
four-meme-ai
Full-featured Four.meme AI agent skill for BSC meme token operations: create tokens, buy/sell execution, rankings, quotes, tax info, on-chain events, send BNB/ERC-20, and ERC-8004 agent identity registration. Installable via CLI or npm.
restaking-explained
Guide to restaking and liquid restaking tokens (LRTs) — EigenLayer, restaking mechanics, operator selection, risk analysis, and the restaking ecosystem. Use when explaining restaking concepts, evaluating LRT protocols, or helping users understand EigenLayer and AVS security.