ask-docs

Answers CrewAI questions by fetching and citing official documentation pages.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/blue-ghost-ai/cate-template-for-crewai --skill ask-docs-blue-ghost-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-docs
Source: https://github.com/blue-ghost-ai/cate-template-for-crewai/tree/main/.claude/skills/ask-docs
Command: npx skills add https://github.com/blue-ghost-ai/cate-template-for-crewai --skill ask-docs-blue-ghost-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with CrewAI, you often hit questions that go beyond basic setup — specific API parameters, configuration options, troubleshooting errors, or enterprise features — where only the official documentation is the reliable source of truth. ## Core Features & Use Cases - Docs Index Lookup: Fetches the llms.txt index from docs.crewai.com to locate the most relevant documentation page for any question. - Targeted Page Retrieval: Retrieves specific pages covering API reference, concepts, enterprise features, tools library, MCP integration, and observability. - Cited Answers: Synthesizes documentation content into actionable answers and always includes the source URL. - Use Case: You get a ValidationError when using output_pydantic in a task. The Skill fetches the relevant docs page, explains the cause, and links you to the official reference. ## Quick Start Ask a CrewAI question such as what parameters the Crew class accepts or how to configure memory for a crew.

Frequently Asked Questions about ask-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up CrewAI API parameters and configuration options?

Fetch the llms.txt index from docs.crewai.com to find the relevant API reference page, then retrieve that page for exact parameter signatures and options. The docs reflect the latest published state of the framework.

How do I troubleshoot CrewAI errors like ValidationError with output_pydantic?

Search the official docs for the feature involved, since documentation often covers known caveats and correct usage patterns. Combine the docs content with your task configuration to identify the mismatch.

When should I use the docs instead of the design-agent or design-task skills?

Use the docs when the question involves specific API details, advanced features, CLI commands, deployment, or enterprise topics not covered by the curated design skills. The design skills provide opinionated guidance; the docs provide authoritative reference.

Does CrewAI documentation cover enterprise features like SSO and RBAC?

Yes, the docs include an Enterprise section covering RBAC, SSO, automations, traces, deployment, triggers, and integrations. Fetch the corresponding page from the llms.txt index for details.

Is there an MCP server for searching CrewAI documentation?

Yes, CrewAI provides a docs MCP server at https://docs.crewai.com/mcp for richer structured search. It is optional, since the llms.txt index workflow works without any setup.