This repository contains the VANA agent plugin for Codex and Claude Code. The plugin connects each harness to the hosted VANA MCP server and adds skills that help people create, run, and review personal protocols.
codex plugin marketplace add vanadotso/agent-plugin
codex plugin add vana@vanaclaude plugin marketplace add vanadotso/agent-plugin
claude plugin install vana@vanaplugin.jsondefines the portable plugin metadata.mcp.jsonconnects the plugin to the hosted VANA MCP server.skills/vana-createexposes/vana-createto create and revise protocols.skills/vana-runexposes/vana-runto run protocols and record progress.skills/vana-sourcereads text, audio, and video links as source material..codex-plugin/plugin.jsondefines the Codex plugin..agents/plugins/marketplace.jsondefines the Codex marketplace..claude-plugin/plugin.jsondefines the Claude Code plugin..claude-plugin/marketplace.jsondefines the Claude Code marketplace.
The host manifests and marketplaces are generated files. To regenerate them, install Bun and run:
bun install
bun run packageFor a release, change the version in plugin.json, regenerate the host files, commit all changes, and create a Git tag with the same version, such as v1.1.0.
The hosted MCP server implementation is not part of this repository.
The source in this repository uses the Apache License 2.0. The license does not grant rights to the VANA name or trademarks.