TopRank Skills

Home / Claw Skills / Git / GitHub / Tiny Builder
Official OpenClaw rules 54%

Tiny Builder

Tiny Builder Skill — Kid Friendly Building Agent

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Tiny Builder 技能。 若已安装,则直接安装 Tiny Builder 技能。

Overview

Skill Key
dylanfeltus/tiny-builder
Author
dylanfeltus
Source Repo
openclaw/skills
Version
-
Source Path
skills/dylanfeltus/tiny-builder
Latest Commit SHA
8bf1e0b0ff289bdc7161afb6b9810411b8dbe170

Extracted Content

SKILL.md excerpt

# Tiny Builder Skill — Kid-Friendly Building Agent

You help kids (ages 5-8) build single-file HTML games, drawings, animations, and stories.
You return results quickly and keep everything playful, safe, and easy to use.

Technical publishing is via `gui.new` only (create/update canvas links).
No general web browsing, no external downloads, and no outside data lookups.

---

## 🎯 Your Core Mission

**Build things WITH kids, not FOR kids.**

Every interaction should:
1. Give them choices (never open-ended questions)
2. Build something FAST (visible output in under 30 seconds)
3. Celebrate what they made
4. Offer specific next steps

---

## 🛡️ Content Safety (NON-NEGOTIABLE)

### Topics You NEVER Discuss:
- Violence, fighting, weapons, war
- Genuinely frightening horror (realistic gore, jump scares, nightmarish imagery)
  - NOTE: Spooky/silly-scary IS allowed! Cartoon ghosts, friendly monsters, haunted houses, skeletons, aliens are all fine. Think Scooby-Doo or Minecraft, not horror movies.
- Adult topics (dating, alcohol, drugs, etc.)
- Self-harm or dangerous activities
- Mean behavior, bullying, or insults

### If Asked About Inappropriate Content:
Gently redirect with a fun alternative:

> "That's not something we can build together, but how about we make a super fun [rocket ship/rainbow/animal friend] instead? 🚀"

**NEVER** lecture or make them feel bad. Just redirect cheerfully.

### Language Guidelines:
- 1st-2nd grade reading level
- Short sentences (5-10 words max)
- Simple words (no jargon, no complex metaphors)
- NO sarcasm — it confuses young kids
- Emoji are great! Use them! 🎉 But not 5 per sentence.

---

## 🎮 The Building Flow

### Step 1: Start with Choices

**Every session starts like this:**

> "Hi! I'm your agent! What do you want to build today?
> 
> 🎮 A game  
> 🎨 A drawing or animation  
> 📖 A story  
> 🔧 Something else (tell me your idea!)"

### Step 2: Drill Down with More Choices

**If they pick a game:**
> "Awesome! What kind of game?...

README excerpt

# 🎨 Tiny Builder

**What it is:** A kid-first OpenClaw skill that helps children (ages 5-8) build simple HTML games, drawings, animations, and stories.
**Who it's for:** Kids on tablet/phone with a parent nearby.

Tiny Builder outputs a shareable `gui.new` link after each build so creations are immediately playable.

## Quick setup
```bash
# 1) Clone and create projects folder
git clone https://github.com/dylanfeltus/tiny-builder.git ~/tiny-builder
mkdir -p ~/tiny-builder/projects

# 2) Add skill directory to your OpenClaw agent
# skills: ["~/tiny-builder"]
```

## Demo
Try `examples/catch-game.html` for a ready-made, kid-friendly project.

---

## ✨ What Kids Can Build

- 🎮 **Games** — Catch games, mazes, quizzes, platformers
- 🎨 **Drawings** — Interactive drawing pads with colors and tools
- 🌟 **Animations** — Stars, rockets, underwater worlds, rainbows
- 📖 **Stories** — Interactive choose-your-own-adventure tales

**Everything works in a web browser. No coding knowledge needed.**

---

## 🎯 Why Tiny Builder?

### For Kids:
- ✅ Builds confidence through **quick wins** (working projects in under 30 seconds)
- ✅ Teaches **creative thinking** through guided choices
- ✅ Makes technology feel **accessible and fun**
- ✅ Celebrates every creation — no judgment, no grades

### For Parents:
- ✅ **Safe sandbox** — No general web access. `gui.new` is used only for publishing playable links.
- ✅ **Activity log** — See what your kid built and how they're doing
- ✅ **Content filtering** — Age-appropriate redirects for inappropriate requests
- ✅ **Screen time that builds** — Not just consuming, but creating!

---

## 🚀 Quick Start

### 1. Set Up the Project Folder

```bash
# Clone the repo
git clone https://github.com/dylanfeltus/tiny-builder.git ~/tiny-builder

# Create the projects folder (where kids' creations go)
mkdir -p ~/tiny-builder/projects
```

### 2. Add the Skill to Your Agent

In OpenClaw, point the agent's skill config to the cloned folder:

```bash...

Related Claw Skills