← 返回 Skills 市场
baiyea

wh-x-post

作者 德高 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wh-x-post
功能描述
Assist users to post tweets, reply, or quote retweet on Twitter/X using twitter-cli, ensuring content confirmation and login status check.
安全使用建议
This skill appears internally consistent: it simply wraps a third‑party `twitter-cli` tool to post/reply/quote-tweet. Before installing/use, verify the trustworthiness of the `twitter-cli` package on PyPI (author, downloads, repo), since that tool will perform the network operations and hold your login state. Be aware scripts will be given any image file paths you pass (they forward those to twitter-cli), so avoid pointing them at sensitive local files. Finally, confirm you are comfortable with the browser-based login flow that `twitter-cli` requires; if you prefer not to install external CLI packages, do not install or run this skill.
功能分析
Type: OpenClaw Skill Name: wh-x-post Version: 1.0.0 The skill bundle is a well-structured wrapper for the 'twitter-cli' tool, enabling an AI agent to manage Twitter/X posts, replies, and quotes. It uses safe subprocess execution (subprocess.run with argument lists) in scripts/common.py and includes standard input validation for tweet length and image limits in scripts/post.py, scripts/reply.py, and scripts/quote.py. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill operates as described and relies on the user's existing browser-based Twitter session.
能力标签
posts-externally
能力评估
Purpose & Capability
Name/description state posting to Twitter/X via twitter-cli and the package files implement exactly that: post, reply, quote, and whoami wrappers that invoke twitter-cli. No unrelated capabilities or unexpected credential requests are present.
Instruction Scope
SKILL.md instructs the agent to run the included scripts which in turn call `python -m twitter_cli`. The scripts only validate text length, accept image file paths, and forward arguments to twitter-cli; they do not read arbitrary system files, exfiltrate data, or call external endpoints themselves.
Install Mechanism
This is an instruction-only skill (no platform install spec). It recommends installing the third-party package `twitter-cli` via pip/pipx/uv. That is proportionate but places trust in the external pip package (normal but worth checking the package origin and reputation).
Credentials
The skill requests no environment variables, no credentials, and accesses no config paths. Authentication is expected to be handled by the twitter-cli/browser login flow, which is consistent with the stated purpose.
Persistence & Privilege
Skill is not always-on and does not modify other skill or system configurations. It runs only when invoked and executes local scripts which call twitter-cli.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wh-x-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wh-x-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Big update introducing the Twitter Post Skill with core tweet operations. - Added scripts for posting, replying, and quoting tweets using twitter-cli. - Implemented login status check via a dedicated script. - Removed unrelated legacy files (main.py, requirements.txt). - Updated documentation to provide detailed usage instructions and scenarios. - Added JSON output support for easier result parsing.
元数据
Slug wh-x-post
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wh-x-post 是什么?

Assist users to post tweets, reply, or quote retweet on Twitter/X using twitter-cli, ensuring content confirmation and login status check. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 wh-x-post?

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

wh-x-post 是免费的吗?

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

wh-x-post 支持哪些平台?

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

谁开发了 wh-x-post?

由 德高(@baiyea)开发并维护,当前版本 v1.0.0。

💬 留言讨论