← 返回 Skills 市场
X Expert
作者
thousandsky2024
· GitHub ↗
· v1.0.0
338
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install x-expert
功能描述
智能 X (Twitter) 发布助手 - 通过对话式流程帮助用户创建、策划和发布推文内容
安全使用建议
This skill appears consistent with its purpose, but before installing: 1) Only provide the X/Twitter credentials you trust and consider creating an app/token with limited permissions if possible; 2) Review package.json/package-lock to confirm the npm dependency (twitter-api-v2) is acceptable and run npm install in a controlled environment; 3) Be aware the scripts can post tweets directly when invoked — keep the default confirmation setting or test with a throwaway account first; 4) Optional image/search API keys are only needed if you use those features — don't set them unless required; 5) If you need stronger assurance, review the repository code locally (especially network endpoints listed in scripts) and run the skill in an isolated environment, rotating tokens afterwards if you stop using it.
功能分析
Type: OpenClaw Skill
Name: x-expert
Version: 1.0.0
The x-expert skill bundle is a functional Twitter (X) publishing assistant that facilitates a conversational workflow for content creation and posting. The scripts (e.g., post-tweet.js, generate-image.js, collect-info.js) use standard libraries like twitter-api-v2 and interact with legitimate service endpoints (OpenAI, Exa, Brave) using environment variables for credentials. The SKILL.md instructions include a mandatory final confirmation step before posting, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and scripts: the package contains scripts to collect/search info, generate tweets and images, and post/delete tweets. Required Node and X (Twitter) API credentials are appropriate and expected for a Twitter publishing assistant.
Instruction Scope
SKILL.md describes a 9-step conversational workflow and the included scripts implement that workflow. The instructions reference only relevant actions (search APIs, image generation services, and Twitter posting). There are no instructions to read unrelated local files or to harvest arbitrary system data. Note: the scripts will post tweets directly when invoked, so they have the capability to publish using the provided credentials (SKILL.md states user confirmation is expected before publishing).
Install Mechanism
No high-risk arbitrary downloads are used; dependencies come from npm (twitter-api-v2). There is a minor metadata inconsistency: registry metadata initially noted 'no install spec', but SKILL.md includes an npm install entry and package.json/package-lock.json are present — in practice an npm install will be needed to run the code.
Credentials
The four required env vars are exactly the X/Twitter credentials (proportionate). The code also supports optional API keys for search and image-generation services (OPENAI_API_KEY, MINIMAX_API_KEY, NANO_BANANA_API_KEY, LEONARDO_API_KEY, EXA_API_KEY, BRAVE_API_KEY). Those optional keys are reasonable for the described features but are not listed as required in the top-level requires.env — this is expected but worth noting.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is normal for skills; combine that with the fact it can post tweets, so tokens should be trusted and scoped appropriately.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-expert - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-expert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
X Expert 1.0.0 — 智能 X (Twitter) 发布助手首发版
- 提供 9 步对话式流程,协助用户收集信息、策划及发布推文,并可定制风格与配图
- 支持集成多种搜索与图片生成服务(Exa, MiniMax, Brave Search, DALL-E 3 等)
- 支持定时发布、内容检阅与多种受众/风格选择
- 配置简便,仅需 Twitter API 凭证和 node 环境
- 包含常见问题及安全注意事项说明
元数据
常见问题
X Expert 是什么?
智能 X (Twitter) 发布助手 - 通过对话式流程帮助用户创建、策划和发布推文内容. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 X Expert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-expert」即可一键安装,无需额外配置。
X Expert 是免费的吗?
是的,X Expert 完全免费(开源免费),可自由下载、安装和使用。
X Expert 支持哪些平台?
X Expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Expert?
由 thousandsky2024(@thousandsky2024)开发并维护,当前版本 v1.0.0。
推荐 Skills