npx skills add smithery/neversight --skill voltagent-docs-bundle
voltagent/skills
voltagent-docs-bundle
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
Installation
npx skills add voltagent/skills --skill voltagent-docs-bundle
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsAlso in this package
Other skills from voltagent/skills.
npx skills add voltagent/skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- author
- VoltAgent
- version
- 1.0.0
- repository
- https://github.com/VoltAgent/skills
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,852 B -
docs
SUMMARY.md196 B
History
- First seen on skills.sh
- First recorded snapshot · 557 installs
SKILL.md
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
- List available sections:
ls node_modules/@voltagent/core/docs
- Search for a topic:
rg -n "workflow" node_modules/@voltagent/core/docs -g"*.md"
- Read the file:
cat node_modules/@voltagent/core/docs/workflows/overview.md
Quick Commands
# 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)