← Back to Skills Marketplace
146
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install my-stock-decide-skill
Description
当且仅当用户提供持仓列表(图片或文字),并明确要求“交易决策”时触发。根据宏观形势分数动态调控T1/T2/T3的仓位比例(总上限90%),为当前持仓及观察仓标的输出明确操作方向、情绪、价格和详尽操作原因。
Usage Guidance
Before installing, consider these points:
- The skill will perform realtime web/news searches and parse user-supplied portfolio images/text; verify you are comfortable with the agent accessing that data and that your privacy policy allows it.
- The SKILL.md expects to call other skills (my_stock_watchlist_skill, my_stock_report_skill, us-stock-analysis) but the package metadata does not declare those dependencies. Confirm those skills exist, are trusted, and that you understand their permissions.
- The skill does not declare which news/APIs to use or whether any API keys/broker credentials will be needed; ask the author which data sources and credentials (if any) will be required before running it.
- Because it outputs explicit trade orders (prices, order types), do not execute any trades automatically — review suggestions manually and ensure compliance with legal/regulatory and personal risk constraints.
- If you need higher assurance, request the author to: declare dependencies and required creds, list the permitted news/data sources, and provide an explicit privacy/usage statement for user financial data.
If you cannot confirm these details, treat the skill cautiously or run it in a restricted/test environment only.
Capability Analysis
Type: OpenClaw Skill
Name: my-stock-decide-skill
Version: 1.0.1
The skill is a stock trading decision-support tool designed to analyze user-provided portfolios and macroeconomic data. It operates by parsing user-provided text or images, performing web searches for financial news, and coordinating with other internal stock analysis skills. The logic in SKILL.md is strictly aligned with its stated purpose, emphasizing transparency and real-time data, with no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe a trading decision assistant and the SKILL.md indeed specifies producing buy/sell recommendations with target prices and position sizing — coherent. However, the runtime instructions require calling other skills (my_stock_watchlist_skill, my_stock_report_skill, us-stock-analysis) and performing realtime web/news searches, yet the skill metadata declares no dependencies, required binaries, or environment variables. The missing declaration of dependent skills and data sources is disproportionate to the metadata and may cause unexpected behavior or hidden external calls.
Instruction Scope
Instructions mandate realtime internet queries for eight macro dimensions, scanning for '突发重大事件' (breaking geopolitical events), and extracting sensitive portfolio information from images/text. They also require chaining to other skills for watchlists/reports. This is within the stated purpose but broad in scope: it instructs the agent to collect extensive external data and user-sensitive financial details and gives no limits on which news/APIs to use or how often to query, increasing privacy and operational risk.
Install Mechanism
Instruction-only skill with no install spec or code files. No on-disk installation risk is present.
Credentials
No environment variables, credentials, or config paths are requested (proportionate superficially). However, the skill expects to read user-provided portfolio images/text and to perform realtime web/news lookups and inter-skill calls — these are sensitive actions (financial data, news aggregation) that are not reflected in declared permissions or dependency metadata.
Persistence & Privilege
always is false and there is no request for persistent installation or modification of other skills or system configs. Autonomous invocation is allowed by default but not by itself unusual; combined with other concerns this means the skill could autonomously perform broad data queries when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-stock-decide-skill - After installation, invoke the skill by name or use
/my-stock-decide-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
批量同步最新版本
v1.0.0
Initial release of my_stock_decide_skill for macro-driven stock decisions
Metadata
Frequently Asked Questions
What is my_stock_decide_skill?
当且仅当用户提供持仓列表(图片或文字),并明确要求“交易决策”时触发。根据宏观形势分数动态调控T1/T2/T3的仓位比例(总上限90%),为当前持仓及观察仓标的输出明确操作方向、情绪、价格和详尽操作原因。 It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install my_stock_decide_skill?
Run "/install my-stock-decide-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my_stock_decide_skill free?
Yes, my_stock_decide_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does my_stock_decide_skill support?
my_stock_decide_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my_stock_decide_skill?
It is built and maintained by canonxu (@canonxu); the current version is v1.0.1.
More Skills