awesome-openclaw-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

awesome-openclaw-skills

awesome-openclaw-skills

Skill by ara.so — Hermes Skills collection.
A curated collection of 5,200+ OpenClaw agent skills filtered from the official ClawHub registry (13,729+ total). Skills are categorized by function (Git & GitHub, DevOps, AI & LLMs, Browser Automation, etc.) and vetted to exclude spam, duplicates, and low-quality entries.
ara.so 提供的技能 — Hermes技能合集。
这是从官方ClawHub注册表(总计13729+项)中筛选出的5200+精选OpenClaw Agent技能合集。技能按功能分类(Git & GitHub、DevOps、AI & LLMs、浏览器自动化等),并经过审核以排除垃圾内容、重复项和低质量条目。

What is OpenClaw?

什么是OpenClaw?

OpenClaw is a locally-running AI assistant that operates directly on your machine. Skills extend its capabilities, allowing it to interact with external services, automate workflows, and perform specialized tasks.
This collection helps you:
  • Discover skills by category (Git, DevOps, Marketing, etc.)
  • Filter out spam, duplicates, and malicious skills
  • Install via ClawHub CLI or manual setup
  • Inspect security reports via VirusTotal integration
OpenClaw是一款在本地运行的AI助手,直接在你的设备上操作。**Skills(技能)**扩展了它的功能,使其能够与外部服务交互、自动化工作流并执行特定任务。
本合集可帮助你:
  • 发现按分类划分的技能(Git、DevOps、营销等)
  • 过滤垃圾、重复和恶意技能
  • 通过ClawHub CLI或手动设置安装技能
  • 通过VirusTotal集成查看安全报告

Installation

安装方法

Browse the Collection

浏览技能合集

Visit the repository to explore categorized skills:
bash
undefined
访问仓库探索分类技能:
bash
undefined

Clone the repository

克隆仓库

Browse by category in README.md

在README.md中按分类浏览

cat README.md | grep "## Table of Contents" -A 50

Or visit online: [clawskills.sh](https://clawskills.sh/)
cat README.md | grep "## Table of Contents" -A 50

或在线访问:[clawskills.sh](https://clawskills.sh/)

Install a Skill

安装技能

Option 1: ClawHub CLI (Recommended)

选项1:ClawHub CLI(推荐)

bash
undefined
bash
undefined

Install the ClawHub CLI

安装ClawHub CLI

npm install -g @openclaw/clawhub-cli
npm install -g @openclaw/clawhub-cli

Search for a skill

搜索技能

clawhub search "github automation"
clawhub search "github automation"

Install by slug

通过slug安装

clawhub install steipete/slack
clawhub install steipete/slack

Install with specific version

安装特定版本

clawhub install steipete/slack@1.2.3
clawhub install steipete/slack@1.2.3

List installed skills

列出已安装技能

clawhub list
clawhub list

Update a skill

更新技能

clawhub update steipete/slack
clawhub update steipete/slack

Uninstall

卸载技能

clawhub uninstall steipete/slack
undefined
clawhub uninstall steipete/slack
undefined

Option 2: Manual Installation

选项2:手动安装

bash
undefined
bash
undefined

1. Find the skill's GitHub URL from awesome-openclaw-skills

1. 从awesome-openclaw-skills中找到技能的GitHub URL

2. Clone or download the skill folder

2. 克隆或下载技能文件夹

3. Copy to one of these locations:

3. 复制到以下位置之一:

Global (available to all projects)

全局(所有项目可用)

mkdir -p ~/.openclaw/skills/ cp -r skill-folder ~/.openclaw/skills/
mkdir -p ~/.openclaw/skills/ cp -r skill-folder ~/.openclaw/skills/

Workspace (project-specific)

工作区(项目专属)

mkdir -p ./skills/ cp -r skill-folder ./skills/
mkdir -p ./skills/ cp -r skill-folder ./skills/

Priority: Workspace > Global > Bundled

优先级:工作区 > 全局 > 内置

undefined
undefined

Option 3: Paste GitHub Link in Chat

选项3:在聊天中粘贴GitHub链接

Simply paste the skill's GitHub repository URL into your OpenClaw assistant chat:
https://github.com/openclaw/skills/tree/main/skills/steipete/slack
The assistant will handle installation automatically.
只需将技能的GitHub仓库URL粘贴到OpenClaw助手聊天中:
https://github.com/openclaw/skills/tree/main/skills/steipete/slack
助手会自动处理安装流程。

Key Categories

核心分类

The collection is organized into 40+ categories:
CategoryCountExamples
Coding Agents & IDEs1,184Code review, refactoring, IDE automation
Web & Frontend Development919React/Vue/Svelte tooling, CSS frameworks
DevOps & Cloud393Docker, Kubernetes, AWS, GCP, Terraform
Browser & Automation323Playwright, Puppeteer, web scraping
Search & Research345arXiv, Google Scholar, academic databases
Productivity & Tasks205Task management, note-taking, calendars
AI & LLMs176Model providers, RAG, embeddings
Image & Video Generation170DALL·E, Midjourney, video editing
Git & GitHub167PR automation, CI/CD, code review
Communication146Slack, Discord, email, SMS
CLI Utilities180File ops, text processing, shell scripts
Full list: See Table of Contents in README.md
本合集分为40+个分类
分类数量示例
Coding Agents & IDEs1,184代码审查、重构、IDE自动化
Web & Frontend Development919React/Vue/Svelte工具、CSS框架
DevOps & Cloud393Docker、Kubernetes、AWS、GCP、Terraform
Browser & Automation323Playwright、Puppeteer、网页爬取
Search & Research345arXiv、Google Scholar、学术数据库
Productivity & Tasks205任务管理、笔记、日历
AI & LLMs176模型提供商、RAG、嵌入技术
Image & Video Generation170DALL·E、Midjourney、视频编辑
Git & GitHub167PR自动化、CI/CD、代码审查
Communication146Slack、Discord、邮件、短信
CLI Utilities180文件操作、文本处理、Shell脚本
完整列表: 查看README.md中的目录

Usage Patterns

使用模式

Finding Skills by Use Case

根据用例查找技能

bash
undefined
bash
undefined

1. Clone the repo

1. 克隆仓库

2. Search by keyword

2. 按关键词搜索

grep -i "docker" README.md
grep -i "docker" README.md

3. Browse by category

3. 按分类浏览

Navigate to the category heading in README.md

导航到README.md中的分类标题

Each skill includes:

每个技能包含:

- Name and ClawHub URL

- 名称和ClawHub URL

- One-line description

- 一行描述

- GitHub source link

- GitHub源码链接

undefined
undefined

Evaluating a Skill Before Install

安装前评估技能

  1. Check ClawHub page for VirusTotal report:
    https://clawskills.sh/skills/<author>/<skill-name>
  2. Review source code on GitHub:
    https://github.com/openclaw/skills/tree/main/skills/<author>/<skill-name>
  3. Check for:
    • Recent updates (skill may be abandoned if >1 year old)
    • Security flags in VirusTotal report
    • Permissions requested (file access, network, API keys)
    • Clear documentation and examples
  1. 查看ClawHub页面获取VirusTotal报告:
    https://clawskills.sh/skills/<author>/<skill-name>
  2. 在GitHub上查看源码
    https://github.com/openclaw/skills/tree/main/skills/<author>/<skill-name>
  3. 检查以下内容
    • 最近更新记录(超过1年未更新可能已废弃)
    • VirusTotal报告中的安全标记
    • 请求的权限(文件访问、网络、API密钥)
    • 清晰的文档和示例

Example: Installing a GitHub Automation Skill

示例:安装GitHub自动化技能

bash
undefined
bash
undefined

1. Find skill in awesome-openclaw-skills

1. 在awesome-openclaw-skills中找到技能

Category: Git & GitHub

分类:Git & GitHub

Skill: auto-pr-merger by autogame-17

技能:autogame-17开发的auto-pr-merger

2. Check ClawHub page

2. 查看ClawHub页面

3. Install via CLI

3. 通过CLI安装

clawhub install autogame-17/auto-pr-merger
clawhub install autogame-17/auto-pr-merger

4. Configure (if needed)

4. 配置(如有需要)

Most skills use environment variables:

大多数技能使用环境变量:

export GITHUB_TOKEN="ghp_your_token_here"
export GITHUB_TOKEN="ghp_your_token_here"

5. Use in OpenClaw chat

5. 在OpenClaw聊天中使用

"Auto-merge all approved PRs in my repo"

"自动合并我仓库中所有已批准的PR"

undefined
undefined

Configuration

配置说明

Skill Locations (Priority Order)

技能位置(优先级顺序)

OpenClaw searches for skills in this order:
  1. Workspace (highest priority):
    <project>/skills/
  2. Global:
    ~/.openclaw/skills/
  3. Bundled: Built-in OpenClaw skills
Example directory structure:
~/.openclaw/skills/
├── steipete/
│   └── slack/
│       ├── skill.yaml
│       ├── index.js
│       └── README.md
└── autogame-17/
    └── auto-pr-merger/
        ├── skill.yaml
        └── main.py

./my-project/skills/  # Overrides global
├── custom-skill/
│   └── skill.yaml
OpenClaw按以下顺序搜索技能:
  1. 工作区(最高优先级):
    <project>/skills/
  2. 全局
    ~/.openclaw/skills/
  3. 内置:OpenClaw自带技能
示例目录结构:
~/.openclaw/skills/
├── steipete/
│   └── slack/
│       ├── skill.yaml
│       ├── index.js
│       └── README.md
└── autogame-17/
    └── auto-pr-merger/
        ├── skill.yaml
        └── main.py

./my-project/skills/  # 覆盖全局技能
├── custom-skill/
│   └── skill.yaml

Environment Variables

环境变量

Most skills require API keys or tokens. Never hardcode secrets — use environment variables:
bash
undefined
大多数技能需要API密钥或令牌。切勿硬编码机密信息 — 使用环境变量:
bash
undefined

GitHub

GitHub

export GITHUB_TOKEN="ghp_..."
export GITHUB_TOKEN="ghp_..."

Slack

Slack

export SLACK_BOT_TOKEN="xoxb-..." export SLACK_SIGNING_SECRET="..."
export SLACK_BOT_TOKEN="xoxb-..." export SLACK_SIGNING_SECRET="..."

AWS

AWS

export AWS_ACCESS_KEY_ID="..." export AWS_SECRET_ACCESS_KEY="..."
export AWS_ACCESS_KEY_ID="..." export AWS_SECRET_ACCESS_KEY="..."

OpenAI (for AI-powered skills)

OpenAI(适用于AI驱动的技能)

export OPENAI_API_KEY="sk-..."

Or use a `.env` file (ensure it's in `.gitignore`):

```bash
export OPENAI_API_KEY="sk-..."

或使用.env文件(确保已加入.gitignore):

```bash

.env

.env

GITHUB_TOKEN=ghp_your_token SLACK_BOT_TOKEN=xoxb_your_token
GITHUB_TOKEN=ghp_your_token SLACK_BOT_TOKEN=xoxb_your_token

Load in shell

在Shell中加载

source .env
source .env

Or use dotenv in code (Node.js example)

或在代码中使用dotenv(Node.js示例)

require('dotenv').config();
undefined
require('dotenv').config();
undefined

Code Examples

代码示例

Programmatic Skill Discovery

程序化技能发现

Node.js: Parse README.md and extract skills by category
javascript
const fs = require('fs');

// Read the awesome-openclaw-skills README
const readme = fs.readFileSync('README.md', 'utf-8');

// Extract skills from a category
function extractSkills(category) {
  const regex = new RegExp(
    `<summary><h3[^>]*>${category}</h3></summary>([\\s\\S]*?)</details>`,
    'i'
  );
  const match = readme.match(regex);
  if (!match) return [];

  const skillRegex = /- \[(.*?)\]\((https:\/\/clawskills\.sh\/skills\/.*?)\) - (.*)/g;
  const skills = [];
  let skillMatch;

  while ((skillMatch = skillRegex.exec(match[1])) !== null) {
    skills.push({
      name: skillMatch[1],
      url: skillMatch[2],
      description: skillMatch[3],
      slug: skillMatch[2].replace('https://clawskills.sh/skills/', '')
    });
  }

  return skills;
}

// Example: Get all Git & GitHub skills
const gitSkills = extractSkills('Git & GitHub');
console.log(`Found ${gitSkills.length} Git & GitHub skills:`);
gitSkills.slice(0, 5).forEach(skill => {
  console.log(`- ${skill.name}: ${skill.description}`);
});
Node.js:解析README.md并按分类提取技能
javascript
const fs = require('fs');

// 读取awesome-openclaw-skills的README
const readme = fs.readFileSync('README.md', 'utf-8');

// 从指定分类提取技能
function extractSkills(category) {
  const regex = new RegExp(
    `<summary><h3[^>]*>${category}</h3></summary>([\\s\\S]*?)</details>`,
    'i'
  );
  const match = readme.match(regex);
  if (!match) return [];

  const skillRegex = /- \[(.*?)\]\((https:\/\/clawskills\.sh\/skills\/.*?)\) - (.*)/g;
  const skills = [];
  let skillMatch;

  while ((skillMatch = skillRegex.exec(match[1])) !== null) {
    skills.push({
      name: skillMatch[1],
      url: skillMatch[2],
      description: skillMatch[3],
      slug: skillMatch[2].replace('https://clawskills.sh/skills/', '')
    });
  }

  return skills;
}

// 示例:获取所有Git & GitHub技能
const gitSkills = extractSkills('Git & GitHub');
console.log(`找到${gitSkills.length}个Git & GitHub技能:`);
gitSkills.slice(0, 5).forEach(skill => {
  console.log(`- ${skill.name}: ${skill.description}`);
});

Python: Install Top Skills from a Category

Python:安装分类中的热门技能

python
import re
import subprocess

def get_skills_from_category(readme_path, category):
    with open(readme_path, 'r') as f:
        content = f.read()
    
    # Find category section
    pattern = rf'<summary><h3[^>]*>{re.escape(category)}</h3></summary>(.*?)</details>'
    match = re.search(pattern, content, re.DOTALL | re.IGNORECASE)
    if not match:
        return []
    
    # Extract skills
    skill_pattern = r'- \[(.*?)\]\(https://clawskills\.sh/skills/(.*?)\) - (.*)'
    skills = []
    for m in re.finditer(skill_pattern, match.group(1)):
        skills.append({
            'name': m.group(1),
            'slug': m.group(2),
            'description': m.group(3)
        })
    return skills
python
import re
import subprocess

def get_skills_from_category(readme_path, category):
    with open(readme_path, 'r') as f:
        content = f.read()
    
    # 查找分类章节
    pattern = rf'<summary><h3[^>]*>{re.escape(category)}</h3></summary>(.*?)</details>'
    match = re.search(pattern, content, re.DOTALL | re.IGNORECASE)
    if not match:
        return []
    
    # 提取技能
    skill_pattern = r'- \[(.*?)\]\(https://clawskills\.sh/skills/(.*?)\) - (.*)'
    skills = []
    for m in re.finditer(skill_pattern, match.group(1)):
        skills.append({
            'name': m.group(1),
            'slug': m.group(2),
            'description': m.group(3)
        })
    return skills

Install top 3 DevOps skills

安装前3个DevOps技能

devops_skills = get_skills_from_category('README.md', 'DevOps & Cloud') for skill in devops_skills[:3]: print(f"Installing {skill['name']}...") subprocess.run(['clawhub', 'install', skill['slug']], check=True)
undefined
devops_skills = get_skills_from_category('README.md', 'DevOps & Cloud') for skill in devops_skills[:3]: print(f"正在安装{skill['name']}...") subprocess.run(['clawhub', 'install', skill['slug']], check=True)
undefined

Bash: Bulk Install Skills from a List

Bash:从列表批量安装技能

bash
#!/bin/bash
bash
#!/bin/bash

skills.txt contains one skill slug per line:

skills.txt每行包含一个技能slug:

steipete/slack

steipete/slack

autogame-17/auto-pr-merger

autogame-17/auto-pr-merger

pals-software/azure-devops

pals-software/azure-devops

while IFS= read -r slug; do echo "Installing $slug..." clawhub install "$slug" if [ $? -eq 0 ]; then echo "✓ $slug installed" else echo "✗ $slug failed" fi done < skills.txt
undefined
while IFS= read -r slug; do echo "正在安装$slug..." clawhub install "$slug" if [ $? -eq 0 ]; then echo "✓ $slug安装成功" else echo "✗ $slug安装失败" fi done < skills.txt
undefined

Security & Best Practices

安全与最佳实践

Before Installing ANY Skill

安装任何技能之前

  1. Review the source code:
    bash
    # Clone the official skills repo
    git clone https://github.com/openclaw/skills.git
    cd skills/skills/<author>/<skill-name>
    
    # Read the code
    cat skill.yaml index.js README.md
  2. Check VirusTotal report on ClawHub:
    • Green = No flags
    • Yellow = Low-confidence flags (may be false positives)
    • Red = Multiple engines flagged as malicious
  3. Look for red flags:
    • Obfuscated code (base64, eval, exec)
    • Unexpected network requests
    • File system access outside project directory
    • Requests for unnecessary permissions
  1. 查看源码
    bash
    # 克隆官方技能仓库
    git clone https://github.com/openclaw/skills.git
    cd skills/skills/<author>/<skill-name>
    
    # 阅读代码
    cat skill.yaml index.js README.md
  2. 查看ClawHub上的VirusTotal报告
    • 绿色 = 无安全标记
    • 黄色 = 低置信度标记(可能为误报)
    • 红色 = 多个引擎标记为恶意
  3. 注意危险信号
    • 混淆代码(base64、eval、exec)
    • 意外的网络请求
    • 访问项目目录外的文件系统
    • 请求不必要的权限

Recommended Security Tools

推荐安全工具

bash
undefined
bash
undefined

Snyk Skill Security Scanner

Snyk技能安全扫描器

npm install -g @snyk/agent-scan agent-scan ~/.openclaw/skills/steipete/slack
npm install -g @snyk/agent-scan agent-scan ~/.openclaw/skills/steipete/slack

Agent Trust Hub (Norton/GenDigital)

Agent Trust Hub(诺顿/GenDigital)

Upload skill.yaml for analysis

上传skill.yaml进行分析

undefined
undefined

Permissions Model

权限模型

Skills declare required permissions in
skill.yaml
:
yaml
name: github-pr-automation
permissions:
  - network: ["github.com", "api.github.com"]
  - filesystem: ["read", "write"]  # Limit to project dir
  - env: ["GITHUB_TOKEN"]
Always verify permissions match the skill's stated functionality.
技能在
skill.yaml
中声明所需权限:
yaml
name: github-pr-automation
permissions:
  - network: ["github.com", "api.github.com"]
  - filesystem: ["read", "write"]  # 限制在项目目录内
  - env: ["GITHUB_TOKEN"]
始终验证权限是否与技能声明的功能匹配。

Common Patterns

常见模式

Pattern 1: Find and Install a Domain-Specific Skill

模式1:查找并安装特定领域技能

bash
undefined
bash
undefined

Use case: "I need a skill for Kubernetes deployments"

用例:"我需要一个用于Kubernetes部署的技能"

1. Search locally

1. 本地搜索

grep -i "kubernetes" awesome-openclaw-skills/README.md
grep -i "kubernetes" awesome-openclaw-skills/README.md

2. Or search ClawHub

2. 或在ClawHub搜索

clawhub search "kubernetes deployment"
clawhub search "kubernetes deployment"

3. Review top results

3. 查看顶部结果

4. Check source

4. 查看源码

5. Install

5. 安装

clawhub install cloudops/k8s-deploy
clawhub install cloudops/k8s-deploy

6. Configure

6. 配置

export KUBECONFIG="~/.kube/config"
export KUBECONFIG="~/.kube/config"

7. Use in chat

7. 在聊天中使用

"Deploy my app to the production cluster using k8s-deploy"

"使用k8s-deploy将我的应用部署到生产集群"

undefined
undefined

Pattern 2: Build a Custom Skill Collection

模式2:构建自定义技能合集

bash
undefined
bash
undefined

Create a workspace-specific skills directory

创建工作区专属的技能目录

mkdir -p ./skills
mkdir -p ./skills

Install project-relevant skills locally

本地安装项目相关技能

cd skills clawhub install steipete/slack --target ./ clawhub install pals-software/azure-devops --target ./ clawhub install docker-compose-runner --target ./
cd skills clawhub install steipete/slack --target ./ clawhub install pals-software/azure-devops --target ./ clawhub install docker-compose-runner --target ./

Commit to version control

提交到版本控制

git add skills/ git commit -m "Add project-specific OpenClaw skills"
git add skills/ git commit -m "添加项目专属OpenClaw技能"

Team members get skills automatically

团队成员可自动获取技能

git clone <repo>
git clone <repo>

OpenClaw will auto-discover ./skills/

OpenClaw会自动发现./skills/

undefined
undefined

Pattern 3: Monitor Skill Updates

模式3:监控技能更新

bash
undefined
bash
undefined

List installed skills with versions

列出已安装技能及版本

clawhub list --verbose
clawhub list --verbose

Check for updates

检查更新

clawhub outdated
clawhub outdated

Update all

更新所有技能

clawhub update --all
clawhub update --all

Update specific skill

更新特定技能

clawhub update steipete/slack
undefined
clawhub update steipete/slack
undefined

Troubleshooting

故障排除

Skill Not Found in ClawHub

ClawHub中找不到技能

Problem:
clawhub install author/skill
returns "Not found"
Solutions:
  1. Verify slug on clawskills.sh
  2. Check if skill was removed from registry (happens with abandoned/malicious skills)
  3. Try manual installation from GitHub:
    bash
    git clone https://github.com/openclaw/skills.git
    cp -r skills/skills/author/skill ~/.openclaw/skills/
问题:
clawhub install author/skill
返回“未找到”
解决方案:
  1. clawskills.sh上验证slug
  2. 检查技能是否已从注册表移除(废弃/恶意技能会被移除)
  3. 尝试从GitHub手动安装:
    bash
    git clone https://github.com/openclaw/skills.git
    cp -r skills/skills/author/skill ~/.openclaw/skills/

Skill Installed but Not Available

技能已安装但不可用

Problem: OpenClaw doesn't recognize the skill
Solutions:
  1. Check installation path:
    bash
    ls ~/.openclaw/skills/
    ls ./skills/  # Workspace overrides global
  2. Verify
    skill.yaml
    exists:
    bash
    cat ~/.openclaw/skills/author/skill/skill.yaml
  3. Restart OpenClaw:
    bash
    openclaw restart
  4. Check logs:
    bash
    openclaw logs | grep -i "skill"
问题: OpenClaw无法识别该技能
解决方案:
  1. 检查安装路径:
    bash
    ls ~/.openclaw/skills/
    ls ./skills/  # 工作区技能覆盖全局
  2. 验证
    skill.yaml
    是否存在:
    bash
    cat ~/.openclaw/skills/author/skill/skill.yaml
  3. 重启OpenClaw:
    bash
    openclaw restart
  4. 查看日志:
    bash
    openclaw logs | grep -i "skill"

Permission Errors

权限错误

Problem: Skill fails with "Permission denied"
Solutions:
  1. Grant required permissions in OpenClaw settings
  2. Check environment variables:
    bash
    echo $GITHUB_TOKEN  # Should not be empty
  3. Verify API token scopes match skill requirements
问题: 技能运行时提示“权限被拒绝”
解决方案:
  1. 在OpenClaw设置中授予所需权限
  2. 检查环境变量:
    bash
    echo $GITHUB_TOKEN  # 不应为空
  3. 验证API令牌的权限范围是否符合技能要求

Skill Conflicts

技能冲突

Problem: Two skills with similar triggers interfere
Solutions:
  1. Disable one skill:
    bash
    clawhub disable author/skill
  2. Use workspace skills to override global:
    bash
    # Install preferred version in ./skills/
    clawhub install author/skill --target ./skills/
  3. Rename skill triggers in
    skill.yaml
    (advanced)
问题: 两个功能相似的技能触发时互相干扰
解决方案:
  1. 禁用其中一个技能:
    bash
    clawhub disable author/skill
  2. 使用工作区技能覆盖全局技能:
    bash
    # 在./skills/中安装首选版本
    clawhub install author/skill --target ./skills/
  3. skill.yaml
    中修改技能触发词(高级操作)

Outdated or Abandoned Skills

技能过时或已废弃

Problem: Skill hasn't been updated in 1+ years
Solutions:
  1. Check for forks/alternatives:
    bash
    clawhub search "slack automation"
  2. Contact author via GitHub (link in ClawHub page)
  3. Fork and maintain yourself:
    bash
    git clone https://github.com/openclaw/skills.git
    cd skills/skills/author/old-skill
    # Make updates
    # Submit PR to openclaw/skills
问题: 技能已超过1年未更新
解决方案:
  1. 查找分支版本或替代技能:
    bash
    clawhub search "slack automation"
  2. 通过GitHub联系作者(ClawHub页面中有链接)
  3. 分支仓库并自行维护:
    bash
    git clone https://github.com/openclaw/skills.git
    cd skills/skills/author/old-skill
    # 进行更新
    # 向openclaw/skills提交PR

Contributing

贡献指南

This list only includes skills already published in
github.com/openclaw/skills
.
本列表仅包含已发布在
github.com/openclaw/skills
中的技能。

To Add a Skill

添加技能步骤

  1. Publish to ClawHub first:
    bash
    cd my-skill
    clawhub publish
  2. Open PR to awesome-openclaw-skills:
    • Include ClawHub URL:
      https://clawskills.sh/author/skill
    • Include GitHub URL:
      https://github.com/openclaw/skills/tree/main/skills/author/skill
    • Follow format in existing categories
  1. 先发布到ClawHub:
    bash
    cd my-skill
    clawhub publish
  2. 向awesome-openclaw-skills提交PR:
    • 包含ClawHub URL:
      https://clawskills.sh/author/skill
    • 包含GitHub URL:
      https://github.com/openclaw/skills/tree/main/skills/author/skill
    • 遵循现有分类的格式

Reporting Security Issues

报告安全问题

If a skill is malicious or has a security flaw:
  1. Do not install it
  2. Open an issue: github.com/VoltAgent/awesome-openclaw-skills/issues
  3. Include:
    • Skill slug
    • VirusTotal report link
    • Description of the issue
如果发现恶意技能或存在安全漏洞:
  1. 请勿安装
  2. 提交Issue:github.com/VoltAgent/awesome-openclaw-skills/issues
  3. 包含以下信息:
    • 技能slug
    • VirusTotal报告链接
    • 问题描述

Resources

资源链接

Related Skills

相关技能

  • agent-skill-discovery – Auto-suggest skills based on project dependencies
  • clawhub-curator – Bulk install/update skills from curated lists
  • skill-security-audit – Run automated security checks on installed skills

License: MIT
Maintained by: VoltAgent (voltagent.dev)
Last Updated: May 16, 2026
Skill Count: 5,211 (filtered from 13,729)
  • agent-skill-discovery – 根据项目依赖自动推荐技能
  • clawhub-curator – 从精选列表批量安装/更新技能
  • skill-security-audit – 对已安装技能运行自动化安全检查

许可证: MIT
维护者: VoltAgent (voltagent.dev)
最后更新: 2026年5月16日
技能数量: 5211项(从13729项中筛选)