Real Skill packageSource verifiedClawHub registry

skill-studio

用 5种设计模式诊断并生成 Agent Skill。触发:创建/新建/重构/审计 skill。覆盖诊断→架构→起草→校验→打包。

Identity and source

Publisher attributionpj wangregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 60% rule confidence
Package forminstruction with code16 recorded files
Canonical sourceClawHub registryclawhub:coolhitbird:skill-studio
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 Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/skill-studio

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

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/skill-studio

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

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/skill-studio

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 @coolhitbird/skill-studio
clawhub inspect @coolhitbird/skill-studio --version 0.1.0

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
16 / 16 inspected as text
Checked
9/1/2026, 1:13:38 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
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/31/2026, 3:38:44 PM
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:680efbed2c07c47e15c46b09af1069eb8d2b1c0844859f14454fd7c04f06c098
Show up to 16 recorded paths
  • references/anti-patterns.md
  • references/architecture.md
  • references/pattern-generator.md
  • references/pattern-inversion.md
  • references/pattern-pipeline.md
  • references/pattern-reviewer.md
  • references/pattern-tool-wrapper.md
  • references/sop.md
  • scripts/.gitignore
  • scripts/audit.py
  • scripts/diagnose.py
  • scripts/init_skill.py
  • scripts/package_skill.py
  • scripts/validate.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial public release of skill-studio — a meta-skill for designing, generating, and auditing Agent Skills using 5 core design patterns. - Guides users through a full SOP: diagnosis, pattern selection, architecture, drafting, validation, packaging, and installation. - Provides detailed rules, anti-patterns, and scripts for deterministic skill creation and review. - Enforces strict compliance via scripts (`validate.py`, `diagnose.py`, `audit.py`, etc.), moving beyond prompt-based enforcement. - Includes modular design references and templates for Tool Wrapper, Generator, Reviewer, Inversion, and Pipeline patterns. - Designed for self-bootstrapping: skill-studio itself follows all enforced conventions.