# Send Trading to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trading",
    "name": "Trading",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/trading",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/trading",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trading",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trading",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "getting-started.md",
      "legal.md",
      "memory-template.md",
      "platforms.md",
      "risk.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trading",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:21:21.642Z",
      "expiresAt": "2026-05-07T09:21:21.642Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trading",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trading",
        "contentDisposition": "attachment; filename=\"trading-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trading"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/trading"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trading",
    "downloadUrl": "https://openagent3.xyz/downloads/trading",
    "agentUrl": "https://openagent3.xyz/skills/trading/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trading/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trading/agent.md"
  }
}
```
## Documentation

### 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

TopicFileSetupsetup.mdMemory templatememory-template.mdGetting startedgetting-started.mdRisk managementrisk.mdTechnical analysistechnical.mdPlatform evaluationplatforms.mdLegal disclaimerslegal.md

### 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

StyleTimeframeCharacteristicsScalpingSeconds-minutesFull attention requiredDay tradingIntradayClose positions by EODSwing tradingDays-weeksOvernight exposurePosition tradingWeeks-monthsFundamental + 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

TrapConsequenceNo predetermined exitSingle trades can wipe gainsExcessive leverageAmplifies losses beyond depositsOvertradingCosts and emotions compoundNo written planRandom entries, poor resultsRevenge tradingCompounds drawdownsMoving stops furtherTurns small losses into large onesIgnoring position sizeRisk 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 <slug> 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:21:21.642Z
- Expires at: 2026-05-07T09:21:21.642Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trading)
- [Send to Agent page](https://openagent3.xyz/skills/trading/agent)
- [JSON manifest](https://openagent3.xyz/skills/trading/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trading/agent.md)
- [Download page](https://openagent3.xyz/downloads/trading)