← Back to Skills Marketplace
canonxu

my_stock_decide_execute_skill

by canonxu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install my-stock-decide-execute-skill
Description
当且仅当用户明确要求“交易决策并执行”或提到“my_stock_decide_execute_skill”时触发。这是一个严格流程控制的编排型交易执行技能,强制按照“决策 -> 交易挂单 -> 日志记录”三步顺序执行,且每步都要求显式输出结果并由用户确认或自动串联。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-stock-decide-execute-skill
  3. After installation, invoke the skill by name or use /my-stock-decide-execute-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
批量同步最新版本
v1.0.0
Initial release of the stock decision and execution orchestration skill.
Metadata
Slug my-stock-decide-execute-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is my_stock_decide_execute_skill?

当且仅当用户明确要求“交易决策并执行”或提到“my_stock_decide_execute_skill”时触发。这是一个严格流程控制的编排型交易执行技能,强制按照“决策 -> 交易挂单 -> 日志记录”三步顺序执行,且每步都要求显式输出结果并由用户确认或自动串联。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install my_stock_decide_execute_skill?

Run "/install my-stock-decide-execute-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is my_stock_decide_execute_skill free?

Yes, my_stock_decide_execute_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does my_stock_decide_execute_skill support?

my_stock_decide_execute_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my_stock_decide_execute_skill?

It is built and maintained by canonxu (@canonxu); the current version is v1.0.1.

💬 Comments