← 返回 Skills 市场
pearl799

Twitter Agent

作者 Pearl · GitHub ↗ · v1.0.1 · MIT-0
darwinlinux ✓ 安全检测通过
297
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitter-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitter-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add README
v1.0.0
Initial release: post, reply, quote tweet for AI+Crypto automation
元数据
Slug twitter-agent
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 Twitter Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install twitter-agent」即可一键安装,无需额外配置。

Twitter Agent 是免费的吗?

是的,Twitter Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Twitter Agent 支持哪些平台?

Twitter Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Twitter Agent?

由 Pearl(@pearl799)开发并维护,当前版本 v1.0.1。

💬 留言讨论