Set up and verify AgentGuards in Codex. Use when the user asks to configure AgentGuards, set their API key, or check that the guardrails are wired up correctly.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill setup--hashgraph-online --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Setup Hashgraph Online?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-setup-hashgraph-online)More formats (shields.io, HTML) on the badges page.
---
name: setup
description: "Set up and verify AgentGuards in Codex. Use when the user asks to configure AgentGuards, set their API key, or check that the guardrails are wired up correctly."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/alelaguard/agentguards-plugins/skills/setup/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/alelaguard/agentguards-plugins/skills/setup/SKILL.md
---
# AgentGuards setup
Guide the user through finishing AgentGuards setup after installing the plugin.
The plugin already bundles the MCP server and the enforcing hooks — the only
thing the user must supply is their API key.
## Steps
1. **Check for the API key.** Look for the `AGENTGUARDS_API_KEY` environment
variable. If it is missing or does not start with `ag_`, tell the user to:
- Get a key from the dashboard at https://agentguards.co/dashboard/keys
- Export it so both the MCP server and the hooks can read it. For the current
shell and future sessions, add to their shell profile
(`~/.bashrc`, `~/.zshrc`, etc.):
```
export AGENTGUARDS_API_KEY=ag_your_token_here
```
- Restart Codex (or start a new session) so the MCP server and hooks pick up
the key from the environment.
2. **Confirm the URL (optional).** AgentGuards defaults to
`https://prod.agentguards.co`. Only set `AGENTGUARDS_URL` if the user runs a
self-hosted instance.
3. **Fail-open vs fail-closed.** The hooks fail **closed** by default — if the
AgentGuards service is unreachable, actions are blocked. A user who prefers
availability over strict enforcement can set `AGENTGUARDS_FAIL_OPEN=true`.
Mention this only if they ask or report unexpected blocks.
4. **Verify.** Call the AgentGuards `health_check` tool from the `agentguards`
MCP server. Report whether the service is reachable and which key prefix is
active. If it fails, the most common cause is `AGENTGUARDS_API_KEY` not being
exported in the environment Codex was launched from.
5. **Summarize what is now active:** UserPromptSubmit input scanning, PreToolUse
shell-command authorization, PostToolUse web-content scanning, and the
`check_input` / `authorize_action` MCP tools.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/alelaguard/agentguards-plugins/skills/setup/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!