List active session overrides scoped to the caller's tenant — useful for auditing dangling overrides or confirming an override is in effect before retrying
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill list-overrides --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List Overrides?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-list-overrides)More formats (shields.io, HTML) on the badges page.
---
name: list-overrides
description: "List active session overrides scoped to the caller's tenant — useful for auditing dangling overrides or confirming an override is in effect before retrying"
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/getaxonflow/axonflow-codex-plugin/skills/list-overrides/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/getaxonflow/axonflow-codex-plugin/skills/list-overrides/SKILL.md
---
Use this skill to inventory active session overrides — for example, before asking the user "should we keep that override active?", or to confirm an override is still in effect before retrying a previously-blocked tool call.
Call the `list_overrides` MCP tool. Optional filters:
- `policy_id` — restrict to overrides for a specific policy
- `include_revoked` — include already-revoked overrides (default: false)
The response is `{ overrides: [...], count: <int> }` where each override carries `id`, `policy_id`, `expires_at`, `created_at`, and the original justification.
Present results as a short table: ID, policy, expires-at, justification. Flag any override whose `expires_at` is more than 12 hours away as "long-lived — consider revoking when the work that needed it is done".
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/getaxonflow/axonflow-codex-plugin/skills/list-overrides/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!