with one click
x-twitter-automation
Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions
Menu
Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions
Generate a 15-30 second scrolling video tour of any GitHub repository page with ElevenLabs AI narration and word-by-word subtitle sync. Captures a full-page mobile-viewport screenshot, scrolls top-to-bottom with GSAP, and burns synced subtitles onto the final MP4 using HyperFrames CLI.
Lightweight personal knowledge base — markdown + YAML frontmatter structured notes with full-text search and cross-referencing for AI agents
Automated daily tech briefing — multi-source collection → knowledge-base deduplication → AI summarization → TTS speech synthesis, generating MP3 audio briefings
Generate 1080x1920 Instagram Reels video promos for GitHub repositories using HyperFrames. 7-beat structure with fullscreen scrolling phone mockup, GSAP animations, dark GitHub theme, repo stats, ElevenLabs AI voiceover synced to scroll duration, and follow CTA. Depends on the website-to-hyperframes skill for HyperFrames composition patterns.
Assess worker classification and compliance risk for temporary event staffing in the US and Canada. Use when a user asks about W-2 vs 1099 event workers, misclassification penalties, joint-employer liability, COI requirements, or wage/hour rules for event staff. Includes live state-by-state lookups via the TempGuru MCP server.
Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations in 300+ US and Canadian markets. Use when a user needs to hire, book, or budget event staff for a single event or multi-city program. Covers requirement gathering, live coverage/rate/compliance lookups via MCP, and quote request submission.
| name | x-twitter-automation |
| description | Design safe X/Twitter automation workflows for tweet search, reply reads, monitoring, posting, and agent-operated social media actions |
| metadata | {"author":"Xquik-dev","version":"1.0.0","category":"automation","tags":["x-twitter","social-media","tweet-search","monitoring","posting","agent-tools","openclaw","tweetclaw","hermes-agent"]} |
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:
@xquik/tweetclaw plugin for tweet search, reply reads,
follower export, media workflows, monitors, webhooks, DMs, giveaway draws,
and approval-gated posting through Xquik.Use this skill when the user asks for:
Do not use this skill for:
Treat X/Twitter automation as 3 separate layers:
Keep Discovery and Analysis read-only by default. Only enable Action when the user explicitly requests a write-capable workflow and understands the effect.
Use TweetClaw when the agent runtime is OpenClaw or when the user specifically asks for an OpenClaw plugin path.
Install example for OpenClaw:
openclaw plugins install npm:@xquik/tweetclaw
Inspect the runtime before running work:
openclaw plugins inspect tweetclaw --runtime --json
openclaw skills info tweetclaw
Recommended sequence:
explore to review available TweetClaw actions, parameters, setup
status, and whether credentials are configured.tweetclaw calls that post tweets, post replies, send DMs, upload
media, create monitors, change webhooks, or run giveaway draws as
approval-worthy actions.Configure secrets outside chat:
export XQUIK_API_KEY="xq_..."
Read-only probe:
Use TweetClaw explore, then search tweets about this launch and summarize
source links. Do not post, send DMs, upload media, or change monitors.
Write-capable probe:
Draft the reply first. Show the exact text, account, and tweet URL. Wait for
approval before calling TweetClaw to post the reply.
When Hermes Tweet is installed, use this sequence:
tweet_explore to find the relevant Xquik endpoint.tweet_read for read-only endpoints such as tweet search, user lookup,
trends, account status, or reply reads.tweet_action only for writes, private reads, monitors, webhooks,
extraction jobs, giveaway draws, media operations, or account actions.HERMES_TWEET_ENABLE_ACTIONS=false unless the workflow explicitly
needs writes.Install example for Hermes Agent:
hermes plugins install Xquik-dev/hermes-tweet --enable
Configure secrets outside chat:
export XQUIK_API_KEY="xq_..."
export HERMES_TWEET_ENABLE_ACTIONS="false"
Read-only probe:
Use tweet_explore to find tweet search, then use tweet_read for a recent query.
Do not call tweet_action.
Write-capable probe:
Draft this tweet first. Show the exact text and account. Wait for approval
before calling tweet_action.
Goal: track conversation around a topic without posting.
Good uses:
Goal: understand what people say under a tweet.
Output format:
## Reply Summary
- Main themes:
- Questions to answer:
- Risks:
- Suggested replies:
- Source links:
Goal: safely draft and post content with human approval.
Never let the approval apply to future unknown text. Approval is for one exact payload at one point in time.
Goal: turn public X/Twitter signals into internal work.
This pattern is useful for product teams, community teams, founders, and support engineers.
Score each automation from 0 to 2 on every criterion:
| Criterion | 0 | 1 | 2 |
|---|---|---|---|
| Fit | Generic or promotional | Some user value | Clear user job |
| Safety | Writes can happen silently | Confirmation exists | Strong read/write separation |
| Evidence | No source links | Partial source links | Tweet IDs, URLs, timestamps |
| Quality | No filtering | Basic filtering | Relevance, spam, and duplicate handling |
| Reliability | No retries or limits | Some limits | Rate limits, cooldowns, dry runs |
| Observability | No logs | Basic run summary | Auditable actions and failures |
Ship only workflows that score at least 9 out of 12. For write-capable workflows, Safety must score 2.
Before running:
Before posting:
After running:
Read-only social listening:
Search tweets about "Hermes Agent" and "agent skills" from the last day.
Summarize recurring questions, source links, and suggested docs updates.
Do not post or send messages.
Reply analysis:
Read replies to this tweet URL, cluster complaints and questions, and draft
three possible responses. Do not post them.
Approved posting:
Draft a concise launch tweet for this release. Show the final text first.
Only post after I approve the exact text.