skills/voltagent-docs-bundle/SKILL.md
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
npx skillsauth add VoltAgent/skills voltagent-docs-bundleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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/
ls node_modules/@voltagent/core/docs
rg -n "workflow" node_modules/@voltagent/core/docs -g"*.md"
cat node_modules/@voltagent/core/docs/workflows/overview.md
# 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
data-ai
--- name: voltagent-core-reference # prettier-ignore description: Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior. license: MIT metadata: author: VoltAgent version: "1.0.0" repository: https://github.com/VoltAgent/skills --- # VoltAgent Core Reference Reference for the VoltAgent class in `@voltagent/core`. Source files: - packages/core/src/voltagent.ts - packages/core/src/types.ts --- ## Options Overview `VoltAgentOptions` supports: -
data-ai
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
tools
Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.