VoltAgent Embedded Docs Lookup
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
MCP get_skill({ skillId: "voltagent-embedded-docs-lookup-f7bcbc57" })Use this skill with your agent
Create a free account and connect via MCP
# VoltAgent Embedded Docs Lookup Look up VoltAgent docs embedded in `node_modules/@voltagent/core/docs`. This bundle mirrors the website docs plus additional doc sets, so it is safe to use for version-matched answers. --- ## Where the Docs Live ``` node_modules/@voltagent/core/docs/ |-- actions.md |-- agents/ |-- api/ |-- blog/ |-- community/ |-- deployment-docs/ |-- deployment.md |-- evals.md |-- evaluation-docs/ |-- getting-started/ |-- guardrails/ |-- integrations/ |-- models-docs/ |-- observability/ |-- observability-platform/ |-- prompt-engineering-docs/ |-- rag/ |-- recipes/ |-- repo-docs/ |-- site-examples/ |-- tools/ |-- triggers.md |-- troubleshooting/ |-- ui/ |-- utils/ `-- workflows/ ``` If you are inside the VoltAgent monorepo, the same content exists at: ``` packages/core/docs/ ``` --- ## Lookup Flow 1) List available sections: ```bash ls node_modules/@voltagent/core/docs ``` 2) Search for a topic: ```bash rg -n "workflow" node_modules/@voltagent/core/docs -g"*.md" ``` 3) Read the file: ```bash cat node_modules/@voltagent/core/docs/workflows/overview.md ``` --- ## Quick Commands ```bash # List docs ls node_modules/@voltagent/core/docs # Find a keyword rg -n "memory" node_modules/@voltagent/core/docs -g"*.md" # Open a section cat node_modules/@voltagent/core/docs/getting-started/quick-start.md ``` --- ## Why This Works - Docs are bundled with the installed version - Avoids web drift and outdated content - Covers the full doc surface (guides, recipes, platform docs)
Related Skills
More skills in Agent Orchestration
1. Product type search — what design patterns fit this product?
Design UI/UX systems with style guides, palettes, typography, and component specs for new interfaces
Acp Router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Add New Safe Output Type
Adding a New Safe Output Type to GitHub Agentic Workflows
Agent Governance
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
Agentic Development
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
Agentic Workflows
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Explore Other Categories
Skills from other categories with shared topics
API Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
Azure Aks Agent Skill
Azure Aks Agent Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
Changelog Automation
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.