← 返回 Skills 市场
patches429

X2c Publish

作者 Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
296
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install x2c-publish
功能描述
X2C Distribution and Wallet API — publish video to X2C platform, manage assets (balance, claim X2C, swap to USDC, withdraw, transactions).
安全使用建议
Before installing or supplying credentials: 1) Verify the publisher/source — there is no homepage or known owner info. 2) Treat X2C_API_KEY as a sensitive credential — use a least-privilege key (if the API supports scoping) and rotate it after testing. 3) The SKILL.md references X2C_API_BASE_URL and USER_ID and instructs reading/writing credentials/{USER_ID}.json and ~/.openclaw/openclaw.json even though only X2C_API_KEY is declared; expect the agent to access that file path and the configured env var. If you don’t want credentials written to disk, don’t enable per-user file storage. 4) Limit wallet risk: test with an account/key that has no withdraw/transfer privileges until you trust the skill. 5) Consider running this skill in an isolated environment or sandbox and confirm the API endpoints and base URL (set X2C_API_BASE_URL explicitly) to avoid surprises. 6) If you need higher assurance, request provenance (official X2C homepage or source repo) and an explicit manifest listing all env vars and file paths the skill will access.
功能分析
Type: OpenClaw Skill Name: x2c-publish Version: 0.1.0 The skill bundle provides a standard interface for interacting with the X2C platform's video distribution and wallet APIs. It uses curl commands to perform legitimate actions such as uploading content to S3, publishing projects, and managing digital assets (USDC/X2C). While the wallet functionality (withdrawals/swaps) is high-risk by nature, the instructions are transparent, follow a logical workflow, and contain no evidence of malicious intent, obfuscation, or unauthorized data exfiltration.
能力评估
Purpose & Capability
The declared requirement (X2C_API_KEY) matches the described capabilities (distribution + wallet operations). However the SKILL.md also relies on additional configuration (X2C_API_BASE_URL override, USER_ID and per-user credential files, and a ~/.openclaw/openclaw.json config path) that are not listed in requires.env or manifest metadata. The lack of a homepage or publisher information increases the need for scrutiny.
Instruction Scope
The SKILL.md instructs reading/writing credentials/{USER_ID}.json and references ~/.openclaw/openclaw.json and an env-based USER_ID. Those file and env references are outside the single declared X2C_API_KEY and imply the agent will access/modify per-user credential files and configuration on disk. While multi-user credential storage can be legitimate, it materially expands what the agent will access and should be explicitly declared and secured.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — low install/execution surface (nothing is written to disk by an installer). That lowers installation risk.
Credentials
Only X2C_API_KEY is declared as required and is appropriate for the stated API operations (including wallet actions such as withdrawals). However SKILL.md also uses/mentions X2C_API_BASE_URL and USER_ID (and storing credentials files) without declaring them. The wallet functionality implies the API key has financial privileges; the key should therefore be scoped and treated as sensitive.
Persistence & Privilege
always:false and no install hooks are present. The skill suggests writing/reading its own credential files and using the agent config at ~/.openclaw/openclaw.json for an env override; those are limited to the skill's own config scope and not an automatic global privilege escalation. Still, storing API keys on disk increases exposure and should be handled carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x2c-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x2c-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of x2c-publish — a skill for publishing videos to X2C and managing wallet assets. - Publish video content to the X2C platform using a structured, multi-step workflow - Manage distribution: upload videos, check review status, add episodes, and list projects - Full wallet management: view balances, claim X2C, swap to USDC, withdraw funds, and view transaction history - Strict publishing rules and error handling to ensure reliable integration - Multi-user support via user-bound API keys in OpenClaw environment or credentials
元数据
Slug x2c-publish
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

X2c Publish 是什么?

X2C Distribution and Wallet API — publish video to X2C platform, manage assets (balance, claim X2C, swap to USDC, withdraw, transactions). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。

如何安装 X2c Publish?

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

X2c Publish 是免费的吗?

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

X2c Publish 支持哪些平台?

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

谁开发了 X2c Publish?

由 Parker(@patches429)开发并维护,当前版本 v0.1.0。

💬 留言讨论