agentsclimarketplace

Tiny robot skill

Skill opentiny/agent-skills/skills/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

Install
npx -y skills add opentiny/agent-skills --skill tiny-robot-skill

Assembled 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 typeRead firstUse for
Component usage or page compositionrules/component-use.mdComponent lookup, composition, demos, missing component handling
Project setup or theme configurationrules/project-setting.mdInstallation, integration, theme, adapting docs setup to user projects
Code generationrules/code-generation.mdOutput style, Vue SFC conventions, simplicity, comment language
Message, conversation, or AI request logicrules/kit-use.mdSafe 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 documentation
  • demos/ for working component demos
  • examples/ for full page or multi-component usage
  • guide/ for setup and configuration guidance
  • tools/ for message, conversation, and helper utilities
  • migration/ for version migration notes when relevant
  • rules/component-use.md
  • rules/project-setting.md
  • rules/code-generation.md
  • rules/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/

114 more files not listed here. See all 154 in the repository.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.