← 返回 Skills 市场
joeytbuilds

X/Twitter Agent

作者 JoeyTbuilds · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install x-twitter-agent
功能描述
Post tweets, read mentions, reply, like, retweet, and search on X/Twitter using the official v2 API. Use for all X interactions instead of bird-cli or browse...
安全使用建议
Do not install or run this skill until you validate a few things: (1) confirm the package actually includes the xpost script or obtain its canonical source and review its code before making it executable — never run an uninspected script placed in your ~/clawd/bin; (2) ask the publisher to update the registry metadata to declare the required credentials (X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET, X_USER_ID) so you know what secrets the skill needs; (3) inspect xpost for network calls/exfiltration beyond api.twitter.com and for unsafe shell execs; (4) store API keys securely (restrict file permissions: chmod 600) or use a secrets manager rather than a world-readable file; (5) prefer a skill with a verifiable source/homepage and explicit install spec; (6) if you must test, run the CLI in an isolated environment (sandbox/container) and review logs. These inconsistencies do not prove malice, but they are enough reason to proceed cautiously.
功能分析
Type: OpenClaw Skill Name: x-twitter-agent Version: 1.0.0 The skill enables automated X (Twitter) interactions via a CLI tool (xpost) and cron jobs, requiring high-risk capabilities including shell execution, network access, and file system access to sensitive API keys in ~/.config/x-api/keys.env. Although the SKILL.md documentation provides extensive safety guidelines and prompt injection defenses, the broad permissions and automated system-level interactions are classified as suspicious according to the provided criteria for risky capabilities.
能力标签
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
能力评估
Purpose & Capability
The skill claims to act as an X/Twitter v2 API agent and instructs storing API keys and using a local xpost CLI, which is consistent with its purpose — but the registry metadata lists no required credentials and the package contains no code files despite the SKILL.md saying the xpost script is included. That mismatch is unexplained.
Instruction Scope
Runtime instructions tell the agent to read keys from ~/.config/x-api/keys.env and to execute ~/clawd/bin/xpost, and to place/make-executable a script supplied by the package. The instructions do not ask to read unrelated system files, but they rely on a binary and a secrets file that are not declared in the skill metadata and are not present in the package — a coherence issue and an operational risk (you must verify the script before running).
Install Mechanism
There is no install spec and no code files in the package, yet SKILL.md states the xpost CLI 'is included in the skill package download' and instructs installing it into ~/clawd/bin. That contradiction is a red flag: either the package omitted the script, or the skill expects you to download/execute an external script. Both require careful review.
Credentials
The skill clearly requires X API credentials (API key, secret, access token, access token secret, user id) and instructs storing them in ~/.config/x-api/keys.env, but the registry metadata declares no required env vars or primary credential. Required secrets are not declared, which is disproportionate and hides the true credential needs.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. It does not request elevated or persistent platform-wide privileges in metadata. No indication it modifies other skills or system config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-twitter-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-twitter-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug x-twitter-agent
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

X/Twitter Agent 是什么?

Post tweets, read mentions, reply, like, retweet, and search on X/Twitter using the official v2 API. Use for all X interactions instead of bird-cli or browse... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。

如何安装 X/Twitter Agent?

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

X/Twitter Agent 是免费的吗?

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

X/Twitter Agent 支持哪些平台?

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

谁开发了 X/Twitter Agent?

由 JoeyTbuilds(@joeytbuilds)开发并维护,当前版本 v1.0.0。

💬 留言讨论