{
  "$schema": "https://schema.org/",
  "name": "IFQ Skills",
  "description": "Discover, install, and share high-quality AI Agent Skills — reusable instruction packages that teach AI agents (Copilot, Cursor, Claude, and more) to perform expert workflows.",
  "url": "https://skills.ifq.ai",
  "publisher": "IFQ.AI",
  "generatedNote": "Auto-generated from source data at build time. Stable shape; safe for agents to parse.",
  "license": "Catalog metadata free to index and cite with attribution to skills.ifq.ai.",
  "counts": {
    "skills": 120,
    "skillsDisplay": "90,100+",
    "categories": 10
  },
  "categories": [
    {
      "id": "dev-frameworks",
      "name": "Dev Frameworks",
      "nameZh": "开发框架",
      "descriptionZh": "React、Next.js、Vue、GraphQL 等主流框架最佳实践",
      "skillCount": 20,
      "url": "https://skills.ifq.ai/#dev-frameworks"
    },
    {
      "id": "ai-agents",
      "name": "AI & Agents",
      "nameZh": "AI & 智能体",
      "descriptionZh": "自我改进、知识图谱、智能体编排、Skill 创建",
      "skillCount": 20,
      "url": "https://skills.ifq.ai/#ai-agents"
    },
    {
      "id": "design-creative",
      "name": "Design & Creative",
      "nameZh": "设计创意",
      "descriptionZh": "前端设计、UI/UX、Canvas、Web 设计规范",
      "skillCount": 9,
      "url": "https://skills.ifq.ai/#design-creative"
    },
    {
      "id": "media-gen",
      "name": "Media Generation",
      "nameZh": "媒体生成",
      "descriptionZh": "AI 图像、视频、音频、语音合成与编辑",
      "skillCount": 8,
      "url": "https://skills.ifq.ai/#media-gen"
    },
    {
      "id": "productivity",
      "name": "Productivity",
      "nameZh": "效率工具",
      "descriptionZh": "笔记、文档、日历、Office、项目管理集成",
      "skillCount": 16,
      "url": "https://skills.ifq.ai/#productivity"
    },
    {
      "id": "search-data",
      "name": "Search & Data",
      "nameZh": "搜索 & 数据",
      "descriptionZh": "多引擎搜索、数据检索、知识获取、广告分析",
      "skillCount": 11,
      "url": "https://skills.ifq.ai/#search-data"
    },
    {
      "id": "cloud-devops",
      "name": "Cloud & DevOps",
      "nameZh": "云 & DevOps",
      "descriptionZh": "Azure、浏览器自动化、API 网关、CI/CD、MCP",
      "skillCount": 23,
      "url": "https://skills.ifq.ai/#cloud-devops"
    },
    {
      "id": "content",
      "name": "Content",
      "nameZh": "内容创作",
      "descriptionZh": "文案写作、摘要、人性化润色、文档生成",
      "skillCount": 7,
      "url": "https://skills.ifq.ai/#content"
    },
    {
      "id": "security",
      "name": "Security",
      "nameZh": "安全合规",
      "descriptionZh": "Skill 审查、认证授权、安全审计、密码管理",
      "skillCount": 3,
      "url": "https://skills.ifq.ai/#security"
    },
    {
      "id": "finance-health",
      "name": "Finance & Health",
      "nameZh": "金融 & 医疗",
      "descriptionZh": "金融分析、临床试验、FHIR、合规审查",
      "skillCount": 3,
      "url": "https://skills.ifq.ai/#finance-health"
    }
  ],
  "concepts": [
    {
      "id": "ai-agent",
      "term": "AI Agent",
      "termZh": "AI 智能体",
      "aliases": [
        "Agent",
        "智能体",
        "AI 代理",
        "autonomous agent",
        "LLM agent"
      ],
      "definition": "An AI Agent is a software system built on a large language model that perceives context, plans multi-step actions, calls tools, and executes tasks toward a goal with a degree of autonomy. Unlike a single prompt-response exchange, an agent maintains state across steps, decides which tools or Skills to invoke, observes results, and iterates until the objective is met.",
      "definitionZh": "AI Agent（智能体）是构建在大语言模型之上的软件系统，能够感知上下文、规划多步行动、调用工具，并以一定自主性朝目标执行任务。与单轮提示-响应不同，Agent 在多步之间维持状态，自主决定调用哪些工具或 Skills，观察结果并持续迭代，直到达成目标。",
      "url": "https://skills.ifq.ai/glossary#ai-agent"
    },
    {
      "id": "agent-skill",
      "term": "Agent Skill",
      "termZh": "Agent 技能（Skill）",
      "aliases": [
        "AI Skill",
        "Skill",
        "技能",
        "AI 技能",
        "Claude Skill",
        "Copilot Skill"
      ],
      "definition": "An Agent Skill is a structured, reusable instruction package that teaches an AI agent how to perform a specific task or domain workflow expertly. A Skill typically bundles a role definition, a step-by-step procedure, output conventions, and constraints — often as Markdown plus optional scripts and resources — so the agent behaves like a domain expert rather than a generic assistant. Skills are portable across compatible agents and composable: an agent can load many Skills and invoke the right one for the job.",
      "definitionZh": "Agent Skill（技能）是一种结构化、可复用的指令包，教会 AI Agent 如何专业地完成某项任务或领域工作流。一个 Skill 通常封装了角色定义、分步流程、输出规范与边界约束——常以 Markdown 加可选脚本与资源的形式存在——使 Agent 表现得像领域专家，而非通用助手。Skills 可在兼容的 Agent 之间移植，并可组合：Agent 可加载多个 Skills，并在合适的场景调用对应技能。",
      "url": "https://skills.ifq.ai/glossary#agent-skill"
    },
    {
      "id": "skill-marketplace",
      "term": "Skill Marketplace",
      "termZh": "技能市场",
      "aliases": [
        "Skills marketplace",
        "Skill registry",
        "技能市场",
        "技能仓库",
        "Skill 商店"
      ],
      "definition": "A Skill Marketplace is a curated registry where developers discover, install, share, and rate Agent Skills. It standardizes packaging and installation (e.g. a one-line install command) so a Skill authored once can be reused across teams and AI tools. skills.ifq.ai aggregates high-quality Skills across the ecosystem and adds editorial curation, categories, and trust signals such as install counts and stars.",
      "definitionZh": "技能市场（Skill Marketplace）是一个经过策划的注册中心，开发者可在其中发现、安装、分享并评价 Agent Skills。它标准化了打包与安装方式（例如一行安装命令），使一次编写的 Skill 可在团队与各类 AI 工具间复用。skills.ifq.ai 聚合生态中的高质量 Skills，并提供编辑精选、分类，以及安装量、Star 等可信度信号。",
      "url": "https://skills.ifq.ai/glossary#skill-marketplace"
    },
    {
      "id": "mcp",
      "term": "Model Context Protocol (MCP)",
      "termZh": "模型上下文协议（MCP）",
      "aliases": [
        "MCP",
        "Model Context Protocol",
        "模型上下文协议"
      ],
      "definition": "The Model Context Protocol (MCP) is an open standard that lets AI agents connect to external tools, data sources, and services through a uniform interface. Where a Skill encodes know-how (how to do a task well), MCP provides the plumbing (how the agent reaches a database, API, or file system). Skills and MCP are complementary: a Skill can direct an agent to call MCP-exposed tools as part of its workflow.",
      "definitionZh": "模型上下文协议（MCP）是一项开放标准，让 AI Agent 通过统一接口连接外部工具、数据源与服务。如果说 Skill 编码的是「专业知识」（如何把任务做好），MCP 提供的则是「管道」（Agent 如何访问数据库、API 或文件系统）。两者互补：Skill 可在其工作流中指引 Agent 调用 MCP 暴露的工具。",
      "url": "https://skills.ifq.ai/glossary#mcp"
    },
    {
      "id": "tool-use",
      "term": "Tool Use",
      "termZh": "工具调用",
      "aliases": [
        "function calling",
        "tool calling",
        "工具使用",
        "函数调用"
      ],
      "definition": "Tool use (also called function calling) is the capability that lets an AI model invoke external functions — search, code execution, API calls — and incorporate the results into its reasoning. It is the mechanism by which an agent acts on the world. Skills frequently orchestrate tool use, specifying which tools to call, in what order, and how to interpret their output.",
      "definitionZh": "工具调用（也称函数调用，function calling）是让 AI 模型调用外部函数——搜索、代码执行、API 调用——并将结果纳入其推理的能力。它是 Agent 作用于外部世界的机制。Skills 常常编排工具调用，规定调用哪些工具、以何种顺序，以及如何解读其输出。",
      "url": "https://skills.ifq.ai/glossary#tool-use"
    },
    {
      "id": "prompt-engineering",
      "term": "Prompt vs. Skill",
      "termZh": "提示词与技能的区别",
      "aliases": [
        "prompt engineering",
        "system prompt",
        "提示词工程",
        "提示词"
      ],
      "definition": "A prompt is a single instruction sent to a model; prompt engineering is the practice of phrasing it well. A Skill goes further: it is a versioned, reusable, structured artifact — role, workflow, output spec, and guardrails — that an agent loads on demand. Where a clever prompt lives in one conversation, a Skill is packaged knowledge that any compatible agent can install and apply consistently across tasks and teams.",
      "definitionZh": "提示词（Prompt）是发给模型的单条指令，提示词工程则是把它写好的实践。Skill 更进一步：它是可版本化、可复用、结构化的产物——包含角色、工作流、输出规范与护栏——供 Agent 按需加载。巧妙的提示词只存在于一次对话中，而 Skill 是被打包的知识，任何兼容 Agent 都能安装并在不同任务与团队间一致地应用。",
      "url": "https://skills.ifq.ai/glossary#prompt-engineering"
    }
  ],
  "skills": [
    {
      "id": "ifq-design-skills",
      "name": "IFQ Design Skills",
      "slug": "ifq-design-skills",
      "url": "https://skills.ifq.ai/ifq-ai/ifq-design-skills",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "ifq.ai",
      "source": "skills.sh",
      "installCmd": "npx skills add peixl/ifq-design-skills",
      "installs": 268000,
      "installsDisplay": "268.0K",
      "stars": 1280,
      "official": false,
      "trending": true,
      "ifqOfficial": true,
      "description": {
        "zh": "一句指令，产出可交付的设计作品：高保真 HTML 原型、60fps 动画、12 套专业模式与 20 条设计哲学，由 ifq.ai 策展与维护。",
        "en": "One command, delivery-ready design output: hi-fi HTML prototypes, 60fps animations, 12 professional modes, and 20 design principles. Curated and maintained by ifq.ai."
      },
      "tags": {
        "zh": [
          "hi-fi 原型",
          "12 模式",
          "动画导出"
        ],
        "en": [
          "Hi-Fi Prototyping",
          "12 Modes",
          "Animation Export"
        ]
      }
    },
    {
      "id": "ss-1",
      "name": "Find Skills",
      "slug": "find-skills",
      "url": "https://skills.sh/vercel-labs/skills/find-skills",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/skills",
      "installs": 721800,
      "installsDisplay": "721.8K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "在 skills.sh 生态中搜索和发现可用的 Skills。内置智能推荐，根据项目上下文自动匹配最相关的技能。",
        "en": "Search and discover available Skills across the skills.sh ecosystem. Built-in smart recommendations automatically match the most relevant Skills to your project context."
      },
      "tags": {
        "zh": [
          "搜索",
          "发现",
          "推荐"
        ],
        "en": [
          "Search",
          "Discovery",
          "Recommendations"
        ]
      }
    },
    {
      "id": "ch-1",
      "name": "Self-Improving Agent",
      "slug": "self-improving-agent",
      "url": "https://clawhub.ai/pskoett/self-improving-agent",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "pskoett",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install self-improving-agent",
      "installs": 306000,
      "installsDisplay": "306.0K",
      "stars": 2700,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "捕获学习记录、错误和纠正，实现持续自我改进。当命令失败或用户纠正错误时自动记录经验，让 Agent 越用越聪明。",
        "en": "Captures learning records, errors, and corrections to enable continuous self-improvement. Automatically logs experience when a command fails or the user corrects a mistake, so the Agent gets smarter the more it's used."
      },
      "tags": {
        "zh": [
          "自我改进",
          "Agent",
          "学习"
        ],
        "en": [
          "Self-Improvement",
          "Agent",
          "Learning"
        ]
      }
    },
    {
      "id": "ss-2",
      "name": "React Best Practices",
      "slug": "vercel-react-best-practices",
      "url": "https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/agent-skills",
      "installs": 249300,
      "installsDisplay": "249.3K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 官方出品的 React 最佳实践指南。涵盖组件设计、状态管理、性能优化、Server Components 等现代 React 模式。",
        "en": "The official React best practices guide from Vercel. Covers component design, state management, performance optimization, Server Components, and other modern React patterns."
      },
      "tags": {
        "zh": [
          "React",
          "Vercel",
          "最佳实践"
        ],
        "en": [
          "React",
          "Vercel",
          "Best Practices"
        ]
      }
    },
    {
      "id": "ch-32",
      "name": "Find Skills (Clawhub)",
      "slug": "find-skills-ch",
      "url": "https://clawhub.ai/steipete/find-skills",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install find-skills-ch",
      "installs": 228000,
      "installsDisplay": "228.0K",
      "stars": 907,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "在 ClawHub 生态中搜索和发现可用的 Skills。当用户询问如何做某事或寻找某技能时使用。",
        "en": "Search and discover available Skills across the ClawHub ecosystem. Use when the user asks how to do something or looks for a particular skill."
      },
      "tags": {
        "zh": [
          "搜索",
          "发现",
          "技能"
        ],
        "en": [
          "Search",
          "Discovery",
          "Skills"
        ]
      }
    },
    {
      "id": "ss-11",
      "name": "Frontend Design",
      "slug": "frontend-design",
      "url": "https://skills.sh/anthropics/skills/frontend-design",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 202200,
      "installsDisplay": "202.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方前端设计 Skill。指导 AI 生成高质量的前端界面代码，遵循现代设计系统和可访问性标准。",
        "en": "Anthropic's official frontend design Skill. Guides AI in generating high-quality frontend UI code that follows modern design systems and accessibility standards."
      },
      "tags": {
        "zh": [
          "前端",
          "设计",
          "UI"
        ],
        "en": [
          "Frontend",
          "Design",
          "UI"
        ]
      }
    },
    {
      "id": "ss-3",
      "name": "Web Design Guidelines",
      "slug": "web-design-guidelines",
      "url": "https://skills.sh/vercel-labs/agent-skills/web-design-guidelines",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/agent-skills",
      "installs": 200300,
      "installsDisplay": "200.3K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 官方 Web 设计规范。包含响应式布局、排版系统、颜色体系、组件模式等完整的设计指南。",
        "en": "Official Web design guidelines from Vercel. Includes responsive layouts, typography, color systems, component patterns, and complete design guidance."
      },
      "tags": {
        "zh": [
          "Web 设计",
          "规范",
          "Vercel"
        ],
        "en": [
          "Web Design",
          "Guidelines",
          "Vercel"
        ]
      }
    },
    {
      "id": "ss-32",
      "name": "Remotion Best Practices",
      "slug": "remotion-best-practices",
      "url": "https://skills.sh/remotion-dev/skills/remotion-best-practices",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "remotion-dev",
      "source": "skills.sh",
      "installCmd": "npx skills add remotion-dev/skills",
      "installs": 176000,
      "installsDisplay": "176.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 Remotion 框架创建编程化视频的最佳实践。涵盖动画编排、音视频同步、渲染优化和部署策略。",
        "en": "Best practices for creating programmatic videos with the Remotion framework. Covers animation choreography, audio/video sync, render optimization, and deployment strategies."
      },
      "tags": {
        "zh": [
          "Remotion",
          "视频",
          "动画"
        ],
        "en": [
          "Remotion",
          "Video",
          "Animation"
        ]
      }
    },
    {
      "id": "ch-2",
      "name": "Summarize",
      "slug": "summarize",
      "url": "https://clawhub.ai/steipete/summarize",
      "category": "content",
      "categoryName": "Content",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install summarize",
      "installs": 173000,
      "installsDisplay": "173.0K",
      "stars": 637,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 summarize CLI 对 URL 或文件生成摘要。支持网页、PDF、图片、音频和 YouTube 视频内容。",
        "en": "Generate summaries of URLs or files using the summarize CLI. Supports web pages, PDFs, images, audio, and YouTube video content."
      },
      "tags": {
        "zh": [
          "摘要",
          "总结",
          "多媒体"
        ],
        "en": [
          "Summary",
          "Summarization",
          "Multimedia"
        ]
      }
    },
    {
      "id": "ss-22",
      "name": "Azure AI",
      "slug": "azure-ai",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-ai",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 145000,
      "installsDisplay": "145.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Microsoft 官方 Azure AI 服务集成。支持 Azure OpenAI、认知服务、机器学习工作区的部署和管理。",
        "en": "Official Microsoft Azure AI service integration. Supports deployment and management of Azure OpenAI, Cognitive Services, and Machine Learning workspaces."
      },
      "tags": {
        "zh": [
          "Azure",
          "AI",
          "Microsoft"
        ],
        "en": [
          "Azure",
          "AI",
          "Microsoft"
        ]
      }
    },
    {
      "id": "ch-3",
      "name": "Agent Browser (Clawhub)",
      "slug": "agent-browser-clawhub",
      "url": "https://clawhub.ai/thesethrose/agent-browser",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "thesethrose",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install agent-browser-clawhub",
      "installs": 141000,
      "installsDisplay": "141.0K",
      "stars": 597,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "基于 Rust 的高性能无头浏览器自动化 CLI，带 Node.js 回退。AI Agent 可通过结构化命令导航、点击、输入和截图。",
        "en": "High-performance, Rust-based headless browser automation CLI with a Node.js fallback. AI Agents can navigate, click, type, and take screenshots via structured commands."
      },
      "tags": {
        "zh": [
          "浏览器",
          "自动化",
          "Rust"
        ],
        "en": [
          "Browser",
          "Automation",
          "Rust"
        ]
      }
    },
    {
      "id": "ss-4",
      "name": "Agent Browser",
      "slug": "agent-browser",
      "url": "https://skills.sh/vercel-labs/agent-browser/agent-browser",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/agent-browser",
      "installs": 131500,
      "installsDisplay": "131.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 出品的 AI Agent 浏览器自动化工具。通过无头浏览器实现网页导航、表单填写、数据抓取等操作。",
        "en": "An AI agent browser automation tool from Vercel. Uses a headless browser for web navigation, form filling, data scraping, and more."
      },
      "tags": {
        "zh": [
          "浏览器",
          "自动化",
          "Agent"
        ],
        "en": [
          "Browser",
          "Automation",
          "Agent"
        ]
      }
    },
    {
      "id": "ch-5",
      "name": "Gog (Google Workspace)",
      "slug": "gog",
      "url": "https://clawhub.ai/steipete/gog",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install gog",
      "installs": 118000,
      "installsDisplay": "118.0K",
      "stars": 745,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Google Workspace 全套 CLI 工具。支持 Gmail、Calendar、Drive、Contacts、Sheets 和 Docs 操作。",
        "en": "A full suite of CLI tools for Google Workspace. Supports Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations."
      },
      "tags": {
        "zh": [
          "Google",
          "邮件",
          "云办公"
        ],
        "en": [
          "Google",
          "Email",
          "Cloud Productivity"
        ]
      }
    },
    {
      "id": "ch-4",
      "name": "GitHub CLI",
      "slug": "github",
      "url": "https://clawhub.ai/steipete/github",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install github",
      "installs": 116000,
      "installsDisplay": "116.0K",
      "stars": 376,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 gh CLI 与 GitHub 交互。管理 Issue、PR、CI 运行和高级查询，从 AI 直接操作 GitHub 工作流。",
        "en": "Interact with GitHub through the gh CLI. Manage issues, PRs, CI runs, and advanced queries, driving GitHub workflows directly from AI."
      },
      "tags": {
        "zh": [
          "GitHub",
          "CLI",
          "DevOps"
        ],
        "en": [
          "GitHub",
          "CLI",
          "DevOps"
        ]
      }
    },
    {
      "id": "ss-23",
      "name": "Azure Observability",
      "slug": "azure-observability",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-observability",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 115500,
      "installsDisplay": "115.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 可观测性集成。配置 Application Insights、Log Analytics、监控警报和仪表板。",
        "en": "Azure observability integration. Configures Application Insights, Log Analytics, monitoring alerts, and dashboards."
      },
      "tags": {
        "zh": [
          "Azure",
          "监控",
          "可观测"
        ],
        "en": [
          "Azure",
          "Monitoring",
          "Observability"
        ]
      }
    },
    {
      "id": "ch-6",
      "name": "Ontology",
      "slug": "ontology",
      "url": "https://clawhub.ai/oswalpalash/ontology",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "oswalpalash",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install ontology",
      "installs": 113000,
      "installsDisplay": "113.0K",
      "stars": 290,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "类型化知识图谱，用于结构化 Agent 记忆和可组合技能。创建和查询 Person、Project、Task 等实体及其关系。",
        "en": "A typed knowledge graph for structuring Agent memory and composable skills. Create and query entities like Person, Project, and Task along with their relationships."
      },
      "tags": {
        "zh": [
          "知识图谱",
          "记忆",
          "结构化"
        ],
        "en": [
          "Knowledge Graph",
          "Memory",
          "Structured"
        ]
      }
    },
    {
      "id": "ss-33",
      "name": "AI Image Generation",
      "slug": "ai-image-generation",
      "url": "https://skills.sh/inferen-sh/skills/ai-image-generation",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "inferen-sh",
      "source": "skills.sh",
      "installCmd": "npx skills add inferen-sh/skills",
      "installs": 112600,
      "installsDisplay": "112.6K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "AI 图像生成技能。支持文本到图像、图像编辑、风格迁移等多种创意工作流，集成主流图像 AI 模型。",
        "en": "AI image generation Skill. Supports text-to-image, image editing, style transfer, and other creative workflows, integrating mainstream image AI models."
      },
      "tags": {
        "zh": [
          "图像生成",
          "AI 绘画",
          "创意"
        ],
        "en": [
          "Image Generation",
          "AI Art",
          "Creative"
        ]
      }
    },
    {
      "id": "ss-24",
      "name": "Azure Hosted Copilot SDK",
      "slug": "azure-hosted-copilot-sdk",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-hosted-copilot-sdk",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 111000,
      "installsDisplay": "111.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Microsoft Azure Hosted Copilot SDK。在 Azure 上构建和托管自定义 Copilot 应用。",
        "en": "Microsoft Azure Hosted Copilot SDK. Build and host custom Copilot applications on Azure."
      },
      "tags": {
        "zh": [
          "Azure",
          "Copilot",
          "SDK"
        ],
        "en": [
          "Azure",
          "Copilot",
          "SDK"
        ]
      }
    },
    {
      "id": "ch-7",
      "name": "Skill Vetter",
      "slug": "skill-vetter",
      "url": "https://clawhub.ai/spclaudehome/skill-vetter",
      "category": "security",
      "categoryName": "Security",
      "author": "spclaudehome",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install skill-vetter",
      "installs": 111000,
      "installsDisplay": "111.0K",
      "stars": 432,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "安全优先的 Skill 审查工具。安装任何 Skill 前自动检查安全红旗、权限范围和可疑模式。",
        "en": "A security-first Skill review tool. Automatically checks for security red flags, permission scopes, and suspicious patterns before installing any Skill."
      },
      "tags": {
        "zh": [
          "安全",
          "审查",
          "信任"
        ],
        "en": [
          "Security",
          "Review",
          "Trust"
        ]
      }
    },
    {
      "id": "ss-34",
      "name": "AI Video Generation",
      "slug": "ai-video-generation",
      "url": "https://skills.sh/inferen-sh/skills/ai-video-generation",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "inferen-sh",
      "source": "skills.sh",
      "installCmd": "npx skills add inferen-sh/skills",
      "installs": 110200,
      "installsDisplay": "110.2K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "AI 视频生成与编辑技能。支持脚本到视频、视频风格化、字幕生成等功能，适用于内容创作和营销场景。",
        "en": "AI video generation and editing Skill. Supports script-to-video, video stylization, and subtitle generation, suited to content creation and marketing use cases."
      },
      "tags": {
        "zh": [
          "视频生成",
          "AI",
          "创意"
        ],
        "en": [
          "Video Generation",
          "AI",
          "Creative"
        ]
      }
    },
    {
      "id": "ss-12",
      "name": "Skill Creator",
      "slug": "skill-creator",
      "url": "https://skills.sh/anthropics/skills/skill-creator",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 107800,
      "installsDisplay": "107.8K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Skill 创建指南。引导你将专业知识封装为高质量的 AI Skill，包含结构模板、测试方法和发布流程。",
        "en": "Anthropic's official Skill creation guide. Walks you through packaging domain expertise into a high-quality AI Skill, including structure templates, testing methods, and the publishing workflow."
      },
      "tags": {
        "zh": [
          "创建",
          "模板",
          "指南"
        ],
        "en": [
          "Creation",
          "Templates",
          "Guide"
        ]
      }
    },
    {
      "id": "ss-35",
      "name": "Qwen Image 2 Pro",
      "slug": "qwen-image-2-pro",
      "url": "https://skills.sh/inferen-sh/skills/qwen-image-2-pro",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "inferen-sh",
      "source": "skills.sh",
      "installCmd": "npx skills add inferen-sh/skills",
      "installs": 107800,
      "installsDisplay": "107.8K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通义千问图像理解 Pro。高级多模态图像分析、OCR、场景理解和视觉问答。",
        "en": "Qwen image understanding Pro. Advanced multimodal image analysis, OCR, scene understanding, and visual question answering."
      },
      "tags": {
        "zh": [
          "通义千问",
          "图像理解",
          "多模态"
        ],
        "en": [
          "Qwen",
          "Image Understanding",
          "Multimodal"
        ]
      }
    },
    {
      "id": "ch-8",
      "name": "Proactive Agent",
      "slug": "proactive-agent",
      "url": "https://clawhub.ai/halthelobster/proactive-agent",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "halthelobster",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install proactive-agent",
      "installs": 107000,
      "installsDisplay": "107.0K",
      "stars": 559,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "将 AI Agent 从被动执行者转变为主动合作伙伴。含 WAL 协议、工作缓冲区、自主定时任务和实战模式。Hal Stack 核心组件。",
        "en": "Transforms an AI Agent from a passive executor into a proactive partner. Includes a WAL protocol, work buffer, autonomous scheduled tasks, and battle-tested patterns. A core component of Hal Stack."
      },
      "tags": {
        "zh": [
          "主动",
          "Agent",
          "自动化"
        ],
        "en": [
          "Proactive",
          "Agent",
          "Automation"
        ]
      }
    },
    {
      "id": "ss-25",
      "name": "Azure Deploy",
      "slug": "azure-deploy",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-deploy",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 103300,
      "installsDisplay": "103.3K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 一键部署集成。支持 App Service、Container Apps、Functions 等多种部署目标。",
        "en": "One-click Azure deployment integration. Supports multiple deployment targets including App Service, Container Apps, and Functions."
      },
      "tags": {
        "zh": [
          "Azure",
          "部署",
          "CI/CD"
        ],
        "en": [
          "Azure",
          "Deployment",
          "CI/CD"
        ]
      }
    },
    {
      "id": "ss-26",
      "name": "Azure Cost Optimization",
      "slug": "azure-cost-optimization",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-cost-optimization",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 103200,
      "installsDisplay": "103.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 成本优化指南。分析资源使用、推荐 SKU、预留实例建议和成本预警策略。",
        "en": "Azure cost optimization guide. Analyzes resource usage and provides SKU recommendations, reserved instance advice, and cost alerting strategies."
      },
      "tags": {
        "zh": [
          "Azure",
          "成本",
          "优化"
        ],
        "en": [
          "Azure",
          "Cost",
          "Optimization"
        ]
      }
    },
    {
      "id": "ss-5",
      "name": "Composition Patterns",
      "slug": "vercel-composition-patterns",
      "url": "https://skills.sh/vercel-labs/agent-skills/vercel-composition-patterns",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/agent-skills",
      "installs": 101200,
      "installsDisplay": "101.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 官方组件组合模式。讲解 Server/Client Components 混合使用、数据获取策略、流式渲染等高级模式。",
        "en": "Official component composition patterns from Vercel. Explains mixing Server and Client Components, data fetching strategies, streaming rendering, and other advanced patterns."
      },
      "tags": {
        "zh": [
          "Next.js",
          "组合模式",
          "Vercel"
        ],
        "en": [
          "Next.js",
          "Composition Patterns",
          "Vercel"
        ]
      }
    },
    {
      "id": "ch-9",
      "name": "Weather",
      "slug": "weather",
      "url": "https://clawhub.ai/steipete/weather",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install weather",
      "installs": 99000,
      "installsDisplay": "99.0K",
      "stars": 295,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "获取当前天气和预报信息，无需 API 密钥。支持全球城市查询、多日预报和天气数据格式化输出。",
        "en": "Fetch current weather and forecast information with no API key required. Supports global city lookups, multi-day forecasts, and formatted weather data output."
      },
      "tags": {
        "zh": [
          "天气",
          "查询",
          "免密钥"
        ],
        "en": [
          "Weather",
          "Lookup",
          "Key-Free"
        ]
      }
    },
    {
      "id": "ss-27",
      "name": "Microsoft Foundry",
      "slug": "microsoft-foundry",
      "url": "https://skills.sh/microsoft/azure-skills/microsoft-foundry",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/azure-skills",
      "installs": 97600,
      "installsDisplay": "97.6K",
      "official": true,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "Microsoft Azure Foundry 集成。快速搭建和部署 AI 应用，管理模型、数据集和推理端点。",
        "en": "Microsoft Azure Foundry integration. Quickly build and deploy AI apps, and manage models, datasets, and inference endpoints."
      },
      "tags": {
        "zh": [
          "Azure",
          "Foundry",
          "Microsoft"
        ],
        "en": [
          "Azure",
          "Foundry",
          "Microsoft"
        ]
      }
    },
    {
      "id": "ss-28",
      "name": "Azure Kubernetes",
      "slug": "azure-kubernetes",
      "url": "https://skills.sh/microsoft/azure-skills/azure-kubernetes",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/azure-skills",
      "installs": 88700,
      "installsDisplay": "88.7K",
      "official": true,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure Kubernetes Service (AKS) 管理。集群创建、扩缩容、Helm Chart 部署和监控。",
        "en": "Azure Kubernetes Service (AKS) management. Cluster creation, scaling, Helm Chart deployment, and monitoring."
      },
      "tags": {
        "zh": [
          "Azure",
          "K8s",
          "容器"
        ],
        "en": [
          "Azure",
          "K8s",
          "Containers"
        ]
      }
    },
    {
      "id": "ss-48",
      "name": "UI/UX Pro Max",
      "slug": "ui-ux-pro-max",
      "url": "https://skills.sh/nextlevelbuilder/ui-ux-pro-max-skill/ui-ux-pro-max",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "nextlevelbuilder",
      "source": "skills.sh",
      "installCmd": "npx skills add nextlevelbuilder/ui-ux-pro-max-skill",
      "installs": 82500,
      "installsDisplay": "82.5K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "专业级 UI/UX 设计 Skill。从用户研究到交互原型，从视觉设计到设计系统，全流程支持高品质界面设计。",
        "en": "A professional-grade UI/UX design Skill. Full-workflow support for high-quality interface design, from user research and interactive prototyping to visual design and design systems."
      },
      "tags": {
        "zh": [
          "UI/UX",
          "设计系统",
          "交互"
        ],
        "en": [
          "UI/UX",
          "Design Systems",
          "Interaction"
        ]
      }
    },
    {
      "id": "ch-10",
      "name": "Self-Improving + Proactive Agent",
      "slug": "self-improving-proactive",
      "url": "https://clawhub.ai/ivangdavila/self-improving",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "ivangdavila",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install self-improving-proactive",
      "installs": 81000,
      "installsDisplay": "81.0K",
      "stars": 390,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。",
        "en": "Self-reflection + self-critique + self-learning + self-organizing memory. The agent evaluates its own work, identifies errors, and continuously improves."
      },
      "tags": {
        "zh": [
          "自我改进",
          "主动",
          "记忆"
        ],
        "en": [
          "Self-Improvement",
          "Proactive",
          "Memory"
        ]
      }
    },
    {
      "id": "ch-33",
      "name": "AdMapix",
      "slug": "admapix",
      "url": "https://clawhub.ai/fly0pants/admapix",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "fly0pants",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install admapix",
      "installs": 76400,
      "installsDisplay": "76.4K",
      "stars": 198,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "广告情报与应用分析助手。搜索广告创意、分析应用、查看排名、跟踪下载量/收入，获取市场洞察。",
        "en": "Ad intelligence and app analytics assistant. Search ad creatives, analyze apps, check rankings, track downloads/revenue, and gather market insights."
      },
      "tags": {
        "zh": [
          "广告",
          "分析",
          "市场"
        ],
        "en": [
          "Ads",
          "Analytics",
          "Market"
        ]
      }
    },
    {
      "id": "ss-29",
      "name": "Azure Compute",
      "slug": "azure-compute",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-compute",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 74500,
      "installsDisplay": "74.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 计算资源管理。VM、VMSS、Container Instances 的创建和配置。",
        "en": "Azure compute resource management. Creating and configuring VMs, VMSS, and Container Instances."
      },
      "tags": {
        "zh": [
          "Azure",
          "计算",
          "VM"
        ],
        "en": [
          "Azure",
          "Compute",
          "VM"
        ]
      }
    },
    {
      "id": "ss-38",
      "name": "Brainstorming",
      "slug": "brainstorming",
      "url": "https://skills.sh/obra/superpowers/brainstorming",
      "category": "content",
      "categoryName": "Content",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/superpowers",
      "installs": 74000,
      "installsDisplay": "74.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "结构化头脑风暴技能。通过发散-收敛思维、SCAMPER、六顶思考帽等方法论引导创意生成和方案探索。",
        "en": "Structured brainstorming Skill. Guides idea generation and solution exploration through methodologies like divergent-convergent thinking, SCAMPER, and Six Thinking Hats."
      },
      "tags": {
        "zh": [
          "创意",
          "头脑风暴",
          "思维"
        ],
        "en": [
          "Ideation",
          "Brainstorming",
          "Thinking"
        ]
      }
    },
    {
      "id": "ss-6",
      "name": "React Native Skills",
      "slug": "vercel-react-native-skills",
      "url": "https://skills.sh/vercel-labs/agent-skills/vercel-react-native-skills",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/agent-skills",
      "installs": 71500,
      "installsDisplay": "71.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 官方 React Native 开发技能。覆盖跨平台开发、导航、状态管理、原生模块集成等移动端最佳实践。",
        "en": "Official React Native development Skills from Vercel. Covers cross-platform development, navigation, state management, native module integration, and other mobile best practices."
      },
      "tags": {
        "zh": [
          "React Native",
          "移动端",
          "Vercel"
        ],
        "en": [
          "React Native",
          "Mobile",
          "Vercel"
        ]
      }
    },
    {
      "id": "ss-30",
      "name": "Azure Quotas",
      "slug": "azure-quotas",
      "url": "https://skills.sh/microsoft/azure-skills/azure-quotas",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/azure-skills",
      "installs": 68700,
      "installsDisplay": "68.7K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 配额管理。查看和请求资源配额提升，监控使用率和限制。",
        "en": "Azure quota management. View and request resource quota increases, and monitor usage and limits."
      },
      "tags": {
        "zh": [
          "Azure",
          "配额",
          "管理"
        ],
        "en": [
          "Azure",
          "Quotas",
          "Management"
        ]
      }
    },
    {
      "id": "ss-45",
      "name": "React Components (Stitch)",
      "slug": "react-components-stitch",
      "url": "https://skills.sh/google-labs-code/stitch-skills/react:components",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "google-labs-code",
      "source": "skills.sh",
      "installCmd": "npx skills add google-labs-code/stitch-skills",
      "installs": 65000,
      "installsDisplay": "65.0K",
      "official": true,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "Google Labs Stitch 项目：React 组件最佳实践。遵循 Google 内部设计系统标准的组件构建指南。",
        "en": "Google Labs Stitch project: React component best practices. A component-building guide that follows Google's internal design system standards."
      },
      "tags": {
        "zh": [
          "React",
          "Google",
          "组件"
        ],
        "en": [
          "React",
          "Google",
          "Components"
        ]
      }
    },
    {
      "id": "ch-13",
      "name": "Nano PDF",
      "slug": "nano-pdf",
      "url": "https://clawhub.ai/steipete/nano-pdf",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install nano-pdf",
      "installs": 63000,
      "installsDisplay": "63.0K",
      "stars": 148,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "用自然语言指令编辑 PDF 文件。支持添加、修改、合并页面，提取文本和图像，无需手动操作 PDF 工具。",
        "en": "Edit PDF files with natural language instructions. Add, modify, and merge pages, extract text and images, with no manual PDF tooling required."
      },
      "tags": {
        "zh": [
          "PDF",
          "编辑",
          "文档"
        ],
        "en": [
          "PDF",
          "Editing",
          "Documents"
        ]
      }
    },
    {
      "id": "ss-ba-1",
      "name": "Better Auth",
      "slug": "better-auth",
      "url": "https://skills.sh/better-auth/skills",
      "category": "security",
      "categoryName": "Security",
      "author": "better-auth",
      "source": "skills.sh",
      "installCmd": "npx skills add better-auth/skills",
      "installs": 62600,
      "installsDisplay": "62.6K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "better-auth 官方认证技能集。涵盖安全最佳实践、双因素认证、OAuth、会话管理等完整认证方案。",
        "en": "Official better-auth authentication skill set. Covers security best practices, two-factor authentication, OAuth, session management, and complete auth solutions."
      },
      "tags": {
        "zh": [
          "认证",
          "OAuth",
          "安全"
        ],
        "en": [
          "Authentication",
          "OAuth",
          "Security"
        ]
      }
    },
    {
      "id": "ss-31",
      "name": "Azure Cloud Migrate",
      "slug": "azure-cloud-migrate",
      "url": "https://skills.sh/microsoft/github-copilot-for-azure/azure-cloud-migrate",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/github-copilot-for-azure",
      "installs": 62200,
      "installsDisplay": "62.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Azure 云迁移助手。评估本地工作负载、制定迁移计划、执行迁移和验证。",
        "en": "Azure cloud migration assistant. Assess on-premises workloads, build migration plans, and execute and validate migrations."
      },
      "tags": {
        "zh": [
          "Azure",
          "迁移",
          "云"
        ],
        "en": [
          "Azure",
          "Migration",
          "Cloud"
        ]
      }
    },
    {
      "id": "ch-12",
      "name": "Multi Search Engine",
      "slug": "multi-search-engine",
      "url": "https://clawhub.ai/gpyangyoujun/multi-search-engine",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "gpyangyoujun",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install multi-search-engine",
      "installs": 62000,
      "installsDisplay": "62.0K",
      "stars": 299,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "集成 17 个搜索引擎（8 个中国 + 9 个全球）。支持高级搜索运算符、时间过滤、站内搜索和 WolframAlpha 知识查询。",
        "en": "Integrates 17 search engines (8 Chinese + 9 global). Supports advanced search operators, time filtering, site search, and WolframAlpha knowledge queries."
      },
      "tags": {
        "zh": [
          "多引擎",
          "搜索",
          "全球"
        ],
        "en": [
          "Multi-Engine",
          "Search",
          "Global"
        ]
      }
    },
    {
      "id": "ch-15",
      "name": "Sonoscli",
      "slug": "sonoscli",
      "url": "https://clawhub.ai/steipete/sonoscli",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install sonoscli",
      "installs": 61000,
      "installsDisplay": "61.0K",
      "stars": 41,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "控制 Sonos 音箱（发现/状态/播放/音量/分组），从 AI 直接操作家庭音响系统。",
        "en": "Control Sonos speakers (discovery/status/playback/volume/grouping), operating your home audio system directly from AI."
      },
      "tags": {
        "zh": [
          "Sonos",
          "音箱",
          "智能家居"
        ],
        "en": [
          "Sonos",
          "Speakers",
          "Smart Home"
        ]
      }
    },
    {
      "id": "ch-11",
      "name": "Humanizer",
      "slug": "humanizer",
      "url": "https://clawhub.ai/biostartechnology/humanizer",
      "category": "content",
      "categoryName": "Content",
      "author": "biostartechnology",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install humanizer",
      "installs": 60000,
      "installsDisplay": "60.0K",
      "stars": 418,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "去除文本中的 AI 生成痕迹。检测并修复 AI 典型模式：夸大修辞、推销语气、em dash 滥用、AI 词汇等，让输出更自然。",
        "en": "Strip AI-generated traces from text. Detects and fixes typical AI patterns: exaggerated rhetoric, salesy tone, em dash overuse, AI vocabulary, and more, for more natural output."
      },
      "tags": {
        "zh": [
          "文本",
          "润色",
          "人性化"
        ],
        "en": [
          "Text",
          "Polishing",
          "Humanization"
        ]
      }
    },
    {
      "id": "ch-14",
      "name": "Notion",
      "slug": "notion",
      "url": "https://clawhub.ai/steipete/notion",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install notion",
      "installs": 58000,
      "installsDisplay": "58.0K",
      "stars": 190,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 Notion API 创建和管理页面、数据库和内容块。在 AI 对话中直接操作 Notion 工作空间。",
        "en": "Create and manage pages, databases, and content blocks via the Notion API. Operate your Notion workspace directly from AI conversations."
      },
      "tags": {
        "zh": [
          "Notion",
          "笔记",
          "数据库"
        ],
        "en": [
          "Notion",
          "Notes",
          "Database"
        ]
      }
    },
    {
      "id": "ch-16",
      "name": "Nano Banana Pro",
      "slug": "nano-banana-pro",
      "url": "https://clawhub.ai/steipete/nano-banana-pro",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install nano-banana-pro",
      "installs": 55000,
      "installsDisplay": "55.0K",
      "stars": 208,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 Gemini 3 Pro 生成和编辑图像。支持文本到图像、图像到图像，1K/2K/4K 分辨率输出。",
        "en": "Generate and edit images with Gemini 3 Pro. Supports text-to-image and image-to-image at 1K/2K/4K resolution output."
      },
      "tags": {
        "zh": [
          "图像生成",
          "Gemini",
          "AI 绘画"
        ],
        "en": [
          "Image Generation",
          "Gemini",
          "AI Art"
        ]
      }
    },
    {
      "id": "ch-17",
      "name": "Obsidian",
      "slug": "obsidian",
      "url": "https://clawhub.ai/steipete/obsidian",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install obsidian",
      "installs": 55000,
      "installsDisplay": "55.0K",
      "stars": 207,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "管理 Obsidian 笔记库（Markdown 文件），通过 obsidian-cli 实现笔记创建、搜索、链接和自动化工作流。",
        "en": "Manage your Obsidian vault (Markdown files) with note creation, search, linking, and automated workflows via obsidian-cli."
      },
      "tags": {
        "zh": [
          "Obsidian",
          "笔记",
          "Markdown"
        ],
        "en": [
          "Obsidian",
          "Notes",
          "Markdown"
        ]
      }
    },
    {
      "id": "ss-13",
      "name": "PDF",
      "slug": "anthropic-pdf",
      "url": "https://skills.sh/anthropics/skills/pdf",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 51000,
      "installsDisplay": "51.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 PDF 处理 Skill。支持 PDF 解析、数据提取、格式化和内容分析。",
        "en": "Anthropic's official PDF processing Skill. Supports PDF parsing, data extraction, formatting, and content analysis."
      },
      "tags": {
        "zh": [
          "PDF",
          "文档",
          "解析"
        ],
        "en": [
          "PDF",
          "Docs",
          "Parsing"
        ]
      }
    },
    {
      "id": "ss-39",
      "name": "Using Superpowers",
      "slug": "using-superpowers",
      "url": "https://skills.sh/obra/superpowers/using-superpowers",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/superpowers",
      "installs": 50000,
      "installsDisplay": "50.0K",
      "official": false,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "obra 超能力系统使用指南。整合多种 Agent 增强能力，实现子Agent驱动开发、代码审查等高级工作流。",
        "en": "Guide to using obra's Superpowers system. Integrates multiple agent-enhancing capabilities to enable subagent-driven development, code review, and other advanced workflows."
      },
      "tags": {
        "zh": [
          "超能力",
          "工作流",
          "Agent"
        ],
        "en": [
          "Superpowers",
          "Workflow",
          "Agent"
        ]
      }
    },
    {
      "id": "ch-19",
      "name": "Openai Whisper",
      "slug": "openai-whisper",
      "url": "https://clawhub.ai/steipete/openai-whisper",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install openai-whisper",
      "installs": 49000,
      "installsDisplay": "49.0K",
      "stars": 215,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "本地语音转文字，使用 Whisper CLI，无需 API 密钥。支持多语言语音识别和字幕生成。",
        "en": "Local speech-to-text using the Whisper CLI, with no API key required. Supports multilingual speech recognition and subtitle generation."
      },
      "tags": {
        "zh": [
          "语音",
          "转写",
          "Whisper"
        ],
        "en": [
          "Speech",
          "Transcription",
          "Whisper"
        ]
      }
    },
    {
      "id": "ch-18",
      "name": "Auto-Updater Skill",
      "slug": "auto-updater-skill",
      "url": "https://clawhub.ai/steipete/auto-updater",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install auto-updater-skill",
      "installs": 48000,
      "installsDisplay": "48.0K",
      "stars": 282,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "每日通过 cron 自动检查并更新 Clawdbot 及所有已安装技能，应用后向用户发送变更摘要。",
        "en": "Automatically checks and updates Clawdbot and all installed skills daily via cron, sending users a change summary after applying."
      },
      "tags": {
        "zh": [
          "自动更新",
          "cron",
          "运维"
        ],
        "en": [
          "Auto-Update",
          "cron",
          "Ops"
        ]
      }
    },
    {
      "id": "ch-20",
      "name": "API Gateway",
      "slug": "api-gateway",
      "url": "https://clawhub.ai/byungkyu/api-gateway",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "byungkyu",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install api-gateway",
      "installs": 47000,
      "installsDisplay": "47.0K",
      "stars": 225,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "连接 100+ API（Google Workspace、Microsoft 365、GitHub、Notion、Slack 等），托管 OAuth 认证管理。",
        "en": "Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, and more) with managed OAuth authentication."
      },
      "tags": {
        "zh": [
          "API",
          "OAuth",
          "集成"
        ],
        "en": [
          "API",
          "OAuth",
          "Integration"
        ]
      }
    },
    {
      "id": "ch-21",
      "name": "Baidu Web Search",
      "slug": "baidu-search",
      "url": "https://clawhub.ai/ide-rea/baidu-search",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "ide-rea",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install baidu-search",
      "installs": 47000,
      "installsDisplay": "47.0K",
      "stars": 112,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过百度 AI 搜索引擎检索实时信息、文档和研究主题。适合中文环境下的信息获取和资料查找。",
        "en": "Search real-time information, documents, and research topics via the Baidu AI search engine. Well suited for information retrieval and lookups in Chinese-language contexts."
      },
      "tags": {
        "zh": [
          "百度",
          "搜索",
          "中文"
        ],
        "en": [
          "Baidu",
          "Search",
          "Chinese"
        ]
      }
    },
    {
      "id": "ss-14",
      "name": "PPTX",
      "slug": "pptx",
      "url": "https://skills.sh/anthropics/skills/pptx",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 46600,
      "installsDisplay": "46.6K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 PPT 生成技能。从纯文本或数据自动创建专业演示文稿，支持模板、图表和动画。",
        "en": "Anthropic's official PPT generation Skill. Automatically creates professional presentations from plain text or data, with support for templates, charts, and animations."
      },
      "tags": {
        "zh": [
          "PPT",
          "演示",
          "文档"
        ],
        "en": [
          "PPT",
          "Presentation",
          "Docs"
        ]
      }
    },
    {
      "id": "ch-24",
      "name": "Mcporter Official",
      "slug": "mcporter",
      "url": "https://clawhub.ai/steipete/mcporter",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install mcporter",
      "installs": 46000,
      "installsDisplay": "46.0K",
      "stars": 137,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "MCP 服务器/工具管理 CLI。列出、配置、授权和调用 MCP 服务器（HTTP 或 stdio），包括临时服务器和类型生成。",
        "en": "A CLI for managing MCP servers and tools. List, configure, authorize, and invoke MCP servers (HTTP or stdio), including ephemeral servers and type generation."
      },
      "tags": {
        "zh": [
          "MCP",
          "工具",
          "CLI"
        ],
        "en": [
          "MCP",
          "Tools",
          "CLI"
        ]
      }
    },
    {
      "id": "ss-49",
      "name": "Copywriting",
      "slug": "copywriting",
      "url": "https://skills.sh/coreyhaines31/marketingskills/copywriting",
      "category": "content",
      "categoryName": "Content",
      "author": "coreyhaines31",
      "source": "skills.sh",
      "installCmd": "npx skills add coreyhaines31/marketingskills",
      "installs": 45300,
      "installsDisplay": "45.3K",
      "official": false,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "专业文案写作技能。掌握标题公式、AIDA 模型、情感诉求等营销文案方法论，适用于广告、落地页、邮件等场景。",
        "en": "A professional copywriting Skill. Master headline formulas, the AIDA model, emotional appeals, and other marketing copy methods for ads, landing pages, emails, and more."
      },
      "tags": {
        "zh": [
          "文案",
          "营销",
          "写作"
        ],
        "en": [
          "Copywriting",
          "Marketing",
          "Writing"
        ]
      }
    },
    {
      "id": "ss-36",
      "name": "Data Visualization",
      "slug": "data-visualization",
      "url": "https://skills.sh/inferen-sh/skills/data-visualization",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "inferen-sh",
      "source": "skills.sh",
      "installCmd": "npx skills add inferen-sh/skills",
      "installs": 45000,
      "installsDisplay": "45.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "AI 驱动的数据可视化。从原始数据自动生成图表、仪表板和信息图。",
        "en": "AI-powered data visualization. Automatically generate charts, dashboards, and infographics from raw data."
      },
      "tags": {
        "zh": [
          "数据可视化",
          "图表",
          "分析"
        ],
        "en": [
          "Data Visualization",
          "Charts",
          "Analytics"
        ]
      }
    },
    {
      "id": "ss-52",
      "name": "Clarify",
      "slug": "clarify",
      "url": "https://skills.sh/pbakaus/impeccable/clarify",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "pbakaus",
      "source": "skills.sh",
      "installCmd": "npx skills add pbakaus/impeccable",
      "installs": 45000,
      "installsDisplay": "45.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Impeccable 系列精确表达 Skill。在执行任务前主动澄清模糊需求，避免误解和返工。",
        "en": "A precise-communication Skill from the Impeccable series. Proactively clarifies ambiguous requirements before executing a task to avoid misunderstandings and rework."
      },
      "tags": {
        "zh": [
          "澄清",
          "沟通",
          "精确"
        ],
        "en": [
          "Clarify",
          "Communication",
          "Precision"
        ]
      }
    },
    {
      "id": "ch-22",
      "name": "Skill Creator (Clawhub)",
      "slug": "skill-creator-ch",
      "url": "https://clawhub.ai/chindden/skill-creator",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "chindden",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install skill-creator-ch",
      "installs": 45000,
      "installsDisplay": "45.0K",
      "stars": 152,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "用于创建有效技能的指南。当想创建新技能或更新现有技能以扩展 Claude 能力时使用。",
        "en": "A guide for creating effective Skills. Use it when you want to build a new Skill or update an existing one to extend Claude's capabilities."
      },
      "tags": {
        "zh": [
          "创建",
          "指南",
          "模板"
        ],
        "en": [
          "Creation",
          "Guide",
          "Template"
        ]
      }
    },
    {
      "id": "ss-7",
      "name": "Next.js Best Practices",
      "slug": "next-best-practices",
      "url": "https://skills.sh/vercel-labs/next-skills/next-best-practices",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/next-skills",
      "installs": 44500,
      "installsDisplay": "44.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Next.js 最佳实践集，涵盖 App Router、数据获取、缓存策略、中间件、部署优化等完整开发指南。",
        "en": "A collection of Next.js best practices covering App Router, data fetching, caching strategies, middleware, deployment optimization, and complete development guidance."
      },
      "tags": {
        "zh": [
          "Next.js",
          "SSR",
          "最佳实践"
        ],
        "en": [
          "Next.js",
          "SSR",
          "Best Practices"
        ]
      }
    },
    {
      "id": "ch-23",
      "name": "Automation Workflows",
      "slug": "automation-workflows",
      "url": "https://clawhub.ai/jk-0001/automation-workflows",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "jk-0001",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install automation-workflows",
      "installs": 43000,
      "installsDisplay": "43.0K",
      "stars": 182,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "设计和实施自动化工作流。识别重复任务、构建跨工具流程、设置触发器，支持 Zapier、Make、n8n 等平台。",
        "en": "Design and implement automation workflows. Identify repetitive tasks, build cross-tool processes, and set up triggers across platforms like Zapier, Make, and n8n."
      },
      "tags": {
        "zh": [
          "自动化",
          "工作流",
          "No-Code"
        ],
        "en": [
          "Automation",
          "Workflow",
          "No-Code"
        ]
      }
    },
    {
      "id": "ss-50",
      "name": "Sleek Design Mobile Apps",
      "slug": "sleek-design-mobile-apps",
      "url": "https://skills.sh/sleekdotdesign/agent-skills/sleek-design-mobile-apps",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "sleekdotdesign",
      "source": "skills.sh",
      "installCmd": "npx skills add sleekdotdesign/agent-skills",
      "installs": 41300,
      "installsDisplay": "41.3K",
      "official": false,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "精致移动端 App 设计技能。涵盖手势交互、微动效、暗色模式适配和 platform-specific 设计规范。",
        "en": "A Skill for polished mobile app design. Covers gesture interactions, micro-animations, dark mode adaptation, and platform-specific design guidelines."
      },
      "tags": {
        "zh": [
          "移动端",
          "App 设计",
          "交互"
        ],
        "en": [
          "Mobile",
          "App Design",
          "Interaction"
        ]
      }
    },
    {
      "id": "ch-25",
      "name": "Model Usage",
      "slug": "model-usage",
      "url": "https://clawhub.ai/steipete/model-usage",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install model-usage",
      "installs": 41000,
      "installsDisplay": "41.0K",
      "stars": 120,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 CodexBar CLI 汇总每个模型的使用数据，包括最新模型或全部模型用量分析。适合成本追踪。",
        "en": "Summarize per-model usage data with the CodexBar CLI, covering the latest model or all models. Ideal for cost tracking."
      },
      "tags": {
        "zh": [
          "模型",
          "用量",
          "成本"
        ],
        "en": [
          "Models",
          "Usage",
          "Cost"
        ]
      }
    },
    {
      "id": "ss-15",
      "name": "DOCX",
      "slug": "anthropic-docx",
      "url": "https://skills.sh/anthropics/skills/docx",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 40000,
      "installsDisplay": "40.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Word 文档生成 Skill。创建格式化的 .docx 文件，支持标题、段落、列表和表格。",
        "en": "Anthropic's official Word document generation Skill. Creates formatted .docx files with support for headings, paragraphs, lists, and tables."
      },
      "tags": {
        "zh": [
          "Word",
          "文档",
          "Office"
        ],
        "en": [
          "Word",
          "Docs",
          "Office"
        ]
      }
    },
    {
      "id": "ss-51",
      "name": "Vue Best Practices",
      "slug": "vue-best-practices",
      "url": "https://skills.sh/hyfyve/skills/vue-best-practices",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "hyfyve",
      "source": "skills.sh",
      "installCmd": "npx skills add hyfyve/skills",
      "installs": 38200,
      "installsDisplay": "38.2K",
      "official": false,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "Vue.js 最佳实践技能。覆盖 Composition API、Pinia 状态管理、Nuxt SSR、组件设计等现代 Vue 开发模式。",
        "en": "A Vue.js best-practices Skill. Covers the Composition API, Pinia state management, Nuxt SSR, component design, and other modern Vue development patterns."
      },
      "tags": {
        "zh": [
          "Vue",
          "Nuxt",
          "前端"
        ],
        "en": [
          "Vue",
          "Nuxt",
          "Frontend"
        ]
      }
    },
    {
      "id": "ss-37",
      "name": "ElevenLabs Voice",
      "slug": "elevenlabs-voice-changer",
      "url": "https://skills.sh/inferen-sh/skills/elevenlabs-voice-changer",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "inferen-sh",
      "source": "skills.sh",
      "installCmd": "npx skills add inferen-sh/skills",
      "installs": 38000,
      "installsDisplay": "38.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "ElevenLabs 语音克隆与变声。支持多语言 TTS、声音克隆、语音风格转换。",
        "en": "ElevenLabs voice cloning and voice conversion. Supports multilingual TTS, voice cloning, and voice style transfer."
      },
      "tags": {
        "zh": [
          "语音",
          "TTS",
          "ElevenLabs"
        ],
        "en": [
          "Voice",
          "TTS",
          "ElevenLabs"
        ]
      }
    },
    {
      "id": "ch-26",
      "name": "Video Frames",
      "slug": "video-frames",
      "url": "https://clawhub.ai/steipete/video-frames",
      "category": "media-gen",
      "categoryName": "Media Generation",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install video-frames",
      "installs": 38000,
      "installsDisplay": "38.0K",
      "stars": 110,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 ffmpeg 从视频中提取帧或短片段。支持关键帧提取、时间范围裁剪和格式转换。",
        "en": "Extract frames or short clips from videos using ffmpeg. Supports keyframe extraction, time-range trimming, and format conversion."
      },
      "tags": {
        "zh": [
          "视频",
          "ffmpeg",
          "帧提取"
        ],
        "en": [
          "Video",
          "ffmpeg",
          "Frame Extraction"
        ]
      }
    },
    {
      "id": "ss-16",
      "name": "XLSX",
      "slug": "anthropic-xlsx",
      "url": "https://skills.sh/anthropics/skills/xlsx",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 36500,
      "installsDisplay": "36.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Excel 处理 Skill。创建和操作 .xlsx 工作簿，支持公式、图表和数据分析。",
        "en": "Anthropic's official Excel processing Skill. Creates and manipulates .xlsx workbooks with support for formulas, charts, and data analysis."
      },
      "tags": {
        "zh": [
          "Excel",
          "数据",
          "Office"
        ],
        "en": [
          "Excel",
          "Data",
          "Office"
        ]
      }
    },
    {
      "id": "ss-40",
      "name": "Writing Skills",
      "slug": "writing-skills",
      "url": "https://skills.sh/obra/superpowers/writing-skills",
      "category": "content",
      "categoryName": "Content",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/superpowers",
      "installs": 35000,
      "installsDisplay": "35.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "obra 写作增强系列。提供清晰表达、技术写作、叙事结构、编辑修订等多种写作超能力。",
        "en": "obra writing enhancement series. Provides writing superpowers for clear expression, technical writing, narrative structure, and editorial revision."
      },
      "tags": {
        "zh": [
          "写作",
          "编辑",
          "表达"
        ],
        "en": [
          "Writing",
          "Editing",
          "Expression"
        ]
      }
    },
    {
      "id": "ss-53",
      "name": "Java Spring Boot",
      "slug": "java-spring-boot",
      "url": "https://skills.sh/pluginagentmarketplace/custom-plugin-java/java-spring-boot",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "pluginagentmarketplace",
      "source": "skills.sh",
      "installCmd": "npx skills add pluginagentmarketplace/custom-plugin-java",
      "installs": 35000,
      "installsDisplay": "35.0K",
      "official": false,
      "trending": true,
      "ifqOfficial": false,
      "description": {
        "zh": "Java Spring Boot 开发 Skill。覆盖项目结构、依赖注入、REST API、安全配置、数据库集成等最佳实践。",
        "en": "A Java Spring Boot development Skill. Covers project structure, dependency injection, REST APIs, security configuration, database integration, and other best practices."
      },
      "tags": {
        "zh": [
          "Java",
          "Spring Boot",
          "后端"
        ],
        "en": [
          "Java",
          "Spring Boot",
          "Backend"
        ]
      }
    },
    {
      "id": "ch-27",
      "name": "Himalaya (Email CLI)",
      "slug": "himalaya",
      "url": "https://clawhub.ai/lamelas/himalaya",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "lamelas",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install himalaya",
      "installs": 35000,
      "installsDisplay": "35.0K",
      "stars": 95,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 IMAP/SMTP 管理邮件的 CLI 工具。支持列出、阅读、写入、回复、转发、搜索和组织邮件。",
        "en": "A CLI tool for managing email over IMAP/SMTP. List, read, compose, reply, forward, search, and organize messages."
      },
      "tags": {
        "zh": [
          "邮件",
          "IMAP",
          "CLI"
        ],
        "en": [
          "Email",
          "IMAP",
          "CLI"
        ]
      }
    },
    {
      "id": "ch-34",
      "name": "Word / DOCX",
      "slug": "word-docx",
      "url": "https://clawhub.ai/ivangdavila/word-docx",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "ivangdavila",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install word-docx",
      "installs": 34800,
      "installsDisplay": "34.8K",
      "stars": 136,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "创建、检查和编辑 Microsoft Word 文档。支持样式、编号、修订标记、表格、分节和兼容性检查。",
        "en": "Create, inspect, and edit Microsoft Word documents. Supports styles, numbering, tracked changes, tables, sectioning, and compatibility checks."
      },
      "tags": {
        "zh": [
          "Word",
          "文档",
          "Office"
        ],
        "en": [
          "Word",
          "Documents",
          "Office"
        ]
      }
    },
    {
      "id": "ss-17",
      "name": "WebApp Testing",
      "slug": "webapp-testing",
      "url": "https://skills.sh/anthropics/skills/webapp-testing",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 33000,
      "installsDisplay": "33.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Web 应用测试 Skill。生成端到端测试用例，覆盖 UI 交互、API 调用和边界条件。",
        "en": "Anthropic's official web application testing Skill. Generates end-to-end test cases covering UI interactions, API calls, and edge cases."
      },
      "tags": {
        "zh": [
          "测试",
          "E2E",
          "WebApp"
        ],
        "en": [
          "Testing",
          "E2E",
          "WebApp"
        ]
      }
    },
    {
      "id": "ch-28",
      "name": "Blogwatcher",
      "slug": "blogwatcher",
      "url": "https://clawhub.ai/steipete/blogwatcher",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install blogwatcher",
      "installs": 33000,
      "installsDisplay": "33.0K",
      "stars": 80,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 blogwatcher CLI 监控博客和 RSS/Atom 订阅源的更新。追踪技术博客和行业动态。",
        "en": "Monitor blogs and RSS/Atom feeds for updates with the blogwatcher CLI. Track tech blogs and industry news."
      },
      "tags": {
        "zh": [
          "RSS",
          "博客",
          "监控"
        ],
        "en": [
          "RSS",
          "Blogs",
          "Monitoring"
        ]
      }
    },
    {
      "id": "ch-36",
      "name": "X Search",
      "slug": "x-search",
      "url": "https://clawhub.ai/jaaneek/x-search",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "jaaneek",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install x-search",
      "installs": 33000,
      "installsDisplay": "33.0K",
      "stars": 29,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 xAI API 搜索 X（Twitter）帖子。查找推文、了解热点话题、追踪社交媒体上的讨论和舆情。",
        "en": "Search X (Twitter) posts via the xAI API. Find tweets, track trending topics, and follow discussions and sentiment across social media."
      },
      "tags": {
        "zh": [
          "Twitter",
          "社交",
          "搜索"
        ],
        "en": [
          "Twitter",
          "Social",
          "Search"
        ]
      }
    },
    {
      "id": "ch-30",
      "name": "Slack",
      "slug": "slack",
      "url": "https://clawhub.ai/steipete/slack",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install slack",
      "installs": 32700,
      "installsDisplay": "32.7K",
      "stars": 108,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "从 AI 控制 Slack，包括发送消息、搜索频道、回应消息、固定内容等。适合团队自动化和通知集成。",
        "en": "Control Slack from AI, including sending messages, searching channels, reacting to messages, pinning content, and more. Ideal for team automation and notification integration."
      },
      "tags": {
        "zh": [
          "Slack",
          "团队",
          "消息"
        ],
        "en": [
          "Slack",
          "Team",
          "Messaging"
        ]
      }
    },
    {
      "id": "ch-29",
      "name": "Gemini CLI",
      "slug": "gemini-cli",
      "url": "https://clawhub.ai/steipete/gemini",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install gemini-cli",
      "installs": 32000,
      "installsDisplay": "32.0K",
      "stars": 75,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Gemini CLI 用于一次性问答、摘要和内容生成。直接从命令行调用 Google Gemini 模型。",
        "en": "Gemini CLI for one-off Q&A, summarization, and content generation. Call Google Gemini models directly from the command line."
      },
      "tags": {
        "zh": [
          "Gemini",
          "CLI",
          "AI"
        ],
        "en": [
          "Gemini",
          "CLI",
          "AI"
        ]
      }
    },
    {
      "id": "ch-31",
      "name": "Tmux",
      "slug": "tmux",
      "url": "https://clawhub.ai/steipete/tmux",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install tmux",
      "installs": 30000,
      "installsDisplay": "30.0K",
      "stars": 70,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "远程控制 tmux 会话。通过发送按键和抓取面板输出来操控交互式 CLI 程序。",
        "en": "Remotely control tmux sessions. Drive interactive CLI programs by sending keystrokes and capturing pane output."
      },
      "tags": {
        "zh": [
          "tmux",
          "终端",
          "远程"
        ],
        "en": [
          "tmux",
          "Terminal",
          "Remote"
        ]
      }
    },
    {
      "id": "ch-35",
      "name": "Excel / XLSX",
      "slug": "excel-xlsx",
      "url": "https://clawhub.ai/ivangdavila/excel-xlsx",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "ivangdavila",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install excel-xlsx",
      "installs": 30000,
      "installsDisplay": "30.0K",
      "stars": 115,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "创建、检查和编辑 Excel 工作簿。支持公式、日期、格式化、重新计算和模板保留。",
        "en": "Create, inspect, and edit Excel workbooks. Supports formulas, dates, formatting, recalculation, and template preservation."
      },
      "tags": {
        "zh": [
          "Excel",
          "数据",
          "Office"
        ],
        "en": [
          "Excel",
          "Data",
          "Office"
        ]
      }
    },
    {
      "id": "ch-37",
      "name": "Trello",
      "slug": "trello",
      "url": "https://clawhub.ai/steipete/trello",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "steipete",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install trello",
      "installs": 29800,
      "installsDisplay": "29.8K",
      "stars": 116,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 Trello REST API 管理看板、列表和卡片。创建任务、移动卡片、设置截止日期，从 AI 直接操作项目管理。",
        "en": "Manage boards, lists, and cards via the Trello REST API. Create tasks, move cards, set due dates, and run project management directly from AI."
      },
      "tags": {
        "zh": [
          "Trello",
          "项目管理",
          "看板"
        ],
        "en": [
          "Trello",
          "Project Management",
          "Kanban"
        ]
      }
    },
    {
      "id": "ss-41",
      "name": "Subagent-Driven Development",
      "slug": "subagent-driven-dev",
      "url": "https://skills.sh/obra/superpowers/subagent-driven-development",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/superpowers",
      "installs": 28000,
      "installsDisplay": "28.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "子 Agent 驱动开发模式。通过多 Agent 协作完成复杂任务，自动分工、并行执行和结果汇总。",
        "en": "Subagent-driven development pattern. Completes complex tasks through multi-agent collaboration, with automatic task division, parallel execution, and result aggregation."
      },
      "tags": {
        "zh": [
          "子Agent",
          "协作",
          "并行"
        ],
        "en": [
          "Subagent",
          "Collaboration",
          "Parallelism"
        ]
      }
    },
    {
      "id": "ss-18",
      "name": "MCP Builder",
      "slug": "mcp-builder",
      "url": "https://skills.sh/anthropics/skills/mcp-builder",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 27200,
      "installsDisplay": "27.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 MCP Server 构建 Skill。帮助创建自定义 Model Context Protocol 服务器，连接外部工具。",
        "en": "Anthropic's official MCP Server building Skill. Helps create custom Model Context Protocol servers to connect external tools."
      },
      "tags": {
        "zh": [
          "MCP",
          "协议",
          "服务器"
        ],
        "en": [
          "MCP",
          "Protocol",
          "Server"
        ]
      }
    },
    {
      "id": "ss-19",
      "name": "Canvas Design",
      "slug": "canvas-design",
      "url": "https://skills.sh/anthropics/skills/canvas-design",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 25700,
      "installsDisplay": "25.7K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Canvas 设计 Skill。使用 HTML5 Canvas 创建数据可视化、动画和交互式图形。",
        "en": "Official Anthropic Canvas design Skill. Create data visualizations, animations, and interactive graphics with HTML5 Canvas."
      },
      "tags": {
        "zh": [
          "Canvas",
          "可视化",
          "动画"
        ],
        "en": [
          "Canvas",
          "Visualization",
          "Animation"
        ]
      }
    },
    {
      "id": "ss-46",
      "name": "Enhance Prompt (Stitch)",
      "slug": "enhance-prompt",
      "url": "https://skills.sh/google-labs-code/stitch-skills/enhance-prompt",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "google-labs-code",
      "source": "skills.sh",
      "installCmd": "npx skills add google-labs-code/stitch-skills",
      "installs": 25000,
      "installsDisplay": "25.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Google Labs 提示词增强 Skill。优化和改进 AI 提示词，提高输出质量和相关性。",
        "en": "Google Labs prompt enhancement Skill. Optimizes and refines AI prompts to improve output quality and relevance."
      },
      "tags": {
        "zh": [
          "提示词",
          "优化",
          "Google"
        ],
        "en": [
          "Prompts",
          "Optimization",
          "Google"
        ]
      }
    },
    {
      "id": "ch-38",
      "name": "CalDAV Calendar",
      "slug": "caldav-calendar",
      "url": "https://clawhub.ai/asleep123/caldav-calendar",
      "category": "productivity",
      "categoryName": "Productivity",
      "author": "asleep123",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install caldav-calendar",
      "installs": 22200,
      "installsDisplay": "22.2K",
      "stars": 185,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "同步和查询 CalDAV 日历（iCloud、Google、Fastmail、Nextcloud 等）。使用 vdirsyncer + khal 管理日程。",
        "en": "Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, and more). Manage your schedule with vdirsyncer + khal."
      },
      "tags": {
        "zh": [
          "日历",
          "同步",
          "CalDAV"
        ],
        "en": [
          "Calendar",
          "Sync",
          "CalDAV"
        ]
      }
    },
    {
      "id": "ss-42",
      "name": "Requesting Code Review",
      "slug": "requesting-code-review",
      "url": "https://skills.sh/obra/superpowers/requesting-code-review",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/superpowers",
      "installs": 22000,
      "installsDisplay": "22.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "AI 代码审查请求。自动生成结构化的代码审查请求，包含变更摘要、测试覆盖和风险评估。",
        "en": "AI code review requests. Automatically generates structured code review requests, including change summaries, test coverage, and risk assessment."
      },
      "tags": {
        "zh": [
          "代码审查",
          "PR",
          "质量"
        ],
        "en": [
          "Code Review",
          "PR",
          "Quality"
        ]
      }
    },
    {
      "id": "ss-20",
      "name": "Algorithmic Art",
      "slug": "algorithmic-art",
      "url": "https://skills.sh/anthropics/skills/algorithmic-art",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 20100,
      "installsDisplay": "20.1K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方算法艺术 Skill。使用数学公式和代码生成计算艺术作品，如分形、粒子系统和生成式图案。",
        "en": "Official Anthropic algorithmic art Skill. Generate computational artwork like fractals, particle systems, and generative patterns using math formulas and code."
      },
      "tags": {
        "zh": [
          "算法",
          "艺术",
          "生成式"
        ],
        "en": [
          "Algorithms",
          "Art",
          "Generative"
        ]
      }
    },
    {
      "id": "ss-ap-1",
      "name": "Apify Actor Development",
      "slug": "apify-actor-dev",
      "url": "https://skills.sh/apify/agent-skills/apify-actor-development",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "apify",
      "source": "skills.sh",
      "installCmd": "npx skills add apify/agent-skills",
      "installs": 20000,
      "installsDisplay": "20.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apify 官方 Actor 开发指南。构建可扩展的网页爬虫和自动化 Actor，支持代理池和存储管理。",
        "en": "Official Apify Actor development guide. Build scalable web scrapers and automation Actors with proxy pool and storage management."
      },
      "tags": {
        "zh": [
          "Apify",
          "爬虫",
          "Actor"
        ],
        "en": [
          "Apify",
          "Scraping",
          "Actor"
        ]
      }
    },
    {
      "id": "ss-21",
      "name": "Web Artifacts Builder",
      "slug": "web-artifacts-builder",
      "url": "https://skills.sh/anthropics/skills/web-artifacts-builder",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/skills",
      "installs": 19800,
      "installsDisplay": "19.8K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 官方 Web 工件构建器。快速创建独立运行的 HTML/CSS/JS 交互组件。",
        "en": "Official Anthropic Web artifacts builder. Quickly create self-contained, interactive HTML/CSS/JS components."
      },
      "tags": {
        "zh": [
          "Web",
          "组件",
          "原型"
        ],
        "en": [
          "Web",
          "Components",
          "Prototyping"
        ]
      }
    },
    {
      "id": "ss-47",
      "name": "Design MD (Stitch)",
      "slug": "design-md",
      "url": "https://skills.sh/google-labs-code/stitch-skills/design-md",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "google-labs-code",
      "source": "skills.sh",
      "installCmd": "npx skills add google-labs-code/stitch-skills",
      "installs": 18000,
      "installsDisplay": "18.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Google Labs 设计规范 Markdown 生成。以 Markdown 格式创建设计文档、原型说明和组件规范。",
        "en": "Google Labs design spec Markdown generation. Creates design docs, prototype notes, and component specs in Markdown format."
      },
      "tags": {
        "zh": [
          "设计规范",
          "Markdown",
          "Google"
        ],
        "en": [
          "Design Specs",
          "Markdown",
          "Google"
        ]
      }
    },
    {
      "id": "ch-40",
      "name": "Tavily Web Search",
      "slug": "tavily-search",
      "url": "https://clawhub.ai/jacky1n7/openclaw-tavily-search",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "jacky1n7",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install tavily-search",
      "installs": 16800,
      "installsDisplay": "16.8K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "通过 Tavily API 进行 AI 优化的网络搜索。返回简洁、相关的结果，适合 AI Agent 使用。",
        "en": "Run AI-optimized web search via the Tavily API. Returns concise, relevant results well suited for AI agents."
      },
      "tags": {
        "zh": [
          "Tavily",
          "搜索",
          "Web"
        ],
        "en": [
          "Tavily",
          "Search",
          "Web"
        ]
      }
    },
    {
      "id": "ss-cc-1",
      "name": "Frontend Design (Claude Code)",
      "slug": "cc-frontend-design",
      "url": "https://skills.sh/anthropics/claude-code/frontend-design",
      "category": "design-creative",
      "categoryName": "Design & Creative",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 16100,
      "installsDisplay": "16.1K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code 专用前端设计 Skill。为 Claude Code 环境优化的 UI 开发指导和代码生成。",
        "en": "Frontend design Skill built for Claude Code. UI development guidance and code generation optimized for the Claude Code environment."
      },
      "tags": {
        "zh": [
          "Claude Code",
          "前端",
          "设计"
        ],
        "en": [
          "Claude Code",
          "Frontend",
          "Design"
        ]
      }
    },
    {
      "id": "ch-39",
      "name": "Answer Overflow",
      "slug": "answeroverflow",
      "url": "https://clawhub.ai/rhyssullivan/answeroverflow",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "rhyssullivan",
      "source": "clawhub.ai",
      "installCmd": "npx clawhub install answeroverflow",
      "installs": 14400,
      "installsDisplay": "14.4K",
      "stars": 136,
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "搜索已索引的 Discord 社区讨论。找到编程问题的解答、库的使用方法和只存在于 Discord 对话中的解决方案。",
        "en": "Search indexed Discord community discussions. Find answers to programming questions, library usage, and solutions that only exist in Discord conversations."
      },
      "tags": {
        "zh": [
          "Discord",
          "社区",
          "问答"
        ],
        "en": [
          "Discord",
          "Community",
          "Q&A"
        ]
      }
    },
    {
      "id": "ss-8",
      "name": "Next.js Cache Components",
      "slug": "next-cache-components",
      "url": "https://skills.sh/vercel-labs/next-skills/next-cache-components",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/next-skills",
      "installs": 12400,
      "installsDisplay": "12.4K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Next.js 缓存与组件策略。深入理解 ISR、Streaming、Partial Prerendering 等缓存机制的最佳实践。",
        "en": "Next.js caching and component strategies. Dive into best practices for ISR, Streaming, Partial Prerendering, and other caching mechanisms."
      },
      "tags": {
        "zh": [
          "Next.js",
          "缓存",
          "性能"
        ],
        "en": [
          "Next.js",
          "Caching",
          "Performance"
        ]
      }
    },
    {
      "id": "ss-pw-1",
      "name": "Playwright CLI",
      "slug": "playwright-cli",
      "url": "https://skills.sh/microsoft/playwright-cli/playwright-cli",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "microsoft",
      "source": "skills.sh",
      "installCmd": "npx skills add microsoft/playwright-cli",
      "installs": 11400,
      "installsDisplay": "11.4K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Microsoft Playwright 命令行测试工具。编写和运行跨浏览器 E2E 测试，支持录制模式。",
        "en": "Microsoft Playwright command-line testing tool. Write and run cross-browser E2E tests, with recording mode support."
      },
      "tags": {
        "zh": [
          "Playwright",
          "测试",
          "E2E"
        ],
        "en": [
          "Playwright",
          "Testing",
          "E2E"
        ]
      }
    },
    {
      "id": "ss-kw-1",
      "name": "Memory Management",
      "slug": "memory-management",
      "url": "https://skills.sh/anthropics/knowledge-work-plugins/memory-management",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/knowledge-work-plugins",
      "installs": 8000,
      "installsDisplay": "8.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 知识工作系列：Agent 记忆管理。实现长期记忆、工作记忆和上下文窗口优化策略。",
        "en": "Anthropic Knowledge Work series: Agent memory management. Implements long-term memory, working memory, and context window optimization strategies."
      },
      "tags": {
        "zh": [
          "记忆",
          "知识管理",
          "Agent"
        ],
        "en": [
          "Memory",
          "Knowledge Management",
          "Agent"
        ]
      }
    },
    {
      "id": "ss-ap-2",
      "name": "Apify Content Analytics",
      "slug": "apify-content-analytics",
      "url": "https://skills.sh/apify/agent-skills/apify-content-analytics",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "apify",
      "source": "skills.sh",
      "installCmd": "npx skills add apify/agent-skills",
      "installs": 8000,
      "installsDisplay": "8.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apify 内容分析 Skill。从网页提取结构化数据并进行内容分析、趋势发现和竞品监控。",
        "en": "Apify content analytics Skill. Extract structured data from web pages for content analysis, trend discovery, and competitor monitoring."
      },
      "tags": {
        "zh": [
          "Apify",
          "内容分析",
          "数据"
        ],
        "en": [
          "Apify",
          "Content Analytics",
          "Data"
        ]
      }
    },
    {
      "id": "ss-9",
      "name": "Next.js Upgrade",
      "slug": "next-upgrade",
      "url": "https://skills.sh/vercel-labs/next-skills/next-upgrade",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/next-skills",
      "installs": 7500,
      "installsDisplay": "7.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Next.js 版本升级指南 Skill。自动检测当前版本并提供分步迁移方案，处理 breaking changes。",
        "en": "A Next.js version upgrade guide Skill. Automatically detects your current version and provides step-by-step migration plans to handle breaking changes."
      },
      "tags": {
        "zh": [
          "Next.js",
          "迁移",
          "升级"
        ],
        "en": [
          "Next.js",
          "Migration",
          "Upgrade"
        ]
      }
    },
    {
      "id": "ss-43",
      "name": "Episodic Memory",
      "slug": "episodic-memory",
      "url": "https://skills.sh/obra/episodic-memory/remembering-conversations",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/episodic-memory",
      "installs": 7000,
      "installsDisplay": "7.0K",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "情景记忆 Skill。让 Agent 记住与用户的历史对话和上下文，在后续交互中回忆并利用。",
        "en": "Episodic memory Skill. Lets an agent remember past conversations and context with the user, recalling and using them in later interactions."
      },
      "tags": {
        "zh": [
          "记忆",
          "对话",
          "上下文"
        ],
        "en": [
          "Memory",
          "Conversation",
          "Context"
        ]
      }
    },
    {
      "id": "ss-kw-2",
      "name": "Competitive Analysis",
      "slug": "comp-analysis",
      "url": "https://skills.sh/anthropics/knowledge-work-plugins/comp-analysis",
      "category": "content",
      "categoryName": "Content",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/knowledge-work-plugins",
      "installs": 5500,
      "installsDisplay": "5.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 知识工作系列：竞品分析。自动收集市场数据，生成结构化的竞品对比报告。",
        "en": "Anthropic Knowledge Work series: competitive analysis. Automatically gathers market data and generates structured competitor comparison reports."
      },
      "tags": {
        "zh": [
          "竞品分析",
          "市场",
          "报告"
        ],
        "en": [
          "Competitive Analysis",
          "Market",
          "Reports"
        ]
      }
    },
    {
      "id": "ss-cc-2",
      "name": "Skill Development",
      "slug": "cc-skill-development",
      "url": "https://skills.sh/anthropics/claude-code/skill-development",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 5000,
      "installsDisplay": "5.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code 插件与 Skill 开发指南。学习如何为 Claude Code 创建自定义 Skill 与扩展。",
        "en": "Guide to building Claude Code plugins and Skills. Learn how to create custom Skills and extensions for Claude Code."
      },
      "tags": {
        "zh": [
          "Claude Code",
          "开发",
          "插件"
        ],
        "en": [
          "Claude Code",
          "Development",
          "Plugins"
        ]
      }
    },
    {
      "id": "ss-cc-3",
      "name": "Agent Development",
      "slug": "cc-agent-development",
      "url": "https://skills.sh/anthropics/claude-code/agent-development",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 5000,
      "installsDisplay": "5.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "使用 Claude Code 开发 AI Agent 的完整指南。包括 Agent 架构、工具调用、Chain of Thought 等模式。",
        "en": "A complete guide to building AI Agents with Claude Code. Covers Agent architecture, tool calling, Chain of Thought, and more patterns."
      },
      "tags": {
        "zh": [
          "Agent",
          "开发",
          "Claude"
        ],
        "en": [
          "Agent",
          "Development",
          "Claude"
        ]
      }
    },
    {
      "id": "ss-gql-1",
      "name": "GraphQL Schema",
      "slug": "graphql-schema",
      "url": "https://skills.sh/apollographql/skills/graphql-schema",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "apollographql",
      "source": "skills.sh",
      "installCmd": "npx skills add apollographql/skills",
      "installs": 5000,
      "installsDisplay": "5.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apollo 官方 GraphQL Schema 设计。最佳实践包括类型设计、查询优化、Federation 和 Subscriptions。",
        "en": "Official Apollo GraphQL Schema design. Best practices including type design, query optimization, Federation, and Subscriptions."
      },
      "tags": {
        "zh": [
          "GraphQL",
          "Apollo",
          "Schema"
        ],
        "en": [
          "GraphQL",
          "Apollo",
          "Schema"
        ]
      }
    },
    {
      "id": "ss-cc-4",
      "name": "MCP Integration",
      "slug": "cc-mcp-integration",
      "url": "https://skills.sh/anthropics/claude-code/mcp-integration",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 3900,
      "installsDisplay": "3.9K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code MCP 集成指南。配置和使用 Model Context Protocol 连接外部数据源和工具。",
        "en": "Claude Code MCP integration guide. Configure and use the Model Context Protocol to connect external data sources and tools."
      },
      "tags": {
        "zh": [
          "MCP",
          "集成",
          "Claude"
        ],
        "en": [
          "MCP",
          "Integration",
          "Claude"
        ]
      }
    },
    {
      "id": "ss-cc-5",
      "name": "Command Development",
      "slug": "cc-command-development",
      "url": "https://skills.sh/anthropics/claude-code/command-development",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 3500,
      "installsDisplay": "3.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code 自定义命令开发。创建快捷命令以自动化常见工作流。",
        "en": "Build custom Claude Code commands. Create shortcut commands to automate common workflows."
      },
      "tags": {
        "zh": [
          "命令",
          "开发",
          "自动化"
        ],
        "en": [
          "Commands",
          "Development",
          "Automation"
        ]
      }
    },
    {
      "id": "ss-cc-6",
      "name": "Hook Development",
      "slug": "cc-hook-development",
      "url": "https://skills.sh/anthropics/claude-code/hook-development",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 3500,
      "installsDisplay": "3.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code Hook 开发指南。通过 Hook 机制在特定事件触发时执行自定义逻辑。",
        "en": "Claude Code Hook development guide. Use the Hook mechanism to run custom logic when specific events fire."
      },
      "tags": {
        "zh": [
          "Hook",
          "事件",
          "扩展"
        ],
        "en": [
          "Hook",
          "Events",
          "Extensions"
        ]
      }
    },
    {
      "id": "ss-gql-2",
      "name": "Apollo Router",
      "slug": "apollo-router",
      "url": "https://skills.sh/apollographql/skills/apollo-router",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "apollographql",
      "source": "skills.sh",
      "installCmd": "npx skills add apollographql/skills",
      "installs": 3500,
      "installsDisplay": "3.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apollo Router 配置与部署。高性能 GraphQL 网关路由、Schema 注册和实时指标。",
        "en": "Apollo Router configuration and deployment. High-performance GraphQL gateway routing, schema registry, and real-time metrics."
      },
      "tags": {
        "zh": [
          "Apollo",
          "路由",
          "GraphQL"
        ],
        "en": [
          "Apollo",
          "Routing",
          "GraphQL"
        ]
      }
    },
    {
      "id": "ss-cc-7",
      "name": "Plugin Structure",
      "slug": "cc-plugin-structure",
      "url": "https://skills.sh/anthropics/claude-code/plugin-structure",
      "category": "ai-agents",
      "categoryName": "AI & Agents",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/claude-code",
      "installs": 3100,
      "installsDisplay": "3.1K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Claude Code 插件结构规范。定义插件目录组织、配置文件、生命周期钩子的标准结构。",
        "en": "Claude Code plugin structure spec. Defines the standard layout for plugin directories, config files, and lifecycle hooks."
      },
      "tags": {
        "zh": [
          "插件",
          "结构",
          "规范"
        ],
        "en": [
          "Plugins",
          "Structure",
          "Spec"
        ]
      }
    },
    {
      "id": "ss-br-1",
      "name": "Brave Search",
      "slug": "brave-search",
      "url": "https://skills.sh/brave/brave-search-skills",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "brave",
      "source": "skills.sh",
      "installCmd": "npx skills add brave/brave-search-skills",
      "installs": 2200,
      "installsDisplay": "2.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Brave 官方搜索 Skill。无追踪的隐私搜索，支持网页、图片、拼写检查和 LLM 上下文查询。",
        "en": "Official Brave Search Skill. Tracker-free private search supporting web, images, spell check, and LLM context queries."
      },
      "tags": {
        "zh": [
          "Brave",
          "搜索",
          "隐私"
        ],
        "en": [
          "Brave",
          "Search",
          "Privacy"
        ]
      }
    },
    {
      "id": "ss-fs-1",
      "name": "Bond Relative Value",
      "slug": "bond-relative-value",
      "url": "https://skills.sh/anthropics/financial-services-plugins/bond-relative-value",
      "category": "finance-health",
      "categoryName": "Finance & Health",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/financial-services-plugins",
      "installs": 2000,
      "installsDisplay": "2.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 金融服务系列：债券相对价值分析。评估债券定价、利差分析和收益率曲线建模。",
        "en": "Anthropic Financial Services series: bond relative value analysis. Evaluates bond pricing, spread analysis, and yield curve modeling."
      },
      "tags": {
        "zh": [
          "债券",
          "金融",
          "分析"
        ],
        "en": [
          "Bonds",
          "Finance",
          "Analysis"
        ]
      }
    },
    {
      "id": "ss-gql-3",
      "name": "Apollo Connectors",
      "slug": "apollo-connectors",
      "url": "https://skills.sh/apollographql/skills/apollo-connectors",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "apollographql",
      "source": "skills.sh",
      "installCmd": "npx skills add apollographql/skills",
      "installs": 2000,
      "installsDisplay": "2.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apollo Connectors 数据源集成。将 REST API、数据库、gRPC 等后端服务无缝集成为 GraphQL 端点。",
        "en": "Apollo Connectors data source integration. Seamlessly integrate backend services like REST APIs, databases, and gRPC into GraphQL endpoints."
      },
      "tags": {
        "zh": [
          "Apollo",
          "连接器",
          "数据源"
        ],
        "en": [
          "Apollo",
          "Connectors",
          "Data Sources"
        ]
      }
    },
    {
      "id": "ss-10",
      "name": "TypeScript Docs",
      "slug": "typescript-docs",
      "url": "https://skills.sh/vercel-labs/skills/typescript-docs",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/skills",
      "installs": 1500,
      "installsDisplay": "1.5K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Vercel 官方 TypeScript 文档技能。提供类型系统最佳实践、泛型模式、条件类型等进阶指导。",
        "en": "Vercel's official TypeScript documentation Skill. Provides best practices for the type system, generic patterns, conditional types, and other advanced guidance."
      },
      "tags": {
        "zh": [
          "TypeScript",
          "类型",
          "文档"
        ],
        "en": [
          "TypeScript",
          "Types",
          "Docs"
        ]
      }
    },
    {
      "id": "ss-bb-1",
      "name": "Browserbase CLI",
      "slug": "browserbase-cli",
      "url": "https://skills.sh/browserbase/skills/browserbase-cli",
      "category": "cloud-devops",
      "categoryName": "Cloud & DevOps",
      "author": "browserbase",
      "source": "skills.sh",
      "installCmd": "npx skills add browserbase/skills",
      "installs": 1200,
      "installsDisplay": "1.2K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Browserbase 官方浏览器自动化 CLI。云端无头浏览器 session 管理，支持 Cookie 同步和持久化。",
        "en": "Official Browserbase browser automation CLI. Manage cloud headless browser sessions with cookie sync and persistence."
      },
      "tags": {
        "zh": [
          "Browserbase",
          "浏览器",
          "云端"
        ],
        "en": [
          "Browserbase",
          "Browser",
          "Cloud"
        ]
      }
    },
    {
      "id": "ss-next-browser",
      "name": "Next Browser",
      "slug": "next-browser",
      "url": "https://skills.sh/vercel-labs/next-browser/next-browser",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "vercel-labs",
      "source": "skills.sh",
      "installCmd": "npx skills add vercel-labs/next-browser",
      "installs": 1100,
      "installsDisplay": "1.1K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "在 Next.js 项目中集成浏览器自动化能力。支持无头浏览器测试、页面截图和交互式调试。",
        "en": "Integrate browser automation into Next.js projects. Supports headless browser testing, page screenshots, and interactive debugging."
      },
      "tags": {
        "zh": [
          "Next.js",
          "浏览器",
          "测试"
        ],
        "en": [
          "Next.js",
          "Browser",
          "Testing"
        ]
      }
    },
    {
      "id": "ss-a0-1",
      "name": "Auth0 Quickstart",
      "slug": "auth0-quickstart",
      "url": "https://skills.sh/auth0/agent-skills/auth0-quickstart",
      "category": "security",
      "categoryName": "Security",
      "author": "auth0",
      "source": "skills.sh",
      "installCmd": "npx skills add auth0/agent-skills",
      "installs": 1000,
      "installsDisplay": "1.0K",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Auth0 官方快速入门。从零配置身份认证，支持社交登录、MFA、RBAC 等企业级功能。",
        "en": "Official Auth0 quickstart. Set up authentication from scratch, with social login, MFA, RBAC, and other enterprise-grade features."
      },
      "tags": {
        "zh": [
          "Auth0",
          "认证",
          "登录"
        ],
        "en": [
          "Auth0",
          "Authentication",
          "Login"
        ]
      }
    },
    {
      "id": "ss-wp-1",
      "name": "WordPress Router",
      "slug": "wordpress-router",
      "url": "https://skills.sh/automattic/agent-skills/wordpress-router",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "automattic",
      "source": "skills.sh",
      "installCmd": "npx skills add automattic/agent-skills",
      "installs": 400,
      "installsDisplay": "400",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Automattic 官方 WordPress 路由 Skill。配置自定义路由、永久链接结构和 REST API 端点。",
        "en": "Official Automattic WordPress routing Skill. Configure custom routes, permalink structures, and REST API endpoints."
      },
      "tags": {
        "zh": [
          "WordPress",
          "路由",
          "PHP"
        ],
        "en": [
          "WordPress",
          "Routing",
          "PHP"
        ]
      }
    },
    {
      "id": "ss-44",
      "name": "Writing Clearly",
      "slug": "writing-clearly",
      "url": "https://skills.sh/obra/the-elements-of-style/writing-clearly-and-concisely",
      "category": "content",
      "categoryName": "Content",
      "author": "obra",
      "source": "skills.sh",
      "installCmd": "npx skills add obra/the-elements-of-style",
      "installs": 339,
      "installsDisplay": "339",
      "official": false,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "基于 The Elements of Style 的清晰写作指南。简洁、准确、有力的英文写作原则。",
        "en": "Clear writing guide based on The Elements of Style. Principles for concise, precise, and forceful English writing."
      },
      "tags": {
        "zh": [
          "写作",
          "风格",
          "英语"
        ],
        "en": [
          "Writing",
          "Style",
          "English"
        ]
      }
    },
    {
      "id": "ss-wp-2",
      "name": "WP Interactivity API",
      "slug": "wp-interactivity-api",
      "url": "https://skills.sh/automattic/agent-skills/wp-interactivity-api",
      "category": "dev-frameworks",
      "categoryName": "Dev Frameworks",
      "author": "automattic",
      "source": "skills.sh",
      "installCmd": "npx skills add automattic/agent-skills",
      "installs": 300,
      "installsDisplay": "300",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "WordPress Interactivity API 指南。使用声明式方式构建交互式前端组件，无需复杂 JS 框架。",
        "en": "A guide to the WordPress Interactivity API. Build interactive front-end components declaratively, without complex JS frameworks."
      },
      "tags": {
        "zh": [
          "WordPress",
          "交互",
          "前端"
        ],
        "en": [
          "WordPress",
          "Interactivity",
          "Frontend"
        ]
      }
    },
    {
      "id": "ss-hc-1",
      "name": "Clinical Trial Protocol",
      "slug": "clinical-trial-protocol",
      "url": "https://skills.sh/anthropics/healthcare/clinical-trial-protocol-skill",
      "category": "finance-health",
      "categoryName": "Finance & Health",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/healthcare",
      "installs": 150,
      "installsDisplay": "150",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 医疗健康系列：临床试验方案 Skill。协助设计试验方案、数据采集、合规性审查。",
        "en": "Anthropic Healthcare series: Clinical Trial Protocol Skill. Assists with trial protocol design, data collection, and compliance review."
      },
      "tags": {
        "zh": [
          "临床试验",
          "医疗",
          "合规"
        ],
        "en": [
          "Clinical Trials",
          "Healthcare",
          "Compliance"
        ]
      }
    },
    {
      "id": "ss-hc-2",
      "name": "FHIR Developer",
      "slug": "fhir-developer",
      "url": "https://skills.sh/anthropics/healthcare/fhir-developer-skill",
      "category": "finance-health",
      "categoryName": "Finance & Health",
      "author": "anthropics",
      "source": "skills.sh",
      "installCmd": "npx skills add anthropics/healthcare",
      "installs": 100,
      "installsDisplay": "100",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Anthropic 医疗健康系列：FHIR 开发者 Skill。使用 HL7 FHIR 标准构建医疗数据交互接口。",
        "en": "Anthropic Healthcare series: FHIR Developer Skill. Builds healthcare data interoperability interfaces using the HL7 FHIR standard."
      },
      "tags": {
        "zh": [
          "FHIR",
          "医疗",
          "HL7"
        ],
        "en": [
          "FHIR",
          "Healthcare",
          "HL7"
        ]
      }
    },
    {
      "id": "ss-ap-3",
      "name": "Apify Market Research",
      "slug": "apify-market-research",
      "url": "https://skills.sh/apify/awesome-skills/apify-market-research",
      "category": "search-data",
      "categoryName": "Search & Data",
      "author": "apify",
      "source": "skills.sh",
      "installCmd": "npx skills add apify/awesome-skills",
      "installs": 100,
      "installsDisplay": "100",
      "official": true,
      "trending": false,
      "ifqOfficial": false,
      "description": {
        "zh": "Apify 市场研究 Skill。自动化收集市场数据、价格信息和竞品动态。",
        "en": "Apify market research Skill. Automate collection of market data, pricing information, and competitor activity."
      },
      "tags": {
        "zh": [
          "Apify",
          "市场研究",
          "竞品"
        ],
        "en": [
          "Apify",
          "Market Research",
          "Competitors"
        ]
      }
    }
  ]
}