Skip to content
Skillv1.0.0

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 audit

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (plugins/agentic-awesome-skills-claude/skills/akf-trust-metadata/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill akf-trust-metadata. Copyright stays with the author.

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

akf stamp <file> --agent <agent-name> --evidence "<what you did>"

Evidence examples:

  • "generated from user prompt"
  • "refactored existing code"
  • "tests pass"
  • "docs reviewed"

Before modifying existing files

akf read <file>          # Check existing trust metadata
akf inspect <file>       # See detailed trust scores

Compliance auditing

akf audit <file> --regulation eu_ai_act    # EU AI Act Article 50
akf audit <file> --regulation hipaa         # HIPAA
akf audit <file> --regulation sox           # SOX
akf audit <file> --regulation nist_ai       # NIST AI RMF

Classification

  • --label confidential for finance/secret/internal paths
  • --label public for README, docs, examples
  • Default: internal

Install

pip install akf

Links

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-akf-trust-metadata/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-akf-trust-metadata.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-akf-trust-metadata",
  "kind": "skill",
  "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.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "legal"
    ],
    "tags": [
      "skill-md",
      "trust",
      "metadata",
      "provenance",
      "compliance",
      "file-format",
      "ai-native",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "plugins/agentic-awesome-skills-claude/skills/akf-trust-metadata/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/plugins/agentic-awesome-skills-claude/skills/akf-trust-metadata/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/akf-trust-metadata/SKILL.md"
    }
  },
  "instructions": "# AKF — The AI Native File Format\n\nEvery photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.\n\n## When to Use\nUse 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.\n\n## After creating or modifying files\n\n```bash\nakf stamp <file> --agent <agent-name> --evidence \"<what you did>\"\n```\n\nEvidence examples:\n- \"generated from user prompt\"\n- \"refactored existing code\"\n- \"tests pass\"\n- \"docs reviewed\"\n\n## Before modifying existing files\n\n```bash\nak",
  "cost": {
    "context_tokens": 393
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-akf-trust-metadata/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.