a2a-multi-agent
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
Sends, manages, and automates direct messages on X/Twitter. Supports personalized bulk DMs with templates, conversation management, message request filtering, and DM export. The agent uses this skill when a user needs to send DMs, manage conversations, or automate direct
$ npx -y skills add nirholas/XActions --skill direct-messages --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/direct-messagesContext preview
The summary Claude sees to decide when to auto-load this skill.
Sends, manages, and automates direct messages on X/Twitter. Supports personalized bulk DMs with templates, conversation management, message request filtering, and DM export. The agent uses this skill when a user needs to send DMs, manage conversations, or automate direct
name: direct-messages description: Sends, manages, and automates direct messages on X/Twitter. Supports personalized bulk DMs with templates, conversation management, message request filtering, and DM export. The agent uses this skill when a user needs to send DMs, manage conversations, or automate direct messaging workflows. license: Apache-2.0 metadata: author: nichxbt version: "3.0"
Browser console scripts for sending, managing, and exporting X/Twitter DMs.
| Script | File | Purpose | |--------|------|---------| | Send Direct Messages | `src/sendDirectMessage.js` | Send personalized DMs to a list of users | | DM Manager | `src/dmManager.js` | Core DM management (read, filter, organize, export) |
**File:** `src/sendDirectMessage.js`
Send personalized DMs to multiple users with message templates and rate limiting.
const CONFIG = {
targetUsers: ['user1', 'user2'],
messageTemplate: 'Hey {username}! 👋 Just wanted to connect.',
limits: {
messagesPerSession: 10,
delayBetweenMessages: 30000,
},
skipIfAlreadyMessaged: true,
dryRun: true,
};1. Navigate to `x.com/messages` 2. Edit CONFIG with target users and message template 3. Set `dryRun: false` when ready 4. Open DevTools (F12) → Console 5. Paste the script → Enter
**Warning:** Mass DMing can get your account restricted. Only message users who have open DMs or follow you.
**File:** `src/dmManager.js`
Core module for reading, filtering, organizing, and exporting DM conversations. Supports message requests, conversation search, and DM privacy settings.
1. Navigate to `x.com/messages` 2. Open DevTools (F12) → Console 3. Paste the script → Enter
| Element | Selector | |---------|----------| | New message button | `[data-testid="NewDM_Button"]` | | Search people | `[data-testid="searchPeople"]` | | Message input | `[data-testid="dmComposerTextInput"]` | | Send button | `[data-testid="dmComposerSendButton"]` | | Conversation list | `[data-testid="conversation"]` | | Message bubble | `[data-testid="messageEntry"]` | | Message requests | `[data-testid="messageRequests"]` | | Back button | `[data-testid="app-bar-back"]` |
⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API. Follow Bot. Like bot. Grow your account automatically.
Repo: nirholas/XActions
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
Export and backup your X/Twitter account data — tweets, likes, bookmarks, followers, and following — as downloadable JSON. Also triggers X's official data…
Miscellaneous account utilities — view join date, login history, connected accounts, appeal suspension, QR code sharing, share/embed tweets, upload contacts,…
Trains an X/Twitter account's algorithmic feed to surface niche-relevant content and positions the account as a thought leader. Browser scripts for manual…
Analyze X/Twitter engagement, hashtags, competitors, best posting times, follower demographics, tweet performance, viral detection, content calendar gaps, A/B…
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and…