with one click
example-skill
A demonstration skill showing how the Rune skills system works
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A demonstration skill showing how the Rune skills system works
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.