Skill, Vercel Skills, dan SOUL.md

Gunakan skill Markdown lokal, discovery Vercel Skills opsional, dan file persona SOUL.md untuk membuat Libre Claw menggunakan kembali alur kerja proyek dengan aman.

Lokasi skill

Skill adalah playbook Markdown yang dimuat dari direktori bundled, external, global, dan project-local.

Path skill
~/.libre-claw/skills/
<project>/.libre-claw/skills/
~/.libre-claw/skills/catalogs/
src/libre_claw/skills/

Skill proyek meng-override skill global, external, dan bundled. Katalog eksternal tetap read-only sampai disalin secara lokal.

Format AgentSkills

Libre Claw mendukung paket gaya AgentSkills dengan file SKILL.md.

SKILL.md
---
name: hacker-news-brief
description: Use for HN, startup, coding, AI, infra, security, and open-source brief requests.
---

# Hacker News Brief

When the user asks for Hacker News, fetch IDs, fetch item details, compare memory, and return only a final concise brief.

Discovery Vercel Skills

Aktifkan ekosistem skill terbuka saat Anda ingin Libre Claw mencari playbook khusus selama tugas.

~/.libre-claw/config.toml
[skills]
external_discovery_enabled = true
external_auto_refresh = true
vercel_source_enabled = true
vercel_repo_url = "https://github.com/vercel-labs/skills.git"
cli_command = "npx -y skills@latest"

Agen mendapat tool skills_search read-only. Menginstal atau mengedit skill tetap eksplisit.

SOUL.md

File SOUL.md menyesuaikan persona dan gaya kolaborasi tanpa mengubah kode sumber.

Path persona
~/.libre-claw/SOUL.md
<project>/.libre-claw/SOUL.md
<project>/SOUL.md

Perintah

Perintah skill
/skills list
/skills sync
/skills show hacker-news-brief
/skills show --external find-skills
/skills add --project server-monitor
/soul status
/soul init --project