← Back to Skills Marketplace
122
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install userorbit
Description
Manage Userorbit resources via the public API. Create and manage feedback, announcements, roadmap topics, help center articles, boards, tags, subscribers, an...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install userorbit - After installation, invoke the skill by name or use
/userorbit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Userorbit?
Manage Userorbit resources via the public API. Create and manage feedback, announcements, roadmap topics, help center articles, boards, tags, subscribers, an... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Userorbit?
Run "/install userorbit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Userorbit free?
Yes, Userorbit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Userorbit support?
Userorbit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Userorbit?
It is built and maintained by Mukesh ツ (@middlerange); the current version is v1.1.1.
More Skills