mirror of
https://github.com/UseAI-pro/openclaw-skills-security.git
synced 2026-09-14 18:22:40 +08:00
1.1 KiB
1.1 KiB
Contributing
This repo is a curated set of OpenClaw skills (Markdown-based), optimized for security-first workflows.
Add a skill
- Create a new folder:
skills/<slug>/ - Add
skills/<slug>/SKILL.mdwith YAML frontmatter + Markdown body.
Frontmatter schema (example):
---
name: permission-auditor
version: 1.0.0
description: "Analyze OpenClaw skill permissions and explain security implications."
author: useclawpro
category: Security
trustScore: 96
permissions:
fileRead: true
fileWrite: false
network: false
shell: false
lastAudited: "2026-02-05"
---
Rules:
- Use ASCII for
nameand folderslug. - Keep the description short (1–2 sentences).
- Do not include secrets, tokens, or private URLs in skill bodies.
- Treat any
networkorshellpermission as high-risk; justify it in the skill text.
Update catalog
From repo root:
node scripts/generate-catalog.mjs
This updates:
README.md(skills table)catalog/skills.mdcatalog/skills.json
Reporting malicious skills
If you find a suspicious skill in the OpenClaw ecosystem, open an issue using the Report malicious skill template.