← Back to Skills Marketplace
baiyea

wh-x-post

by 德高 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wh-x-post
Description
Assist users to post tweets, reply, or quote retweet on Twitter/X using twitter-cli, ensuring content confirmation and login status check.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
posts-externally
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wh-x-post
  3. After installation, invoke the skill by name or use /wh-x-post
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wh-x-post
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install wh-x-post?

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

Is wh-x-post free?

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

Which platforms does wh-x-post support?

wh-x-post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wh-x-post?

It is built and maintained by 德高 (@baiyea); the current version is v1.0.0.

💬 Comments