Scaffold or draft a new docs.linea.build page to editorial standards. Use when creating a new page, writing a first draft, or helping a contributor who isn't a professional writer produce content that meets the documentation team's expectations.
Safely plan and execute dependency maintenance for JavaScript/TypeScript (npm, pnpm) and GitHub Actions, including npm lockfiles, pnpm workspaces, catalogs, overrides, SHA-pinned action versions, release-age policies, audits, CI validation, Dependabot boundaries, PRs, and GitHub tracking issues. Use whenever the user…
Review docs.linea.build content for editorial compliance (voice, terminology, naming, formatting, frontmatter) before opening or merging a pull request. Use before submitting a PR, when reviewing someone else's draft, or when asked to audit existing pages.
Analyze supplied deployed EVM runtime bytecode with EVMole or guide a separate application in integrating a published EVMole Rust, Go, Python, or JavaScript binding. Use for unverified-contract inspection, ABI reconstruction from runtime code, selector discovery, storage-access analysis, EVM control-flow inspection…
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…
Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…
Generic smart-contract interaction for Capminal — read (call), batch-read (multicall) and write (send tx) ANY contract on Base or Robinhood chain by passing a flexible ABI, contract address, function name and parameters, using your CAP API key.
Manage and audit GitHub branch protection for PipRail's main via the gh API as reviewable Infrastructure-as-Code — the canonical ruleset spec lives in git, and every change is back-up-first, verify-after, and can-never-lock-you-out by design. Use whenever the task is "protect main", "lock down the main branch"…
The PipRail brand bible — the entire visual identity and every design asset. The brand system (colors, type, logo, "emerald = paid"), the canonical home for every image (master/working files in design/, shipped assets in site/public/), AND how to design/edit the website (piprail.com, Astro). Use whenever the task…
The surfaces map — every place a given fact lives in PipRail, so a change propagates EVERYWHERE and nothing rots. Front door for npm run sync, the automated checker (50 rules over chains, packages, MCP, facilitators, discovery, security, seo, skills, site and docs). Use whenever you change the chain/token set, a…
Scaffold new Aomi apps and plugins from API docs, OpenAPI/Swagger specs, or SDK references. aomi-build generates production-ready Rust SDK crates (lib.rs, client.rs, tool.rs) with tool schemas, preambles, host-interop flows, and validation — turning a vendor's API surface into AI-agent-callable tools. It covers the…
NFT auto-minting toolkit: direct contract minting, OpenSea/SeaDrop public minting, competitive fast-mint raw-TX path, multi-wallet, scheduled minting, browser fallback, health checks, post-mint verification, and OpenSea listing. For hot/FCFS/max mints use fast-mint.mjs, NOT schedulemint/browser clicking. Available as…
Secure agent-to-agent hiring and execution skill for OpenClaw MCP with escrowed settlement, x402 facilitator payments, ERC-8004 identity/reputation checks, strict replay protection, DNS-safe endpoint validation, and MPC wallet signing. Use when building or operating production A2A workflows that require…
Request testnet or mainnet tokens from a Radius Network faucet. Use when the user says "fund my wallet", "get testnet tokens", "get mainnet tokens", "drip SBC", "use the faucet", "get test funds", "fund my wallet on mainnet", "get SBC on mainnet", or needs tokens on Radius Testnet or Mainnet to start developing or…
End-to-end Radius Network development playbook. Stablecoin-native EVM with sub-second finality. Uses plain viem (defineChain, createPublicClient, createWalletClient) for all TypeScript integration. wagmi for React wallet integration. Foundry for smart contract development and testing. Also covers Hardhat/ethers.js…
Integrate x402 HTTP payment protocol on Radius. Use when the user wants to: monetize an API with per-request micropayments, add HTTP 402 payment gating to endpoints, consume a paid x402 API, sign x402 payment headers, integrate with a facilitator service, implement EIP-2612 permit + Permit2 payment signing, build…
Production-grade Ethereum/EVM development workflow for smart contracts, dApps, transactions, clients, gas optimization, testing, security review, deployment, verification, monitoring, and incident response across Foundry, Hardhat, Solidity, TypeScript, viem, ethers, wagmi, and common EVM networks.
Onchain security scanner on Robinhood Chain — scan token approvals, detect honeypots, analyze contracts for rugpull indicators, check liquidity locks, and score contract safety. Use when a user asks an agent to evaluate, scan, or check a token or wallet before trading, swapping, signing an approval, or investing. 18…
Use when analyzing EVM/DeFi arbitrage opportunities — cross-DEX spot spreads, triangular cycles, stablecoin depegs, or MEV/price dislocation — or when the user wants opportunities quantified net of fees, gas, and slippage. Analysis only, not trade execution.
Use when reducing gas costs, auditing gas usage, or refactoring Solidity/Yul for efficiency — when a contract should be cheaper to deploy or call, or when the user mentions high gas fees, SSTORE/SLOAD costs, storage packing, calldata vs memory, unchecked math, loop costs, or transient storage (EIP-1153).