Skip to content

idemerge/openclaw-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Skills

A collection of OpenClaw skills following the AgentSkills spec.

Skills

google

Manage Google Calendar via Google Calendar API v3.

  • Full CRUD for calendar events
  • Natural language quick-add (gcal.py quick "Meeting tomorrow at 3pm")
  • Calendar sharing with permission management
  • Chat-based OAuth credential setup (no manual file editing)
  • Configurable timezone (default: Asia/Dubai)
  • Python venv with auto-re-exec for dependencies

microsoft

Manage Microsoft 365 via Microsoft Graph API — Calendar, OneDrive, and Outlook Mail. Uses client_secret + refresh_token authentication (requires Azure app registration).

  • Calendar: CRUD + sharing + Teams online meetings
  • OneDrive: list, info, download, upload, mkdir, delete, search
  • Mail: list, get, send, reply, delete, folders
  • Chat-based credential setup
  • Configurable timezone (default: Asia/Dubai)
  • Pure Python stdlib — no external dependencies

microsoft-365

Manage Microsoft 365 via Microsoft Graph API — Calendar, OneDrive, and Outlook Mail. Uses Device Code Flow with a public Client ID — no Azure app registration or client secret required.

  • Calendar: CRUD + sharing + Teams online meetings
  • OneDrive: list, info, download, upload, mkdir, delete, search
  • Mail: list, get, send, reply, delete, folders
  • Device Code Flow login (browser-based, no manual config)
  • Configurable timezone (default: Asia/Dubai)
  • Pure Python stdlib — zero external dependencies

Installation

From ClawHub (recommended)

openclaw skills install google
openclaw skills install microsoft
openclaw skills install microsoft-365

Manual

git clone https://github.com/idemerge/openclaw-skills.git
cp -r openclaw-skills/skills/google ~/.openclaw/skills/
cp -r openclaw-skills/skills/microsoft ~/.openclaw/skills/
cp -r openclaw-skills/skills/microsoft-365 ~/.openclaw/skills/

Skill Structure

skills/<skill-name>/
├── SKILL.md          # Required — YAML frontmatter (name, description) + instructions
├── scripts/          # Optional — executable code
├── references/       # Optional — documentation loaded on demand
└── assets/           # Optional — templates, icons, etc.

License

MIT

About

OpenClaw Skills Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages