Real Skill packageSource verifiedClawHub registry

Key‑Safe Skill Generator

A documentation‑only meta‑skill that teaches AI agents how to generate secure, zero‑exposure skills using MGC Blackbox 1.4.10. Credentials are stored encrypted; local scripts read them via HTTP API at runtime, while AI agents never touch plaintext.

Identity and source

Publisher attributionzkevinyregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 68% rule confidence
Package forminstruction bundle4 recorded files
Canonical sourceClawHub registryclawhub:zkeviny:key-safe-skill-generator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/20/2026.claude/skills/Key‑Safe Skill Generator
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/20/2026.agents/skills/Key‑Safe Skill Generator
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/20/2026skills/Key‑Safe Skill Generator
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @zkeviny/key-safe-skill-generator
clawhub inspect @zkeviny/key-safe-skill-generator --version 1.2.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
4 / 4 inspected as text
Checked
8/20/2026, 1:18:29 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • external write action — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/20/2026, 2:28:17 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:24d64223c5490c5105a7597eeb0c977f1947e28b95efa8b11348fa5b83d097cd
Show up to 4 recorded paths
  • manifest.json
  • README.md
  • skill-card.md
  • SKILL.md

Source changelog

Key‑Safe Skill Generator 1.3.0 introduces support for MGC Blackbox 1.4.10 and fully enforces zero-exposure best practices. - Upgraded the skill to support MGC 1.4.10, using mgc_run and the HTTP API for true zero-exposure (AI never sees plaintext credentials) - Replaced mgc_get with mgc_run for sealed-script execution; added covering documentation for mgc_find (fuzzy search) and mgc_open_webui - Documented key changes: mgc_seal now returns a dictionary; ext02 auto-parsing and multi-line PEM handling for ext04 - Updated credential workflows to require credential updates via update_if_exists=true - Included new troubleshooting for invalid key formats and sandboxed agent considerations - Added anti-patterns: AI calling mgc_get and passing passwords as ext02 - Updated all templates and examples for the mgc_run + HTTP API usage pattern - Removed the obsolete skill-card.md file