← 返回 Skills 市场
3rdbrain

X Publisher

作者 pbopps · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
191
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-leads-api
功能描述
Post tweets, threads, replies, and quote-tweets to X (Twitter) via API v2 with OAuth 1.0a.
安全使用建议
This skill appears to do what it says: it will use the four X/Twitter credentials you provide to act as that account and post/read tweets. Before installing: (1) Only supply credentials for an account you control and are comfortable automating — the script can post, like, and delete as that user. (2) Review the included x-api.js yourself or with someone you trust; there is no hidden outbound host other than api.twitter.com and no obfuscated code, but the script will have network access while it runs. (3) Note the SKILL.md mentions scheduling/cron support, but the code does not implement scheduling — treat that documentation as inaccurate. (4) The skill's source is unknown/third-party; if you do not trust the publisher, create and use a throwaway/test X account or rotate keys after testing. (5) Ensure Node >=18 is available in your environment as required by package.json.
功能分析
Type: OpenClaw Skill Name: x-leads-api Version: 1.0.0 The skill bundle provides a legitimate Node.js-based CLI tool for interacting with the X (Twitter) API v2. The code in `x-api.js` uses built-in modules to handle OAuth 1.0a authentication and standard API requests without external dependencies or suspicious network calls. While `SKILL.md` contains some functional discrepancies (referencing 'schedule' commands not implemented in the script) and uses restrictive language to guide the AI agent, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the code and required environment variables (X API key/secret and access token/secret). The included x-api.js implements posting, threading, replies, quote-tweets, likes, deletes, and timeline reads against api.twitter.com/2 using OAuth 1.0a — these require the declared credentials and are proportionate to the stated purpose.
Instruction Scope
SKILL.md directs running the bundled Node script at /root/.openclaw/skills/x-api/x-api.js and warns against using other tools. That is unusual but not inherently malicious. One inconsistency: SKILL.md documents scheduling commands (schedule, schedule-thread) and says posts are 'saved to queue, posted by cron', but the provided x-api.js contains no scheduling/queue/cron implementation. Otherwise the runtime instructions primarily call the included script and do not request unrelated files or system data.
Install Mechanism
No install spec; the skill is instruction-plus-code only. No downloads from external URLs or package installs are present. The single JavaScript file has a clear purpose and no obfuscated or unusual install actions.
Credentials
Only four environment variables are required and they are precisely the OAuth 1.0a consumer key/secret and access token/secret needed to act as the user account. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It will run the bundled script which has normal network access to Twitter APIs; autonomous invocation is allowed by default (not flagged on its own).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-leads-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-leads-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with new streamlined Node.js-based Twitter (X) API posting tool. - Fully rewritten: Now uses a single script (x-api.js) for all X (Twitter) actions via API v2 and OAuth 1.0a. - Supports tweeting, threads, replies, quote-tweets, liking, deleting, timeline fetch, and scheduling. - Requires only environment variables for authentication—no dependencies or external Python scripts. - All previous scripts and documentation for alternative tools have been removed. - Output is clear JSON for easy integration and error checking.
元数据
Slug x-leads-api
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

X Publisher 是什么?

Post tweets, threads, replies, and quote-tweets to X (Twitter) via API v2 with OAuth 1.0a. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 X Publisher?

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

X Publisher 是免费的吗?

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

X Publisher 支持哪些平台?

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

谁开发了 X Publisher?

由 pbopps(@3rdbrain)开发并维护,当前版本 v1.0.0。

💬 留言讨论