{
  "markdown": "# Twitter Command Center\n\nSearch, monitor, and publish on X/Twitter from Claude Code — powered by AIsa.\n\n## What it does\n\nFull Twitter/X data access through a single API key. No passwords, no cookies, no proxies.\n\n**Read (no login required):**\n- User profiles, timelines, mentions, followers, followings\n- Tweet search (Latest / Top), replies, quotes, retweeters, threads\n- Trending topics, Lists, Communities, Spaces\n\n**Write (OAuth relay):**\n- Publish tweets after one-time browser authorization\n- No credentials stored — uses AIsa's OAuth relay\n\n## Installation\n\n```bash\n### 通过市场安装（推荐）\n```bash\n# 添加市场源（仅需一次）\n/plugin marketplace add https://github.com/aisa-one/twitter-command-center\n# 安装插件\n/plugin install twitter-command-center\n```\n\n## Setup\n\n```bash\nexport AISA_API_KEY=\"your-key\"\n```\n\nGet your API key at [aisa.one](https://aisa.one). ~$0.0004 per read query, pay-as-you-go.\n\n## Components\n\n```\ntwitter-command-center/\n├── .claude-plugin/\n│   └── plugin.json\n├── commands/\n│   └── twitter-search.md        # /twitter-search slash command\n├── skills/\n│   └── twitter/\n│       ├── SKILL.md              # Auto-activated skill\n│       └── scripts/\n│           └── twitter_client.py # Python client (curl + python3)\n└── README.md\n```\n\n## Usage\n\n**Automatic skill activation** — Claude detects when you're working with Twitter/X and loads the skill context:\n\n- \"What's trending on Twitter right now?\"\n- \"Get @anthropic's latest tweets\"\n- \"Search for tweets about AI agents\"\n- \"Post this to X: we shipped v2.0\"\n\n**Slash command:**\n\n```\n/twitter-search AI agents --type Top\n/twitter-search @elonmusk\n/twitter-search trends\n```\n\n## License\n\nMIT\n",
  "bytes": 1643,
  "sha": "3dd464dafc7f64073f4bd625bd8a803c2d669690e8d2f64d6ff2345be55ed385",
  "repo_slug": "aisa-one/twitter-command-center",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_aisa_one_twitter_command_center_twitter__8db53baf/readme"
}