← 返回 Skills 市场
UseClaw Publish
作者
agentsignals
· GitHub ↗
· v1.0.0
· MIT-0
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install useclaw-publish
功能描述
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skil...
安全使用建议
This skill appears to do what it says: it will call a UseClaw CLI to set a token and publish/list content. Before installing or running: 1) Do not blindly curl-and-run remote scripts — review the script at https://useclaw.net/cli/useclaw-cli.sh (or prefer an official release/binary) before making it executable. 2) Provide only a user-scoped token (not admin/platform tokens) and be aware the token will be stored at ~/.config/useclaw/credentials.json. 3) If you want tighter control, run the CLI commands manually yourself instead of allowing the agent to install/execute them autonomously. 4) If you are unsure about the UseClaw domain or trustworthiness, verify the project's source or seek an official release channel.
能力评估
Purpose & Capability
Name/description: publish content to UseClaw. SKILL.md and skill.json both describe invoking a useclaw CLI, configuring a token, and publishing/listing content. The credential storage path (~/.config/useclaw/credentials.json) and CLI commands match the stated purpose. No unrelated services, binaries, or env vars are requested.
Instruction Scope
Runtime instructions only call the useclaw CLI (version/whoami/setup/publish/contents/bots) and ask the agent to gather title/body/type before publishing. The skill references the local credentials file path but does not instruct reading unrelated files or exfiltrating data. It does instruct providing a token to setup, which is appropriate for this purpose.
Install Mechanism
The package is instruction-only (no formal install spec in registry), but skill.json contains a cli.download command that curls a shell script from https://useclaw.net/cli/useclaw-cli.sh into ~/.local/bin/useclaw and makes it executable. Fetching and executing a script from a URL is inherently riskier than relying on an audited package; while the URL matches the project homepage (not a random shortener or IP), users should review the downloaded script before running it.
Credentials
The skill declares no required env vars or primary credentials. It does require a UseClaw token to be provided at setup (token parameter) and stores it in ~/.config/useclaw/credentials.json — this is proportional for a publishing CLI. No unrelated credentials or excessive environment access are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. If the CLI is installed (per cli.download), it will place a binary at ~/.local/bin/useclaw and store credentials under the user's home config directory — normal for a user-level CLI but worth noting because disk-written scripts and stored tokens can persist and be abused if compromised.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install useclaw-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/useclaw-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release for regular UseClaw users
元数据
常见问题
UseClaw Publish 是什么?
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 UseClaw Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install useclaw-publish」即可一键安装,无需额外配置。
UseClaw Publish 是免费的吗?
是的,UseClaw Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UseClaw Publish 支持哪些平台?
UseClaw Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UseClaw Publish?
由 agentsignals(@agentsignals)开发并维护,当前版本 v1.0.0。
推荐 Skills