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 agentmods add skills/agenticvault/agentic-vault/agentic-vault-setup-guidenpx skills add agenticvault/agentic-vault --skill agentic-vault-setup-guidegit clone --depth 1 https://github.com/agenticvault/agentic-vaultWrote 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/agenticvault/agentic-vault/agentic-vault-setup-guide)<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>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.00138 | $0.01643 |
| Opus 5 | $0.00069 | $0.00822 |
| Sonnet 5 | $0.00028 | $0.00329 |
| Haiku 4.5 | $0.00014 | $0.00164 |
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>` 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 |
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.
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 First seen · 166 lines · 138 tokens per session scan B f11b5efb3aa3
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.
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.
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-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.…
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…
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.…
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.