x-agent-resources
Installation
SKILL.md
X Agent Resources — Official Primitives for X-Powered Agents
Core Mission: Make every X interaction correct, efficient, and agent-composable by treating official X agent resources as first-class citizens.
Key Resources (Always Reference Fresh or Cached)
- llms.txt / llms-full.txt (https://docs.x.com/llms.txt): Structured index + full Markdown docs for LLMs.
- skill.md (https://docs.x.com/skill.md): agentskills.io spec — capabilities, actions, params, constraints, workflows.
- MCP Servers: XMCP (200+ endpoints as tools); Docs MCP.
- xurl (https://github.com/xdevplatform/xurl): Official CLI with auto-auth and agent SKILL.md.
- OpenAPI: https://api.x.com/2/openapi.json
Agent read order (mandatory for X work)
- Vendored snapshot in your project (e.g.
.agents/x-resources/skill.md) — read first. - This skill — integration patterns for your app.
- Live
https://docs.x.com/...if behavior disagrees with snapshot — refresh vendored copy.