A collection of agentic skills for Claude Code, OpenCode, and other AI assistants.
| Skill | Description |
|---|---|
google-oauth |
Google OAuth2 authentication for Gmail, Calendar, Drive, Sheets |
query-agent |
Natural language to SQL with schema discovery |
luxembourg-vat-xml |
Luxembourg VAT declarations in eCDF XML format |
file-ingestion |
Ingest CSV/JSON/XML/Excel into databases with auto-schema |
npx skills add yourusername/openclaw-skills --listnpx skills add yourusername/openclaw-skills --skill google-oauthnpx skills add yourusername/openclaw-skills --allskills/
├── google-oauth/ # Google OAuth2 integration
├── query-agent/ # SQL query agent
├── luxembourg-vat-xml/# Luxembourg VAT XML
└── file-ingestion/ # File ingestion pipeline
Each skill follows the Agent Skills specification.