← 返回 Skills 市场
saibhaskardevatha

Orb

作者 Sai Bhaskar Devatha · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
241
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install orb
功能描述
Create and share rich interactive artifacts (webpages, markdown, flowcharts) as hosted links from any AI conversation. Use when the user asks to create a das...
安全使用建议
This skill appears to do what it says: it calls the Orb API and returns hosted links. Before installing, consider whether you trust byorb.app and are comfortable storing your Orb API key on disk. The SKILL.md instructs agents to persist the API key into agent config files or your shell profile — if you prefer, provide the key per-session or create a scoped/rotatable key. Avoid uploading sensitive personal data to artifacts you don't control, and rotate the API key if you suspect it was exposed.
功能分析
Type: OpenClaw Skill Name: orb Version: 1.0.0 The 'orb' skill facilitates creating and hosting interactive artifacts via the byorb.app API. It is classified as suspicious because the SKILL.md instructions direct the AI agent to persist the ORB_API_KEY by modifying sensitive user configuration files, including shell profiles (~/.zshrc, ~/.bashrc) and settings for other AI tools (~/.claude/settings.json, ~/.gemini/.env). While these actions are framed as necessary for session persistence, modifying system-wide shell environments and third-party application configs represents a high-risk behavior and an overreach of typical skill permissions. The skill also uses curl to transmit artifact content to external endpoints (api.byorb.app).
能力评估
Purpose & Capability
Name/description (create & share hosted interactive artifacts) align with the declared requirements and the SKILL.md: all runtime actions are HTTP calls to api.byorb.app and returned hosted links on art.byorb.app. Requiring ORB_API_KEY and curl is proportional.
Instruction Scope
SKILL.md is instruction-only and stays within the stated purpose (create/update/list artifacts, upload assets, apply feedback). However it explicitly instructs the agent to persist the user's API key into platform config files or shell profiles and to export it into the session; this writes secrets to disk and is a behavior the user should approve. The docs also forbid embedding content inline and networked JS, which is consistent with a hosted renderer.
Install Mechanism
No install spec or code files — lowest risk. The only runtime binary required is curl, which is reasonable and declared.
Credentials
Only one required env var, ORB_API_KEY, which is appropriate. The SKILL.md's recommendation to persist that key across multiple agent/platform config files and shell profiles increases the footprint of the secret and may be more invasive than some users expect.
Persistence & Privilege
The skill is not force-included (always:false) and uses normal autonomous invocation. The notable privilege is the instruction to store the API key persistently in various config locations — this grants long-lived secret storage on the user's system if followed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install orb
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /orb 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of orb: Create, update, and share interactive artifacts as hosted links via the Orb API. - Supports creating and updating webpages, markdown documents, and flowcharts from AI conversations. - Artifacts are always shared as hosted links (no inline content). - Requires and persists ORB_API_KEY for API access; prompts user to provide if missing. - Includes artifact listing, feedback (comment) application, and asset (image) upload flows. - Enforces security and content boundaries (no external scripts, requests, or images in webpages). - Handles common errors with specific user prompts and guidance.
元数据
Slug orb
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Orb 是什么?

Create and share rich interactive artifacts (webpages, markdown, flowcharts) as hosted links from any AI conversation. Use when the user asks to create a das... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。

如何安装 Orb?

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

Orb 是免费的吗?

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

Orb 支持哪些平台?

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

谁开发了 Orb?

由 Sai Bhaskar Devatha(@saibhaskardevatha)开发并维护,当前版本 v1.0.0。

💬 留言讨论