agentsclimarketplace

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

Install
npx -y skills add miguel-herrero-systems/hrevn-surface-anthropic --skill hrevn-baseline-check

Assembled 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-complete when you want execution + receipt after the assessment
  • Pair with hrevn-verify-bundle only after artifacts already exist
  • Do not call hrevn-verify-bundle first if no HREVN artifacts have been generated yet

Expected output

Return a compact BaselineResult with:

  • profile_detected
  • readiness_level
  • missing_required_blocks
  • risk_flags
  • recommended_next_step
  • remedy_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 BaselineResult returned 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

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.