con un clic
example-skill
A demonstration skill showing how the Rune skills system works
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
A demonstration skill showing how the Rune skills system works
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | example-skill |
| description | A demonstration skill showing how the Rune skills system works |
| short_description | Demo skill for testing |
This is a demonstration skill that shows how the Rune skills system works.
When this skill is activated (by mentioning $example-skill in a message), this entire document is injected into the agent's context for that turn only.
When using this skill, you should:
# Skills can include code snippets
def example_function():
print("This skill is active!")
Skills can reference other files in the skill directory:
./scripts/helper.py - Helper scripts./docs/detailed.md - Detailed documentation./examples/ - Example filesThe agent should only load these if actually needed for the task.
Remember: This skill is only active for the current turn. If the user wants to use it again in a future message, they must mention it again.