Source profileQuality 95/100Review permissions

davepoon/buildwithclaude/plugins/all-skills/skills/tweetclaw/SKILL.md

tweetclaw

Use TweetClaw as an OpenClaw plugin for X/Twitter automation: search tweets, search tweet replies, post tweets/replies, export followers, look up users, handle media, monitor tweets, deliver webhooks, run giveaway draws, and manage approval-gated visible actions.

Source repository stars
3,359
Declared platforms
0
Static risk flags
1
Last source update
2026-08-24
Source checked
2026-08-26

Decision brief

What it does: where it fits

TweetClaw is an OpenClaw plugin for X/Twitter automation through Xquik. Use it when a user wants an agent workflow that needs platform-native X/Twitter data or actions instead of a general web search or browser-only posting flow.

Best for

  • Search tweets, search tweet replies, inspect threads, or look up users.
  • Export followers, following, list members, community members, or reply authors.
  • Upload media, download authenticated media, or prepare gallery links.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/davepoon/buildwithclaude --skill "plugins/all-skills/skills/tweetclaw"
Safe inspection promptEditorial

Inspect the Agent Skill "tweetclaw" from https://github.com/davepoon/buildwithclaude/blob/ebd20fe1d82fa74e9a2f94abfeff88090f6c758c/plugins/all-skills/skills/tweetclaw/SKILL.md at commit ebd20fe1d82fa74e9a2f94abfeff88090f6c758c. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Setup

    Install the OpenClaw plugin:

    Install the OpenClaw plugin:TweetClaw can be installed before credentials are configured. The free explore tool remains available and live calls return setup guidance until the user adds an API key or an MPP signing key.Configure account-backed X automation:
  2. 02

    Core Workflow

    1. Use explore to find the right Xquik endpoint by category, keyword, or workflow. 2. Check whether the endpoint is read-only, MPP-eligible, account-backed, or a visible write action. 3. For reads, call tweetclaw with the selected path, method, query, and body. 4. For posts, rep…

    Use explore to find the right Xquik endpoint by category, keyword, orCheck whether the endpoint is read-only, MPP-eligible, account-backed, or aFor reads, call tweetclaw with the selected path, method, query, and
  3. 03

    When To Use This Skill

    Search tweets, search tweet replies, inspect threads, or look up users.

    Search tweets, search tweet replies, inspect threads, or look up users.Export followers, following, list members, community members, or reply authors.Upload media, download authenticated media, or prepare gallery links.
  4. 04

    Example Prompts

    Review the “Example Prompts” section in the pinned source before continuing.

    Review and apply the “Example Prompts” source section.
  5. 05

    Guardrails

    Never ask for X login credentials. Use the user's Xquik API key or MPP setup.

    Never ask for X login credentials. Use the user's Xquik API key or MPP setup.Treat posting, replying, liking, retweeting, following, DMs, profile edits,Use exact string IDs for tweets, users, media, monitors, webhooks, draws, and

Permission review

Static risk signals and limitations

Runs scripts

medium · line 43

The documentation asks the agent to run terminal commands or scripts.

npm i mppx viem

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars3,359SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
davepoon/buildwithclaude
Skill path
plugins/all-skills/skills/tweetclaw/SKILL.md
Commit
ebd20fe1d82fa74e9a2f94abfeff88090f6c758c
License
MIT
Collected
2026-08-26
Default branch
main
View the original SKILL.md

TweetClaw

TweetClaw is an OpenClaw plugin for X/Twitter automation through Xquik. Use it when a user wants an agent workflow that needs platform-native X/Twitter data or actions instead of a general web search or browser-only posting flow.

GitHub: Xquik-dev/tweetclaw npm: @xquik/tweetclaw ClawHub: xquik-tweetclaw

When To Use This Skill

  • Search tweets, search tweet replies, inspect threads, or look up users.
  • Export followers, following, list members, community members, or reply authors.
  • Upload media, download authenticated media, or prepare gallery links.
  • Create monitors, read monitor events, or deliver webhook notifications.
  • Run giveaway draws with reply, follow, retweet, keyword, and uniqueness filters.
  • Post tweets, post tweet replies, like, retweet, follow, DM, or update profiles only after the user explicitly approves the visible action.

Setup

Install the OpenClaw plugin:

openclaw plugins install @xquik/tweetclaw
openclaw gateway restart

TweetClaw can be installed before credentials are configured. The free explore tool remains available and live calls return setup guidance until the user adds an API key or an MPP signing key.

Configure account-backed X automation:

openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY"

Optional MPP pay-per-use reads:

npm i mppx viem
openclaw config set plugins.entries.tweetclaw.config.tempoSigningKey "$MPP_SIGNING_KEY"

Keep API keys and signing keys out of prompts, shell history, screenshots, and shared documents. Prefer environment-variable commands so OpenClaw writes local configuration without exposing secrets to the chat.

Core Workflow

  1. Use explore to find the right Xquik endpoint by category, keyword, or workflow.
  2. Check whether the endpoint is read-only, MPP-eligible, account-backed, or a visible write action.
  3. For reads, call tweetclaw with the selected path, method, query, and body.
  4. For posts, replies, follows, DMs, monitor changes, webhooks, profile updates, media uploads, and destructive actions, show the exact request and wait for explicit user approval before calling tweetclaw.
  5. Preserve returned IDs, cursors, monitor IDs, webhook IDs, draw IDs, and export links exactly as strings.

Example Prompts

Search tweets and tweet replies about this product launch, then summarize the
top objections with links to the strongest examples.
Export followers for @example, find likely developer advocates, and prepare a
CSV-ready shortlist with usernames and profile notes.
Draft a reply to this tweet. Do not post it until I approve the exact text.
Run a giveaway draw from this tweet URL. Require a retweet, unique authors, and
3 winners.

Guardrails

  • Never ask for X login credentials. Use the user's Xquik API key or MPP setup.
  • Treat posting, replying, liking, retweeting, following, DMs, profile edits, monitor changes, webhooks, and media actions as approval-gated.
  • Use exact string IDs for tweets, users, media, monitors, webhooks, draws, and extraction jobs.
  • Use pagination cursors as opaque strings. Do not invent cursors.
  • Retry only rate limits and server errors with bounded backoff. Do not retry validation, authorization, payment, or not-found errors without changing the request.
  • Use the Xquik billing guide for current plans, endpoint eligibility, and operation costs.

Frequently asked questions

What to verify before installation and use

What does the tweetclaw source document cover?

TweetClaw is an OpenClaw plugin for X/Twitter automation through Xquik. Use it when a user wants an agent workflow that needs platform-native X/Twitter data or actions instead of a general web search or browser-only posting flow.

How do I install tweetclaw?

The source record exposes this install command: npx skills add https://github.com/davepoon/buildwithclaude --skill "plugins/all-skills/skills/tweetclaw". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10029,095

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,975

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10015,246

wanshuiyin/Auto-claude-code-research-in-sleep

citation-audit

Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.

Computed 10014,678

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance