← 返回 Skills 市场
canonxu

my_stock_decide_execute_skill

作者 canonxu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install my-stock-decide-execute-skill
功能描述
当且仅当用户明确要求“交易决策并执行”或提到“my_stock_decide_execute_skill”时触发。这是一个严格流程控制的编排型交易执行技能,强制按照“决策 -> 交易挂单 -> 日志记录”三步顺序执行,且每步都要求显式输出结果并由用户确认或自动串联。
安全使用建议
This skill is an orchestration controller that will call other skills to make trading decisions, place real orders, and write logs. Before installing, verify: (1) the downstream skills (my_stock_longbridge_skill, my_stock_decide_skill, my_stock_log_skill) actually exist and review their auth/credential needs; (2) there is a strict, auditable confirmation step before any real-money order is sent (prefer multi-factor or explicit user consent each time); (3) agent autonomous invocation is restricted if you do not want automatic execution — disable autonomous invocation at the platform level or require explicit user confirmations; (4) test end-to-end with a paper/training account to confirm behavior and logging; (5) ensure audit logs and error handling are implemented by the logging skill. If you cannot review or control the downstream skills' credential usage and confirmation logic, treat this skill as high risk and do not enable it for real trades.
能力评估
Purpose & Capability
The name/description claim (orchestration: decision -> place order -> log) matches the SKILL.md instructions: it delegates decisioning to my_stock_decide_skill, order placement to my_stock_longbridge_skill, and logging to my_stock_log_skill. No unrelated binaries, env vars, or install steps are requested, which is proportionate for an orchestrator.
Instruction Scope
Instructions stay within the stated orchestration role and do not ask the agent to read system files or secrets. However, they require executing real trade placement via another skill and allow either explicit user confirmation or 'automatic chaining' between steps; the conditions for automatic chaining are vague and could enable orders without strong, programmatic confirmation safeguards.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest installation risk. Nothing is written to disk by this skill itself.
Credentials
This skill declares no credentials or env vars (appropriate for an orchestrator). It relies on other skills to perform authenticated actions; you should verify those downstream skills' credential requirements and ensure they are limited and stored/used securely. The orchestration role implies access to trade parameters which are sensitive.
Persistence & Privilege
always:false (good), but disable-model-invocation:false means the agent may autonomously invoke this skill. Combined with the ability to place real orders (via my_stock_longbridge_skill) and the SKILL.md allowance for 'automatic chaining', there is a real risk of unintended automated trades unless the agent/platform enforces the stated 'only trigger on explicit user request' and additional confirmation steps.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-stock-decide-execute-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-stock-decide-execute-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
批量同步最新版本
v1.0.0
Initial release of the stock decision and execution orchestration skill.
元数据
Slug my-stock-decide-execute-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

my_stock_decide_execute_skill 是什么?

当且仅当用户明确要求“交易决策并执行”或提到“my_stock_decide_execute_skill”时触发。这是一个严格流程控制的编排型交易执行技能,强制按照“决策 -> 交易挂单 -> 日志记录”三步顺序执行,且每步都要求显式输出结果并由用户确认或自动串联。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 my_stock_decide_execute_skill?

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

my_stock_decide_execute_skill 是免费的吗?

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

my_stock_decide_execute_skill 支持哪些平台?

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

谁开发了 my_stock_decide_execute_skill?

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

💬 留言讨论