# Send Stock Data Skill 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": "stock-data-skill",
    "name": "Stock Data Skill",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/raufimusaddiq/stock-data-skill",
    "canonicalUrl": "https://clawhub.ai/raufimusaddiq/stock-data-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/stock-data-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-data-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "skill.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "stock-data-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:14:27.944Z",
      "expiresAt": "2026-05-07T06:14:27.944Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-data-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-data-skill",
        "contentDisposition": "attachment; filename=\"stock-data-skill-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "stock-data-skill"
      },
      "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/stock-data-skill"
    },
    "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/stock-data-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/stock-data-skill",
    "agentUrl": "https://openagent3.xyz/skills/stock-data-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stock-data-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stock-data-skill/agent.md"
  }
}
```
## Documentation

### Stock Data - Simplywall.st

Fetch comprehensive stock data from Simplywall.st for any global stock.

### When to Use

User asks about stock prices ("Berapa harga saham ADRO?")
User wants valuation analysis ("ADRO undervalued atau overvalued?")
User needs financial data ("Berapa revenue BBCA?")
User wants dividend info ("Berapa dividend yield TLKM?")
User asks for investment analysis ("Bagaimana analisa NVDA?")

### Input Parameters

ParameterTypeRequiredDescriptiontickerstringYesStock ticker symbol (e.g., ADRO, AAPL, BBRI)exchangestringNoExchange hint (e.g., IDX, NASDAQ, NYSE)

### Output Structure

{
  "success": true,
  "ticker": "ADRO",
  "exchange": "IDX",
  "data": {
    "company": {
      "name": "PT Alamtri Resources Indonesia Tbk",
      "description": "Company description...",
      "country": "Indonesia",
      "founded": 2004,
      "website": "www.alamtri.com"
    },
    "price": {
      "lastSharePrice": 2300,
      "currency": "IDR",
      "return7D": 0.036,
      "return1Yr": 0.055
    },
    "valuation": {
      "marketCap": 3908.23,
      "peRatio": 13.07,
      "pbRatio": 0.85,
      "pegRatio": 0.41,
      "intrinsicDiscount": -39.06,
      "status": "overvalued"
    },
    "financials": {
      "eps": 0.0104,
      "roe": 8.77,
      "roa": 3.09,
      "debtEquity": 0.12
    },
    "dividend": {
      "yield": 13.48,
      "futureYield": 5.64,
      "payingYears": 10,
      "payoutRatio": 1.88
    },
    "forecast": {
      "earningsGrowth1Y": 0.51,
      "roe1Y": 9.74,
      "analystCount": 10
    },
    "snowflake": {
      "value": 3,
      "future": 6,
      "past": 2,
      "health": 6,
      "dividend": 4
    },
    "recentEvents": [
      {
        "title": "Investor sentiment improves...",
        "description": "..."
      }
    ],
    "fetchedAt": "2026-02-22T08:30:00Z"
  }
}

### Example Usage

User: "Cek saham ADRO gimana?"
→ Call stock_data(ticker="ADRO")

User: "What's Apple's P/E ratio?"
→ Call stock_data(ticker="AAPL", exchange="NASDAQ")

User: "Berapa dividend yield TLKM?"
→ Call stock_data(ticker="TLKM")

### Supported Exchanges

ExchangeCodeExample TickersIndonesiaIDXADRO, BBRI, BBCA, TLKMUS NASDAQNASDAQAAPL, NVDA, GOOGLUS NYSENYSEJPM, BAC, WMTAustraliaASXBHP, CBA, RIOUKLSEHSBA, BP, SHELCanadaTSXRY, TD, CNRSingaporeSGXDBS, OCBC

### Data Source

Direct HTTP fetch from SimplyWall.st
Parses __REACT_QUERY_STATE__ data embedded in HTML
No API key required
Price data updated daily
Fair value estimates based on proprietary model
Use as guide only, not investment advice

### Technical Details

This skill uses direct HTTP requests to fetch SimplyWall.st pages, then parses the __REACT_QUERY_STATE__ data embedded in the HTML to extract structured stock information including:

Company基本信息
Current price and returns
Valuation metrics (PE, PB, PEG, market cap)
Financial ratios (ROE, ROA, EPS, debt/equity)
Dividend information (yield, payout ratio)
Forecast data (growth estimates, analyst count)
Snowflake ratings (5-point scoring system)
Recent company events
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: raufimusaddiq
- Version: 1.3.0
## 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-30T06:14:27.944Z
- Expires at: 2026-05-07T06:14:27.944Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/stock-data-skill)
- [Send to Agent page](https://openagent3.xyz/skills/stock-data-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/stock-data-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/stock-data-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/stock-data-skill)