MCP.so
ログイン

Skills

Discover Claude Skills, Codex Skills, and reusable Agent Skills with install commands, source repositories, use cases, and security information.

Documents

lark-doc

larksuite / cli

飞书云文档(Docx / Wiki 文档):读取和编辑飞书文档内容。当用户给出文档 URL 或 token,或需要查看、创建、编辑文档、插入或下载文档图片附件时使用。文档中嵌入的电子表格、多维表格、画板,先用本 skill 提取 token 再切到对应 skill。当用户给出 doubao.com 的 /docx/ 或 /wiki/ URL/token 时,也应直接使用本 skill;路由依据是 URL 路径模式和 token,而不是域名。不负责文档评论管理,也不负责表格或 Base 的数据操作。当用户明确要操作飞书思维笔记时,也使用本 skill。

Documents

lark-drive

larksuite / cli

飞书云空间(云盘/云存储):管理 Drive 文件和文件夹,包含上传/下载、创建文件夹、复制/移动/删除、查看元数据、评论/权限/订阅、标题、版本和本地文件导入。用户需要整理云盘目录、处理云空间资源 URL/token、判断链接类型/真实 token/标题,或导入 Word/Markdown/Excel/CSV/PPTX/.base 为 docx/sheet/bitable/slides 时使用;doubao.com 云空间 URL/token 也按资源路径和 token 路由,不回退 WebFetch。不负责:文档内容编辑(走 lark-doc)、表格/Base 表内数据操作(走 lark-sheets/lark-base)、知识空间节点/成员管理(走 lark-wiki)、原生 Markdown 文件读写/patch/diff(走 lark-markdown)。

Documents

handoff

mattpocock / skills

Compact the current conversation into a handoff document for another agent to pick up.

Documents

lark-note

larksuite / cli

飞书会议纪要(Note)直查:已知 note_id 时查询纪要详情、展示类型、关联文档 token,并读取 unified 原始逐字记录。当用户已持有 note_id,或从文档显式 vc-node-id 获得 note_id 时使用。不负责会议/日程/妙记定位、文档标题搜索或 Docx 正文读取。

Documents
Official

pdf

anthropics / skills

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

Documents

repo-intake-and-plan

lllllllama / ai-paper-reproduction-skill

Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.

Documents

ai-research-reproduction

lllllllama / rigorpilot-skills

Rigor Reproduce compatible skill slug for README-first deep learning repository reproduction. Use when the user wants an end-to-end, minimal-trustworthy flow that reads the repository first, selects the smallest documented inference or evaluation target, coordinates intake, setup, trusted execution, optional trusted training, optional repository analysis, and optional paper-gap resolution, enforces conservative patch rules, records evidence assumptions deviations and human decision points, and writes the standardized `repro_outputs/` bundle. Do not use for paper summary, generic environment setup, isolated repo scanning, standalone command execution, silent protocol changes, score chasing, or broad research assistance outside repository-grounded reproduction.

Documents

repo-intake-and-plan

lllllllama / rigorpilot-skills

Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.

Documents

run-train

lllllllama / rigorpilot-skills

Rigor Train skill for deep learning research repositories. Use when a documented or selected training command should be run conservatively for startup verification, short-run verification, full kickoff, or resume, with command, config, seed, log, checkpoint, status, and metric evidence written to standardized `train_outputs/`. Do not use for environment setup, exploratory sweeps, speculative idea implementation, or end-to-end orchestration.

Documents
Official

firecrawl-download

firecrawl / cli

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.

Documents

Frequently asked questions

Common questions about Agent Skills and safe installation

1

What are Agent Skills?

Agent Skills are reusable capability packages that an AI agent loads when needed. They commonly include a SKILL.md file, operating instructions, workflows, scripts, and optional resources. When a task matches the skill description, the agent reads the relevant content to perform specialized work.

2

What are Claude Skills, and how do they work in Claude Code?

Claude Skills are skills designed for Claude Code or other Claude agent workflows. After installation, Claude Code can load the SKILL.md when a task matches its description. You should still review the instructions, scripts, dependencies, and permission scope before use.

3

What are Codex Skills, and how do I install them?

Codex Skills are Agent Skills that OpenAI Codex can load to add domain knowledge, repeatable procedures, and tool workflows. They are typically installed from a source repository into a skills directory and then used by Codex when a matching task appears.

4

Which AI agents support Agent Skills?

The open SKILL.md pattern can be used or adapted by Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, VS Code, and other coding agents. Installation paths, triggering rules, and supported resources differ between products.

5

Are community Agent Skills safe to install?

Treat a skill like code: inspect its SKILL.md, scripts, dependencies, requested permissions, and source repository before installation. Security badges are useful signals, not guarantees; use least privilege whenever a skill can access shells, networks, or credentials.

6

How are duplicate Claude Skills, Codex Skills, and Agent Skills handled?

Entries are deduplicated by normalized source repository and skill identifier. When the same skill appears in several directories or awesome lists, or supports both Claude and Codex, its sources and compatibility data are merged into one record instead of creating duplicates.