protocol-name

Scaffolds standardized SKILL.md documentation for crypto protocol integrations.

1|1|Updated May 21, 2026
One-click install
npx skills add https://github.com/naruto11eth/cryptoskills --skill protocol-name-naruto11eth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: protocol-name
Source: https://github.com/naruto11eth/cryptoskills/tree/main/template
Command: npx skills add https://github.com/naruto11eth/cryptoskills --skill protocol-name-naruto11eth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agents have stale or incorrect knowledge about crypto protocols, including outdated gas prices, hallucinated contract addresses, and deprecated SDK patterns. This template provides a standardized structure for authoring protocol skills that correct these mistakes with verified, current information. ## Core Features & Use Cases - Structured Skill Authoring: Provides a complete SKILL.md skeleton with frontmatter fields for name, description, chain, category, and tags. - Hallucination Correction Section: Includes a dedicated "What You Probably Got Wrong" section to document common AI mistakes with sourced corrections. - Verified Contract Addresses: Enforces a contract address table with onchain verification dates to prevent agents from using wrong addresses. - Use Case: A developer documenting a new DeFi protocol uses this template to create a skill covering swaps, liquidity operations, error handling, and security considerations, so any AI agent can interact with the protocol correctly. ## Quick Start Copy this template and fill in each section with your protocol's SDK setup, core concepts, verified contract addresses, and common error handling patterns.

Frequently Asked Questions about protocol-name

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a skill for a crypto protocol?

Copy the SKILL.md template and fill in the frontmatter with the protocol name, description, chain, and category. Then complete each section: SDK installation, core concepts, code patterns, verified contract addresses, and error handling tables.

What should a crypto protocol skill include?

A protocol skill should include a corrections section for common AI mistakes, quick start SDK setup, core concept explanations, copy-paste code patterns, a verified contract address table, error handling reference, troubleshooting steps, and security considerations.

Why do AI agents give wrong contract addresses?

AI agents hallucinate contract addresses because training data is stale or incomplete, and a wrong address can cause lost funds. The template requires an address table with a last-verified date confirmed onchain via eth_getCode.

Which AI agents are compatible with these skills?

The template's compatibility field lists Claude Code, Cursor, Windsurf, and Cline. Any agent supporting the Agent Skills format can load a SKILL.md file with valid name and description frontmatter.

What are the limitations of a documentation-only skill?

A documentation-only skill provides instructions but no executable scripts, so agents rely on the code examples being accurate and current. Addresses and API patterns must be re-verified periodically as protocols upgrade contracts and deprecate endpoints.