← Back to Skills Marketplace
pearl799

Twitter Agent

by Pearl · GitHub ↗ · v1.0.1 · MIT-0
darwinlinux ✓ Security Clean
297
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install twitter-agent
Description
AI+Crypto Twitter automation agent. Post tweets, reply to KOLs, and quote tweet trending content. Integrates with opentwitter/opennews (6551) for hot topic f...
Usage Guidance
This skill appears internally consistent: it needs your Twitter OAuth keys (read+write) so it can post/reply/quote on your behalf, and it needs a TWITTER_TOKEN to call the ai.6551.io service for trending content. Before installing: 1) ensure you trust the 6551 service (ai.6551.io) because the skill will send requests to it using your TWITTER_TOKEN; 2) be aware the skill will have write access to your Twitter account — only install if you trust the skill and its operator; 3) credentials should be stored securely and you should be prepared to revoke them if unexpected posts appear; 4) note SKILL.md requires the agent to exec shell commands (run scripts and curl), which is necessary for operation but gives the agent the ability to perform those network and file actions; and 5) there is a minor metadata inconsistency about install instructions (SKILL.md asks to pip-install tweepy) — confirm OpenClaw will install that dependency or install it yourself before use.
Capability Analysis
Type: OpenClaw Skill Name: twitter-agent Version: 1.0.1 The twitter-agent skill provides standard Twitter/X automation capabilities including posting, replying, and quoting tweets using the tweepy library. The Python scripts (twitter_post.py, twitter_reply.py, twitter_quote.py) are straightforward wrappers for the Twitter API and do not contain any obfuscation or hidden logic. While the skill integrates with an external API (ai.6551.io) to fetch trending topics, this behavior is clearly documented and aligned with the stated purpose of an AI+Crypto automation agent.
Capability Assessment
Purpose & Capability
The skill is a Twitter automation agent and requires Twitter OAuth keys and tokens; the included Python scripts use those exact credentials and tweepy to post/reply/quote. The extra TWITTER_TOKEN is used by SKILL.md to call the 6551 API for trending content, which fits the stated 'hot topic fetching' capability.
Instruction Scope
SKILL.md expects the agent to exec shell commands (run the provided Python scripts and curl calls). That is normal for an operational skill but gives the agent the ability to perform those shell calls autonomously. The only external network endpoints referenced are developer.x.com (docs), api endpoints at ai.6551.io (for topic fetch), and standard Twitter/X APIs; the scripts themselves only read the declared Twitter env vars and do not attempt to read other system files.
Install Mechanism
The package is instruction-only in the registry, but SKILL.md includes an 'install' entry to pip-install tweepy. Using pip to install the well-known 'tweepy' package is proportionate. No downloads from untrusted URLs or archive extraction are present. Slight inconsistency: registry metadata reported 'No install spec' while SKILL.md declares a pip install; this is likely benign but worth noting.
Credentials
The required env vars are the four Twitter OAuth 1.0a credentials (consumer key/secret and access token/secret) plus a TWITTER_TOKEN for the 6551 service; each is justified by the skill's functions (posting/replying/quote needs write credentials; trending fetch needs 6551 token). No unrelated credentials or unexplained secret access is requested.
Persistence & Privilege
Skill is not always-included (always: false) and is user-invocable; it does not request system config paths or modify other skills. Autonomous invocation is allowed (disable-model-invocation:false) which is the platform default — acceptable here but remember it lets the agent run the scripts without further prompts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install twitter-agent
  3. After installation, invoke the skill by name or use /twitter-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add README
v1.0.0
Initial release: post, reply, quote tweet for AI+Crypto automation
Metadata
Slug twitter-agent
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Twitter Agent?

AI+Crypto Twitter automation agent. Post tweets, reply to KOLs, and quote tweet trending content. Integrates with opentwitter/opennews (6551) for hot topic f... It is an AI Agent Skill for Claude Code / OpenClaw, with 297 downloads so far.

How do I install Twitter Agent?

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

Is Twitter Agent free?

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

Which platforms does Twitter Agent support?

Twitter Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Twitter Agent?

It is built and maintained by Pearl (@pearl799); the current version is v1.0.1.

💬 Comments