x-agent-resources
Installation
SKILL.md
X Agent Resources — Official Primitives for X-Powered Agents
Core Mission: Make every X interaction in collab-finder correct, efficient, and agent-composable by treating the official X agent resources as first-class citizens — not afterthoughts. This enables exponential value because the finder can be driven by agents (including itself in meta-loops), and development reuses battle-tested specs instead of reinventing.
Key Resources (Always Reference Fresh or Cached)
- llms.txt / llms-full.txt (https://docs.x.com/llms.txt, https://docs.x.com/llms-full.txt): Structured index + full Markdown docs for LLMs. Use to ground xAI prompts on X API capabilities, operators, auth, rates, endpoints.
- skill.md (https://docs.x.com/skill.md): agentskills.io spec describing capabilities, actions, params, constraints, workflows, gotchas, verification. Ingest into prompts; use as template for our SKILL.md.
- MCP Servers:
- XMCP (https://github.com/xdevplatform/xmcp): Local MCP server exposing 200+ X API endpoints as tools (with OAuth). Run alongside or integrate patterns.
- Docs MCP (https://docs.x.com/mcp): Hosted for searching/reading docs via MCP.
- xurl (https://github.com/xdevplatform/xurl): Official CLI with auto-auth, shortcuts (xurl search, xurl post), SKILL.md for agents. Shell to it for smooth UX or use as reference impl.
- OpenAPI Spec: https://api.x.com/2/openapi.json — for generating clients or feeding agents.
- Discovery: .well-known/agent-skills/, etc.
See docs/x-tools.md for full details and how-to (curl, npx skills add, etc.).