XActions

A toolkit for automating X/Twitter through a web browser. It provides tools for scraping posts and accounts, publishing, engagement, and analytics, using Puppeteer, a browser-automation library.

In plain words
What is it for?
Use it to collect X/Twitter data, publish or engage with posts, and inspect account or activity analytics.
Why use it?
It lets workflows interact with X/Twitter without paying for the platform’s API, while using a logged-in browser session.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add plugins/nirholas/xactions/xactions
Claude Code
/plugin marketplace add nirholas/XActions
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

XActions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/plugin.json · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "xactions",
  "version": "3.5.0",
  "description": "Complete X/Twitter automation toolkit — 153 MCP tools for scraping, posting, engagement, analytics, and more. No API fees. Uses Puppeteer browser automation.",
  "author": "nichxbt",
  "homepage": "https://xactions.app",
  "repository": "https://github.com/nirholas/xactions",
  "license": "Apache-2.0",
  "tags": [
    "twitter",
    "x",
    "social-media",
    "automation",
    "scraping",
    "mcp",
    "engagement",
    "analytics"
  ],
  "setup": {
    "install": "npm install xactions",
    "instructions": "After installing, set XACTIONS_SESSION_COOKIE to your X/Twitter auth_token cookie (DevTools → Application → Cookies → auth_token on x.com)."
  },
  "mcpServers": {
    "xactions": {
      "command": "node",
      "args": [
        "node_modules/xactions/src/mcp/server.js"
      ],
      "env": {
        "XACTIONS_MODE": "local"
      }
    }
  },
  "skills": [
    {
      "name": "x-automation",
      "path": "./skills/x-automation.md"
    },
    {
      "name": "x-scraping",
      "path": "./skills/x-scraping.md"
    },
    {
      "name": "x-engagement",
      "path": "./skills/x-engagement.md"
    },
    {
      "name": "x-management",
      "path": "./skills/x-management.md"
    }
  ],
  "agents": [
    {
      "name": "growth",
      "description": "Automate X/Twitter growth — follow targets, engage with content, analyze performance",
      "path": "./agents/growth.md"
    },
    {
      "name": "cleanup",
      "description": "Clean up your X/Twitter account — unfollow non-followers, unlike old posts, clear bookmarks",
      "path": "./agents/cleanup.md"
    },
    {
      "name": "scrape",
      "description": "Scrape X/Twitter data — profiles, followers, tweets, trends. Export to JSON/CSV",
      "path": "./agents/scrape.md"
    }
  ],
  "commands": {
    "scrape-profile": {
      "description": "Scrape a user's X/Twitter profile",
      "agent": "./agents/scrape.md",
      "args": {
    

Read the full file on GitHub · 100 lines

Files

What ships with it

9 files beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 100 lines scan A b012eba80486

Subscribe to this mod's changes

XActions is a plugin published in the GitHub repository nirholas/XActions (492 stars, last pushed 4d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.