Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nornr-governance规范治理

Agent Skill

nornr-governance 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,298

周安装

223

GitHub Stars

公开资料未说明

下载量

1,855
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nornr-governance(规范治理)
来源仓库:https://github.com/onechan/nornr-governance
安装命令:
openclaw skills install nornr-governance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nornr-governance

简介

用于查找、检索和筛选相关信息,适合在 OpenClaw 中根据线索快速定位内容。

  • 适用于需要管理政策审批或财务审计跟踪的场景。
  • 通过 clawhub 安装,具体用法可参考来源仓库和原始文档。
  • 安装前建议核实权限和维护状态,注意是否触发高风险操作或数据修改。
  • nornr-governance 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
nornr-governance
description
The control layer before consequential MCP and OpenClaw execution: approve, queue or block before local tool use turns into spend or vendor action.
homepage
https://github.com/NORNR/nornr-mcp-control
metadata
{"openclaw":{"homepage":"https://github.com/NORNR/nornr-mcp-control","primaryEnv":"NORNR_API_KEY","requires":{"env":["NORNR_API_KEY"],"anyBins":["python","python3"]}}}

NORNR MCP Control for OpenClaw

What this skill is for

Use NORNR as the control layer before an OpenClaw skill or local MCP-connected action triggers spend, vendor action or another consequential downstream step.

The shortest correct reading is:

  • one local tool request becomes one NORNR intent
  • NORNR decides whether it is approved, queued or blocked
  • queued work enters named review with context attached
  • the same action still survives into proof, finance packet and audit export later

When to use it

  • Before a skill triggers a purchase, subscription, or vendor-side paid action
  • When an autonomous flow should pause for operator approval before execution
  • When finance or operations need one defensible decision record after the action completes
  • When suspicious prompt instructions or unusual spend should surface as review posture instead of silent execution

Installation

  • python -m pip install -r requirements.txt

Hello world

  1. Set NORNR_API_KEY.
  2. Run:

python nornr_governance.py preflight --action purchase --amount-usd 25 --counterparty openai --purpose "Run the paid research action"

  1. If NORNR returns approved, the autonomous action may proceed.
  2. If NORNR returns approval_required or blocked, stop the autonomous flow and route to review.

Copy-paste MCP / desktop config

Use NORNR as the default control layer before consequential local tool execution clears:

  • Claude Desktop:

nornr mcp claude-config --server-name nornr --agent-id openclaw-agent

  • Cursor:

nornr mcp cursor-config --server-name nornr --agent-id openclaw-agent

Cursor rule

Add this to .cursorrules if Cursor is allowed to use local tools through NORNR:

Use NORNR as the control layer before consequential tool execution.
Do not proceed with a paid, vendor-side or policy-sensitive action until NORNR returns approved or a named operator explicitly approves the queued intent.
Treat queued, blocked, anomalous or review-required posture as a stop state for autonomous execution.

First run

  1. Set NORNR_API_KEY and, if needed, NORNR_AGENT_ID.
  2. Run:

python nornr_governance.py preflight --action purchase --amount-usd 25 --counterparty openai --purpose "Run the paid research action"

  1. If NORNR returns approved, the action may proceed.
  2. If NORNR returns approval_required or blocked, stop the autonomous flow and route to review.

Environment

Only this variable is required:

  • NORNR_API_KEY

These are optional:

  • NORNR_BASE_URL (optional, defaults to https://nornr.com)
  • NORNR_AGENT_ID or a stored NORNR login profile

Default policy pack for OpenClaw

Start from mcp-local-tools-guarded when OpenClaw actions can trigger spend, vendor action or policy-sensitive tool execution. The point is not to invent a new OpenClaw policy language. It is to make NORNR the default control layer before autonomous execution.

Recommended API key scope

Minimum action scope for the full skill surface:

  • payments:write
  • workspace:read
  • approvals:write
  • events:read
  • audit:read

Add these if you want the finance-close paths too:

  • reports:read
  • webhooks:read

Dependency provenance

This skill delegates governance decisions to the official NORNR Python SDK, agentpay.

  • Public MCP package repo: https://github.com/NORNR/nornr-mcp-control
  • Install source: requirements.txt
  • Pinned PyPI package: nornr-agentpay==0.1.0
  • Local bridge: nornr_governance.py

Review the pinned SDK revision before use if your environment requires dependency review.

Commands

  • python nornr_governance.py preflight --action purchase --amount-usd 25 --counterparty openai --purpose "Run the paid research action"
  • python nornr_governance.py approvals
  • python nornr_governance.py approve --payment-intent-id pi_123 --comment "Approved after review"
  • python nornr_governance.py reject --payment-intent-id pi_123 --comment "Rejected pending review"
  • python nornr_governance.py anomalies --counterparty openai
  • python nornr_governance.py timeline
  • python nornr_governance.py finance-packet
  • python nornr_governance.py audit-export
  • python nornr_governance.py weekly-review
  • python nornr_governance.py monthly-close --provider quickbooks
  • python nornr_governance.py review-bundle --counterparty openai

Why raw tool execution is not enough

Raw OpenClaw or MCP tool execution exposes capability. NORNR adds the missing layer above capability:

  • should this action clear under the active mandate
  • who reviews it when it should queue
  • what finance or audit can inspect afterward

What happens after queued

Queued does not mean "probably yes later". It means:

  1. stop the autonomous action
  2. inspect review-bundle, anomalies or timeline
  3. let a named operator approve or reject
  4. carry the same action into finance-packet, audit-export or monthly-close later

Suggested demo GIF

The clearest first demo is:

  1. the local agent proposes a consequential action
  2. NORNR returns approval_required
  3. the client pauses instead of continuing
  4. an operator approves
  5. the action resumes with one defended record afterward

Operating rule

Do not let OpenClaw proceed with the autonomous action until NORNR returns approved or an operator explicitly approves the queued intent. Treat queued, blocked, anomalous, or prompt-risk posture as operator review states, not autonomous green lights.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.19%
按下载量换算1,302

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills