Skip to main content
本页整理来自互联网的 skill 目录,以及已经装进 ~/.agents/skill-library 的对应 skill。自研 skill(如 ssh-skillokf-docs-organizer、云效/腾讯云封装)不在这张表里。 维护方式见 Skill 维护之道

Mintlify 和简易 HTML

Mintlify 页面是 MDX,支持常见 HTMLdivtablebuttoninputiframe。下面的筛选条就是原生 HTML,不是 Mintlify 内置组件。 限制:
  • 不要在 MDX 里写 <script src="...">。可执行脚本放仓库根目录的 .js,会对全站加载。
  • 需要整页自定义布局时用 mode: framemode: custom
  • 更重的交互可以写成 snippets/*.jsx
本页的筛选逻辑在 /skill-catalog.js

正在用的公开目录

15 / 15

目录类别说明
anthropics/skills官方集合Anthropic 公开技能,含文档/设计/pdf/pptx 等
openai/skills官方集合Codex 技能目录,含 gh-fix-ci、cli-creator、文档技能
vercel-labs/skills官方集合Vercel 开源技能安装器与技能集
vercel-labs/agent-skills前端React / Next.js / 性能实践
obra/superpowers工作流可组合的开发工作流技能
Mintlify文档文档站点写作、导航与 API
Lark / 飞书飞书lark-cli 官方技能族
Cloudflare云 / 边缘Workers、Wrangler、Durable Objects
Supabase后端Supabase 与 Postgres 实践
Hugging Face模型 / 数据Hub CLI 与数据集
Tavily搜索搜索 / crawl / extract
Infisical密钥 / 配置密钥管理与同步
Tencent EdgeOne云 / 边缘Pages / Makers 部署与开发
Linear协作Linear CLI / issue
开源设计技能设计taste / UI brain / a11y / motion 等

已安装的公开 Skill

「激活」列:全局 表示在 ~/.agents/skills/Grok 表示在 ~/.grok/skills/总库 表示只在 ~/.agents/skill-library/

112 / 112

Skill类别来源目录激活说明
gh-address-commentsGitHubGitHub / OpenAI skills总库Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to…
gh-fix-ciGitHubGitHub / OpenAI skills总库Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after…
githubGitHubGitHub / OpenAI skills总库Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.
build-with-aiGrok 内置xAI Grok bundledGrok 内置>
code-reviewGrok 内置xAI Grok bundledGrok 内置Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a deep code …
create-workflowGrok 内置xAI Grok bundledGrok 内置>
designGrok 内置xAI Grok bundledGrok 内置Run the full design-doc-writer and design-doc-reviewer loop until consensus. Produces a polished design document with a PR plan.
docxGrok 内置xAI Grok bundledGrok 内置Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx or .dotx files). Triggers include any m…
execute-planGrok 内置xAI Grok bundledGrok 内置Execute a PR Plan DAG from a design document. Parses the plan, topologically sorts it, implements PRs in parallel using worktree-isolated…
game-animation-framesGrok 内置xAI Grok bundledGrok 内置>
game-asset-coreGrok 内置xAI Grok bundledGrok 内置>
game-character-consistencyGrok 内置xAI Grok bundledGrok 内置>
game-tilesetsGrok 内置xAI Grok bundledGrok 内置>
game-ui-iconsGrok 内置xAI Grok bundledGrok 内置>
imagineGrok 内置xAI Grok bundledGrok 内置>
implementGrok 内置xAI Grok bundledGrok 内置>-
pdfGrok 内置xAI Grok bundledGrok 内置Read, create, and transform PDF files. Covers pulling text and tables out of PDFs, generating new PDFs, merging and splitting documents, …
pptxGrok 内置xAI Grok bundledGrok 内置Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes creating slide decks, pitch decks,…
pr-babysitGrok 内置xAI Grok bundledGrok 内置>-
resume-claudeGrok 内置xAI Grok bundledGrok 内置>
resume-codexGrok 内置xAI Grok bundledGrok 内置>
resume-cursorGrok 内置xAI Grok bundledGrok 内置>
reviewGrok 内置xAI Grok bundledGrok 内置>-
skill-design-principlesGrok 内置xAI Grok bundledGrok 内置Concise, high-signal principles for writing and editing skills well. Use whenever authoring or editing a skill.
cloudflare云 / 边缘Cloudflare总库Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature fl…
cloudflare-deploy云 / 边缘Cloudflare总库Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deplo…
durable-objects云 / 边缘Cloudflare总库Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), i…
edgeone-makers-tools云 / 边缘Tencent EdgeOne总库>-
edgeone-pages-deploy云 / 边缘Tencent EdgeOne总库>-
edgeone-pages-dev云 / 边缘Tencent EdgeOne总库>-
workers-best-practices云 / 边缘Cloudflare总库Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, conf…
wrangler云 / 边缘Cloudflare总库Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues…
code-simplifier-py代码质量开源代码简化技能总库Behavior-preserving Python refactor for readability (PEP 8, Pythonic idioms, minimal SOLID).
code-simplifier-rust代码质量开源代码简化技能总库Behavior-preserving Rust refactor for idiomatic clarity and maintainability (ownership-aware).
code-simplifier-ts代码质量开源代码简化技能总库Behavior-preserving TypeScript/JavaScript refactor for clarity and maintainability (respects repo ESM/CJS setup).
vercel-composition-patterns前端Vercel总库
vercel-react-best-practices前端Vercel全局React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refa…
vercel-react-best-practices前端Vercel总库React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refa…
linear协作Linear总库Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
linear-cli协作Linear全局Manage Linear issues from the command line using the linear cli. This skill allows automating linear management.
supabase后端SupabaseGrokUse when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron…
supabase-postgres-best-practices后端SupabaseGrokPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that l…
cli-creator官方通用OpenAI skills总库Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local scr…
create-skill官方通用Anthropic / 文档技能全局Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files, writing a skill de…
frontend-design官方通用Anthropic / 文档技能全局Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, ty…
openai-docs官方通用OpenAI skills总库Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosin…
infisical-agent密钥 / 配置Infisical总库Guide for configuring the Infisical Agent — a client daemon that manages token lifecycle and renders secrets via Go templates without mod…
infisical-api密钥 / 配置Infisical总库Interact with the Infisical REST API to manage secrets, projects, environments, machine identities, and more. Supports secret CRUD operat…
infisical-dynamic-secrets密钥 / 配置Infisical总库Guide for configuring Infisical Dynamic Secrets — on-demand, short-lived credentials for databases, cloud IAM, SSH, and Kubernetes. Cover…
infisical-secret-syncs密钥 / 配置Infisical总库Guide for configuring Infisical Secret Syncs to push secrets from Infisical to third-party services. Covers 38+ sync destinations includi…
infisical-self-host密钥 / 配置Infisical总库Deploy and operate Infisical self-hosted instances with Docker, Docker Compose, and Kubernetes. Covers architecture, environment variable…
infisical-terraform密钥 / 配置Infisical总库|
infisical-user-setup-guide密钥 / 配置Infisical总库Interactive setup guide for using Infisical as a secret management tool in your projects. Helps users integrate Infisical into local deve…
brainstorming工作流obra/superpowers总库You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explore…
brief2flow工作流开源工作流技能总库Define how an agent should initialize or optimize workflow blueprint docs in Markdown (workflow.blueprint.md) for a workflow workspace di…
create-plan工作流开源工作流技能总库Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
Prompt Enhancer技能工具开源技能工具总库Transform vague prompts into actionable specs using intelligent analysis and session memory. Use when user input contains -e or —enhance…
find-skills技能工具技能发现全局Helps users discover and install agent skills when they ask questions like “how do I do X”, “find a skill for X”, “is there a skill that …
skill-generator技能工具开源技能工具总库Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (state…
tavily-best-practices搜索Tavily总库Build production-ready Tavily integrations with best practices baked in. Reference documentation for developers using coding assistants (…
tavily-cli搜索Tavily总库|
tavily-crawl搜索Tavily总库|
tavily-dynamic-search搜索Tavily总库|
tavily-extract搜索Tavily总库|
tavily-map搜索Tavily总库|
tavily-research搜索Tavily总库|
tavily-search搜索Tavily总库|
docs-with-mermaid文档开源文档技能总库Create excellent technical documentation with Mermaid diagrams. Use when documenting code architecture, API flows, database schemas, stat…
mintlify文档Mintlify总库Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting…
mintlify文档Mintlify总库Build and maintain documentation sites with Mintlify. Use when creating docs pages, configuring navigation, adding components, or setting…
mintlify-api文档Mintlify总库Interact with the Mintlify REST API to manage deployments, trigger builds, and query documentation site metadata programmatically.
text-formatter文档开源文档技能总库Transform and optimize text content with intelligent formatting. Output BBCode + Markdown hybrid format optimized for forums. Triggers on…
hf-cli模型 / 数据Hugging FaceGrokHugging Face Hub CLI (hf) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on …
huggingface-datasets模型 / 数据Hugging FaceGrokUse this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters,…
baseline-ui设计开源设计技能总库Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind C…
design-taste-frontend设计开源设计技能总库Senior UI/UX Engineer. Architect digital interfaces overriding default LLM biases. Enforces metric-based rules, strict component architec…
design-taste-frontend设计开源设计技能总库Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and …
fixing-accessibility设计开源设计技能总库Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Us…
fixing-motion-performance设计开源设计技能总库Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use…
gpt-taste设计开源设计技能总库Elite UX/UI & Advanced GSAP Motion Engineer. Enforces Python-driven true randomization for layout variance, strict AIDA page structure, w…
high-end-visual-design设计开源设计技能总库Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a w…
make-interfaces-feel-better设计开源设计技能总库Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing…
redesign-existing-projects设计开源设计技能总库Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end desig…
stitch-design-taste设计开源设计技能总库Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards …
transitions-dev设计开源设计技能总库Production-ready CSS transitions for web apps. Use when implementing notification badges, dropdowns, modals, panel reveals, page transiti…
ui-design-brain设计开源设计技能总库Generate production-grade UI using real component patterns and best practices from 60+ documented interface components. Use when the user…
web-design-guidelines设计开源设计技能总库Review UI code for Web Interface Guidelines compliance. Use when asked to “review my UI”, “check accessibility”, “audit design”, “review …
lark-approval飞书Lark / 飞书官方技能总库飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
lark-apps飞书Lark / 飞书官方技能总库妙搭(Spark/Miaoda)应用开发与托管:应用创建、本地全栈开发、云端生成迭代、创意设计(UI mockup / 可交互原型 / 线框图 / 落地页 / 仪表盘 / 幻灯片 deck / 视觉探索)、AI相关能力和飞书平台能力或者其他外部能力集成、日志/Trace/监…
lark-attendance飞书Lark / 飞书官方技能总库飞书考勤打卡:查询自己的考勤打卡记录
lark-base飞书Lark / 飞书官方技能全局飞书多维表格(Base)操作:建表、字段、记录、视图、统计、公式/lookup、表单、仪表盘、应用模式(BaseApp/AppMode 页面与组件)、Workspace 目录、workflow、角色权限;遇到 Base/多维表格/bitable、BaseApp/AppMod…
lark-calendar飞书Lark / 飞书官方技能全局飞书日历:管理日历日程和会议室。查看/搜索日程、创建/更新日程、管理参会人、查询忙闲和推荐时段、预定会议室。当用户需要查看日程安排、创建/修改会议、查询/预定会议室时使用。不负责:查询过去的视频会议记录(走 lark-vc)、待办任务(走 lark-task)。
lark-contact飞书Lark / 飞书官方技能全局飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到…
lark-doc飞书Lark / 飞书官方技能全局飞书云文档(Docx / Wiki)内容操作:读取、创建、编辑文档,插入或下载图片附件,以及操作思维笔记。用户提供文档 URL/token(包括 doubao.com 的 /docx/、/wiki/)时使用;按 URL 路径/token 而非域名路由。文档内嵌资源按读取参考…
lark-drive飞书Lark / 飞书官方技能全局飞书云空间(云盘/云存储):管理 Drive 文件和文件夹,包含上传/下载、创建文件夹、复制/移动/删除、查看元数据、查询权限设置、评论/权限/订阅、标题、版本、飞书文档密级标签(secure labels)和本地文件导入。用户需要整理云盘目录、处理云空间资源 URL/to…
lark-event飞书Lark / 飞书官方技能总库Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via lark-cli event consume &lt;EventKey&gt; (covers …
lark-im飞书Lark / 飞书官方技能全局飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件、管理表情回复、发送应用内/短信/电话加急、发送和处理交互卡片(Interactive Card)、监听卡片按钮回调(card.action.trigger)。当用户需要发消息、…
lark-mail飞书Lark / 飞书官方技能全局飞书邮箱:Use when user mentions 起草邮件、写邮件、草稿、发送/回复/转发邮件、查阅邮件、看邮件、搜索邮件、邮件文件夹、邮件标签、邮件联系人、监听新邮件、邮件收信规则等;use for mail/email intent only. Do not us…
lark-markdown飞书Lark / 飞书官方技能总库飞书 Markdown:查看、创建、上传、编辑和比较 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取、修改、局部 patch 或比较差异时使用。不负责将 Markdown 导入为飞书在线文档,也不负责文件搜索、权限、评论、移动、删除等云空间管理操作。
lark-mcp飞书Lark / 飞书官方技能全局飞书/Lark 官方 MCP 集成。支持发送消息、创建群组、操作多维表格(Bitable)、导入/搜索文档、知识库查询。触发词:飞书、Feishu、Lark、多维表格、bitable、飞书文档、飞书群。
lark-minutes飞书Lark / 飞书官方技能总库飞书妙记:搜索妙记、查看妙记基础信息、下载/上传音视频、读取或编辑妙记的产物内容、改标题、替换说话人/关键词、申请妙记查看/编辑权限。当给出minute_token、本地音视频文件,要查/改/转妙记产物,或用户明确要主动申请妙记权限时使用;本地音视频转纪要/逐字稿优先走本 …
lark-note飞书Lark / 飞书官方技能总库飞书会议纪要(Note)直查:已知 note_id 时查询纪要详情、展示类型、关联文档 token,并读取 unified 原始逐字记录。当用户已持有 note_id,或从文档显式 vc-node-id 获得 note_id 时使用。不负责会议/日程/妙记定位、文档标题搜索…
lark-okr飞书Lark / 飞书官方技能总库飞书 OKR:管理目标与关键结果。查看和编辑 OKR 周期、目标、关键结果、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。不负责:待办任务管理(lark-task)、日程/会议安排(lark-calendar)、绩效评估
lark-shared飞书Lark / 飞书官方技能全局Use for lark-cli setup/auth tasks: auth login/status/logout, user vs bot identity, business-domain permissions (—domain, including all/d…
lark-sheets飞书Lark / 飞书官方技能全局飞书电子表格:创建和操作电子表格。支持创建表格、管理工作表与行列结构(增删/合并/调整尺寸/隐藏/冻结)、读写单元格(值/公式/样式/批注/单元格图片)、查找替换、多操作批量更新,以及图表、透视表、条件格式、筛选器、迷你图、浮动图片等对象的创建与维护。当用户需要创建电子表格…
lark-slides飞书Lark / 飞书官方技能总库飞书幻灯片:创建和编辑幻灯片。创建演示文稿、读取幻灯片内容、管理幻灯片页面(创建、删除、读取、局部替换)。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。当用户给出 doubao.com 的 /slides/ URL/token 时,也应直接使用本 skill,不要因…
lark-task飞书Lark / 飞书官方技能全局飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务…
lark-vc飞书Lark / 飞书官方技能总库飞书视频会议:查询进行中的会议列表(含会议 ID)、读取会中实时内容(发言、聊天、共享等)、发送会中消息,以及搜索历史会议、查询会议纪要(总结/待办/章节/逐字稿)和参会人快照。Agent 真实入会/离会走 lark-vc-agent;查询未来日程走 lark-calendar。
lark-vc-agent飞书Lark / 飞书官方技能总库飞书视频会议会中能力:用于让应用机器人真实加入或离开正在进行的会议,并读取当前身份可见的会中事件、发送会中文本消息或会中表情。适用于用户询问正在开的会议发生了什么、谁在发言、是否共享内容,或需要发现当前可读的进行中会议 ID。不负责已结束会议搜索、参会人快照、纪要、逐字稿或…
lark-whiteboard飞书Lark / 飞书官方技能总库>
lark-whiteboard-cli飞书Lark / 飞书官方技能总库>
lark-wiki飞书Lark / 飞书官方技能全局飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wi…