Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

minibot Skills

This directory contains built-in skills that extend minibot's capabilities.

Skill Format

Each skill is a directory containing a SKILL.md file with:

  • YAML frontmatter (name, description, metadata)
  • Markdown instructions for the agent

When skills reference large local documentation or logs, prefer minibot's built-in grep tool to narrow the search space before loading full files. Use grep(output_mode="count") / files_with_matches for broad searches first, use head_limit / offset to page through large result sets, and grep(glob="*.md") to filter by file name pattern.

Optional frontmatter metadata may nest under a minibot key, for example:

metadata: {"minibot":{"emoji":"🐙","requires":{"bins":["gh"]}}}

Available Skills

Skill Description
memory Long-term MEMORY.md via read_memory / write_memory
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
skill-creator Create new skills