Query Token Info banner
binance binance

Query Token Info

Data community intermediate

Description

Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto: both centralized and decentralized. Search tokens, execute trades, track wallets, monitor signals, and interact with DeFi protocols, all through natural language.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for binance/binance-skills-hub, shared by 7 entries in this directory. It describes the repository, not this entry specifically.

Binance Skills Hub

Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto: both centralized and decentralized. Search tokens, execute trades, track wallets, monitor signals, and interact with DeFi protocols, all through natural language.

Built by Binance. Built for everyone.

We're not building this just for Binance products. Skills Hub is designed for the entire crypto ecosystem: any agent, any framework, any chain. Whether you're building on LangChain, CrewAI, or your own stack, your agents can plug into crypto with a few lines of config.


About This Repository

Each skill lives in its own folder and contains a `SKILL.md` file with YAML frontmatter and structured instructions.

Browse the existing skills to understand patterns and naming conventions before contributing.


Installation

Get started with Binance Skills Hub in a single command. Works with various agents such as OpenClaw and Claude Code.

Prerequisites

Before installing Binance Skills Hub, ensure you have the following prerequisites:

  • Node.js (version 22 or higher)

Install Skills Hub

Run the following command to add Binance Skills Hub to your project:

npx skills add https://github.com/binance/binance-skills-hub

Contribution

We welcome contributions.

To add a new skill:

  1. **Fork the repository** and create a new branch:

    git checkout -b feature/
  2. **Create a new folder** containing a `SKILL.md` file.

  3. **Follow the required format:**

    ---
    title: 
    description: A clear description of what the skill does and when to use it.
    metadata:
      version: 
      author: 
    license: MIT
    ---
    
    # 
    
    [Add instructions, examples, and guidelines here]
  4. **Open a Pull Request** to `main` for review. Once approved, the skill will be merged.


Disclaimer

...