Skills are modular packages that extend nanobot’s capabilities by providing specialized knowledge, workflows, and tools. Think of them as “onboarding guides” for specific domains or tasks.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HKUDS/nanobot/llms.txt
Use this file to discover all available pages before exploring further.
What Skills Provide
- Specialized workflows - Multi-step procedures for specific domains
- Tool integrations - Instructions for working with specific file formats or APIs
- Domain expertise - Company-specific knowledge, schemas, business logic
- Bundled resources - Scripts, references, and assets for complex tasks
Built-in Skills
Nanobot includes several built-in skills:| Skill | Description |
|---|---|
github | Interact with GitHub using the gh CLI |
weather | Get weather info using wttr.in and Open-Meteo |
summarize | Summarize URLs, files, and YouTube videos |
tmux | Remote-control tmux sessions |
clawhub | Search and install skills from ClawHub registry |
memory | Two-layer memory system with grep-based recall |
cron | Schedule reminders and recurring tasks |
Skill Format
Each skill is a directory containing aSKILL.md file with:
- YAML frontmatter (name, description, metadata)
- Markdown instructions for the agent
scripts/- Executable code (Python/Bash/etc.)references/- Documentation loaded as neededassets/- Files used in output (templates, icons, etc.)