agentic-vault-setup-guide

agentic-vault-setup-guide is a skill for Claude Code, Codex from agenticvault/agentic-vault. It costs 138 tokens per session (1,643 once invoked), scanned B, original, MIT.

A setup guide for using Agentic Vault with AWS KMS on a virtual machine outside AWS. It covers temporary AWS access through IAM Roles Anywhere, which authenticates machines with certificates instead of permanent credentials.

In plain words
What is it for?
Creating or connecting an AWS KMS signing key, configuring certificates and IAM Roles Anywhere, installing the AWS tools and OpenClaw plugin, and setting its policies.
Why use it?
It breaks a complex deployment into the required AWS, certificate, virtual-machine, plugin, and policy steps while avoiding long-lived AWS credentials on the VM.

Skill for Claude CodeCodex

Part of the agentic-vault plugin — 5 skills, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/agenticvault/agentic-vault/agentic-vault-setup-guide
Any agent
npx skills add agenticvault/agentic-vault --skill agentic-vault-setup-guide
Clone the repo
git clone --depth 1 https://github.com/agenticvault/agentic-vault

Made for: Claude Code, Codex.

Or install agentic-vault, the plugin that ships this one along with the rest of its 5 skills, 1 MCP server.

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 agentic-vault-setup-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenticvault/agentic-vault/agentic-vault-setup-guide.svg)](https://agentmods.dev/skills/agenticvault/agentic-vault/agentic-vault-setup-guide)
Your own site
<a href="https://agentmods.dev/skills/agenticvault/agentic-vault/agentic-vault-setup-guide"><img src="https://agentmods.dev/badge/skills/agenticvault/agentic-vault/agentic-vault-setup-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,643 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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.00138 $0.01643
Opus 5 $0.00069 $0.00822
Sonnet 5 $0.00028 $0.00329
Haiku 4.5 $0.00014 $0.00164

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

Security

Grade B, and why

agentic-vault-setup-guide 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 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Client key needs `chmod 440` + `chown root:<app-group>`
skills/agentic-vault-setup-guide/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agentic Vault Setup Guide

Guide users through deploying Agentic Vault on a non-AWS VM using IAM Roles Anywhere for zero long-lived credentials.

Architecture Overview

Dev Machine (has AWS access)          VM (production, no AWS credentials)
─────────────────────────────         ────────────────────────────────────
1. Create KMS key (secp256k1)         6. Install AWS CLI + signing helper
2. Create CA + client cert            7. Deploy client cert
3. Store CA key securely              8. Write AWS config profile
4. Create Trust Anchor + Role         9. Install OpenClaw plugin
5. Transfer cert to VM               10. Configure plugin + policy
                                     11. (Optional) systemd gateway env

Auth flow (zero long-lived credentials):

VM → aws_signing_helper → IAM Roles Anywhere → STS → temp credentials (1h) → KMS:Sign

Decision Tree

Before starting, determine which phases the user needs:

Has AWS KMS key?
├─ No  → Start at Phase 1 (read references/aws-dev-setup.md)
└─ Yes
   Has client certificate?
   ├─ No  → Start at Phase 1, Step 2
   └─ Yes
      Has IAM Roles Anywhere configured?
      ├─ No  → Start at Phase 1, Step 4
      └─ Yes
         VM tools installed?
         ├─ No  → Start at Phase 2 (read references/vm-setup.md)
         └─ Yes
            OpenClaw plugin configured?
            ├─ No  → Start at Phase 3 (read references/openclaw-config.md)
            └─ Yes → Verify setup (see Verification below)

Phases

Phase 1: AWS Setup (Dev Machine)

Read references/aws-dev-setup.md for complete instructions.

Step What Verification
1 Create KMS key (ECC_SECG_P256K1) aws kms describe-key --key-id KEY_ID returns Enabled
2 Create self-signed CA + client cert openssl verify -CAfile ca.pem client.crt succeeds
3 Store CA key securely (1Password / USB) ca.key removed from disk
4 Create Trust Anchor, IAM Role, Profile All three enabled + correct ARNs
5 Transfer client cert+key to VM via scp Files exist in /tmp/ on VM

Read the full file on GitHub · 166 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 166 lines · 138 tokens per session scan B f11b5efb3aa3

Subscribe to this mod's changes

agentic-vault-setup-guide is a skill published in the GitHub repository agenticvault/agentic-vault (4 stars, last pushed 6mo ago), licensed MIT. It adds 138 tokens to every session and 1,643 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

analyzing-ethereum-smart-contract-vulnerabilities

Use when perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet. Use when performing static and symbolic analysis of solidity smart contracts using.

oyi77/1ai-skills · 64 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

aomi-labs/skills · 221 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

Bilal140202/the-lord-of-the-skills · 211 tokens

across-bridge

Bridge ETH and ERC-20 tokens across EVM chains via Across Protocol v3. One function for a quote, one function for the entire end-to-end bridge (approval + deposit + arrival verification). Use when the user wants to move tokens between chains (e.g. "bridge 50 USDC from Base to Arbitrum", "send ETH from Ethereum to…

Starchild-ai-agent/official-skills · 129 tokens

aomi-transact

Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…

aomi-labs/skills · 221 tokens

api-workers

Cloudflare Workers deployment using createWorkerHandler from @cyanheads/mcp-ts-core/worker. Covers the full handler signature, binding types, CloudflareBindings extensibility, runtime compatibility guards, and wrangler.toml requirements.

cyanheads/coingecko-mcp-server · 51 tokens