Skip to content

AIsa-team/OpenClaw-Skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


License

Apache 2.0 License - see LICENSE for details.


OpenClaw Skills - Extend your agent's capabilities.

About

skills integrated with AIsa API keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages