AgentX
Go CLI that drives X/Twitter for agents, one JSON envelope per command.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 27902c4
Real command dispatch (`posts`, `analytics`, `reply`, `grok`, etc.) checked line-for-line against cmd/agentx/main.go and it matches SKILL.md exactly, but the skill is inert until you compile the Go binary and paste in auth_token/ct0 cookies pulled from a logged-in browser — no sandbox network calls were possible to verify live.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What AgentX does
AgentX is a compiled Go binary giving an agent full X/Twitter control (read, post, DM, lists, communities, Grok, scheduling, analytics) through a single-line JSON envelope per command. It triggers when an agent needs to read or act on X/Twitter, but needs a `go build` and real browser-exported auth_token/ct0 cookies before any command works.
How to install AgentX
git clone https://github.com/DezXBT/AgentX
cd AgentX
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/agentx
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AgentX
-
/agentxGo CLI that drives X/Twitter for agents, one JSON envelope per command.
It also activates on plain-language prompts like these:
-
Pull my last 10 tweets and reply 'Great insight!' to the newest one -
Post this update to X and check its analytics after an hour -
Send a direct message to this X user from my account
Frequently asked questions
- Is the AgentX skill free?
- Yes. The skill itself is free from DezXBT/AgentX. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AgentX work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Real command dispatch (`posts`, `analytics`, `reply`, `grok`, etc.) checked line-for-line against cmd/agentx/main.go and it matches SKILL.md exactly, but the skill is inert until you compile the Go binary and paste in auth_token/ct0 cookies pulled from a logged-in browser — no sandbox network calls were possible to verify live.
- What is the AgentX SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install AgentX?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AgentX with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.