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.