← 返回 Skills 市场
245
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install leo-x-post
功能描述
专为Leo定制的X(Twitter)发帖技能。用于发推文、带附件、回复或定时发布。触发当用户说'用leo-x-post发推'或类似,处理X API交互。需要用户提供API密钥。别用于历史数据或复杂分析。
使用说明 (SKILL.md)
Leo X-Post
Overview
这个技能帮Leo快速发X帖,简单高效。核心是post_to_x.py脚本,用tweepy库调用API。
Workflow
- 认证:用references/auth.md的指南设置API密钥。
- 发帖:运行scripts/post_to_x.py --text "你的消息" --image "可选图片路径"。
- 错误处理:见references/errors.md。
Resources
scripts/
- post_to_x.py:主脚本,发帖逻辑。
references/
- auth.md:认证步骤。
- errors.md:常见错误处理。
安全使用建议
Do not install or enable this skill yet. It references a Python script and auth/docs that are not included and it claims to need an X API key but does not declare which environment variable or secret it will consume. Ask the publisher for: (1) the actual scripts (post_to_x.py and reference docs) so you can review the code, (2) an explicit list of required environment variables and how they are used, and (3) installation steps (e.g., pip install tweepy) or a packaged release. Only provide API credentials after you have reviewed the script to ensure it only calls the official X API endpoints and does not transmit your keys elsewhere. If you can't obtain the code or a trustworthy source, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: leo-x-post
Version: 1.0.0
The skill bundle describes a standard utility for posting to X (Twitter) using the Tweepy library. The provided files (_meta.json and SKILL.md) contain only metadata and high-level workflow instructions that align with the stated purpose, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's stated purpose (posting to X/Twitter via tweepy and a post_to_x.py script) would legitimately require an API key and a Python environment with tweepy, but the registry metadata lists no required environment variables, no primary credential, and no required binaries. That mismatch (needing an API key in prose but not declaring it) is incoherent.
Instruction Scope
The SKILL.md instructs the agent to run scripts/post_to_x.py and to follow references/auth.md and references/errors.md, but the package contains only SKILL.md — the referenced scripts and docs are missing. The instructions also assume use of tweepy and an authentication guide, but give no concrete, declared way to supply credentials or install dependencies.
Install Mechanism
No install spec is provided (instruction-only), which is low-risk in principle, but problematic here because the instructions expect Python/tweepy and a post_to_x.py script that are not present. The skill should either include code or declare install steps; the absence creates ambiguity about what will actually run.
Credentials
The prose explicitly says an API key is needed, but requires.env and primary credential fields are empty. That omission prevents review of what exact secrets will be requested at runtime and is disproportionate to what is declared in metadata.
Persistence & Privilege
The skill is not always-enabled and allows normal autonomous invocation (disable-model-invocation: false), which is the platform default. There is no indication the skill requests elevated persistence or modifies other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install leo-x-post - 安装完成后,直接呼叫该 Skill 的名称或使用
/leo-x-post触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
leo-x-post 1.0.0 initial release
- 发布适用于Leo的X(Twitter)发帖技能,支持发推文、携带附件、回复和定时发布。
- 提供简单API认证和发帖流程,需用户自备API密钥。
- 主脚本post_to_x.py支持发文本和图片。
- 附带认证和错误处理文档。
元数据
常见问题
Leo X Post 是什么?
专为Leo定制的X(Twitter)发帖技能。用于发推文、带附件、回复或定时发布。触发当用户说'用leo-x-post发推'或类似,处理X API交互。需要用户提供API密钥。别用于历史数据或复杂分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。
如何安装 Leo X Post?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install leo-x-post」即可一键安装,无需额外配置。
Leo X Post 是免费的吗?
是的,Leo X Post 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Leo X Post 支持哪些平台?
Leo X Post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Leo X Post?
由 lebevolae(@lebevolae)开发并维护,当前版本 v1.0.0。
推荐 Skills