Agent skill · Content & Marketing

x-twitter-automation

Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill x-twitter-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Xquik-dev
Path: categories/automation/x-twitter-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X/Twitter Automation Use this skill when an agent needs to search tweets, read tweet replies, monitor X/Twitter topics, draft social posts, or run controlled X actions through a tool-backed workflow. Recommended implementations: - [TweetClaw](https://github.com/Xquik-dev/tweetclaw) for OpenClaw agents that need an installable `@xquik/tweetclaw` plugin for tweet search, reply reads, follower export, media workflows, monitors, webhooks, DMs, giveaway draws, and approval-gated posting through Xquik. - [Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet) for Hermes Agent workflows that use the Hermes plugin surface for X/Twitter search, account reads, trends, reply reads, monitoring, and action-gated posting through Xquik. ## When to Use Use this skill when the user asks for: - Search tweets about a company, launch, product, market, or community. - Search Twitter or search X for recent conversations. - Read tweet replies and summarize sentiment. - Monitor tweets around a keyword, username, hashtag, product, or event. - Look up users, accounts, trends, or public social activity. - Draft tweets, post tweets, post replies, or send DMs after explicit approval. - Turn social signals

What's inside
Steps it walks through
  1. When to Use
  2. Core Model
  3. Safety Defaults
  4. TweetClaw OpenClaw Workflow
  5. Hermes Tweet Workflow
  6. Workflow Patterns
  7. Topic Monitoring
  8. Reply Intelligence
  9. Action-Gated Posting
  10. Social Signal to Work Item
  11. Evaluation Rubric
  12. Common Mistakes
  13. Checklist
  14. Example Prompts
Commands it runs
openclaw plugins install npm:@xquik/tweetclaw
openclaw plugins inspect tweetclaw --runtime --json
openclaw skills info tweetclaw
export XQUIK_API_KEY="xq_..."
hermes plugins install Xquik-dev/hermes-tweet --enable
export HERMES_TWEET_ENABLE_ACTIONS="false"
More from mercury-agent-skills
All skills →
About this skill
What does the x-twitter-automation skill do?

Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill x-twitter-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going