Skip to main content

What Are Agent Skills

Agent Skills are structured instruction packages (SKILL.md files) that teach AI coding assistants how to use ChainStream’s on-chain data and DeFi capabilities. Unlike raw API docs, skills provide decision trees, workflows, safety rules, and error recovery — everything an AI agent needs to operate autonomously.

chainstream-data

Tool pattern — read-only on-chain data: token analytics, market trends, wallet profiling, WebSocket streams

chainstream-graphql

Tool pattern — custom GraphQL analytics over 27 cubes: cross-cube JOINs, aggregations, time-series

chainstream-defi

Process pattern — irreversible DeFi execution: swap, launchpad, transaction broadcast

Skills vs MCP vs SDK

Skills sit at the highest abstraction layer — they reference MCP tools and CLI commands internally, routing the AI agent to the right tool for each task.

Routing Decision Tree

Skill Comparison

Shared Resources

All skills share common reference documents:

Supported Platforms

Skills work with any AI coding assistant that supports SKILL.md files: See Installation Guide for setup instructions.

Next Steps

Installation

Set up skills on your platform

chainstream-data

Standard data queries and analytics

chainstream-graphql

Custom GraphQL analytics, JOINs, aggregations

chainstream-defi

DeFi execution workflows

MCP Server

Underlying MCP protocol