Loading...
Loading...
Search, install, and manage Alma skills from the skills.sh ecosystem. Use when the user needs a capability Alma doesn't have yet, or when you encounter a task you can't do with current skills.
npx skill4agent add naohainezha/skill skill-hub# Search the skills.sh ecosystem
alma skill search <query>
# Examples:
alma skill search weather
alma skill search email
alma skill search calendar# Install from skills.sh
alma skill install <user/repo>
# Example:
alma skill install openclaw/weatheralma skill listalma skill uninstall <skill-name>alma skill updatealma skill search weatheralma skill install openclaw/weathermkdir -p ~/.config/alma/skills/my-skill
cat > ~/.config/alma/skills/my-skill/SKILL.md << 'EOF'
---
name: my-skill
description: What this skill does
allowed-tools:
- Bash
- Read
---
# My Skill
Instructions for the AI on how to use this skill...
EOF~/.agents/skills/~/.config/alma/skills/.alma/skills/