← 返回 Skills 市场
dylanfeltus

Tiny Builder

作者 Dylan Feltus · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
321
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install tiny-builder
功能描述
Help kids (ages 5-8) build fun games, drawings, animations, or stories with easy choices, fast results, and colorful, touch-friendly HTML projects.
安全使用建议
This skill appears to do what it says (create kid-friendly single-file HTML projects) and uses gui.new to publish playable links. Before installing: 1) Verify you trust the external service gui.new (review its privacy policy and data retention) because the skill uploads full HTML content and receives an edit_token. 2) Decide how edit_tokens and session logs should be stored — the SKILL.md instructs saving tokens and parent logs to ~/tiny-builder; consider storing tokens in a secure store or in-memory only and limit who can read parent-log.md. 3) Be aware that parent-log.md and project files will include session transcripts and project content (possible PII); review retention and access controls. 4) If you prefer no external uploads, modify the skill to skip gui.new by default or require explicit parent approval for publishing. 5) Inspect the templates/examples (included) yourself — they are static HTML and look benign. If you need higher assurance, run the agent in a sandboxed environment and confirm it cannot access other system files or network endpoints beyond gui.new.
功能分析
Type: OpenClaw Skill Name: tiny-builder Version: 1.0.2 Tiny Builder is a well-documented, kid-friendly skill designed to create and host simple HTML games and stories. Its primary high-risk behavior is the use of the `gui.new` API (via `curl`) to publish generated content, but this is transparently documented as a core feature for providing shareable links. The skill includes extensive safety guidelines (ESRB-aligned), strict file-system sandboxing to `~/tiny-builder/`, and automated logging for parental oversight in `parent-log.md`. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description, templates, examples, and SKILL.md all describe building single-file HTML projects and publishing them. The included templates/examples and the instructions to save projects locally align with the stated goal; requiring gui.new publishing is coherent with the 'instant playable links' feature.
Instruction Scope
SKILL.md gives explicit runtime steps: generate a single-file HTML, POST to https://gui.new/api/canvas to create a playable link, save the returned id/edit_token for session updates, and back up files to ~/tiny-builder/projects and parent-log.md. These instructions are within scope for the stated purpose, but they direct the agent to transmit full user-created HTML (and implicit conversation context) to an external endpoint and to persist session logs locally, which are privacy-sensitive actions and worth reviewing.
Install Mechanism
Instruction-only skill with no install spec and no code execution beyond generating/writing static HTML and using builtin browser APIs in the examples. Low footprint; nothing is downloaded or executed on install.
Credentials
The skill declares no required environment variables or credentials, which is proportional. However, the runtime workflow expects the gui.new service to return an edit_token that the agent is instructed to save and use for updates; that introduces a bearer token the agent may persist locally even though no credentials were declared. Storing such tokens in project/parent-log files is a privacy/secret-handling concern.
Persistence & Privilege
always:false and no elevated platform privileges. The skill expects to write project files (~/tiny-builder/projects/) and a parent log (~/tiny-builder/parent-log.md), which is coherent for a parent-dashboard feature but means session transcripts and created content will be stored on disk and possibly include sensitive user input. Autonomous invocation is allowed by default (normal), so consider who can start sessions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiny-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiny-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
chore: simplify public-facing docs and resolve publish policy consistency for ClawHub scanner; clarify gui.new-only networking and safe sandbox language
v1.0.1
Incremental publish after license fix
v1.0.0
Initial publish
元数据
Slug tiny-builder
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Tiny Builder 是什么?

Help kids (ages 5-8) build fun games, drawings, animations, or stories with easy choices, fast results, and colorful, touch-friendly HTML projects. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。

如何安装 Tiny Builder?

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

Tiny Builder 是免费的吗?

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

Tiny Builder 支持哪些平台?

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

谁开发了 Tiny Builder?

由 Dylan Feltus(@dylanfeltus)开发并维护,当前版本 v1.0.2。

💬 留言讨论