Custom OpenClaw agent skills
| exa-search | ||
| openclaw-introspect | ||
| README.md | ||
OpenClaw Skills
Custom agent skills for OpenClaw.
Skills Included
exa-search
Advanced semantic search using Exa AI - company research, people search, code context, and deep research reports.
openclaw-introspect
Explore, understand, and reconfigure your OpenClaw gateway, agent harness, and system prompt.
Installation
Copy the skill folder to your OpenClaw skills directory:
cp -r <skill-name> ~/.openclaw/workspace/skills/
Or add to your openclaw.json:
{
"skills": [
{ "path": "~/.openclaw/workspace/skills/<skill-name>" }
]
}
License
MIT