← 返回 Skills 市场
ndtchan

Institutional Governance

作者 Nguyễn Đức Thành · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
30
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install institutional-governance
功能描述
Use when Vietnam equity recommendations need D1-backed approvals, compliance checks, audit logging, decision journals, or approved target portfolio state tra...
使用说明 (SKILL.md)

Institutional Governance

Purpose

Use this skill as the institutional state and control layer. It governs Cloudflare D1 writes for portfolio action drafts, approvals, compliance checks, audit events, decision journals, and approved target portfolio state.

Scope

  • Vietnam equity portfolio governance.
  • Cloudflare D1 persistence.
  • Approval-gated state transitions.
  • Compliance and audit logging.
  • Decision journal records.

Non-goals

  • Do not place broker orders.
  • Do not call broker APIs.
  • Do not execute trades.
  • Do not update live holdings unless the user provides explicit transaction or broker-import data.

State Objects

  • recommendation: analytical decision record.
  • portfolio_action_draft: proposed portfolio change before approval.
  • approval: explicit user decision to approve, reject, or request changes.
  • target_portfolio_state: approved target weights after user approval.
  • audit_event: append-only operational history.

Required State Transition Rules

  1. A recommendation may create a portfolio_action_draft.
  2. A draft must include compliance checks before it can become PENDING_APPROVAL.
  3. A draft with any FAIL compliance check must not be promoted.
  4. Explicit user approval is required before creating target_portfolio_state.
  5. Approval promotion must be idempotent.
  6. Previous approved target state must be marked SUPERSEDED when a new state is approved.
  7. Every state transition must write an audit_event.
  8. Broker execution must remain disabled in this phase.

Required Output

Return:

  • d1_write_intent
  • affected_tables
  • approval_status
  • compliance_status
  • state_transition
  • audit_event_summary
  • state_mutation_allowed
  • broker_execution_allowed
  • confidence

broker_execution_allowed must be false.

Vietnam Compliance Defaults

  • Fail if target single-name weight exceeds portfolio maximum.
  • Warn if sector exposure exceeds configured maximum.
  • Warn if liquidity is insufficient for proposed target size.
  • Fail if recommendation depends on missing critical financial statements.
  • Warn if news or price data is stale.
  • Fail if an action implies margin, derivatives, or broker execution.
  • Warn if target state would reduce cash below the configured buffer.

Guardrails

  • Treat Cloudflare D1 as the source of truth for approved target state.
  • Treat holdings as snapshots, not live broker positions, unless their source explicitly says otherwise.
  • Record user approval text or channel in approvals.
  • Never overwrite audit history.
  • Never treat target_portfolio_state as an executable order.
能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install institutional-governance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /institutional-governance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the institutional-governance skill for Vietnam equity portfolio compliance and approvals. - Introduces Cloudflare D1-backed governance for portfolio action drafts, approvals, and target state transitions. - Implements strict compliance checks, approval gating, audit event logging, and decision journaling. - Ensures all state changes are logged, idempotent, and broker execution remains disabled. - Enforces portfolio, sector, liquidity, and data freshness rules as compliance defaults. - Provides structured outputs for system integration and maintains Cloudflare D1 as the source of truth.
元数据
Slug institutional-governance
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Institutional Governance 是什么?

Use when Vietnam equity recommendations need D1-backed approvals, compliance checks, audit logging, decision journals, or approved target portfolio state tra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Institutional Governance?

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

Institutional Governance 是免费的吗?

是的,Institutional Governance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Institutional Governance 支持哪些平台?

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

谁开发了 Institutional Governance?

由 Nguyễn Đức Thành(@ndtchan)开发并维护,当前版本 v1.0.0。

💬 留言讨论