/akf-trust-metadata
The AI native file format. EXIF for AI โ stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.
One skill from agentic-awesome-skills.
shell
$ npx -y skills add sickn33/agentic-awesome-skills --skill akf-trust-metadata --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/akf-trust-metadata
Context preview
The summary Claude sees to decide when to auto-load this skill.
The AI native file format. EXIF for AI โ stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.
Stats
Stars43,759
Forks6,465
LanguagePython
LicenseMIT
Ships with agentic-awesome-skills
SKILL.md
akf-trust-metadata.SKILL.md
--- name: akf-trust-metadata description: "The AI native file format. EXIF for AI โ stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing." risk: safe source: community date_added: "2026-03-27" author: HMAKT99 tags: - trust - metadata - provenance - compliance - file-format - ai-native --- # AKF โ The AI Native File Format Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content. ## When to Use Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows. ## After creating or modifying files ```bash akf stamp <file> --agent <agent-name> --evidence "<what you did>" ``` Evidence examples: - "generated from user prompt" - "refactored existing code" - "tests pass" - "docs reviewed"
