Agent Plugins Marketplace
All plugins

vogel-tools

Vogel internal tools for managers. Includes vhp-query for pulling project and ticket data out of the VHP database.

Claude Code2 Skills

By VHP Dev Team0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install vogel-tools for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vogel-tools@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/vhc1946/vogel_plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vogel-tools/.

Plugin files

plugins/vogel-tools/
├── .claude-plugin/plugin.json
├── skills/vhp-query/SKILL.md
└── skills/vogel-theme/SKILL.md

Included Skills2

vhp-queryskills/vhp-query/SKILL.md

Query VHP projects and tickets. Login once (stores 24hr token in context). Schema-aware queries, caches results in session.

vogel-themeskills/vogel-theme/SKILL.md

Build a Vogel-branded deliverable using the official Vogel design system - the eight-colour navy/red palette, the V-mark and wordmark logos, Barlow Condensed mastheads, and three layouts (Ledger for rosters and tables, Field guide for how-tos and step-by-step instructions, Report for metrics and summaries). Carries a brand switch for Vogel Heating and Cooling (red) and BEE / Building Envelope Experts (blue). Produces self-contained HTML, branded Word .docx, or a published Artifact. Use whenever someone asks for something "Vogel themed", "Vogel branded", "BEE branded", "in the Vogel style", "matching the contact list", "matching the other Vogel pages", or asks for a guide, handout, roster, reference sheet, FAQ, one-pager or report for Vogel or BEE staff that will be emailed, printed, or opened on a phone. Also use when editing or extending a page previously built from this theme. Internal skill - Vogel brand assets and palette.

Plugin manifests1

plugins/vogel-tools/.claude-plugin/plugin.json
{
  "name": "vogel-tools",
  "description": "Vogel internal tools for managers. Includes vhp-query for pulling project and ticket data out of the VHP database.",
  "author": {
    "name": "VHP Dev Team"
  },
  "repository": "https://github.com/vhc1946/vogel_plugins",
  "userConfig": {
    "proxy_url": {
      "type": "string",
      "title": "VHP query proxy URL",
      "description": "Base URL of the vapi-pluginrp proxy server, e.g. http://localhost:8000",
      "default": "http://dev.vhpportal.com/plugins",
      "required": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vogel-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vogel-tools)