AgentAwake · Ready-to-use agent skills

AgentAwake Skills for Any AI Platform

Install pre-built agent memory systems with one command. Your AI agent gets persistent memory, specialized knowledge, and domain-specific behaviors. Works with OpenClaw, Claude, ChatGPT, and Cursor.

𝕏

What are Skills?

Packaged Agent Capabilities

Skills are installable agent extensions for OpenClaw. Each skill is a self-contained package of memory files, knowledge structures, and behavioral instructions that your agent automatically loads at the start of every session.

AgentAwake skills give your OpenClaw agent:

  • 🧠Persistent memory — your agent remembers context between sessions
  • 📚Specialized knowledge — domain-specific structures pre-built for your use case
  • ⚙️Domain behaviors — proven workflows and operating procedures baked in
~/.openclaw/workspace/skills/memory-starter/
📁 memory-starter/
📄 SKILL.md — entry point
📄 AGENTS.md — operating manual
📄 SOUL.md — personality & values
📄 MEMORY.md — persistent context
📄 README.md — setup guide

Your agent platform reads SKILL.md and auto-loads everything into your agent's context.

Get Started

Install in Three Steps

1

Make sure your agent platform is set up

OpenClaw is one option, but these skills work with Claude, ChatGPT, Cursor, and more. openclaw.ai →

$npm install -g openclaw
2

Download or purchase the skill kit

Browse our skills at agentawake.com/templates → and download or purchase the skill kit.

3

Drop the files in and restart your agent

Unzip the skill kit and drop the folder into ~/.openclaw/workspace/skills/. Restart your agent — it will load the skill automatically at the start of every session.

Available Skills

AgentAwake Skills

Each skill is a production-ready memory system. Install and go.

🧠
memory-starter
Free

The foundational 3-file memory system (AGENTS.md + SOUL.md + MEMORY.md) with clear comments. Ready to load into any OpenClaw agent in minutes.

Get This Skill →
💻
coding-assistant
$5

Full coding project memory with architecture decisions, naming conventions, PR review patterns, and tech stack context. The partner who remembers your stack.

Get This Skill →
✍️
content-pipeline
$5

Content creation workflow with editorial calendar, brand voice guide, post format library, and performance tracking — all pre-loaded for your agent.

Get This Skill →
📈
trading-desk
$9

Pre-market briefing protocol, trade journal, risk calculator, and watchlist management. Your AI analyst running the playbook every morning.

Get This Skill →
💼
freelancer-ops
Free

Client management, project tracking, invoice reminders, and email drafting — all baked into your agent's memory from day one.

Get This Skill →
🏢
agency-multi-client
$9

Multi-client context switching, deliverable tracking, status reports, and billable time logging. Run 10 clients without dropping a ball.

Get This Skill →

Under the hood

How Skills Work

📁 Where skills live

Skills are stored in ~/.openclaw/workspace/skills/. Each skill is a folder containing SKILL.md as the entry point, plus any number of supporting .md configuration files.

⚡ How loading works

At the start of every OpenClaw session, the agent reads SKILL.md from each installed skill and loads the skill's capabilities into context. Your agent arrives every session already knowing your projects, preferences, and operating procedures.

🔧 Managing skills

  • Update: Re-download the latest version from agentawake.com/templates and replace the folder.
  • Remove: Delete the skill folder from ~/.openclaw/workspace/skills/
  • List installed skills: ls ~/.openclaw/workspace/skills/

Build your own

Publish a Skill to ClawHub

Skills are just markdown folders. Create a SKILL.md entry point, add your configuration files, then publish with one command.

ClawHub publishing coming soon. For now, submit your skill as a template: Submit a template →

my-custom-skill/
📄 SKILL.md ← required entry point
📄 SOUL.md ← agent personality (optional)
📄 MEMORY.md ← persistent context (optional)
📄 config.md ← any other .md files you need
$ clawhub publish --name my-org/my-skill

Ready to wake up your agent?

Start with the free memory-starter skill and have a fully configured AI agent in under 5 minutes.