anchor

anchor is a skill for Claude Code, Codex from ArcticWolfXZ/claude-codex-crypto-devkit. It costs 0 tokens per session (67 once invoked), scanned A, original, MIT.

A workflow guide for Solana programs built with Anchor, a framework for developing Solana smart contracts. It includes build, test, signer and PDA review, auditing, and devnet deployment steps.

In plain words
What is it for?
Use it to create, build, test, audit, and deploy an Anchor program to Solana's devnet, a public testing network.
Why use it?
It gives Solana development tasks a defined sequence and highlights security checks around account addresses and transaction signers.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/arcticwolfxz/claude-codex-crypto-devkit/anchor
Any agent
npx skills add ArcticWolfXZ/claude-codex-crypto-devkit --skill anchor
Clone the repo
git clone --depth 1 https://github.com/ArcticWolfXZ/claude-codex-crypto-devkit

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 anchor

README.md
[![agentmods](https://agentmods.dev/badge/skills/arcticwolfxz/claude-codex-crypto-devkit/anchor.svg)](https://agentmods.dev/skills/arcticwolfxz/claude-codex-crypto-devkit/anchor)
Your own site
<a href="https://agentmods.dev/skills/arcticwolfxz/claude-codex-crypto-devkit/anchor"><img src="https://agentmods.dev/badge/skills/arcticwolfxz/claude-codex-crypto-devkit/anchor.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 67 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00067
Opus 5 $0.00000 $0.00034
Sonnet 5 $0.00000 $0.00013
Haiku 4.5 $0.00000 $0.00007

Measured 5d ago against content hash 1e13375f2243, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

anchor 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 5d 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.

plugins/crypto-devkit/skills/anchor/SKILL.md · 10 lines

What it actually says

Anchor / Solana workflow

  1. /crypto-devkit:new-solana program_name
  2. anchor build && anchor test
  3. Review PDA seeds and signers
  4. /crypto-devkit:audit
  5. anchor deploy --provider.cluster devnet

See docs/chains/solana.md.

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. 5d ago First seen · 10 lines · 0 tokens per session scan A 1e13375f2243

Subscribe to this mod's changes

anchor is a skill published in the GitHub repository ArcticWolfXZ/claude-codex-crypto-devkit (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 67 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-08-31.

Related

Other skills, from other repositories

crypto-token-analysis

Deep-dive framework for analyzing crypto tokens — market data, liquidity health, tokenomics, unlock schedules, and risk assessment. Combines on-chain data, API queries, and multi-source validation to generate actionable investment verdicts.

kevinnft/ai-agent-skills · 49 tokens

crypto-market-snapshot

Crypto market state and post-move diagnosis, combining price, 24h stats, funding, open interest and liquidations in one call, plus whale flow and news sentiment via companion tools. Use when the user asks the current price or 24h stats of a coin, what is happening in the crypto market right now, why a coin is moving…

CoinLobster/agent-skills · 181 tokens

crypto-mining-setup

Setup and optimize cryptocurrency mining operations — AI-powered mining (soul.md protocol), parallel agent deployment, accumulation strategies, and performance optimization.

kevinnft/ai-agent-skills · 33 tokens

crypto-liquidations

Crypto liquidations from two separate worlds: perp liquidations from the centralized futures venues that publish a liquidation feed plus Hyperliquid, with the long vs short breakdown and an hourly series, and DeFi lending liquidations on Aave V3 and Morpho Blue across Ethereum, Arbitrum and Base where both wallets are…

CoinLobster/agent-skills · 153 tokens

whale-radar

Which coins have unusual whale flow right now, plus the track record of past signals (fired flags scored against what price actually did next). Use when the user asks which coins have unusual whale activity, what is unusual in crypto today, which coins smart money is rotating into, whether a whale signal or flag has…

CoinLobster/agent-skills · 85 tokens

whale-flow

Live crypto whale trades and net buy/sell flow across 15 exchanges plus Ethereum, Base and Arbitrum DEXs. Use when the user asks what whales or smart money are doing on a specific named coin: large trades, buy or sell flow, or who is accumulating or dumping BTC, ETH, SOL or any coin. For screening which coins look…

CoinLobster/agent-skills · 102 tokens