Tiny robot skill
Guides TinyRobot Vue AI chat UI implementation, setup, and code generation. Use when the user mentions TinyRobot, OpenTiny TinyRobot, Bubble, Sender, Prompts, chat container, message list, conversation tools, or asks to build chat interfaces with TinyRobot components.From its SKILL.md
npx -y skills add opentiny/agent-skills --skill tiny-robot-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 19 stars19 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.8 KB, 490 tokens by cl100k_base, as published. Nobody here has run it
TinyRobot Component Library Assistant
Use this skill to produce accurate TinyRobot guidance and code with the smallest necessary context.
TinyRobot is a Vue-oriented component library for AI chat interfaces.
When to use this skill
Use this skill when the user:
- explicitly mentions TinyRobot or OpenTiny TinyRobot
- asks about
Bubble,Sender,Prompts, chat containers, or similar TinyRobot components - asks for TinyRobot component usage or examples
- wants to build an AI chat UI with TinyRobot
- needs TinyRobot setup, import, or theme guidance
- asks about TinyRobot message, conversation, or AI request integration
Example requests:
- "Create a chat UI using TinyRobot"
- "How do I use the Bubble component?"
- "Show a Sender example"
- "How do I configure TinyRobot theme?"
- "How should I manage conversation state with TinyRobot?"
Quick Routing
Start by classifying the request, then read only the relevant rule file.
| Request type | Read first | Use for |
|---|---|---|
| Component usage or page composition | rules/component-use.md | Component lookup, composition, demos, missing component handling |
| Project setup or theme configuration | rules/project-setting.md | Installation, integration, theme, adapting docs setup to user projects |
| Code generation | rules/code-generation.md | Output style, Vue SFC conventions, simplicity, comment language |
| Message, conversation, or AI request logic | rules/kit-use.md | Safe tool usage, state separation, API uncertainty handling |
For most implementation tasks, read rules/code-generation.md after the task-specific rule file.
Resources in This Skill
This skill is organized around these resource layers:
components/for component documentationdemos/for working component demosexamples/for full page or multi-component usageguide/for setup and configuration guidancetools/for message, conversation, and helper utilitiesmigration/for version migration notes when relevantrules/component-use.mdrules/project-setting.mdrules/code-generation.mdrules/kit-use.md
Use the smallest relevant layer first, then expand only when the task needs more context.
What ships with it: 154 files
491.8 KB alongside SKILL.md, 14 of them executable
.claude-plugin/
- plugin.json313 B
components/
- attachments.md6.7 KB
- bubble.md33.2 KB
- container.md2.6 KB
- drag-overlay.md5.9 KB
- dropdown-menu.md4.1 KB
- feedback.md3.0 KB
- history.md7.9 KB
- mcp-add-form.md4.3 KB
- mcp-server-picker.md10.2 KB
- prompts.md6.9 KB
- sender-compat.md14.8 KB
- sender.md31.5 KB
- suggestion-pills.md2.3 KB
- suggestion-popover.md5.3 KB
- theme.md6.7 KB
- welcome.md1.3 KB
demos/
- attachments/basic.vue1015 B
- attachments/custom-file-type.vue3.1 KB
- attachments/custom-icon.vue597 B
- attachments/download.vue2.2 KB
- attachments/picture-list.vue1.4 KB
- attachments/status.vue954 B
- attachments/wrap.vue1.3 KB
- bubble/avatar-and-placement.vue657 B
- bubble/basic.vue377 B
- bubble/content-render-mode.vue1.0 KB
- bubble/content-resolver.vue1.8 KB
- bubble/custom-renderer.vue2.5 KB
- bubble/image.vue1.8 KB
- bubble/list-array-content.vue1.7 KB
- bubble/list-auto-scroll.vue1.6 KB
- bubble/list-consecutive.vue2.5 KB
- bubble/list-custom-group.vue5.4 KB
- bubble/list-hidden.vue855 B
- bubble/list.vue945 B
- bubble/loading.vue540 B
- bubble/markdown.vue487 B
- bubble/provider-renderer.vue3.2 KB
- bubble/reasoning.vue2.2 KB
114 more files not listed here. See all 154 in the repository.