← 返回 Skills 市场
maliot100x

Find Popular Skills

作者 Maliot100X · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
37
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install find-popular-skills
功能描述
Discover and install the best agent skills from skills.sh (1.9M+ ecosystem) and ClawHub. Find top skills by category, check leaderboards, verify quality, ext...
使用说明 (SKILL.md)

Find Popular Skills

Discover, verify, and install skills from the open agent ecosystem. Works with both skills.sh (1.9M+ installs) and ClawHub.

When to Use

  • User asks "find a skill for X" or "is there a skill that can..."
  • User wants to extend agent capabilities
  • User asks "how do I do X" where a skill might exist
  • User wants to discover trending or popular skills
  • User wants to publish a skill to ClawHub

Quick Commands

# Search skills.sh
npx skills find [query]

# Install from skills.sh
npx skills add \x3Cowner/repo@skill> -g -y

# Search ClawHub
clawhub search [query]

# Publish to ClawHub
clawhub skill publish /path/to/skill --slug name --name "Name" --version 1.0.0

Step 1: Check Leaderboard

Before searching, check what's trending:

skills.sh Top Skills (by 8W Activity):

  1. find-skills (vercel-labs/skills) — ~1.9M
  2. frontend-design (anthropics/skills) — ~516K
  3. react-best-practices (vercel-labs/agent-skills)
  4. Microsoft Azure skills
  5. Remotion, Supabase, testing skills

ClawHub: https://clawhub.ai — search by category

Step 2: Search by Domain

Domain Query Examples
Web Dev react, nextjs, typescript, tailwind
Testing jest, playwright, e2e, testing
DevOps deploy, docker, kubernetes, ci-cd
Design ui, ux, design-system, figma
Code Quality review, lint, refactor, best-practices
Crypto solana, defi, trading, pump-fun
Productivity workflow, automation, git

Step 3: Verify Quality

Before recommending a skill, check:

  1. Install count — prefer 1K+
  2. Source reputation — vercel-labs, anthropics, microsoft are trustworthy
  3. GitHub stars — >100 stars = credible
  4. Last update — recent = maintained
  5. Security scan — clawhub skills get automated scans

Step 4: Install

From skills.sh:

npx skills add vercel-labs/agent-skills@react-best-practices -g -y

From ClawHub:

clawhub install \x3Cskill-name>

Step 5: Adapt & Publish to ClawHub

If a skill from skills.sh is useful, adapt it for ClawHub:

  1. Read the original SKILL.md
  2. Add proper YAML frontmatter (name, description, version, metadata.openclaw)
  3. Add ClawHub-safe guardrails
  4. Test locally
  5. Publish:
clawhub skill publish /path/to/skill --slug my-skill --name "My Skill" --version 1.0.0

Top Skills by Category

Web Development

  • vercel-labs/agent-skills — React, Next.js, web design
  • anthropics/skills — Frontend design, document processing

Testing

  • matt_pocock/testing — Unit/integration testing patterns
  • microsoft/playwright — E2E testing with Playwright

DevOps

  • vercel-labs/agent-skills — Deployment, CI/CD
  • docker/docker-best-practices — Container optimization

Crypto/DeFi

  • clawpump-v2 — CLAW-quoted token launches on Meteora DBC
  • hyre-defi — AI DeFi intelligence (24 endpoints)
  • pumpfun-token-launch — Pump.fun token launches

Code Quality

  • grok-code-review — Security-first code review
  • grok-implement — Disciplined implementation loop
  • grok-check-work — Self-verification workflows

Example: User Asks "Find a skill for React testing"

1. Search: npx skills find react testing
2. Check leaderboard: react-best-practices has 185K installs
3. Verify: From vercel-labs, high installs, maintained
4. Recommend: "react-best-practices provides React testing patterns (185K installs)"
5. Install: npx skills add vercel-labs/agent-skills@react-best-practices -g -y

ClawHub Publishing Flow

# 1. Create skill directory
mkdir -p /root/claw-skills/my-skill

# 2. Write SKILL.md with frontmatter
cat > /root/claw-skills/my-skill/SKILL.md \x3C\x3C 'EOF'
---
name: my-skill
description: "What this skill does"
version: 1.0.0
metadata:
  openclaw:
    requires:
      bins: [curl]
    emoji: "🔧"
---
# Skill content here
EOF

# 3. Login
/root/.hermes/node/bin/clawhub login --token \x3Ctoken> --no-browser --no-input

# 4. Publish
/root/.hermes/node/bin/clawhub skill publish /root/claw-skills/my-skill \
  --slug my-skill --name "My Skill" --version 1.0.0 \
  --changelog "Description of this version"

# 5. Verify
/root/.hermes/node/bin/clawhub search "my-skill"

Security Checklist

Before installing ANY skill:

  • Check install count (>1K preferred)
  • Verify source (official repos preferred)
  • Check last update date
  • Run clawhub skill publish security scan if publishing
  • Review SKILL.md for suspicious instructions
  • Never execute skills that ask for private keys or secrets
安全使用建议
Review before installing. Use it for discovery and recommendations, but require the agent to show the chosen skill, source, and risks before any install or publish command. Avoid passing ClawHub tokens on the command line; prefer safer authenticated sessions or environment-based token handling where supported.
能力标签
crypto
能力评估
Purpose & Capability
The stated purpose is to find, verify, install, adapt, and publish agent skills, and the listed commands generally match that purpose.
Instruction Scope
Activation language includes broad prompts like 'how do I do X', and the skill provides install and publish commands without clearly requiring explicit user approval before those modifying actions.
Install Mechanism
The skill instructs global installation of third-party skills using commands such as `npx skills add ... -g -y` and `clawhub install`, which can change the agent environment and should be tightly user-directed.
Credentials
Using external registries and publishing to ClawHub is proportionate to the purpose, but the guidance is under-scoped for the risk of installing untrusted skills or publishing unintended content.
Persistence & Privilege
The publishing flow includes `clawhub login --token <token>`, which passes a high-value token through process arguments; no background persistence or hidden execution was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install find-popular-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /find-popular-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Discover and install best skills from skills.sh (1.9M+ ecosystem) and ClawHub. Leaderboard, quality checks, install commands, publish flow.
元数据
Slug find-popular-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Find Popular Skills 是什么?

Discover and install the best agent skills from skills.sh (1.9M+ ecosystem) and ClawHub. Find top skills by category, check leaderboards, verify quality, ext... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Find Popular Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-popular-skills」即可一键安装,无需额外配置。

Find Popular Skills 是免费的吗?

是的,Find Popular Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Find Popular Skills 支持哪些平台?

Find Popular Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Find Popular Skills?

由 Maliot100X(@maliot100x)开发并维护,当前版本 v1.0.0。

💬 留言讨论