← 返回 Skills 市场
mindbomber

AANA Human Review Router Skill

作者 mindbomber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
65
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aana-human-review-router
功能描述
Routes uncertain, high-impact, or sensitive actions to appropriate human or professional review before proceeding.
使用说明 (SKILL.md)

AANA Human Review Router Skill

Use this skill when an OpenClaw-style agent may proceed with an uncertain, high-impact, irreversible, low-evidence, private, external, financial, legal, medical, production, or policy-sensitive action.

This is an instruction-only skill. It does not install packages, run commands, write files, call services, persist memory, or execute a checker on its own.

Core Principle

When confidence is low, stakes are high, evidence is weak, or consequences are hard to undo, the agent should route to the user or a qualified human reviewer before acting.

The agent should separate:

  • low-risk actions it can safely complete,
  • actions that need user clarification,
  • actions that need explicit user approval,
  • actions that need human review,
  • actions that need professional review,
  • actions that need administrator or system-owner review,
  • actions that should be refused.

When To Use

Use this skill before:

  • irreversible, destructive, external-send, publishing, deployment, purchase, booking, subscription, or financial actions,
  • medical, legal, financial, employment, housing, education, insurance, or safety-sensitive advice,
  • private account, billing, payment, health, legal, personal, customer, employee, student, or confidential data handling,
  • code commits, pull requests, production changes, data migrations, permission changes, or security changes,
  • decisions with missing evidence, unclear authority, unclear user intent, conflicting instructions, or material uncertainty,
  • actions that affect other people, organizations, public records, money, access, rights, safety, or reputation.

Review Routes

Use the narrowest appropriate route:

  • proceed: low-risk, scoped, authorized, and evidence-backed.
  • ask_user: missing intent, missing details, or user-held evidence.
  • user_approval: the action is clear but needs explicit consent before final execution.
  • human_review: a capable human should inspect the decision or artifact.
  • professional_review: legal, medical, financial, tax, safety, compliance, or domain expert review is needed.
  • admin_review: permissions, production, cloud, security, billing, or organization policy review is needed.
  • refuse: the request is unsafe, unauthorized, deceptive, or harmful.

Human Review Triggers

Route to review when any of these are true:

  • high impact: money, health, legal rights, housing, employment, education, benefits, safety, access, reputation, production systems,
  • irreversible or hard to undo: delete, publish, send, deploy, purchase, book, transfer, cancel, terminate, revoke, overwrite,
  • low evidence: missing records, unclear policy, unverified facts, unrun tests, uncertain source, unsupported claim,
  • unclear authority: user did not clearly approve, identity/ownership unclear, third-party data involved,
  • private data: sensitive records, secrets, credentials, account data, health/legal/financial data,
  • scope risk: broad, recursive, bulk, cross-system, cross-account, or outside workspace,
  • conflict: tool result, user request, policy, law, or safety requirement conflicts with intended action.

AANA Review Routing Loop

  1. Identify the proposed action or answer.
  2. Classify impact: low, moderate, high, irreversible, external, private, professional, production, or unknown.
  3. Check evidence: enough, partial, missing, conflicting, unverified, or unavailable.
  4. Check authorization: explicit, implicit, unclear, unauthorized, or not needed.
  5. Check reversibility: reversible, draft/preview, reversible with cost, hard to undo, irreversible, unknown.
  6. Select the minimum safe route.
  7. Prepare the review packet with redacted context, decision options, blockers, and requested reviewer decision.
  8. Do not proceed until the required review or approval is received.

Review Packet

When routing to a human, provide:

  • proposed action,
  • why review is needed,
  • decision needed from the reviewer,
  • known facts,
  • missing or uncertain facts,
  • risks and consequences,
  • private data handling,
  • safe alternatives,
  • recommended next step.

Keep it compact. Do not include raw secrets, full private records, full logs, full transcripts, or unrelated data.

Approval Rules

User approval is required before:

  • spending money or creating financial commitments,
  • publishing, sending, or sharing content externally,
  • deleting, overwriting, or moving user files,
  • committing, pushing, deploying, releasing, or changing production systems,
  • handling sensitive private data beyond the clearly requested scope,
  • acting for or about another person.

Human or professional review is required when:

  • the agent lacks enough evidence to responsibly proceed,
  • a specialized judgment is needed,
  • legal, medical, financial, safety, compliance, or employment consequences are plausible,
  • a mistake could cause material harm.

Do Not

  • Treat silence as approval.
  • Treat broad intent as approval for a specific irreversible action.
  • Hide uncertainty to avoid routing.
  • Ask for approval using vague wording.
  • Send raw sensitive records to reviewers when a redacted summary is enough.
  • Proceed after routing until the required approval or review result is available.
  • Use the review route to shift responsibility for an unsafe or prohibited action.

Review Payload

When using a configured AANA checker, send only a minimal redacted review payload:

  • task_summary
  • proposed_action
  • impact_level
  • evidence_status
  • authorization_status
  • reversibility_status
  • review_route
  • review_reason
  • recommended_action

Do not include raw secrets, credentials, full private records, full logs, full transcripts, full account records, or unrelated private data when a redacted summary is enough.

Decision Rule

  • If action is low-risk, evidence-backed, scoped, authorized, and reversible, proceed.
  • If user intent or user-held evidence is missing, ask the user.
  • If a clear high-impact or irreversible action only needs consent, request explicit user approval.
  • If specialized judgment or independent inspection is needed, route to human, professional, or admin review.
  • If the request is unsafe, unauthorized, deceptive, or harmful, refuse unsafe parts and explain briefly.
  • If a checker is unavailable or untrusted, use manual human-review routing.

Output Pattern

For review-sensitive work, prefer:

Human review route:
- Proposed action: ...
- Trigger: ...
- Evidence: ...
- Authorization: ...
- Reversibility: ...
- Route: proceed / ask_user / user_approval / human_review / professional_review / admin_review / refuse
- Reviewer decision needed: ...

Do not include this block in user-facing output unless approval, review, or escalation is needed.

安全使用建议
This appears safe to install if you want the agent to pause for approval or human review before sensitive, irreversible, or high-impact actions. The main tradeoff is workflow friction and possible sharing of redacted summaries with trusted reviewers or configured checkers.
功能分析
Type: OpenClaw Skill Name: aana-human-review-router Version: 1.0.0 The skill is a safety-oriented instruction set designed to enforce human-in-the-loop protocols for high-risk, irreversible, or uncertain agent actions. It contains no executable code, installs no dependencies, and explicitly instructs the agent to redact sensitive information such as API keys, credentials, and PII before routing tasks for review (SKILL.md, manifest.json).
能力标签
cryptorequires-walletcan-make-purchasescan-sign-transactionsrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is coherent with the artifacts: it routes uncertain, sensitive, or high-impact actions to user, human, professional, or admin review. The high-impact capability signals appear to come from review-trigger vocabulary rather than actual executable purchase, wallet, signing, or credential-handling capability.
Instruction Scope
The skill intentionally changes the agent workflow by requiring approval or review before proceeding with sensitive or irreversible actions. This is broad but disclosed and purpose-aligned.
Install Mechanism
There is no install spec, dependency installation, or code execution. Source/homepage provenance is limited, but the package is instruction-only and the manifest declares no bundled code.
Credentials
The skill may create redacted review packets for a human or configured checker. The artifacts repeatedly require minimization and forbid raw secrets, credentials, and full private records.
Persistence & Privilege
The manifest and README state that the skill does not write files, persist memory, execute commands, call remote services by itself, or require credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aana-human-review-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aana-human-review-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AANA Human Review Router Skill 1.0.0 – Initial Release - Provides thorough instructions for routing high-risk, sensitive, or uncertain actions to human or professional reviewers. - Defines clear criteria and triggers for when to escalate actions for review, including detailed review routes. - Outlines step-by-step review routing logic and required information for review packets. - Specifies strict approval rules and privacy safeguards for handling sensitive actions and data. - Includes structured output and payload patterns for integration with AANA checkers or manual reviews. - Emphasizes compact, redacted information sharing and prohibits unsafe automation.
元数据
Slug aana-human-review-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AANA Human Review Router Skill 是什么?

Routes uncertain, high-impact, or sensitive actions to appropriate human or professional review before proceeding. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。

如何安装 AANA Human Review Router Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aana-human-review-router」即可一键安装,无需额外配置。

AANA Human Review Router Skill 是免费的吗?

是的,AANA Human Review Router Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AANA Human Review Router Skill 支持哪些平台?

AANA Human Review Router Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AANA Human Review Router Skill?

由 mindbomber(@mindbomber)开发并维护,当前版本 v1.0.0。

💬 留言讨论