com um clique
example-skill
A demonstration skill showing how the Rune skills system works
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
A demonstration skill showing how the Rune skills system works
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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.