vanguard-frontier-agentic-install

vanguard-frontier-agentic-install is a skill for Codex from VincentChuWaiChow/vanguard-frontier-agentic. It costs 36 tokens per session (351 once invoked), scanned B, original, Apache-2.0.

An installer for Vanguard Frontier Agentic agents and companion skills in Codex. It adds the marketplace content and exports the available agents and skills into the user's Codex folders.

In plain words
What is it for?
Use it when setting up the Vanguard Frontier Agentic collection in Codex, including installing its user-level agents and skills and verifying that they were exported.
Why use it?
Adding a marketplace source alone may not install usable agent files, so this process handles both installation stages and checks the results.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/export-marketplace-agents.mjs --platform codex --all --repo "$HOME" --force.

Part of the vanguard-frontier-agentic plugin — 193 skills shipped together

Good fit Use it when setting up the Vanguard Frontier Agentic collection in Codex, including installing its user-level agents and skills and verifying that they were exported.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/VincentChuWaiChow/vanguard-frontier-agentic
agentmods
npx agentmods add skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install

Made for: Codex.

Or install vanguard-frontier-agentic, the plugin that ships this one along with the rest of its 193 skills.

Wrote 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.

agentmods badge for vanguard-frontier-agentic-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install/github.svg)](https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install)
Your own site
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install/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.

agentmods 80×15 button for vanguard-frontier-agentic-install

Your own site · 80×15
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/vanguard-frontier-agentic-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00351
Opus 5 $0.00018 $0.00176
Sonnet 5 $0.00007 $0.00070
Haiku 4.5 $0.00004 $0.00035

Measured 12d ago against content hash d60dd1efc22c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

vanguard-frontier-agentic-install scanned grade B with 1 finding 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 12d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

find "$HOME/.codex/skills" -mindepth 1 -maxdepth 1 -type d | wc -l
plugins/vanguard-frontier-agentic/skills/vanguard-frontier-agentic-install/SKILL.md · 38 lines

What it actually says

Vanguard Frontier Agentic Codex Install

Use this skill when the user wants the Vanguard Frontier Agentic marketplace content installed into Codex as real user-level agents and skills.

Reliable two-stage install

Run from any directory:

codex plugin marketplace add VincentChuWaiChow/vanguard-frontier-agentic
npx --yes -p @raishin/vanguard-frontier-agentic \
  vfa-export-agents --platform codex --all --repo "$HOME" --force

If working from a local checkout of the repository, prefer the local exporter so unpublished branch changes are used:

node scripts/export-marketplace-agents.mjs --platform codex --all --repo "$HOME" --force

Verify

find "$HOME/.codex/agents" -maxdepth 1 -name '*.toml' | wc -l
find "$HOME/.codex/skills" -mindepth 1 -maxdepth 1 -type d | wc -l

Expected for this release: all Codex-capable VFA agents are installed under $HOME/.codex/agents, and companion skills are installed under $HOME/.codex/skills.

Important limitation

codex plugin marketplace add installs/tracks the marketplace source. It does not, by itself, prove that Codex installed the plugin cache or exported repo-level agent TOML files. The exporter is the deterministic second stage for agents and companion skills.

Changes

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.

  1. 12d ago First seen · 38 lines · 36 tokens per session scan B d60dd1efc22c

Subscribe to this mod's changes

vanguard-frontier-agentic-install is a skill published in the GitHub repository VincentChuWaiChow/vanguard-frontier-agentic (22 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 351 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

Youngmaidainon/Agent-Level-Up · 58 tokens

analyzing-azure-activity-logs-for-threats

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative operations, impossible travel, privilege escalation, and resource modifications. Builds KQL queries for threat hunting in Azure environments. Use when investigating suspicious Azure tenant activity or…

Youngmaidainon/Agent-Level-Up · 68 tokens

m365-entra-attack

Microsoft 365 / Entra ID red-team attack chain — current 2026 reality. AADSTS code reference, user enumeration vectors (with hardening status), Smart Lockout math, Conditional Access bypass options, ROPC + SAML SSO browser flow, Burp/Playwright templates. Built from authorized red-team work where ROPC spray surfaced…

uphiago/recon-skills · 128 tokens

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

xalgorix/xalgorix · 58 tokens

codex-agent-collaboration

Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.

ForteScarlet/codex-kkp · 49 tokens

founder-quiz

Take a behavioral self-assessment to discover where you sit on the founder mode spectrum. 15 questions that reveal your actual operating mode — not what you think you do, but what you actually do. Use for honest self-reflection.

sohaibt/founder-mode · 52 tokens