grid-2Overview

Built-in Binance skills, auth requirements, and how skill injection works.

DragonClaw ships with seven Binance-powered skills in the core runtime.

These skills are available immediately after install.

Skill map

  • Spot Trading — place, cancel, and inspect spot orders

  • Meme Rush — track real-time meme launches

  • Market Rankings — see trends, smart money, and top traders

  • Token Audit — scan contracts for risk

  • Token Info — search tokens and view live market data

  • Address Info — inspect wallet holdings and value

  • Trading Signals — view AI-generated signals and backtest summaries

Auth model

Six skills use public Binance Web3 APIs and need no API key.

Only Spot Trading requires Binance credentials.

How skill injection works

  1. The user sends a message.

  2. DragonClaw matches relevant skills.

  3. The selected SKILL.md instructions enter the system prompt.

  4. The model emits a tool request.

  5. DragonClaw executes the tool and formats the result.

That keeps the agent modular without requiring a huge static prompt.

Last updated