793 B
793 B
Setup Guide
Initial Setup
cd ~/clawd/claude-agents-skills
npm install
Adding Skills
- Create folder:
skills/my-skill/ - Add
SKILL.mdwith documentation - Add code/scripts as needed
- Test locally
- Commit:
git commit -m "skill(my-skill): description"
Adding Agents
- Create folder:
agents/my-agent/ - Add
SOUL.mdwith agent definition - Optional: Add
README.md, scripts, configs - Test with
sessions_spawnoropenclaw agent - Commit:
git commit -m "agent(my-agent): description"
Configuration
Create .env:
GOOGLE_CLOUD_PROJECT="your-project"
GOOGLE_APPLICATION_CREDENTIALS=~/.config/gcloud/key.json
Testing
# Test skill
cat skills/browser-testing/SKILL.md
# Test agent
openclaw help | grep gravl-pm