← 返回 Skills 市场
150
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neomano-x
功能描述
Draft, revise, and publish X (Twitter) posts with an image using the X API. Use when the user asks for a tweet/post for X, wants to attach an image, and requ...
安全使用建议
This skill appears to do exactly what it says: help draft and publish X/Twitter posts with an image. Before installing: (1) Only provide the four OAuth env vars if you trust the skill—these are full publish credentials and allow posting with your account; consider creating a limited app/token if appropriate. (2) The skill suggests storing credentials in ~/.openclaw/.env — if you do, secure that file (filesystem permissions, avoid backups). (3) The bootstrap installs requests and requests_oauthlib into a local .venv; review or vet those packages if your environment restricts external downloads. (4) The SKILL.md requires an explicit user confirmation step (PUBLICAR/PUBLISH) before posting; ensure your agent or UI enforces that workflow so posts aren't published without explicit approval. If you need higher assurance, inspect the shipped scripts locally (they are small and readable) and rotate tokens after testing.
功能分析
Type: OpenClaw Skill
Name: neomano-x
Version: 0.1.0
The neomano-x skill is a legitimate tool for drafting and publishing posts to X (Twitter). It includes standard scripts for virtual environment setup (bootstrap_venv.py), OAuth 1.0a authentication (oauth1_flow.py), and API interaction (x_post.py). The skill follows security best practices by using environment variables for credentials and explicitly mandating a human approval step ('PUBLICAR' or 'PUBLISH') in the SKILL.md instructions before any network action is taken.
能力评估
Purpose & Capability
Name/description (X/Twitter post + image) align with the code and required artifacts: python3 is required and the code uses OAuth1 and the Twitter/X media and tweets endpoints. The required env vars (X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET) are the expected credentials for this functionality.
Instruction Scope
SKILL.md confines actions to drafting and publishing tweets and describes a manual approval step; the runtime scripts implement only OAuth token acquisition, media upload, and tweet creation against twitter.com/api endpoints. Note: SKILL.md recommends storing credentials in ~/.openclaw/.env (a local file) — this is a convenience but increases the risk of secrets on disk, so users should secure that file. There is no hidden file/system scanning or external data exfiltration beyond the X/Twitter APIs.
Install Mechanism
No package-install spec in the registry; shipped scripts create a local Python venv and pip-install two small dependencies (requests, requests_oauthlib). This is proportionate for the stated purpose and uses standard PyPI packages; the venv is local to the skill and avoids system-wide changes.
Credentials
The required environment variables are exactly the OAuth 1.0a credentials needed to upload media and publish tweets. There are no unrelated secrets requested. An optional X_OAUTH_CALLBACK is referenced for the OAuth flow — expected and reasonable.
Persistence & Privilege
The skill is not always-enabled (always: false) and is user-invocable; it does not request elevated platform privileges or modify other skill configs. Autonomous invocation is permitted by default (disable-model-invocation: false) which is normal for skills and not itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neomano-x - 安装完成后,直接呼叫该 Skill 的名称或使用
/neomano-x触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: draft/review/publish workflow, OAuth1 posting with image, and OAuth1 3-legged token acquisition when UI hides token secret.
元数据
常见问题
Neomano X (Tweet Publisher + Image) 是什么?
Draft, revise, and publish X (Twitter) posts with an image using the X API. Use when the user asks for a tweet/post for X, wants to attach an image, and requ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Neomano X (Tweet Publisher + Image)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-x」即可一键安装,无需额外配置。
Neomano X (Tweet Publisher + Image) 是免费的吗?
是的,Neomano X (Tweet Publisher + Image) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neomano X (Tweet Publisher + Image) 支持哪些平台?
Neomano X (Tweet Publisher + Image) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neomano X (Tweet Publisher + Image)?
由 elandivar(@elandivar)开发并维护,当前版本 v0.1.0。
推荐 Skills