Official skill library for OpenClaw autonomous agents.
This repository contains production-ready skills for OpenClaw autonomous agents. Each skill provides a specific capability that your agent can use.
| Skill | Description | Status |
|---|---|---|
| OpenClaw Starter Kit | Unified API access (Twitter, Search, Scholar, News, LLM) powered by AIsa | ✅ Ready |
Browse the skills above and pick what your agent needs.
Each skill folder contains:
README.md- Human-readable documentationSKILL.md- OpenClaw skill specification- Supporting scripts and references
# Example: Using the OpenClaw Starter Kit
export AISA_API_KEY="your-api-key"OpenClaw-Skills/
├── README.md ← You are here
├── LICENSE
└── aisa/ ← OpenClaw Starter Kit (AIsa integration)
├── README.md
├── SKILL.md
├── scripts/
└── references/
Want to contribute a skill? Each skill should include:
- SKILL.md - OpenClaw skill specification with metadata
- README.md - Human-readable documentation
- Scripts/Tools - Any supporting code
- References - API docs, examples
See existing skills for reference.
- 🦞 OpenClaw - The autonomous agent framework
- ⚡ AIsa - Unified API backend
- 📖 Documentation - API reference
Apache 2.0 License - see LICENSE for details.
OpenClaw Skills - Extend your agent's capabilities.