Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

ask-docs询问文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

21,474

周安装

913

GitHub Stars

15

下载量

7,523
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ask-docs(询问文档)
来源仓库:https://github.com/crewaiinc/skills
仓库路径:skills/ask-docs
安装命令:
npx skills add https://github.com/crewaiinc/skills --skill ask-docs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/crewaiinc/skills --skill ask-docs

简介

ask-docs 用于查询 CrewAI 官方文档,获取最新 API 用法、配置方法和故障排除指南。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中遇到未覆盖功能或版本更新时使用。
  • 基于 docs.crewai.com 提供精准引用答案,避免过时知识误导。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • ask-docs 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Ask CrewAI Docs

Answer CrewAI questions by looking up the official documentation at docs.crewai.com.


When to Use This Skill

Use this skill when:

  • The user asks about a CrewAI feature, parameter, or behavior not covered in detail by the other skills
  • You need to verify current API syntax, method signatures, or configuration options
  • The user hits an error and needs troubleshooting guidance from official docs
  • The question is about a newer or less common CrewAI feature (e.g., telemetry, testing, CLI commands, deployment, enterprise features)
  • You're unsure whether your knowledge is current — the docs reflect the latest published state

Do NOT use this skill when the question is clearly answered by one of the other skills (getting-started, design-agent, design-task). Those skills contain curated, opinionated guidance. This skill is for filling gaps and verifying details.


How to Query the Docs

Step 1: Fetch the docs index

The CrewAI docs site publishes an llms.txt file — a structured index of every documentation page with descriptions. Fetch it first to find the right page:

WebFetch: https://docs.crewai.com/llms.txt

This returns a categorized list of all doc pages in the format:

- [Page Title](https://docs.crewai.com/path/to/page): "Description of what the page covers"

Categories include:

  • API Reference — REST endpoints (kickoff, status, resume, inputs)
  • Concepts — agents, crews, tasks, tools, flows, memory, knowledge, LLMs, processes, training, testing
  • Enterprise — RBAC, SSO, automations, traces, deployment, triggers, integrations
  • Tools Library — 40+ tools organized by category (AI/ML, automation, cloud, database, files, search, web scraping)
  • MCP Integration — MCP server setup, transports, DSL, security
  • Examples & Cookbooks — practical implementations
  • Learning Paths — tutorials and advanced topics
  • Observability — monitoring integrations

Step 2: Fetch the relevant page

Once you identify the right page from the index, fetch its content:

WebFetch: https://docs.crewai.com/<path-from-index>

Step 3: Synthesize and cite

Combine what you find from the docs with context from the other skills to give a clear, actionable response. Always include the docs URL so the user can read further.


Workflow Summary

  1. Understand the user's question — what specific CrewAI concept, API, or behavior are they asking about?
  2. Fetch llms.txt — scan the index to find the most relevant page(s)
  3. Fetch the page(s) — retrieve the actual documentation content
  4. Synthesize the answer — combine docs content with context from other skills
  5. Cite the source — include the docs URL in your response

For an Even Better Experience

Users who frequently query CrewAI docs can configure the CrewAI docs MCP server in their coding agent for richer, structured search:

https://docs.crewai.com/mcp

This is optional — the llms.txt workflow above works without any setup.


Examples of Good Use Cases

User QuestionWhy This Skill
"What parameters does Crew() accept?"Specific API reference — docs are authoritative
"How do I set up telemetry in CrewAI?"Niche feature not covered in other skills
"What's the difference between Process.sequential and Process.hierarchical?"Detailed comparison best sourced from docs
"I'm getting ValidationError when using output_pydantic"Troubleshooting — docs may have known issues or caveats
"How do I deploy a CrewAI flow to production?"Deployment guidance lives in docs, not in design skills
"What CLI commands does crewai support?"CLI reference is a docs concern
"How do I configure memory for a crew?"Detailed config options beyond what design-agent covers
"What tools are available for web scraping?"Tools library reference
"How do I set up SSO for CrewAI enterprise?"Enterprise features live in docs

Related Skills

  • getting-started — project scaffolding, choosing abstractions, Flow architecture
  • design-agent — agent Role-Goal-Backstory, parameter tuning, tools, memory & knowledge
  • design-task — task descriptions, expected_output, guardrails, structured output, dependencies

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.1%
按下载量换算2,791

Claude

32.43%
按下载量换算2,440

Cursor

18.85%
按下载量换算1,418

Gemini CLI

8.8%
按下载量换算662

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills