protocol-name

Provides a reusable template for authoring crypto protocol agent skills with standardized SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agents often have stale or incorrect knowledge about crypto protocols, including wrong gas prices, hallucinated contract addresses, and outdated SDK patterns. This template gives skill authors a standardized structure for writing protocol skills that correct these mistakes with verified, up-to-date information. ## Core Features & Use Cases - Standardized Frontmatter: Defines required metadata fields including name, description, chain, category, and tags for skill discovery. - Correction-First Structure: Includes a dedicated section for fixing common AI misconceptions with sourced facts. - Complete Documentation Skeleton: Covers quick start, core concepts, code patterns, verified contract addresses, error handling, troubleshooting, and security considerations. - Use Case: A developer wants to contribute a new DeFi protocol skill to the CryptoSkills collection. They copy this template, fill in protocol-specific SDK examples, verified contract addresses, and common error fixes, producing a consistent skill compatible with Claude Code, Cursor, Windsurf, and Cline. ## Quick Start Copy the template SKILL.md file and replace every placeholder section with your protocol's verified setup instructions, code patterns, and contract addresses.

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 new crypto protocol skill for AI agents?

Copy this template's SKILL.md and fill in the frontmatter with your protocol's name, description, chain, and category. Then replace each placeholder section with verified setup code, contract addresses, and troubleshooting guidance.

What sections should a protocol skill documentation include?

A complete skill includes a misconceptions correction section, quick start with SDK installation, core concepts, copy-paste code patterns, a verified contract address table, error handling reference, troubleshooting steps, and security considerations.

Which AI agents are compatible with this skill format?

The template declares compatibility with Claude Code, Cursor, Windsurf, and Cline. Any agent supporting the Agent Skills SKILL.md convention with YAML frontmatter can load skills built from this template.

Why does the template require a contract address verification date?

AI agents frequently hallucinate contract addresses, which can cause loss of funds. The template requires authors to record the verification date and confirm addresses onchain via eth_getCode so agents use only validated addresses.

What are the limits of the skill description field?

The description in the frontmatter must stay under 1024 characters. It should state what the skill does, list key actions like swaps or lending, name supported chains, and include trigger phrases for agent activation.