agentsclimarketplace

Hrevn sign on complete

Skill miguel-herrero-systems/hrevn-surface-anthropic/.claude/skills/hrevn-sign-on-complete

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-sign-on-complete

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.3 KB, 307 tokens by cl100k_base, as published. Nobody here has run it

hrevn-sign-on-complete

Wraps a consequential action so HREVN can run baseline before execution and emit an AER/receipt after execution. Use this when the action itself needs structured traceability.

When to use

  • When an action should leave a tamper-evident trail
  • When you want baseline + action execution + receipt/AER path
  • For critical operations in agents and workflows

When not to use

  • Trivial helper functions with no real consequence
  • Situations where you only need a pre-flight assessment and no action receipt

Combination with other HREVN skills

  • Recommended order: hrevn-baseline-checkhrevn-sign-on-completehrevn-verify-bundle
  • If baseline has already been assessed and the action is ready, use this after hrevn-baseline-check
  • Do not use this instead of hrevn-baseline-check when you explicitly need missing blocks / remedy analysis before acting
  • hrevn-verify-bundle comes after this, not before

Expected output

A post-action HREVN receipt path:

  • baseline artifact
  • receipt/AER artifact
  • manifest/log path where applicable

Runtime bridge

Use the managed runtime through the local runner:

  1. baseline-check first
  2. consequential action second
  3. generate-bundle after execution when an artifact is required

Current live backend:

  • https://api.hrevn.com

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.