Skip to content

Latest commit

Β 

History

History
90 lines (58 loc) Β· 2.08 KB

File metadata and controls

90 lines (58 loc) Β· 2.08 KB

OpenClaw Skills Collection 🦞

Official skill library for OpenClaw autonomous agents.

License: Apache 2.0 OpenClaw Compatible


What is This?

This repository contains production-ready skills for OpenClaw autonomous agents. Each skill provides a specific capability that your agent can use.


Available Skills

Skill Description Status
OpenClaw Starter Kit Unified API access (Twitter, Search, Scholar, News, LLM) powered by AIsa βœ… Ready

Quick Start

1. Choose a Skill

Browse the skills above and pick what your agent needs.

2. Follow the Skill Guide

Each skill folder contains:

  • README.md - Human-readable documentation
  • SKILL.md - OpenClaw skill specification
  • Supporting scripts and references

3. Configure Your Agent

# Example: Using the OpenClaw Starter Kit
export AISA_API_KEY="your-api-key"

Repository Structure

OpenClaw-Skills/
β”œβ”€β”€ README.md           ← You are here
β”œβ”€β”€ LICENSE
└── aisa/               ← OpenClaw Starter Kit (AIsa integration)
    β”œβ”€β”€ README.md
    β”œβ”€β”€ SKILL.md
    β”œβ”€β”€ scripts/
    └── references/

Adding New Skills

Want to contribute a skill? Each skill should include:

  1. SKILL.md - OpenClaw skill specification with metadata
  2. README.md - Human-readable documentation
  3. Scripts/Tools - Any supporting code
  4. References - API docs, examples

See existing skills for reference.


Links

  • 🦞 OpenClaw - The autonomous agent framework
  • ⚑ AIsa - Unified API backend
  • πŸ“– Documentation - API reference

License

Apache 2.0 License - see LICENSE for details.


OpenClaw Skills - Extend your agent's capabilities.