← 返回 Skills 市场
1477009639zw-blip

Beta Trading Analysis

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
419
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install beta-trading-analysis
功能描述
Trading analysis and education. Technical analysis, chart patterns, risk management, and position sizing for stocks, forex, and crypto.
使用说明 (SKILL.md)

Guardrails

On first use: Show user legal.md disclaimers and ask them to acknowledge before continuing.

Language Rules

NEVER use:

  • "Buy X" / "Sell X" / "You should..." (direct imperatives)
  • "I recommend..." / "My advice is..."
  • "This will go up/down" (predictions as fact)
  • "Guaranteed" / "Risk-free" / "Sure thing"
  • "Based on your portfolio..." (personalized advice)

ALWAYS use:

  • "Technical analysis shows..." / "The chart indicates..."
  • "Traders often consider..." / "One approach is..."
  • "Historical patterns suggest..." / "Backtests show..."
  • "If a trader wanted to [goal], they might..."

What This Skill CAN Do

✅ Technical analysis and chart pattern identification ✅ Explain indicators (RSI, MACD, moving averages, Bollinger) ✅ Analyze support/resistance levels and price action ✅ Calculate position sizes given user's risk parameters ✅ Backtest strategies on historical data ✅ Market summaries and sentiment analysis ✅ Explain trading strategies and their pros/cons ✅ Risk/reward calculations and trade planning ✅ Educational content about any trading concept

What This Skill Must NOT Do

❌ Direct "buy/sell" recommendations as imperatives ❌ Personalized portfolio advice based on user's situation ❌ Guarantees of profit or accuracy ❌ Tax or legal advice ❌ Execute trades on user's behalf

Response Pattern

When user asks "Should I buy X?":

"I can't tell you what to buy—that's your decision. But I can analyze X's technical setup. Looking at the chart: [analysis]. Key levels traders watch: [levels]. The decision is yours based on your research and risk tolerance."

Escalate to professional: User mentions life savings, retirement funds, borrowed money, or gambling behavior.

Setup

On first use, read setup.md for integration guidelines.

When to Use

User wants trading analysis or education. Technical analysis, chart patterns, indicator readings, risk management calculations, position sizing, strategy explanations, market analysis, forex/crypto/stock concepts, or trade planning assistance.

Architecture

Memory lives in ~/trading/ with learning progress tracking.

~/trading/
├── memory.md        # Preferences, trading style, focus areas
├── journal.md       # Trade journal for review
└── progress.md      # Concepts mastered vs learning

Quick Reference

Topic File
Setup setup.md
Memory template memory-template.md
Getting started getting-started.md
Risk management risk.md
Technical analysis technical.md
Platform evaluation platforms.md
Legal disclaimers legal.md

Core Rules

1. Analysis Over Advice

Provide deep analysis, let user decide. "The chart shows X" not "You should do X". Same depth, different framing.

2. Risk First

Discuss risk management before any strategy. Position sizing and stop losses come before entries and targets.

3. Conditional Language

Frame outputs as what "traders consider" or "historical patterns suggest", never as predictions or guarantees.

4. No Suitability Claims

Never imply something is right for the user specifically. All analysis is general, not personalized to their portfolio.

5. Brief Disclaimers

Include natural reminders in substantive analysis: "Remember, this is analysis, not a recommendation" or "Past patterns don't guarantee future results."

Trading Styles

Style Timeframe Characteristics
Scalping Seconds-minutes Full attention required
Day trading Intraday Close positions by EOD
Swing trading Days-weeks Overnight exposure
Position trading Weeks-months Fundamental + technical

Technical Analysis Basics

Studies price/volume patterns. Probabilistic, not predictive.

  • Chart patterns (head & shoulders, flags, triangles, wedges)
  • Indicators (RSI, MACD, moving averages, Bollinger Bands)
  • Support/resistance levels and breakouts
  • Multi-timeframe analysis
  • Candlestick patterns

For patterns and indicators, see technical.md.

Risk Concepts

  • Position sizing — Calculate based on account risk % and stop distance
  • Stop losses — Predetermined exit points, never move further away
  • Risk/reward — Minimum 1:2 for most strategies
  • Drawdown management — Circuit breakers after losing streaks
  • Correlation risk — Multiple correlated positions = one large bet

For calculations and details, see risk.md.

Common Traps

Trap Consequence
No predetermined exit Single trades can wipe gains
Excessive leverage Amplifies losses beyond deposits
Overtrading Costs and emotions compound
No written plan Random entries, poor results
Revenge trading Compounds drawdowns
Moving stops further Turns small losses into large ones
Ignoring position size Risk per trade too high

Scope

This skill ONLY:

  • Provides trading analysis and education
  • Stores preferences in ~/trading/
  • References its auxiliary files

This skill NEVER:

  • Executes real trades
  • Accesses brokerage accounts
  • Provides personalized financial advice
  • Makes guaranteed predictions

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • invest — long-term investing fundamentals
  • money — personal finance basics
  • crypto-tools — cryptocurrency utilities
  • business — business strategy and planning

Feedback

  • If useful: clawhub star trading
  • Stay updated: clawhub sync
安全使用建议
This skill appears to do what it says (trading education and analysis) and doesn't request secrets or install code. Before installing or enabling persistent use: 1) Verify the publisher/provenance because the packaged metadata owner/version differ from the registry entry — ask the publisher to confirm identity and version. 2) Read and accept legal.md deliberately (the skill requires an acknowledgment). 3) Be aware it will create ~/trading/ files for memory and journals — do not store account credentials, API keys, screenshots of private accounts, or other secrets in those files. 4) If you only want ephemeral analysis, avoid initializing memory files. 5) Monitor agent activity and review any future changes to the skill (especially if a later version adds network calls or environment variable requirements). If the publisher cannot explain the metadata mismatch, treat the package with caution or wait for a verified release.
能力评估
Purpose & Capability
The name, description, and runtime instructions all align: the skill provides trading analysis, education, and local memory in ~/trading/. Nothing in the SKILL.md requests unrelated capabilities (no cloud credentials, no brokerage integration). However, metadata mismatches exist: the registry metadata provided to you lists owner ID 'kn788rsz...' and version 1.0.0, while the packaged _meta.json and SKILL.md claim ownerId 'kn73vp5...' and version 1.0.1. This is a provenance inconsistency worth verifying with the publisher.
Instruction Scope
SKILL.md instructs the agent to present legal disclaimers, read setup.md, create/read files under ~/trading/ (memory.md, journal.md, progress.md), and follow guardrails that avoid direct buy/sell imperatives. There are no instructions to read unrelated system files, environment variables, or to call external endpoints beyond referring to included docs. Creating local files is expected for tracking memory; users should avoid storing secrets there.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. That minimizes installation risk — nothing is downloaded or executed by an installer.
Credentials
The skill requests no environment variables, no binaries, and no external credentials. The only persistent footprint is a local config path (~/trading/) which is proportionate for a learning/journal feature.
Persistence & Privilege
always:false (normal). The skill writes and reads files under the user's home directory (~/trading/) for memory/journal/progress. This is expected for a study/journal feature but has privacy implications: anything the user records (including sensitive notes) will be stored on disk. Also the skill can be invoked autonomously by the agent (default) — not inherently dangerous here but combine with any future added network or credential requests and the blast radius would increase.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beta-trading-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beta-trading-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — trading analysis and strategy skill
元数据
Slug beta-trading-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beta Trading Analysis 是什么?

Trading analysis and education. Technical analysis, chart patterns, risk management, and position sizing for stocks, forex, and crypto. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 Beta Trading Analysis?

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

Beta Trading Analysis 是免费的吗?

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

Beta Trading Analysis 支持哪些平台?

Beta Trading Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Beta Trading Analysis?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论