Custom OpenClaw agent skills
Find a file
2026-02-08 15:47:16 -05:00
exa-search Initial commit: exa-search and openclaw-introspect skills 2026-02-08 15:47:16 -05:00
openclaw-introspect Initial commit: exa-search and openclaw-introspect skills 2026-02-08 15:47:16 -05:00
README.md Initial commit: exa-search and openclaw-introspect skills 2026-02-08 15:47:16 -05:00

OpenClaw Skills

Custom agent skills for OpenClaw.

Skills Included

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