Toolverse
All skills

skill-authoring

by openclaw

Guide for creating effective SKILL.md files that extend agent capabilities. Use when creating new skills, updating existing ones, or teaching the agent specialized workflows.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security
Views
1

About this skill

Guide for creating effective SKILL.md files that extend agent capabilities. Use when creating new skills, updating existing ones, or teaching the agent specialized workflows.

How to use

  1. Przygotuj katalog umiejętności o nazwie zgodnej z konwencją (małe litery, myślniki). Umieść w nim plik SKILL.md jako obowiązkowy element — to serce twojej umiejętności.

  2. Zdefiniuj sekcję metadanych YAML na początku SKILL.md: nazwa (1–64 znaki, małe litery i myślniki), opis (1–1024 znaki zawierające co umiejętność robi, kiedy jej użyć i słowa kluczowe), oraz opcjonalnie autora i wersję.

  3. Napisz instrukcje dla agenta w formacie markdown poniżej metadanych. Pamiętaj o zasadzie zwięzłości: każde zdanie musi być niezbędne. Pytaj siebie, czy agent rzeczywiście tego nie wie, zanim dodasz wyjaśnienie.

  4. Dopasuj poziom szczegółowości do stopnia swobody zadania. Dla zadań wymagających precyzji (niski stopień swobody) podaj konkretne skrypty i parametry. Dla zadań otwartych (wysoki stopień swobody) wystarczą wytyczne tekstowe.

  5. Organizuj pliki dodatkowe w podkatalogach: scripts/ na kod wykonywalny (Python, Bash, JavaScript), references/ na dokumentację szczegółową, assets/ na szablony i zasoby statyczne. Trzymaj SKILL.md poniżej 500 linii.

  6. Umieść umiejętność w katalogu skills/ agenta (np. ~/.clawdbot/skills/) i zweryfikuj, że agent może ją załadować i aktywować na podstawie słów kluczowych z opisu.

Related skills

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

typescript-review

by metabase

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

Security
17133