Hrevn baseline check
Skill miguel-herrero-systems/hrevn-surface-anthropic/.claude/skills/hrevn-baseline-check
HREVN for Claude Code: verifiable workflow state via MCP, skills, and a local runner.From the repository description
npx -y skills add miguel-herrero-systems/hrevn-surface-anthropic --skill hrevn-baseline-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 416 tokens by cl100k_base, as published. Nobody here has run it
hrevn-baseline-check
Determines profile, readiness, missing blocks, risk flags and next step before a consequential action.
Use this first when you want a pre-flight HREVN assessment.
Example result: BaselineResult(profile_detected="eu_readiness_profile", readiness_level="medium", ...)
When to use
- Before consequential agent actions
- When you need
profile_detected,risk_flags,missing_required_blocks - When a workflow may fall under EU, MiCA or Agentic Finance readiness logic
When not to use
- Trivial tasks with no consequential action dimension
- Pure conceptual conversations with no structured assessment
Combination with other HREVN skills
- Use this first when more than one HREVN skill is installed
- Pair with
hrevn-sign-on-completewhen you want execution + receipt after the assessment - Pair with
hrevn-verify-bundleonly after artifacts already exist - Do not call
hrevn-verify-bundlefirst if no HREVN artifacts have been generated yet
Expected output
Return a compact BaselineResult with:
profile_detectedreadiness_levelmissing_required_blocksrisk_flagsrecommended_next_stepremedy_payload
Runtime bridge
When HREVN_API_KEY is available, prefer the managed runtime through the local runner:
python3 scripts/hrevn_anthropic_runner.py baseline-check \
--input examples/baseline_check_request.json
Use https://api.hrevn.com as the default backend unless HREVN_API_BASE_URL
has been explicitly changed.
If the user asks to run a first test, use:
examples/baseline_check_request.json- then report the
BaselineResultreturned by the runner
If Claude Code has HREVN MCP tools configured, prefer the baseline_check MCP tool
over shelling out through the local runner.
What ships with it: 1 file
186 B alongside SKILL.md
- schema.json186 B