← Back to Skills Marketplace
a-stock-position-management
by
haohanyang92
· GitHub ↗
· v1.0.0
· MIT-0
324
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install position-management
Description
根据市场环境动态调整仓位,避免满仓踏空或重仓被套。用于A股仓位控制。
Usage Guidance
This skill is internally consistent and low-risk from a technical standpoint: it only encodes position-management rules and requests no credentials or installs. Before using it, decide and document where market data will come from (live feed, user input, or context) so the agent doesn't guess. Treat its outputs as advisory only — do not grant any agent automatic trade-execution rights. If you plan to rely on it for real trading, test the rules with historical data and add explicit safeguards (rate limits, manual confirmations, and loss limits).
Capability Analysis
Type: OpenClaw Skill
Name: position-management
Version: 1.0.0
The skill bundle contains only metadata and a markdown file (SKILL.md) providing logic for a trading position management assistant. It defines advisory rules for stock market position sizing based on sentiment indicators and lacks any executable code, network requests, or malicious instructions.
Capability Assessment
Purpose & Capability
Name and description claim dynamic position adjustment for A‑shares; the SKILL.md contains concrete position rules and trigger questions. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are limited to rule-based thresholds and example trigger prompts. They do not request system files, credentials, or external endpoints. Note: the skill does not specify how to obtain the market metrics (涨停家数、炸板率等), so the agent will need external market data or user-provided context to evaluate rules — this is a functional ambiguity, not a security concern.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk or installed by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The access requested is minimal and proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated privileges and does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install position-management - After installation, invoke the skill by name or use
/position-management - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of position-management skill for A股仓位控制:
- Dynamically adjusts position sizing based on real-time market conditions to avoid overexposure or missing out.
- Provides clear position rules for strong, volatile, and weak markets, with specific criteria and suggested exposure limits.
- Implements principles for dynamic adjustment, including responses to trends in daily limit hits, board failures, and losses.
- Responds to natural language queries about position management scenarios.
Metadata
Frequently Asked Questions
What is a-stock-position-management?
根据市场环境动态调整仓位,避免满仓踏空或重仓被套。用于A股仓位控制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.
How do I install a-stock-position-management?
Run "/install position-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is a-stock-position-management free?
Yes, a-stock-position-management is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does a-stock-position-management support?
a-stock-position-management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created a-stock-position-management?
It is built and maintained by haohanyang92 (@haohanyang92); the current version is v1.0.0.
More Skills