← All plugins
x-agent-intelligence
v1.4.0Build readable AI and agent intelligence feeds from X MCP data, with configurable sources, summaries, filters, avatars, media, and links back to original posts.
Claude Code1 skill
by DAIR.AI600updated 2 weeks ago
Source
git clone https://github.com/dair-ai/dair-academy-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/x-agent-intelligence/ inside the repository.
Layout
plugins/x-agent-intelligence/
├── .claude-plugin/plugin.json└── skills/x-agent-intelligence/SKILL.md
Skills1
x-agent-intelligenceskills/x-agent-intelligence/SKILL.md
Build or refresh a readable local AI and agent intelligence feed from the official X MCP server. Use when the user asks for an X-based digest, monitoring dashboard, daily AI feed, source-account timeline, or a self-contained HTML artifact backed by X posts.
Manifests1
plugins/x-agent-intelligence/.claude-plugin/plugin.json
{
"name": "x-agent-intelligence",
"description": "Build readable AI and agent intelligence feeds from X MCP data, with configurable sources, summaries, filters, avatars, media, and links back to original posts.",
"version": "1.4.0",
"author": {
"name": "DAIR.AI"
}
}