- Fix API endpoint paths: /events (not /api/events) to match actual NestJS routes - Convert script to ES modules (import/export) to match package.json type: module - Add detailed error messages for common HTTP status codes (401, 403, 404, 400) - Improve error handling with actionable guidance
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