verify-kyc

A check of a user's KYC status, where KYC means identity verification required by some financial and online services.

In plain words
What is it for?
Use it to check the current KYC level, submit a verification request when needed, and verify the status of its proof.
Why use it?
It helps determine whether verification is complete and uses recorded proofs when a verification request must be submitted.

Skill for Claude CodeCodex

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/apiliumcode/mayros/verify-kyc
Any agent
npx skills add ApiliumCode/mayros --skill verify-kyc
Clone the repo
git clone --depth 1 https://github.com/ApiliumCode/mayros

Made for: Claude Code, Codex.

Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 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.00013 $0.00271
Opus 5 $0.00006 $0.00135
Sonnet 5 $0.00003 $0.00054
Haiku 4.5 $0.00001 $0.00027

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

Security

Grade A, and why

verify-kyc 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 3d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (skill.test.ts, skill.ts, types.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/examples/verify-kyc/SKILL.md · 42 lines

What it actually says

verify-kyc

Verify user KYC (Know Your Customer) status using the semantic graph and PoL proofs.

When to Use

Use this skill when the user needs to:

  • Check their KYC verification status
  • Submit a KYC verification request with proof
  • Query KYC levels across agents in the namespace

Instructions

  1. Query the agent's current KYC level using skill_graph_query
  2. If KYC is not verified, use skill_assert with requireProof: true to submit a verification
  3. Use skill_verify_assertion to check the proof status
  4. Report the results clearly to the user
Files

What ships with it

8 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. 3d ago First seen · 42 lines · 13 tokens per session scan A 75e8eefcfcde

Subscribe to this mod's changes

verify-kyc is a skill published in the GitHub repository ApiliumCode/mayros (12 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 271 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-30.

Related

Other skills, from other repositories

afrexai-compliance-engine

Your AI compliance officer. Guides startups and scale-ups through SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS — from zero to audit-ready. No consultants needed.

aAAaqwq/AGI-Super-Team · 0 tokens

audit-receipt

Audit a sealed runx receipt for governance, comparing exercised authority and any declared approval requirement with signed evidence, and flag over-reach, approval inconsistency, unrecorded refusals, or exposed secret material.

runxhq/runx · 47 tokens

jurisd-research

Expert Australian/NZ legal research and AGLC4 citation using the jurisd MCP server. Use when finding cases or legislation (AustLII), looking up a provision offline, formatting or resolving citations, building a pinpoint, tracing who-cites-what, or producing an AGLC4 bibliography. Triggers on case law, legislation…

russellbrenner/jurisd · 133 tokens

contract-drafter

Draft a contract from a versioned template with explicit parties and terms, reconciling every clause against the rendered baseline deterministically and keeping delivery behind a human gate.

runxhq/runx · 38 tokens

data-subject-request

Judge a data subject erasure or export request against explicit policy evidence, record the verdict durably through data-store, and emit only a bounded handoff for a separate governed downstream run.

runxhq/runx · 42 tokens

afrexai-compliance-audit

Run internal compliance audits against major governance and security frameworks, highlighting gaps, risks, and remediation priorities.

aAAaqwq/AGI-Super-Team · 28 tokens