← Back to Skills Marketplace
ropl-btc

twitterapi-io-cli

by Robin | Liquidium · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
202
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twitterapi-io-cli
Description
Fetch and paginate Twitter/X data using twitterapi.io. Use when you need to fetch one tweet, fetch a user profile, get recent tweets for a user, fetch replie...
Usage Guidance
This skill appears to be what it says: a read-only helper for twitterapi.io. Before installing or running the recommended pipx install: (1) inspect the upstream GitHub repo (https://github.com/ropl-btc/twitterapi-io-cli) to ensure it matches expectations and has no surprising code, (2) prefer exporting the API key as an environment variable (TWITTERAPI_IO_KEY) rather than placing long-lived secrets in files if you have concerns, and (3) note the skill will store config under ~/.config/twitterapi-io/config.json — review that file's permissions and contents. If you need guaranteed provenance, consider installing from a vetted package source or reviewing the package source code before use.
Capability Analysis
Type: OpenClaw Skill Name: twitterapi-io-cli Version: 0.1.0 The skill provides a CLI wrapper for the twitterapi.io service to fetch Twitter data like tweets, user profiles, and search results. The instructions in SKILL.md are well-defined, including defensive constraints that limit the agent to read-only operations and prevent unauthorized posting or account modifications. The implementation in scripts/twitterapi_io.py is a standard wrapper for a Python-based CLI tool, and the use of external documentation links in references/links.md is consistent with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the delivered artifacts: instructions focused on reading Twitter/X via twitterapi.io, references point to official docs, and the small compatibility wrapper delegates to the CLI package. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md stays within read-only scope and explicitly warns against adding write flows. It recommends installing the CLI from a GitHub repo and documents config storage at ~/.config/twitterapi-io/config.json; storing an API key locally is expected but worth reviewing before use.
Install Mechanism
The registry contains no automated install spec (instruction-only). SKILL.md recommends pipx install from a GitHub repo (git+https://github.com/ropl-btc/twitterapi-io-cli.git). Installing code directly from a GitHub repo is a common but higher-risk choice than using a vetted package registry; verify the upstream repository before running pipx.
Credentials
Only an API key (TWITTERAPI_IO_KEY or via the CLI auth command) and a local config file are referenced — both are appropriate for a read-only CLI wrapper. No unrelated secrets or system paths are requested.
Persistence & Privilege
Skill does not request always:true, system privileges, or modifications to other skills. It is user-invocable and can be called autonomously per platform defaults — appropriate for this functionality.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install twitterapi-io-cli
  3. After installation, invoke the skill by name or use /twitterapi-io-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: read-only twitterapi.io CLI/skill with tweets, users, timelines, replies, quotes, thread context, mentions, and advanced search.
Metadata
Slug twitterapi-io-cli
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is twitterapi-io-cli?

Fetch and paginate Twitter/X data using twitterapi.io. Use when you need to fetch one tweet, fetch a user profile, get recent tweets for a user, fetch replie... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install twitterapi-io-cli?

Run "/install twitterapi-io-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is twitterapi-io-cli free?

Yes, twitterapi-io-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does twitterapi-io-cli support?

twitterapi-io-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created twitterapi-io-cli?

It is built and maintained by Robin | Liquidium (@ropl-btc); the current version is v0.1.0.

💬 Comments