← 返回 Skills 市场
jeremyknows

X Master

作者 Jeremy Knows · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install x-master
功能描述
Master routing skill for all X/Twitter operations — reading, researching, posting, and engaging. Routes to the correct sub-tool based on the task. Covers rea...
安全使用建议
This skill is a documentation-based router that tells the agent to fetch tweet content via the public fxtwitter API and to delegate posting to external scripts/sub-skills. Before installing or using it: 1) Accept that reading any x.com/twitter.com URL will be proxied to https://api.fxtwitter.com (a third-party server) — this exposes URLs and derived content to that service; verify you are comfortable with that and with its privacy/ToS. 2) If you plan to post, audit any posting scripts (scripts/x-post.js) and the sub-skills (xurl, x-engage, etc.) before providing X API tokens; do not put production credentials into an unaudited repo or shared .env. 3) Confirm the origin and source repository for this skill (homepage/source are missing here); prefer skills from known authors or review the repo history. 4) Treat X_BEARER_TOKEN/OAuth secrets as sensitive — only provide them after reviewing the code that will use them and prefer scoped, least-privilege credentials. If you only need read-only functionality and are uncomfortable sending data to the public fxtwitter instance, consider alternative approaches (official X API via xurl or local fetching behind an approved proxy).
功能分析
Type: OpenClaw Skill Name: x-master Version: 1.0.0 The x-master skill bundle is a routing framework designed to guide an AI agent through X/Twitter operations. It contains no executable code, instead providing structured instructions (SKILL.md) and documentation (README.md, references/) for using external tools and APIs. Key safety features include a mandatory human-approval flow for all posting actions and the use of the well-known fxtwitter API proxy to safely retrieve tweet content without direct scraping. The included algorithm intelligence is purely strategic and does not contain malicious instructions or exfiltration logic.
能力评估
Purpose & Capability
The skill claims to be a routing layer for X/Twitter operations and, as an instruction-only skill, it routes reads to a third-party proxy (api.fxtwitter.com) and routes posting to optional sub-skills. That overall design is plausible and proportionate for a router. Minor mismatch: the skill metadata and registry show no required env vars, yet the README/SKILL.md document optional X credentials and posting scripts—reasonable for optional posting but worth noting (the skill itself does not declare or require credentials).
Instruction Scope
Runtime instructions require the agent to always send x.com/twitter.com URLs to the public fxtwitter API (https://api.fxtwitter.com/...), and the README instructs creating a .env with X_BEARER_TOKEN / OAuth secrets for sub-skills. Those env vars are not declared in the skill metadata. Importantly, this routing design sends user-provided tweet URLs (and potentially content) to a third-party service, which is a data-exposure decision the installer should accept explicitly. The skill also references posting scripts and sub-skills that are not bundled; you should audit those before allowing posting actions.
Install Mechanism
Instruction-only (no install spec, no code files executed by the platform). This is low-risk from a disk/execution perspective. The README suggests cloning a repo or installing sub-skills with 'clawhub'—these are out-of-band steps the user would run; they are not automated by the skill. Verify the source of any sub-skill installs before running them.
Credentials
The skill declares no required env vars, but its README and SKILL.md instruct users to populate X API credentials (X_BEARER_TOKEN, X_OAUTH_TOKEN/SECRET) and optional keys for sub-skills (XAI_API_KEY, SCRAPECREATORS_API_KEY). Requesting those credentials is proportionate only if you intend to perform posting or direct API operations; however, the skill does not surface these as required fields in the registry metadata, which creates a gap between declared requirements and runtime instructions. Sensitive credentials will be used by sub-skills or posting scripts—audit those components and store credentials securely.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It is an instruction-only router and does not modify other skills or agent configs. Autonomous invocation is permitted by default (platform default) but not combined with any 'always: true' or other persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-master
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-master 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
x-master 1.0.0 — Initial Release - Introduces a master routing skill for all X/Twitter operations: reading tweets, searching, researching, posting, and handling engagement. - Strictly enforces using the fxtwitter API for all tweet content fetches; direct web_fetch of x.com/twitter.com is forbidden. - Provides a detailed task router, assigning each operation (search, research, posting, engagement, API calls) to a dedicated sub-tool or API. - Adds robust account configuration and posting approval workflows requiring explicit human review before any tweet is posted. - Supplies up-to-date platform and algorithm guidance, plus clear references and migration notes for users of legacy X/Twitter tools.
元数据
Slug x-master
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

X Master 是什么?

Master routing skill for all X/Twitter operations — reading, researching, posting, and engaging. Routes to the correct sub-tool based on the task. Covers rea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 X Master?

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

X Master 是免费的吗?

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

X Master 支持哪些平台?

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

谁开发了 X Master?

由 Jeremy Knows(@jeremyknows)开发并维护,当前版本 v1.0.0。

💬 留言讨论