2,175 个开源Skills

免费获取 · 一键下载即用

✅ AI语义搜索 & 关键词搜索
✅ 在线讨论 & 社区互动
✅ 版本更新 & 多维排序
✅ SKILL.md 开放标准

导入技能

nuxt-content nuxt-content
from GitHub 文档与知识管理
  • 📁 references/
  • 📄 SKILL.md

create-docs

Create complete documentation sites for projects. Use when asked to: "create docs", "add documentation", "setup docs site", "generate docs", "document my project", "write docs", "initialize documentation", "add a docs folder", "create a docs website". Generates Docus-based sites with search, dark mode, MCP server, and llms.txt integration. --- # Create Docs Generate a complete, production-ready documentation site for any project. ## Workflow 1. **Analyze** - Detect package manager, monorepo structure, read context 2. **Initialize** - Create docs directory with correct setup 3. **Generate** - Write documentation pages using templates 4. **Configure** - Set up AI integration (MCP, llms.txt) 5. **Finalize** - Provide next steps with correct commands --- ## Package Manager Reference Detect from lock files, default to npm if none found: | Lock File | PM | Install | Run | Add | |-----------|------|---------|-----|-----| | `pnpm-lock.yaml` | pnpm | `pnpm install` | `pnpm run` | `pnpm add` | | `package-lock.json` | npm | `npm install` | `npm run` | `npm install` | | `yarn.lock` | yarn | `yarn install` | `yarn` | `yarn add` | | `bun.lockb` | bun | `bun install` | `bun run` | `bun add` | Use `[pm]` as placeholder in commands below. --- ## Step 1: Analyze Project ### Detect Project Structure ```

0 2.6K 3小时前 · 上传 详情页 →
aloth aloth
from GitHub 工具与效率
  • 📁 .github/
  • 📁 assets/
  • 📁 lib/
  • 📄 .gitignore
  • 📄 config.json
  • 📄 LICENSE

powerskills

Windows automation toolkit for AI agents. Provides Outlook email/calendar, Edge browser (CDP), desktop screenshots/window management, and shell commands via PowerShell. Install this for the full suite, or install individual sub-skills (powerskills-outlook, powerskills-browser, powerskills-desktop, powerskills-system) separately.

0 7 2天前 · 上传 详情页 →
mnott mnott
from GitHub 数据库与数据存储
  • 📄 SKILL.md

setup

Install and configure PAI Knowledge OS from a local clone. USE WHEN user says "set up PAI", "install PAI", "configure PAI", "give Claude a memory", OR user has just cloned the repo and asks Claude to get it running. Covers prerequisites, storage selection, build, daemon install, MCP config, initial indexing, and verification. Fully idempotent — safe to run on an already-configured system; each step checks what is done and skips or completes only what is missing. --- # PAI Knowledge OS - Setup **Gets PAI fully running from a fresh clone — or verifies an existing install is healthy.** Each step checks the current state first. If already done, it reports what was found and skips. If partially done, it completes only the missing parts. Running this on a fully installed system is safe and informative. > **Quick path:** For most users, `pai setup` handles everything automatically — storage, > CLAUDE.md, PAI skill, hooks, settings.json wiring, statusline, daemon, and MCP registration. > The steps below document what `pai setup` does internally and how to troubleshoot each part. ## What PAI Is

0 5 2天前 · 上传 详情页 →
loonghao loonghao
from GitHub 工具与效率
  • 📄 SKILL.md

vx-usage

This skill teaches AI coding agents how to use vx - the universal development tool manager. Use this skill whenever the user's project uses vx (has vx.toml or .vx/ directory), or when the user mentions vx, tool version management, or cross-platform development setup. vx transparently manages Node.js, Python, Go, Rust, and 50+ other tools with zero-config. --- # VX - Universal Development Tool Manager vx is a universal development tool manager that automatically installs and manages development tools (Node.js, Python/uv, Go, Rust, etc.) with zero configuration. ## Core Concept Instead of requiring users to manually install tools, prefix any command with `vx`: ```bash vx node --version # Auto-installs Node.js if needed vx uv pip install x # Auto-installs uv if needed vx go build . # Auto-installs Go if needed vx cargo build # Auto-installs Rust if needed vx just test # Auto-installs just if needed ``` vx is fully transparent - same commands, same arguments, just add `vx` prefix. ## Essential Commands ### Tool Execution (most common) ```bash vx <tool> [args...] # Run any tool (auto-installs if missing) vx node app.js # Run Node.js vx python script.py # Run Python (via uv) vx npm install # Run npm vx npx create-react-app app # Run npx vx cargo test # Run cargo vx just build # Run just (task runner) vx git status # Run git ``` ### Tool Management ```bash vx install node@22 # Install specific version vx install uv go rust # Install multiple tools at once vx list # List all available tools vx list --installed # List installed tools only vx versions node # Show available versions vx switch node@20 # Switch active version vx uninstall [email protected] # Remove a version ``` ### Project Management ```bash vx init # Initialize vx.toml for project v

0 5 2天前 · 上传 详情页 →
mnott mnott
from GitHub 工具与效率
  • 📄 SKILL.md

setup-coogle

Install and configure the Coogle Google Workspace MCP daemon. USE WHEN user says "set up coogle" OR "install coogle" OR "configure google workspace mcp" OR "coogle setup" OR user has just cloned the repo and asks Claude to install it.

0 4 23小时前 · 上传 详情页 →
GJoge GJoge
from GitHub 内容与多媒体
  • 📁 evals/
  • 📁 scripts/
  • 📄 .gitignore
  • 📄 LICENSE.txt
  • 📄 README.md

baoxiao

处理报销发票识别、归类和数据提取的自动化流程。当用户需要处理发票文件、 填写报销表格、识别发票类型(机票、火车、住宿、滴滴等)、提取发票金额和日期时, 必须使用此技能。适用于财务报销、差旅费统计、发票管理等场景。 触发场景: - 用户提到"发票"、"报销"、"baoxiao"、"差旅费"等关键词 - 需要填写报销表格(如biaoge.xlsx) - 需要识别PDF发票并提取金额、日期 - 需要按类型归类发票文件 - 需要验证发票数据的合理性 --- # 报销发票处理技能 (Baoxiao) ## 概述 本技能提供完整的发票处理流程,包括: 1. OFD文件自动转换为PDF 2. 发票文件自动识别与归类 3. 关键数据提取(金额、日期、城市名称) 4. 数据合理性校验 5. Excel表格自动填写(含城市信息) 6. Word审批文档自动填写 7. PDF转换和合并 ## 前置要求 必须安装以下工具,先检查用户环境是否满足,不满足需要执行安装: ```bash # PDF处理 pip3 install pdfplumber pdf2image pypytesseract pillow openpyxl pandas python-docx reportlab pypdf pypdf2 # YAML配置支持 (用于读取 config.yaml 配置文件) apt-get install python3-yaml # OCR引擎 apt-get install tesseract-ocr tesseract-ocr-chi-sim poppler-utils # PDF转换(用于Excel/Word转PDF) apt-get install libreoffice-writer libreoffice-calc ``` 字体依赖, 识别中文发票需要安装常见的字体,如宋体、楷体、黑体、仿宋、仿宋_GB2312、方正小标宋简体、Arial等. ## 配置说明 ### 城市单位映射配置 工具通过**配置文件**或**命令行参数**获取城市到单位的映射,用于自动填写Word审批文档中的"到达单位"字段。 #### 方式1:配置文件(推荐) 1. **创建配置文件** ```bash cp config.example.yaml config.yaml ``` 2. **编辑配置内容** ```yaml # config.yaml

0 2 11小时前 · 上传 详情页 →

Skills文件组织结构基本样例(仅作参考)

skill-sample/
├─ SKILL.md              ⭐ 必备:技能说明入口:用途 / 安装 / 用法 / 示例 / 依赖
├─ manifest.sample.json  ⭐ 推荐:机器可读元信息:用于索引 / 校验 / 自动填表
├─ LICENSE.sample        ⭐ 推荐:授权与使用范围:开源 / 限制 / 商用说明
├─ scripts/
│  └─ example-run.py     ✅ 可运行示例脚本:让用户导入后立刻验证“能用”
├─ assets/
│  ├─ example-formatting-guide.md  🧩 输出规范:统一排版 / 结构 / 风格
│  └─ example-template.tex         🧩 模板资源:报告/文档模板,快速生成标准产物
└─ references/           🧩 参考资料库:方法论 / 结构指南 / 最佳实践
   ├─ example-ref-structure.md     🧩 结构参考:章节框架 / 目录组织
   ├─ example-ref-analysis.md      🧩 分析参考:常用套路 / 指标口径
   └─ example-ref-visuals.md       🧩 视觉参考:图表规范 / 可视化建议

更多 Agent Skills 规范 详见Anthropic官方文档:https://agentskills.io/home

SKILL.md 内容要求

├─ ⭐ 必备:YAML Frontmatter(必须存在,放在文件最顶部)
│  ├─ ⭐ name                 :技能唯一名;须符合命名规则,并建议与目录名一致
│  └─ ⭐ description          :技能描述;建议包含触发关键词(便于检索/匹配)
│
├─ ✅ 可选:Frontmatter 扩展字段(规范允许,但非强制)
│  ├─ ✅ license              :许可证标识(也可配合单独 LICENSE 文件)
│  ├─ ✅ compatibility        :兼容性/运行环境要求(仅在确实有限制时写)
│  ├─ ✅ metadata             :任意键值对(如 author/version/source_url 等)
│  └─ 🧩 allowed-tools        :允许工具白名单(规范标注为 experimental)
│
└─ ✅ 推荐:Markdown 正文(自由格式,但建议按“渐进式披露”组织)
   ├─ ✅ Overview / Purpose   :一句话说明目标 + 不做什么(边界)
   ├─ ✅ When to use          :触发条件/适用场景(让模型/用户知道何时调用)
   ├─ ✅ Step-by-step         :步骤化流程(最好 3–6 步,保证可复现)
   ├─ ✅ Inputs / Outputs     :输入格式、输出格式、产物位置(文件/文本/JSON等)
   ├─ ✅ Examples             :至少 1 个可复制示例(越“能跑”越好)
   ├─ 🧩 Files & References   :引用assets/、references/、scripts/(相对路径)
   ├─ 🧩 Edge cases           :边界情况/限制(大文件、速率限制、失败回退)
   ├─ 🧩 Troubleshooting      :常见错误与解决(依赖缺失、路径不对、权限问题)
   └─ 🧩 Safety notes         :涉及联网/写文件/执行命令时给出提醒(建议写)

为什么选择 SkillWink?

在 GitHub 和各类社区里,技能文件分散、难检索、也难判断是否可靠。SkillWink 把开源技能集中整理成可搜索、可筛选、可直接下载使用的技能库,让你更快找到“正好能用”的那一个。并且支持在SkillWink上直接上传skills。

我们提供 AI 语义搜索 + 关键字检索,支持 版本更新与多维排序(下载/点赞/评论/更新),并为每个技能提供 SKILL.md 开放标准与来源信息。你还可以在详情页直接 评论讨论、交流用法与改进建议。

AI 语义搜索 关键词检索 版本更新 多维排序 开放标准 评论交流

快速上手:

支持下载与导入 skills(.zip/.skill),本地放置后即可生效:

~/.claude/skills/(Claude Code)

~/.codex/skills/(Codex CLI)

~/.gemini/skills/(Gemini CLI)

同一份 SKILL.md 跨平台通用。

常见问题解答(FAQ)

你需要了解的:技能是什么、怎么运行的、怎么找、怎么导入、怎么判断可信、怎么参与共建。

1,什么是Agent Skills?

这里的“skills(技能)”是一种可复用的任务能力包,通常包含 SKILL.md 说明(用途、输入输出、使用方法)以及可选的脚本/模板/示例文件。

你可以把它理解为:给 AI 助手或工具链用的“插件说明书 + 资源包”,可被反复安装与分享。

2,Skills是怎么运行的?

技能系统采用“渐进式披露”策略,高效管理上下文信息,具体流程如下:

发现阶段:系统启动时,智能体仅加载各技能的名称与简要描述——信息精简,足以判断其适用场景,避免冗余加载。

激活阶段:当任务需求与某技能描述匹配时,智能体才将对应的完整 SKILL.md 说明文档动态载入上下文。

执行阶段:智能体严格遵循文档指引执行操作,并按需调用关联文件或运行内置代码模块。

核心优势:该设计使智能体始终保持轻量高效,同时具备“按需扩展上下文”的能力,既保障响应速度,又确保复杂任务拥有充分执行依据。

3,我该怎么快速找到想要的技能?

推荐 3 种方式组合使用:

  • 语义搜索:用一句自然语言描述你想解决的问题;
  • 多维筛选:按分类/标签/作者/语言/许可证过滤;
  • 排序对比:按下载、点赞、评论、最近更新等维度排序,快速筛出“更可能好用”的技能。

4,SkillWink 支持哪些导入方式?

  • 上传归档文件导入:.zip / .skill 一键导入(推荐)
  • 上传skills文件夹
  • 从GitHub仓库导入

注:以上导入方式文件大小控制在10M之内。

5,在Claude / Codex 等系统中如何是使用?

常见路径如下(不同系统略有差异,以你本机为准):

  • Claude Code:~/.claude/skills/
  • Codex CLI:~/.codex/skills/

同一份 SKILL.md 通常可以跨工具复用。你在 SkillWink 导入后,也可以查看“放置指引/安装说明”。

6,一个技能能不能被多个工具一起用?

可以。很多技能本质是标准化说明 + 资源,只要目标工具支持读取该格式,就能共享使用。

比如:检索类技能 + 写作类技能 + 自动化脚本,形成“发现 → 处理 → 输出”的工作流。

7,这些skills使用安全吗?

一部分skills来源于公开的 GitHub 仓库。我们会筛掉低质量仓库(至少 2 星),并扫描基本质量指标,还有一部分是SkillWink平台的创作者独立上传的。作为使用者,在安装前应始终审查代码,对安全问题负责。

8,为什么我导入后“没有生效”?

最常见原因是这几类:

  • 放错目录(路径不对、层级多了一层)
  • SKILL.md 缺字段或格式不规范(名称/入口/依赖不完整)
  • 依赖未安装(Python/Node/CLI 工具缺失)
  • 工具未重新加载技能(某些环境需要重启/刷新)

9,SkillWink 会不会收录重复或低质量技能?

我们会尽量避免。你可以用 排序 + 评论 让“好用的”更靠前:

  • 重复技能:看差异点(更快/更稳定/更强主题能力)
  • 低质量技能:我们会定期清理低质量skills