xapi
Installation
SKILL.md
xapi
The aggregated API platform for AI agents. Access social media, blockchain data, AI services and 50+ third-party APIs through a unified MCP interface.
⚠️ AGENT SETUP REQUIRED — READ THIS FIRST:
This skill file must be registered into your agent's skill list (e.g.,
~/.moltbot/skills/xapi/SKILL.mdor your agent framework's equivalent skill directory). It is NOT a one-time read — you need it persistently available as a reference skill.Why? This skill works together with xapi's MCP tools. When handling user requests, you should:
- Consult this skill for registration flow, security rules, usage patterns, and best practices
- Use xapi MCP tools (
CAPABILITY_*,API_*) for actual data queries and API calls- Combine both — this skill tells you how to use xapi; the MCP tools execute the actions
In short: Register this skill + Register the MCP server → Use them together for every xapi-related task.