Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add mgovedarov/mcp-vcf-orchestrator --skill vcfa-operationsgit clone --depth 1 https://github.com/mgovedarov/mcp-vcf-orchestratorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mgovedarov/mcp-vcf-orchestrator/vcfa-operations)<a href="https://agentmods.dev/skills/mgovedarov/mcp-vcf-orchestrator/vcfa-operations"><img src="https://agentmods.dev/badge/skills/mgovedarov/mcp-vcf-orchestrator/vcfa-operations/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mgovedarov/mcp-vcf-orchestrator/vcfa-operations"><img src="https://agentmods.dev/badge/skills/mgovedarov/mcp-vcf-orchestrator/vcfa-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00109 | $0.00823 |
| Opus 5 | $0.00055 | $0.00411 |
| Sonnet 5 | $0.00022 | $0.00165 |
| Haiku 4.5 | $0.00011 | $0.00082 |
Grade A, and why
vcfa-operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
VCFA Operations
Operate and troubleshoot VCF Automation through the MCP server. Start with read-only discovery and only mutate after explicit confirmation. This skill orchestrates the server's prompts, resources, and tools rather than replacing them.
Core principles
- Inspect before you act. Use the
list-*andget-*tools and the execution log tools to understand state before remediating. - The mutating tools —
run-workflow,run-workflow-and-wait,create-deployment,run-deployment-action,delete-deployment,create-template,delete-template,create-subscription,update-subscription,delete-subscription— require aconfirm: trueargument plus real user confirmation of the exact target and expected impact. - Running a workflow or a deployment day-2 action changes the live environment. Treat it like a production operation: confirm target, inputs, and blast radius.
Prefer the server prompts
vcfa-troubleshoot-deployment— inspect a deployment and its day-2 options before remediation.vcfa-troubleshoot-workflow-execution— diagnose a failed execution using logs, stack, and workflow source.vcfa-discover-capabilities— explore plugins, categories, workflows, actions, catalog items, deployments, templates, and subscriptions.vcfa-collect-context-snapshot— persist reusable environment context.vcfa-create-templateandvcfa-review-template— discover conventions before drafting a blueprint, and review one for catalog readiness.vcfa-integrate-workflow-template-subscription— plan workflow, template, catalog, deployment, and subscription integration.
Tool map by task
- Execution:
run-workflow,run-workflow-and-wait,get-workflow-execution,get-workflow-execution-logs,list-workflow-executions. - Deployments:
list-deployments,get-deployment,list-deployment-actions,run-deployment-action,create-deployment,delete-deployment. - Projects:
list-projects,get-project(resolveprojectIdbefore project-scoped calls). - Catalog:
list-catalog-items,get-catalog-item. - Templates:
list-templates,get-template,create-template,delete-template. - Subscriptions and events:
list-event-topics,list-subscriptions,get-subscription,create-subscription,update-subscription,delete-subscription. - Discovery support:
list-workflows,list-actions,list-categories,list-plugins.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed · +3 lines 870dea8aa312
- 10d ago First seen · 71 lines · 109 tokens per session scan A 9804e0846098
vcfa-operations is a skill published in the GitHub repository mgovedarov/mcp-vcf-orchestrator (5 stars, last pushed 8d ago), licensed Apache-2.0. It adds 109 tokens to every session and 823 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
coolify-setup
Run MCP setup preflight and wire Coolify project/environment/server linkage. Use when onboarding a new workspace or linking an existing Coolify project.
coolify-deploy
Deploy a Coolify application and monitor until terminal status. Use when triggering deployments or watching build progress.
aws-sst-development
SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.
coolify
Operate a Coolify self-hosted PaaS through the @masonator/coolify-mcp server. Use this skill whenever the user asks Claude to inspect, deploy, restart, debug, or manage anything on Coolify — including applications, databases, services, servers, projects, environments, deployments, environment variables, private keys…
okx-cex-portfolio
This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…
okx-cex-trade
Use when the user asks to 'buy BTC', 'sell ETH', 'place a limit order', 'place a market order', 'cancel my order', 'amend my order', 'long BTC perp', 'short ETH swap', 'open a position', 'close a position', 'set take profit', 'limit take profit', 'immediate TP', 'set stop loss', 'self-trade prevention', 'stpMode'…