← 返回 Skills 市场
ndtchan

Trade Decision Policy

作者 Nguyễn Đức Thành · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
32
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install trade-decision-policy
功能描述
Use when stock research, valuation, portfolio analytics, and risk outputs must be converted into structured Vietnam equity recommendation labels, target weig...
使用说明 (SKILL.md)

Trade Decision Policy

Purpose

Use this skill as the final decision-policy layer for Vietnam equity recommendations. It converts upstream evidence into structured BUY, ADD, HOLD, TRIM, or EXIT labels and portfolio action drafts.

Scope

  • Vietnam listed equities.
  • Portfolio action drafts.
  • Target weights and maximum weights.
  • Confidence, invalidation, and data-gap disclosure.
  • User approval requirement before target-state mutation.

Non-goals

  • Do not place broker orders.
  • Do not call broker APIs.
  • Do not execute trades.
  • Do not treat an approved target portfolio state as an executable order.
  • Do not update approved target portfolio state without explicit user approval.

Input Contract

Required inputs:

  • ticker
  • exchange
  • research_summary
  • valuation_view
  • earnings_quality_view
  • portfolio_risk_view
  • current_weight_pct
  • risk_budget
  • compliance_context

Optional inputs:

  • liquidity_view
  • macro_view
  • news_view
  • backtest_view
  • data_gaps

Decision Labels

  • BUY: initiate a new position when evidence is strong, valuation is attractive, risk budget allows it, and liquidity is acceptable.
  • ADD: increase an existing position when the thesis remains valid and target weight remains within risk limits.
  • HOLD: keep target weight unchanged when evidence is balanced or action is not justified.
  • TRIM: reduce target weight when risk, valuation, concentration, or thesis quality has weakened.
  • EXIT: reduce target weight to zero when the thesis is invalidated or compliance/risk constraints require removal.

Required Output

Return a structured object with:

  • ticker
  • exchange
  • decision_label
  • current_weight_pct
  • target_weight_pct
  • max_weight_pct
  • confidence
  • reason
  • invalidation_condition
  • risk_check_status
  • compliance_check_status
  • data_gaps
  • requires_user_confirmation
  • broker_execution_allowed

requires_user_confirmation must be true.

broker_execution_allowed must be false unless a separate future execution policy explicitly enables broker integration.

Guardrails

  • Separate facts, assumptions, and inference.
  • Cap confidence at Medium when critical financial statements, liquidity data, or portfolio weights are missing.
  • Return HOLD when evidence is insufficient for an active change.
  • Return TRIM or EXIT only with explicit risk, valuation, compliance, or thesis-invalidation reasoning.
  • Never imply that a recommendation is a real order.
  • Never mutate D1 approved target state directly; return an action draft for approval-gated governance processing.
能力标签
crypto
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trade-decision-policy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trade-decision-policy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Defines the final decision-policy process for Vietnam equity recommendations. - Translates research and portfolio analytics into structured recommendation labels (`BUY`, `ADD`, `HOLD`, `TRIM`, `EXIT`) with explicit target and max weights. - Requires user approval before any target state change; never enables direct broker execution. - Enforces guardrails for data gaps, risk/compliance checks, and separates evidence from inference. - Outputs all decisions as actionable drafts, not executable orders, maintaining approval-gated portfolio governance.
元数据
Slug trade-decision-policy
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Trade Decision Policy 是什么?

Use when stock research, valuation, portfolio analytics, and risk outputs must be converted into structured Vietnam equity recommendation labels, target weig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Trade Decision Policy?

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

Trade Decision Policy 是免费的吗?

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

Trade Decision Policy 支持哪些平台?

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

谁开发了 Trade Decision Policy?

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

💬 留言讨论