876 B
876 B
Mosaic Stack Skills
This directory contains Clawdbot skills for integrating with Mosaic Stack APIs.
Skills
Calendar (calendar/)
Integration with Mosaic Stack's Events API for calendar management.
Features:
- Create events with rich metadata
- Query events with flexible filtering
- Update and reschedule events
- Delete/cancel events
- Natural language interaction support
Usage: See calendar/SKILL.md for complete documentation.
Skill Structure
Each skill follows Clawdbot skill conventions:
skill-name/
├── SKILL.md # Skill documentation and metadata
└── scripts/ # Executable tools for skill functionality
Adding New Skills
- Create a new directory under
packages/skills/ - Add
SKILL.mdwith YAML frontmatter and documentation - Add any necessary scripts or resources
- Update this README