← Back to Skills Marketplace
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install storyclaw-x2c-publish
Description
X2C Distribution and Wallet API — publish video to X2C platform, manage assets (balance, claim X2C, swap to USDC, withdraw, transactions).
Usage Guidance
This skill is internally consistent for publishing videos and managing an X2C wallet: it needs only your X2C_API_KEY and will call X2C endpoints and upload files to S3 presigned URLs. Before installing, confirm you trust the X2C service (source/homepage are missing), create an API key with the minimum necessary permissions, and store it safely (per-user credential files are used). Be cautious because wallet actions (swap/withdraw) can move funds — test with a non-critical account or small amounts first. If you are worried about automated actions, consider disabling autonomous invocation for this skill or monitoring/approving each run.
Capability Analysis
Type: OpenClaw Skill
Name: storyclaw-x2c-publish
Version: 0.1.0
The skill bundle provides a legitimate integration for the X2C platform's distribution and wallet APIs. It includes standard workflows for uploading media to S3 via presigned URLs and managing digital assets (X2C/USDC), with no evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (publish + wallet management) match the declared requirement (X2C_API_KEY) and the SKILL.md workflows (distribution endpoints, upload URLs, wallet actions). No unrelated credentials or binaries are requested.
Instruction Scope
Instructions are explicit curl-based API calls and S3 PUT uploads and focus on publishing and wallet operations. They instruct reading/storing per-user API keys in credentials/{USER_ID}.json and uploading local files (cover.jpg, ep1.mp4). This is expected, but callers should be aware the agent will access provided local media files and stored credential files.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer and no external archives are fetched.
Credentials
Only a single API credential (X2C_API_KEY) is required and is appropriate for the documented API usage. SKILL.md also references X2C_API_BASE_URL as an optional override (not listed as required) — a minor omission but not disproportionate.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. The skill can be invoked autonomously (platform default). Because the skill can perform wallet actions (claim, swap, withdraw), allow-listing autonomous invocation or limiting scope/permissions of the API key is advisable to reduce risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install storyclaw-x2c-publish - After installation, invoke the skill by name or use
/storyclaw-x2c-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of storyclaw-x2c-publish skill.
- Publish video content to the X2C platform and manage asset workflows.
- Full support for X2C distribution (workflow steps: categories, upload, publish, status query, add episodes, list projects).
- Wallet API to check balances, claim X2C, swap to USDC, withdraw funds, and view transaction history.
- Multi-user API key management via credentials or environment variables.
- Enforced workflow order, error handling rules, and requirements for file formats and URLs.
Metadata
Frequently Asked Questions
What is Storyclaw X2c Publish?
X2C Distribution and Wallet API — publish video to X2C platform, manage assets (balance, claim X2C, swap to USDC, withdraw, transactions). It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install Storyclaw X2c Publish?
Run "/install storyclaw-x2c-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Storyclaw X2c Publish free?
Yes, Storyclaw X2c Publish is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Storyclaw X2c Publish support?
Storyclaw X2c Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Storyclaw X2c Publish?
It is built and maintained by Parker (@patches429); the current version is v0.1.0.
More Skills