remora

Verify document analysis and legal citations through multi-oracle consensus with safety gates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/darklordVirtual/REMORA --skill remora-darklordvirtual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remora
Source: https://github.com/darklordVirtual/REMORA/tree/main/.claude/skills/remora
Command: npx skills add https://github.com/darklordVirtual/REMORA --skill remora-darklordvirtual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents agentic AI from acting on hallucinated or unsafe information by enforcing policy routing driven by calibrated multi-oracle uncertainty and a PreToolUse safety hook.

Core Features & Use Cases

  • Multi-Oracle Consensus for Verification: Uses a 5-stage cascade (fast gate, consensus gate, verifier gate, critique/revision, self-consistency) to decide whether to accept, abstain, or escalate answers for document analysis, legal citation verification, and security research.
  • Policy-as-Code Agent Control + Audit Ledger: Routes autonomous tool execution through a policy gate and records auditable decisions for compliance and observability.
  • PreToolUse Safety Substrate for Claude Code: Intercepts tool calls and applies deterministic risk classification plus intent-drift detection and Lyapunov V(t) session stability tracking.
  • Live Telemetry for Safety Decisions: Exposes session status (V(t), entropy, dissensus, drift, convergence, and stability guarantee) to support human review and operational monitoring.

Quick Start

Ask your agent to verify a Norwegian legal citation by calling remora_verify_legal_citations, or run remora_session_status to review Lyapunov stability before executing risky tools.

Frequently Asked Questions about remora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent AI agents from executing unsafe or hallucinated tool calls?

To prevent AI agents from executing unsafe tool calls, you can use a PreToolUse safety hook that intercepts actions and applies deterministic risk classification plus intent-drift detection to block unsafe execution.

How does uncertainty-aware consensus work for legal citation verification?

Uncertainty-aware consensus for legal citation verification works by routing documents through a 5-stage cascade—fast gate, consensus gate, verifier gate, critique, and self-consistency—to decide whether to accept, abstain, or escalate answers based on calibrated confidence thresholds.

Can I enforce policy-as-code governance for autonomous agent workflows?

Yes, you can enforce policy-as-code governance by routing autonomous tool execution through a policy gate that validates actions and records auditable decisions to a ledger for compliance and observability.

Do I need configured MCP endpoints to monitor agent session stability?

Yes, monitoring agent session stability requires configured MCP endpoints and worker URLs for consensus, RAG, law, and agent-control, which provide the telemetry needed to track Lyapunov V(t) stability and entropy.

What is human-on-the-loop escalation in AI agent governance?

Human-on-the-loop escalation in AI agent governance is a safety mechanism where the system abstains from low-confidence autonomous actions, exposing live telemetry like dissensus and drift to prompt human review before risky tools execute.

When should I not use automated multi-oracle consensus for document analysis?

You should not use automated multi-oracle consensus without authorization secrets configured, as the safety pipeline requires valid endpoints for agent-control and consensus to properly execute its three-phase safety checks.