Real Skill packageSource verifiedClawHub registry

spex

Spec-Driven Development (Spex) skill that manages the full SDLC — from requirement analysis and design to incremental implementation and submission. Invoked manually via /spex <command>. Supports commands: create (new), modify, apply (run, do, go), apply-one-step (step), merge (submit), archive, init.

Identity and source

Publisher attributionJiang Xinregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 61% rule confidence
Package forminstruction with code41 recorded files
Canonical sourceClawHub registryclawhub:jiangxin:spex
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 · 8/14/2026.claude/skills/spex

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 · 8/14/2026.agents/skills/spex

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 · 8/14/2026skills/spex

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 @jiangxin/spex
clawhub inspect @jiangxin/spex --version 0.1.0

Security evidence

SkillVetAI static result: high signal

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
40 / 41 inspected as text
Checked
8/14/2026, 5:13:39 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highDynamic code or shell execution is presentscripts/open.py:40 · confidence 78%subprocess.run(command, shell=True
highDynamic code or shell execution is presentscripts/show.py:27 · confidence 78%subprocess.Popen(pager, shell=True
2 High/Critical review queue entries
STATIC_DYNAMIC_CODE_EXECUTIONpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: docs.astral.sh
  • api: github.com
  • api: pypi.org
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/14/2026, 2:50:57 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:9ccdd53b614f63689fea1424371f11aca56c34db7920291c54bc74b2a76e8af1
Show up to 30 recorded paths
  • commands/apply-one-step.md
  • commands/apply.md
  • commands/archive.md
  • commands/create.md
  • commands/init.md
  • commands/merge.md
  • commands/modify.md
  • pyproject.toml
  • references/apply-review-loop.md
  • references/compact-sop-style.md
  • references/SKILLS-SPEC.md
  • scripts/__init__.py
  • scripts/apply_helper.py
  • scripts/archive.py
  • scripts/branch.py
  • scripts/cli.py
  • scripts/common.py
  • scripts/config.py
  • scripts/create_helper.py
  • scripts/debug_log.py
  • scripts/hooks.py
  • scripts/init.py
  • scripts/list.py
  • scripts/merge.py
  • scripts/meta_helper.py
  • scripts/open.py
  • scripts/prompt.py
  • scripts/review_helper.py
  • scripts/show.py
  • scripts/spex

Source changelog

- Initial public release of the spex skill for spec-driven development workflows. - Manages the full SDLC through manual command invocation via /spex <command>. - Supports commands: create (new), modify, apply (run, do, go), apply-one-step (step), merge (submit), archive, and init. - Features command routing to specific SOP files and intent inference for free-form input. - Does not act on user prompts directly—always routes via the correct command procedure.