← 返回
未分类

Unified Skill Manager

Unified interface to discover and install agent skills. It combines local knowledge with real-time community search (npx skills) and leaderboard verification to find the best tools for any task.
Unified interface to discover and install agent skills. It combines local knowledge with real-time community search (npx skills) and leaderboard verification to find the best tools for any task.
user_4143f1de
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 69
下载
💾 0
安装
1
版本
#latest

概述

Unified Skill Manager

This skill is the single point of entry for extending agent capabilities. It merges the built-in skill installer logic with the community-driven find-skills functionality.

Core Directives

  1. Dual-Path Search: When looking for a skill, check BOTH the internal catalog (via skill-installer instructions) and the community database (via npx skills find).
  2. Quality-First Ranking: Prioritize skills based on:
    • Verification: Official sources (Vercel, Anthropic, Microsoft) first.
    • Popularity: High install counts (from leaderboard) over obscure search results.
    • Battle-testing: Skills with clear documentation and active GitHub stars.

Workflow

1. Identify Need

Detect when a user needs a specialized tool (e.g., "how to download Bilibili videos", "need to manage PRs").

2. Perform Unified Search

  • Action A (Local/Leaderboard): Check top-tier verified skills (Vercel/Anthropic/Microsoft) at https://skills.sh/.
  • Action B (Community Search):

```bash

npx skills find [keyword]

```

3. Rank & Recommend

Select the top 1-3 results.

  • If a skill has 100K+ installs on the leaderboard, it is the primary recommendation.
  • If no leaderboard match, use the most relevant npx skills result from a reputable owner.

4. Install

Upon user approval, install the skill:

npx skills add <owner/repo@skill> -g -y

Reference Commands

  • npx skills find [query] - Community search
  • npx skills add - Install
  • npx skills update - Update all skills
  • npx skills check - Version check

Comparison of Sources

SourceTrust LevelBest For
-------------------------------
Vercel/AnthropicMaximumFrontend, Design, Core AI tasks
Microsoft/GoogleHighInfrastructure, Cloud, API management
Community (skills.sh)VariesNiche tools, Bilibili/QQ specific plugins

Created by merging skill-installer and find-skills.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-07 17:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Galgame创建包

user_4143f1de
将构思好的Galgame情节转化为完整的可玩HTML视觉小说
★ 0 📥 101
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,674
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,117 📥 837,436