Loading...
Loading...
Designs, builds, debugs, and documents OpenClaw workflows, skills, and AI assistant configurations. Use when the user mentions "OpenClaw," "personal AI assistant," "local AI," "ClawdHub," "openclaw skills," "chat platform AI," or wants to set up AI assistants across WhatsApp, Telegram, Discord, or Slack.
npx skill4agent add realjaymes/marketingagentskills openclawSKILL.mdrequires.binsrequires.envrequires.configcurl -fsSL https://openclaw.ai/install.sh | bashiwr -useb https://openclaw.ai/install.ps1 | iexnpm install -g openclaw@latestopenclaw onboard --install-daemon<workspace>/skills~/.openclaw/skills---
name: skill-name
description: What the skill does and when to use it
version: "1.0.0"
requires:
bins: [curl, jq]
env: [API_KEY]
config: [~/.config/app/config.json]
---
# Skill Name
Instructions for the skill...# Search for skills
clawdhub search "spotify"
# Install a skill
clawdhub install spotify-controller
# Publish your skill
clawdhub publish ./my-skill## Understanding
[User's goal and requirements]
## Relevant OpenClaw Concepts
[Applicable features and patterns]
## Design
[Architecture and flow]
## Configuration / Skill Artifacts
[SKILL.md, config files, prompts]
## Failure Modes & Debugging
[What can go wrong and how to fix]
## Operational Notes
[Maintenance and monitoring]openclaw security audit --deep