certification-tracker

certification-tracker is a skill for Claude Code, Codex from bromso/metapowers. It costs 10 tokens per session (660 once invoked), scanned A, original, MIT.

A tracker for certification status, validity periods, certificate dates, renewal deadlines, and related audit dates. Certifications are formal evidence that an organisation meets a defined standard or requirement.

In plain words
What is it for?
Use it to maintain a certification register, record whether each certification is started or complete, and plan renewals and surveillance audits.
Why use it?
It helps prevent certifications from expiring unnoticed and keeps renewal work tied to compliance requirements.

Skill for Claude CodeCodex

Part of the compliance plugin — 12 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/bromso/metapowers/certification-tracker
Any agent
npx skills add bromso/metapowers --skill certification-tracker
Clone the repo
git clone --depth 1 https://github.com/bromso/metapowers

Made for: Claude Code, Codex.

Or install compliance, the plugin that ships this one along with the rest of its 12 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 certification-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/bromso/metapowers/certification-tracker.svg)](https://agentmods.dev/skills/bromso/metapowers/certification-tracker)
Your own site
<a href="https://agentmods.dev/skills/bromso/metapowers/certification-tracker"><img src="https://agentmods.dev/badge/skills/bromso/metapowers/certification-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00010 $0.00660
Opus 5 $0.00005 $0.00330
Sonnet 5 $0.00002 $0.00132
Haiku 4.5 $0.00001 $0.00066

Measured 4d ago against content hash f15d950170ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

certification-tracker scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/compliance/skills/certification-tracker/SKILL.md · 65 lines

How it starts

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

Certification Tracker

Track certification status, validity periods, and renewal dates for "$ARGUMENTS" to ensure continuous compliance and timely renewal of all certifications.

Prerequisites

Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:

Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.

If --skip-checks is present in $ARGUMENTS, skip this check.

Process

  1. Read context files:

    • Read plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
    • Read .metapowers/compliance/$ARGUMENTS/00-scope.md for scope and applicable regulations
    • Read .metapowers/compliance/$ARGUMENTS/03-certify.md for audit readiness and certification status
  2. Create certification register:

    • For each regulation/standard: record certification status (not started, in progress, certified, expired)
    • Certificate date — when certification was granted
    • Expiry date — when certification expires
    • Renewal lead time — how far in advance to begin renewal process
    • Surveillance audit dates — for standards requiring periodic surveillance (ISO)
    • Renewal requirements — what is needed for renewal vs. initial certification
    • Assigned owner — who is responsible for maintaining this certification
  3. Maintenance requirements:

    • Document between-audit requirements per certification
    • Continuous monitoring evidence needed
    • Management reviews required (frequency, participants)
    • Internal audit requirements
    • Corrective action tracking from previous audits
  4. Calendar and reminders:

    • Set calendar reminders for: renewal start dates, surveillance audits, evidence collection deadlines, management review due dates
    • Identify overlapping audit periods — consolidation opportunities
    • Flag certifications approaching expiry within 6 months
  5. Status dashboard:

    • Create at-a-glance view of all certification statuses
    • RAG (Red/Amber/Green) rating per certification
    • Days until next audit or renewal
    • Outstanding actions from previous audits

Read the full file on GitHub · 65 lines

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. 4d ago First seen · 65 lines · 10 tokens per session scan A f15d950170ca

Subscribe to this mod's changes

certification-tracker is a skill published in the GitHub repository bromso/metapowers (1 stars, last pushed 4mo ago), licensed MIT. It adds 10 tokens to every session and 660 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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