← 返回 Skills 市场
122
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install userorbit
功能描述
Manage Userorbit resources via the public API. Create and manage feedback, announcements, roadmap topics, help center articles, boards, tags, subscribers, an...
安全使用建议
This skill appears to do exactly what it claims: call the Userorbit REST API using USERORBIT_API_KEY and USERORBIT_TEAM_ID. Before installing, consider: 1) Treat the API key as a sensitive secret — the skill can make any API call permitted by that key (create/delete/update actions are included in the API surface). 2) If Userorbit supports scoped or read-only tokens, prefer using a token limited to needed actions. 3) There is no install step or third-party download, and the only shipped code is a small curl wrapper. 4) The skill's source/homepage is not provided in the metadata; if you require provenance, ask the publisher for a canonical repository or documentation. 5) If you allow autonomous invocation, understand the skill could perform write operations on your behalf; consider restricting invocation or auditing actions if you are worried about destructive changes.
功能分析
Type: OpenClaw Skill
Name: userorbit
Version: 1.1.1
The skill bundle contains a shell injection vulnerability in the `api-helper.sh` script. The script passes the `$ENDPOINT` variable directly into a `curl` command string without sanitization, which could allow for arbitrary command execution if the input is manipulated. While the bundle's stated purpose of managing Userorbit resources via `https://api.userorbit.com/api/v1` appears legitimate, the insecure handling of shell arguments poses a security risk.
能力评估
Purpose & Capability
Name/description match the requested environment variables and the included API reference. Requesting USERORBIT_API_KEY and USERORBIT_TEAM_ID is appropriate for a Userorbit API client that can create/list/update/delete resources.
Instruction Scope
SKILL.md instructs the agent to validate the two environment variables, and to use curl to call https://api.userorbit.com/api/v1 endpoints. The included api-helper.sh only makes authenticated POST requests using those env vars. The instructions do not read unrelated files, other env vars, or send data to unexpected third-party endpoints.
Install Mechanism
This is an instruction-only skill with no install spec; no code is downloaded or installed at runtime beyond the small included shell helper. That is the lowest-risk install model.
Credentials
Only two environment variables are required (API key and team id), which is proportionate to an API client. There are no extra credential requests or unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It can be invoked autonomously (platform default), which is expected for skills that interact with external APIs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install userorbit - 安装完成后,直接呼叫该 Skill 的名称或使用
/userorbit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fix: declare USERORBIT_API_KEY and USERORBIT_TEAM_ID as required env vars in registry metadata
v1.1.0
Use env vars for credentials instead of plaintext secrets file. Declare required credentials in metadata.
v1.0.0
Initial release of the userorbit skill.
- Provides scripts and instructions to manage Userorbit resources via the public API.
- Supports operations for feedback, announcements, roadmap topics, help center articles, boards, tags, subscribers, and more.
- Includes detailed endpoint references, required fields, and example API usage.
- Guides users through setup, including API key and helper script creation.
元数据
常见问题
Userorbit 是什么?
Manage Userorbit resources via the public API. Create and manage feedback, announcements, roadmap topics, help center articles, boards, tags, subscribers, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Userorbit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install userorbit」即可一键安装,无需额外配置。
Userorbit 是免费的吗?
是的,Userorbit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Userorbit 支持哪些平台?
Userorbit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Userorbit?
由 Mukesh ツ(@middlerange)开发并维护,当前版本 v1.1.1。
推荐 Skills