返回顶部
s

skillscope技能范围引擎

AI Agent Skill decision engine. Use when users need to find, evaluate, or install skills — recommends the best skill for any task with quality/safety scoring, personalized to platform/region/budget. Covers 26,000+ skills across ClawHub and GitHub.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
278
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

skillscope

SkillScope — 技能决策引擎

当用户需要某项技能时,无需自行搜索——获取个性化推荐,附带质量与安全评分。

核心工作流程

  1. 1. 用户描述任务 → 调用 recommend → 获取最佳技能及备选方案,附带推荐理由
  2. 用户想要安装 → 从响应中提供 install 命令
  3. 用户想要了解详情 → 调用 detail 获取完整分析

基础URL

https://skillscope.cn/api/v1

无需API密钥(每分钟20次请求,每天200次请求)。

推荐(主要工具)

使用场景:用户询问帮我找一项技能来做X、有没有工具可以Y、做Z的最佳技能是什么,或描述任何需要技能协助的任务。

bash
curl -X POST https://skillscope.cn/api/v1/recommend \
-H Content-Type: application/json \
-d {task: 将PDF文档翻译成中文, explain: true}

添加上下文以获得更佳结果:

bash
curl -X POST https://skillscope.cn/api/v1/recommend \
-H Content-Type: application/json \
-d {
task: 将PDF文档翻译成中文,
context: {platform: macos, region: cn, budget: free},
explain: true
}

参数说明

  • - task(必填):自然语言描述的任务
  • context.platform:macos / linux / windows
  • context.region:cn / us(未指定时自动推断)
  • context.budget:free / paid / any(默认any)
  • context.skill_level:beginner / intermediate / advanced
  • explain:是否包含LLM生成的推荐理由(默认true,设为false时响应时间约250ms)

响应内容:recommendation(首选推荐)+ alternatives[],每项包含skill_id、name、quality、safety、score、reason、install命令。

安装

用户可通过以下方式安装技能:

  • - clawhub install (官方ClawHub CLI)
  • skillscope install (中国镜像,pip install skillscope)

通过API获取可安装文件:

bash
curl https://skillscope.cn/api/v1/install/weather/files

搜索

适用于基于关键词的搜索(当推荐功能不适用时):

bash
curl https://skillscope.cn/api/v1/search?q=web+scraping

技能详情

完整分析,包括安全配置、质量评分、依赖关系:

bash
curl https://skillscope.cn/api/v1/skills/steipete/weather

其他接口

接口描述
GET /categories列出全部30个分类及其数量
GET /categories/{name}
某分类下的技能(分页) | | GET /leaderboard?sort=downloads | 排行榜(下载量/星标数/安装量) | | GET /authors/{handle} | 作者资料及其技能 | | GET /similar/{skill_id} | 相似技能(向量相似度) | | GET /starter-kits | 精选技能包(30个工具包) | | GET /articles | 指南文章和排行榜 |

备注

  • - 安全等级:A(安全)/ B(有限访问)/ C(需审查)/ D(有风险)
  • 质量评分:0-10分
  • 技能ID格式:作者/别名(例如steipete/weather)
  • 也可使用别名:weather会自动解析为steipete/weather
  • 速率限制:匿名用户每分钟20次+每天200次,API密钥用户每分钟60次+每天5000次
  • 推荐功能有独立限制:匿名用户每分钟5次+每天10次,API密钥用户每天100次

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skillscope-1776153008 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skillscope-1776153008 技能

通过命令行安装

skillhub install skillscope-1776153008

下载

⬇ 下载 skillscope v1.0.1(免费)

文件大小: 2.2 KB | 发布时间: 2026-4-15 11:55

v1.0.1 最新 2026-4-15 11:55
Major update: SkillScope 2.0 transforms from a skill search tool into a personalized AI Agent Skill decision engine.

- New "recommend" endpoint provides top skill picks with quality/safety scores, tailored to platform, region, budget, and user needs.
- Skill database expanded from 18,000+ to 26,000+ skills across ClawHub and GitHub.
- Workflow now centers on recommending and justifying the best skill for a user's task, not just searching.
- Responses include install commands and detailed reasoning for recommendations.
- Improved personalization options: platform, geographic region, budget, and skill level supported.
- Updated rate limits and endpoint documentation for clarity.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部