Skip to main content

Agora skills

Agora skills is a set of structured reference files that give AI coding assistants deep knowledge of Agora's platform. When you ask your assistant to build something with Agora, it loads the relevant skill files covering products, APIs, and platform-specific code examples, so it can generate working code without guessing.

Skills includes integration with the Agora MCP server, which gives your assistant access to live Agora documentation. For installation instructions and supported tools, see the Agora Skills repository.

Installation

Install Agora Skills using one of the following methods:

Run the following command:


_1
npx skills add github:AgoraIO/skills

Skills activate automatically when your agent detects relevant tasks, for example, "build a voice agent", "integrate Agora RTC", or "generate a token".

Manual installation

Clone the repository once and point your AI coding assistant to the skill files directly.

  1. Clone the Agora Skills repo:


    _1
    git clone https://github.com/AgoraIO/skills.git ~/agora-skills

  2. Point your AI assistant to skills/agora/.

    Follow the instructions for your AI coding assistant:

    Run the following commands inside Claude Code:

    • User-level (available across all your projects)


      _2
      /plugin marketplace add AgoraIO/skills
      _2
      /plugin install agora

    • Project-level (shared with your team via version control)


      _2
      /plugin marketplace add AgoraIO/skills
      _2
      /plugin install agora --scope project