{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stock-data-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stock-data-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "skill.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/stock-data-skill",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Stock Data - Simplywall.st",
        "body": "Fetch comprehensive stock data from Simplywall.st for any global stock."
      },
      {
        "title": "When to Use",
        "body": "User asks about stock prices (\"Berapa harga saham ADRO?\")\nUser wants valuation analysis (\"ADRO undervalued atau overvalued?\")\nUser needs financial data (\"Berapa revenue BBCA?\")\nUser wants dividend info (\"Berapa dividend yield TLKM?\")\nUser asks for investment analysis (\"Bagaimana analisa NVDA?\")"
      },
      {
        "title": "Input Parameters",
        "body": "ParameterTypeRequiredDescriptiontickerstringYesStock ticker symbol (e.g., ADRO, AAPL, BBRI)exchangestringNoExchange hint (e.g., IDX, NASDAQ, NYSE)"
      },
      {
        "title": "Output Structure",
        "body": "{\n  \"success\": true,\n  \"ticker\": \"ADRO\",\n  \"exchange\": \"IDX\",\n  \"data\": {\n    \"company\": {\n      \"name\": \"PT Alamtri Resources Indonesia Tbk\",\n      \"description\": \"Company description...\",\n      \"country\": \"Indonesia\",\n      \"founded\": 2004,\n      \"website\": \"www.alamtri.com\"\n    },\n    \"price\": {\n      \"lastSharePrice\": 2300,\n      \"currency\": \"IDR\",\n      \"return7D\": 0.036,\n      \"return1Yr\": 0.055\n    },\n    \"valuation\": {\n      \"marketCap\": 3908.23,\n      \"peRatio\": 13.07,\n      \"pbRatio\": 0.85,\n      \"pegRatio\": 0.41,\n      \"intrinsicDiscount\": -39.06,\n      \"status\": \"overvalued\"\n    },\n    \"financials\": {\n      \"eps\": 0.0104,\n      \"roe\": 8.77,\n      \"roa\": 3.09,\n      \"debtEquity\": 0.12\n    },\n    \"dividend\": {\n      \"yield\": 13.48,\n      \"futureYield\": 5.64,\n      \"payingYears\": 10,\n      \"payoutRatio\": 1.88\n    },\n    \"forecast\": {\n      \"earningsGrowth1Y\": 0.51,\n      \"roe1Y\": 9.74,\n      \"analystCount\": 10\n    },\n    \"snowflake\": {\n      \"value\": 3,\n      \"future\": 6,\n      \"past\": 2,\n      \"health\": 6,\n      \"dividend\": 4\n    },\n    \"recentEvents\": [\n      {\n        \"title\": \"Investor sentiment improves...\",\n        \"description\": \"...\"\n      }\n    ],\n    \"fetchedAt\": \"2026-02-22T08:30:00Z\"\n  }\n}"
      },
      {
        "title": "Example Usage",
        "body": "User: \"Cek saham ADRO gimana?\"\n→ Call stock_data(ticker=\"ADRO\")\n\nUser: \"What's Apple's P/E ratio?\"\n→ Call stock_data(ticker=\"AAPL\", exchange=\"NASDAQ\")\n\nUser: \"Berapa dividend yield TLKM?\"\n→ Call stock_data(ticker=\"TLKM\")"
      },
      {
        "title": "Supported Exchanges",
        "body": "ExchangeCodeExample TickersIndonesiaIDXADRO, BBRI, BBCA, TLKMUS NASDAQNASDAQAAPL, NVDA, GOOGLUS NYSENYSEJPM, BAC, WMTAustraliaASXBHP, CBA, RIOUKLSEHSBA, BP, SHELCanadaTSXRY, TD, CNRSingaporeSGXDBS, OCBC"
      },
      {
        "title": "Data Source",
        "body": "Direct HTTP fetch from SimplyWall.st\nParses __REACT_QUERY_STATE__ data embedded in HTML\nNo API key required\nPrice data updated daily\nFair value estimates based on proprietary model\nUse as guide only, not investment advice"
      },
      {
        "title": "Technical Details",
        "body": "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:\n\nCompany基本信息\nCurrent price and returns\nValuation metrics (PE, PB, PEG, market cap)\nFinancial ratios (ROE, ROA, EPS, debt/equity)\nDividend information (yield, payout ratio)\nForecast data (growth estimates, analyst count)\nSnowflake ratings (5-point scoring system)\nRecent company events"
      }
    ],
    "body": "Stock Data - Simplywall.st\n\nFetch comprehensive stock data from Simplywall.st for any global stock.\n\nWhen to Use\nUser asks about stock prices (\"Berapa harga saham ADRO?\")\nUser wants valuation analysis (\"ADRO undervalued atau overvalued?\")\nUser needs financial data (\"Berapa revenue BBCA?\")\nUser wants dividend info (\"Berapa dividend yield TLKM?\")\nUser asks for investment analysis (\"Bagaimana analisa NVDA?\")\nInput Parameters\nParameter\tType\tRequired\tDescription\nticker\tstring\tYes\tStock ticker symbol (e.g., ADRO, AAPL, BBRI)\nexchange\tstring\tNo\tExchange hint (e.g., IDX, NASDAQ, NYSE)\nOutput Structure\n{\n  \"success\": true,\n  \"ticker\": \"ADRO\",\n  \"exchange\": \"IDX\",\n  \"data\": {\n    \"company\": {\n      \"name\": \"PT Alamtri Resources Indonesia Tbk\",\n      \"description\": \"Company description...\",\n      \"country\": \"Indonesia\",\n      \"founded\": 2004,\n      \"website\": \"www.alamtri.com\"\n    },\n    \"price\": {\n      \"lastSharePrice\": 2300,\n      \"currency\": \"IDR\",\n      \"return7D\": 0.036,\n      \"return1Yr\": 0.055\n    },\n    \"valuation\": {\n      \"marketCap\": 3908.23,\n      \"peRatio\": 13.07,\n      \"pbRatio\": 0.85,\n      \"pegRatio\": 0.41,\n      \"intrinsicDiscount\": -39.06,\n      \"status\": \"overvalued\"\n    },\n    \"financials\": {\n      \"eps\": 0.0104,\n      \"roe\": 8.77,\n      \"roa\": 3.09,\n      \"debtEquity\": 0.12\n    },\n    \"dividend\": {\n      \"yield\": 13.48,\n      \"futureYield\": 5.64,\n      \"payingYears\": 10,\n      \"payoutRatio\": 1.88\n    },\n    \"forecast\": {\n      \"earningsGrowth1Y\": 0.51,\n      \"roe1Y\": 9.74,\n      \"analystCount\": 10\n    },\n    \"snowflake\": {\n      \"value\": 3,\n      \"future\": 6,\n      \"past\": 2,\n      \"health\": 6,\n      \"dividend\": 4\n    },\n    \"recentEvents\": [\n      {\n        \"title\": \"Investor sentiment improves...\",\n        \"description\": \"...\"\n      }\n    ],\n    \"fetchedAt\": \"2026-02-22T08:30:00Z\"\n  }\n}\n\nExample Usage\nUser: \"Cek saham ADRO gimana?\"\n→ Call stock_data(ticker=\"ADRO\")\n\nUser: \"What's Apple's P/E ratio?\"\n→ Call stock_data(ticker=\"AAPL\", exchange=\"NASDAQ\")\n\nUser: \"Berapa dividend yield TLKM?\"\n→ Call stock_data(ticker=\"TLKM\")\n\nSupported Exchanges\nExchange\tCode\tExample Tickers\nIndonesia\tIDX\tADRO, BBRI, BBCA, TLKM\nUS NASDAQ\tNASDAQ\tAAPL, NVDA, GOOGL\nUS NYSE\tNYSE\tJPM, BAC, WMT\nAustralia\tASX\tBHP, CBA, RIO\nUK\tLSE\tHSBA, BP, SHEL\nCanada\tTSX\tRY, TD, CNR\nSingapore\tSGX\tDBS, OCBC\nData Source\nDirect HTTP fetch from SimplyWall.st\nParses __REACT_QUERY_STATE__ data embedded in HTML\nNo API key required\nPrice data updated daily\nFair value estimates based on proprietary model\nUse as guide only, not investment advice\nTechnical Details\n\nThis 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:\n\nCompany基本信息\nCurrent price and returns\nValuation metrics (PE, PB, PEG, market cap)\nFinancial ratios (ROE, ROA, EPS, debt/equity)\nDividend information (yield, payout ratio)\nForecast data (growth estimates, analyst count)\nSnowflake ratings (5-point scoring system)\nRecent company events"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/raufimusaddiq/stock-data-skill",
    "publisherUrl": "https://clawhub.ai/raufimusaddiq/stock-data-skill",
    "owner": "raufimusaddiq",
    "version": "1.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}