15,777 Open Skills

Free to get · One-click to use

✅ Keyword search & category filters
✅ Discussions & community interaction
✅ Version updates & multi-metric ranking
✅ Open SKILL.md standard

Import Skills

brucevanfdm brucevanfdm
from GitHub Docs & Knowledge

docugenius-converter

双向文档转换工具,将 Word (.docx)、Excel (.xlsx)、PowerPoint (.pptx) 和 PDF (.pdf) 转换为 AI 友好的 Markdown 格式,或将 Markdown (.md) 转换为 Word (.docx) 格式。当用户请求以下操作时使用:(1) 明确请求文档转换,包括任何包含"转换"、"转为"、"转成"、"convert"、"导出"、"export"等词汇的请求(例如:"转换文档"、"把这个文件转为docx"、"convert to markdown"、"导出为Word");(2) 需要 AI 理解文档内容("帮我分析这个 Word 文件"、"读取这个 PDF"、"总结这个 Excel");(3) 上传文档文件并询问内容("这是什么"、"帮我看看");(4) 任何涉及 .docx、.xlsx、.pptx、.pdf、.md 文件格式转换的请求。

0 38 10 days ago · Uploaded Detail →
Narwhal-Lab Narwhal-Lab
from GitHub Tools & Productivity

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

0 35 10 days ago · Uploaded Detail →
aniketpanjwani aniketpanjwani
from GitHub Docs & Knowledge

pdf-reading

Read, summarize, search, and extract structured artifacts from PDF files, especially papers and reports. Use when the user wants a PDF converted before reading, needs figures or tables pulled out, wants image labels or captions, or needs cleaner Markdown/text than reading the PDF directly.

0 13 3 days ago · Uploaded Detail →
RZX00 RZX00
from GitHub Tools & Productivity

zotero-paper-coach

Annotate academic papers and Zotero-managed PDF attachments with structured, high-value highlights and mentor-style notes. Use when a user wants paper pre-highlighting, reading guidance, layered annotation styles, note density control, color-coded importance, Zotero/PDF write-back, or a reusable workflow for studying, literature review, exam prep, or paper comprehension.

0 7 7 days ago · Uploaded Detail →
hongjinqiu hongjinqiu
from GitHub Development & Coding

nanhu-pdf

Generate PDF files using the nanhu-print-java framework. Use this skill when the user wants to create PDF documents with nanhu-print-java, including writing XML templates, preparing JSON business data, calling the Java API (NanhuprintInterpreter), or integrating nanhu-print-java into a Spring Boot service. Triggers on requests like "generate a PDF with nanhu-print-java", "write an XML template for nanhu-print-java", "how do I call NanhuprintInterpreter", or "create a PDF invoice/report using nanhu-print-java".

0 4 8 days ago · Uploaded Detail →
liustack liustack
from GitHub Tools & Productivity

pagepress

Render HTML to PDF. Use when the user wants to convert HTML to PDF, print a web page to PDF, or produce print-ready output from HTML. Trigger phrases include 'HTML to PDF', 'print to PDF', 'convert to PDF', 'save as PDF', '转PDF', '导出PDF'. Only local HTML file input is supported — remote URLs are not accepted.

0 3 6 days ago · Uploaded Detail →
Overdue-Lin Overdue-Lin
from GitHub Content & Multimedia

pdf-translator

Translate PDF documents while preserving original formatting. Converts PDF pages to images for layout analysis, extracts text and embedded images, translates content using agent's multilingual capabilities, and generates LaTeX code to recreate the original document structure with translated text. Special support for arXiv papers: when user provides arXiv ID (e.g., "2310.12345") or arXiv URL (e.g., "https://arxiv.org/abs/2310.12345" or "https://arxiv.org/pdf/2310.12345.pdf"), automatically download the source TeX files, translate the LaTeX content, and compile to PDF.

0 3 10 days ago · Uploaded Detail →
GJoge GJoge
from GitHub Content & Multimedia

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 10 days ago · Uploaded Detail →

Skill File Structure Sample (Reference)

skill-sample/
├─ SKILL.md              ⭐ Required: skill entry doc (purpose / usage / examples / deps)
├─ manifest.sample.json  ⭐ Recommended: machine-readable metadata (index / validation / autofill)
├─ LICENSE.sample        ⭐ Recommended: license & scope (open source / restriction / commercial)
├─ scripts/
│  └─ example-run.py     ✅ Runnable example script for quick verification
├─ assets/
│  ├─ example-formatting-guide.md  🧩 Output conventions: layout / structure / style
│  └─ example-template.tex         🧩 Templates: quickly generate standardized output
└─ references/           🧩 Knowledge base: methods / guides / best practices
   ├─ example-ref-structure.md     🧩 Structure reference
   ├─ example-ref-analysis.md      🧩 Analysis reference
   └─ example-ref-visuals.md       🧩 Visual reference

More Agent Skills specs Anthropic docs: https://agentskills.io/home

SKILL.md Requirements

├─ ⭐ Required: YAML Frontmatter (must be at top)
│  ├─ ⭐ name                 : unique skill name, follow naming convention
│  └─ ⭐ description          : include trigger keywords for matching
│
├─ ✅ Optional: Frontmatter extension fields
│  ├─ ✅ license              : license identifier
│  ├─ ✅ compatibility        : runtime constraints when needed
│  ├─ ✅ metadata             : key-value fields (author/version/source_url...)
│  └─ 🧩 allowed-tools        : tool whitelist (experimental)
│
└─ ✅ Recommended: Markdown body (progressive disclosure)
   ├─ ✅ Overview / Purpose
   ├─ ✅ When to use
   ├─ ✅ Step-by-step
   ├─ ✅ Inputs / Outputs
   ├─ ✅ Examples
   ├─ 🧩 Files & References
   ├─ 🧩 Edge cases
   ├─ 🧩 Troubleshooting
   └─ 🧩 Safety notes

Why SkillWink?

Skill files are scattered across GitHub and communities, difficult to search, and hard to evaluate. SkillWink organizes open-source skills into a searchable, filterable library you can directly download and use.

We provide keyword search, version updates, multi-metric ranking (downloads / likes / comments / updates), and open SKILL.md standards. You can also discuss usage and improvements on skill detail pages.

Keyword Search Version Updates Multi-Metric Ranking Open Standard Discussion

Quick Start:

Import/download skills (.zip/.skill), then place locally:

~/.claude/skills/ (Claude Code)

~/.codex/skills/ (Codex CLI)

One SKILL.md can be reused across tools.

FAQ

Everything you need to know: what skills are, how they work, how to find/import them, and how to contribute.

1. What are Agent Skills?

A skill is a reusable capability package, usually including SKILL.md (purpose/IO/how-to) and optional scripts/templates/examples.

Think of it as a plugin playbook + resource bundle for AI assistants/toolchains.

2. How do Skills work?

Skills use progressive disclosure: load brief metadata first, load full docs only when needed, then execute by guidance.

This keeps agents lightweight while preserving enough context for complex tasks.

3. How can I quickly find the right skill?

Use these three together:

  • Semantic search: describe your goal in natural language.
  • Multi-filtering: category/tag/author/language/license.
  • Sort by downloads/likes/comments/updated to find higher-quality skills.

4. Which import methods are supported?

  • Upload archive: .zip / .skill (recommended)
  • Upload skills folder
  • Import from GitHub repository

Note: file size for all methods should be within 10MB.

5. How to use in Claude / Codex?

Typical paths (may vary by local setup):

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

One SKILL.md can usually be reused across tools.

6. Can one skill be shared across tools?

Yes. Most skills are standardized docs + assets, so they can be reused where format is supported.

Example: retrieval + writing + automation scripts as one workflow.

7. Are these skills safe to use?

Some skills come from public GitHub repositories and some are uploaded by SkillWink creators. Always review code before installing and own your security decisions.

8. Why does it not work after import?

Most common reasons:

  • Wrong folder path or nested one level too deep
  • Invalid/incomplete SKILL.md fields or format
  • Dependencies missing (Python/Node/CLI)
  • Tool has not reloaded skills yet

9. Does SkillWink include duplicates/low-quality skills?

We try to avoid that. Use ranking + comments to surface better skills:

  • Duplicate skills: compare differences (speed/stability/focus)
  • Low quality skills: regularly cleaned up