{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-stock-market-data",
    "name": "Crypto & Stock Market Data (No Key Required)",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Liam8/crypto-stock-market-data",
    "canonicalUrl": "https://clawhub.ai/Liam8/crypto-stock-market-data",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-stock-market-data",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-stock-market-data",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "scripts/get_crypto_price.js",
      "scripts/get_coin_details.js",
      "scripts/get_global_market_data.js",
      "scripts/get_public_companies_holdings.js",
      "scripts/api_client.js"
    ],
    "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/crypto-stock-market-data"
    },
    "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/crypto-stock-market-data",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/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": "Crypto & Stock Market Data Skill (Node.js)",
        "body": "A comprehensive suite of tools for retrieving real-time and historical cryptocurrency and stock market data. This skill interfaces with a dedicated market data server to provide high-performance, authenticated access to global financial statistics. Built entirely on Node.js standard libraries — no npm install required."
      },
      {
        "title": "Key Capabilities",
        "body": "CategoryDescriptionReal-time PricesFetch current valuations, market caps, 24h volumes, and price changes for crypto & stocks.Market DiscoveryTrack trending assets and top-performing coins by market capitalization.Smart SearchQuickly find coin IDs or stock tickers by searching names or symbols.Deep DetailsAccess exhaustive asset information, from community links to company profiles.Precise ChartsRetrieve OHLC candlestick data and historical price/volume time-series.Global MetricsMonitor total market capitalization and public company treasury holdings."
      },
      {
        "title": "Tool Reference",
        "body": "Script NamePrimary FunctionCommand Exampleget_crypto_price.jsMulti-coin price fetchnode scripts/get_crypto_price.js bitcoinget_stock_quote.jsReal-time stock quotesnode scripts/get_stock_quote.js AAPL MSFTget_company_profile.jsCompany overviewnode scripts/get_company_profile.js AAPLsearch_stocks.jsFind stock tickersnode scripts/search_stocks.js appleget_trending_coins.js24h trending assetsnode scripts/get_trending_coins.jsget_top_coins.jsMarket leaderboardsnode scripts/get_top_coins.js --per_page=20search_coins.jsAsset discoverynode scripts/search_coins.js solanaget_coin_details.jsComprehensive metadatanode scripts/get_coin_details.js ethereumget_coin_ohlc_chart.jsCandlestick datanode scripts/get_coin_ohlc_chart.js bitcoinget_coin_historical_chart.jsTime-series datanode scripts/get_coin_historical_chart.js bitcoinget_global_market_data.jsMacro market statsnode scripts/get_global_market_data.jsget_public_companies_holdings.jsTreasury holdingsnode scripts/get_public_companies_holdings.js bitcoinget_supported_currencies.jsValuation optionsnode scripts/get_supported_currencies.js"
      },
      {
        "title": "1. get_crypto_price.js",
        "body": "Fetch real-time pricing and basic market metrics for one or more cryptocurrencies.\n\nSyntax:\n\nnode scripts/get_crypto_price.js <coin_id_1> [coin_id_2] ... [--currency=usd]\n\nParameters:\n\ncoin_id: The unique identifier for the coin (e.g., bitcoin, solana).\n--currency: The target currency for valuation (default: usd).\n\nExample:\n\nnode scripts/get_crypto_price.js bitcoin ethereum cardano --currency=jpy"
      },
      {
        "title": "2. get_top_coins.js",
        "body": "Retrieve a list of the top cryptocurrencies ranked by market capitalization.\n\nSyntax:\n\nnode scripts/get_top_coins.js [--currency=usd] [--per_page=10] [--page=1] [--order=market_cap_desc]\n\nParameters:\n\n--currency: Valuation currency (default: usd).\n--per_page: Number of results (1-250, default: 10).\n--order: Sorting logic (e.g., market_cap_desc, volume_desc)."
      },
      {
        "title": "3. get_coin_ohlc_chart.js",
        "body": "Get Open, High, Low, Close (candlestick) data for technical analysis.\n\nSyntax:\n\nnode scripts/get_coin_ohlc_chart.js <coin_id> [--currency=usd] [--days=7]\n\nAllowed days values: 1, 7, 14, 30, 90, 180, 365.\n\nRangeResolution1-2 Days30 Minute intervals3-30 Days4 Hour intervals31+ Days4 Day intervals"
      },
      {
        "title": "4. get_coin_historical_chart.js",
        "body": "Retrieve detailed historical time-series data for price, market cap, and volume.\n\nSyntax:\n\nnode scripts/get_coin_historical_chart.js <coin_id> [--currency=usd] [--days=30]"
      },
      {
        "title": "5. get_stock_quote.js",
        "body": "Fetch real-time stock prices for one or more ticker symbols.\n\nSyntax:\n\nnode scripts/get_stock_quote.js <SYMBOL_1> [SYMBOL_2] ..."
      },
      {
        "title": "6. get_company_profile.js",
        "body": "Get a comprehensive company profile, including description, industry, and CEO.\n\nSyntax:\n\nnode scripts/get_company_profile.js <SYMBOL>"
      },
      {
        "title": "Cryptos: Use IDs | Stocks: Use Tickers",
        "body": "Cryptocurrencies: Always use Coin IDs (slugs) instead of ticker symbols (e.g., bitcoin, BTC).\nStocks: Always use Ticker Symbols (e.g., AAPL, Apple).\n\nUse search_coins.js if you are unsure of the correct ID."
      },
      {
        "title": "Authentication",
        "body": "Authentication is handled automatically by the internal api_client.js. Here is how it works simply:\n\nEndpoint: GET https://api.igent.net/api/token\nMechanism:\n\nAutomatic Retrieval: The first time you use a tool, it asks the server for a temporary session token.\nLocal Storage: This token is stored in a hidden .token file locally so it can be reused for subsequent requests.\nAutomatic Headers: The client automatically includes this token in every request to prove you are authorized.\nAuto-Refresh: If a token expires, the client automatically fetches a new one without you needing to do anything.\n\nNo manual API keys or configuration are required."
      },
      {
        "title": "Rate Limiting",
        "body": "While the system is robust, please avoid burst requests (more than 30 per minute) to maintain service stability for all users."
      },
      {
        "title": "Agent Integration",
        "body": "This skill is fully compatible with OpenClaw and other agents using the AgentSkills standard. Execute scripts directly from the scripts/ directory."
      }
    ],
    "body": "Crypto & Stock Market Data Skill (Node.js)\n\nA comprehensive suite of tools for retrieving real-time and historical cryptocurrency and stock market data. This skill interfaces with a dedicated market data server to provide high-performance, authenticated access to global financial statistics. Built entirely on Node.js standard libraries — no npm install required.\n\nKey Capabilities\nCategory\tDescription\nReal-time Prices\tFetch current valuations, market caps, 24h volumes, and price changes for crypto & stocks.\nMarket Discovery\tTrack trending assets and top-performing coins by market capitalization.\nSmart Search\tQuickly find coin IDs or stock tickers by searching names or symbols.\nDeep Details\tAccess exhaustive asset information, from community links to company profiles.\nPrecise Charts\tRetrieve OHLC candlestick data and historical price/volume time-series.\nGlobal Metrics\tMonitor total market capitalization and public company treasury holdings.\nTool Reference\nScript Name\tPrimary Function\tCommand Example\nget_crypto_price.js\tMulti-coin price fetch\tnode scripts/get_crypto_price.js bitcoin\nget_stock_quote.js\tReal-time stock quotes\tnode scripts/get_stock_quote.js AAPL MSFT\nget_company_profile.js\tCompany overview\tnode scripts/get_company_profile.js AAPL\nsearch_stocks.js\tFind stock tickers\tnode scripts/search_stocks.js apple\nget_trending_coins.js\t24h trending assets\tnode scripts/get_trending_coins.js\nget_top_coins.js\tMarket leaderboards\tnode scripts/get_top_coins.js --per_page=20\nsearch_coins.js\tAsset discovery\tnode scripts/search_coins.js solana\nget_coin_details.js\tComprehensive metadata\tnode scripts/get_coin_details.js ethereum\nget_coin_ohlc_chart.js\tCandlestick data\tnode scripts/get_coin_ohlc_chart.js bitcoin\nget_coin_historical_chart.js\tTime-series data\tnode scripts/get_coin_historical_chart.js bitcoin\nget_global_market_data.js\tMacro market stats\tnode scripts/get_global_market_data.js\nget_public_companies_holdings.js\tTreasury holdings\tnode scripts/get_public_companies_holdings.js bitcoin\nget_supported_currencies.js\tValuation options\tnode scripts/get_supported_currencies.js\nUsage Details\n1. get_crypto_price.js\n\nFetch real-time pricing and basic market metrics for one or more cryptocurrencies.\n\nSyntax:\n\nnode scripts/get_crypto_price.js <coin_id_1> [coin_id_2] ... [--currency=usd]\n\n\nParameters:\n\ncoin_id: The unique identifier for the coin (e.g., bitcoin, solana).\n--currency: The target currency for valuation (default: usd).\n\nExample:\n\nnode scripts/get_crypto_price.js bitcoin ethereum cardano --currency=jpy\n\n2. get_top_coins.js\n\nRetrieve a list of the top cryptocurrencies ranked by market capitalization.\n\nSyntax:\n\nnode scripts/get_top_coins.js [--currency=usd] [--per_page=10] [--page=1] [--order=market_cap_desc]\n\n\nParameters:\n\n--currency: Valuation currency (default: usd).\n--per_page: Number of results (1-250, default: 10).\n--order: Sorting logic (e.g., market_cap_desc, volume_desc).\n3. get_coin_ohlc_chart.js\n\nGet Open, High, Low, Close (candlestick) data for technical analysis.\n\nSyntax:\n\nnode scripts/get_coin_ohlc_chart.js <coin_id> [--currency=usd] [--days=7]\n\n\nAllowed days values: 1, 7, 14, 30, 90, 180, 365.\n\nRange\tResolution\n1-2 Days\t30 Minute intervals\n3-30 Days\t4 Hour intervals\n31+ Days\t4 Day intervals\n4. get_coin_historical_chart.js\n\nRetrieve detailed historical time-series data for price, market cap, and volume.\n\nSyntax:\n\nnode scripts/get_coin_historical_chart.js <coin_id> [--currency=usd] [--days=30]\n\n5. get_stock_quote.js\n\nFetch real-time stock prices for one or more ticker symbols.\n\nSyntax:\n\nnode scripts/get_stock_quote.js <SYMBOL_1> [SYMBOL_2] ...\n\n6. get_company_profile.js\n\nGet a comprehensive company profile, including description, industry, and CEO.\n\nSyntax:\n\nnode scripts/get_company_profile.js <SYMBOL>\n\nImportant Guidelines\nCryptos: Use IDs | Stocks: Use Tickers\nCryptocurrencies: Always use Coin IDs (slugs) instead of ticker symbols (e.g., bitcoin, BTC).\nStocks: Always use Ticker Symbols (e.g., AAPL, Apple).\n\nUse search_coins.js if you are unsure of the correct ID.\n\nAuthentication\n\nAuthentication is handled automatically by the internal api_client.js. Here is how it works simply:\n\nEndpoint: GET https://api.igent.net/api/token\nMechanism:\nAutomatic Retrieval: The first time you use a tool, it asks the server for a temporary session token.\nLocal Storage: This token is stored in a hidden .token file locally so it can be reused for subsequent requests.\nAutomatic Headers: The client automatically includes this token in every request to prove you are authorized.\nAuto-Refresh: If a token expires, the client automatically fetches a new one without you needing to do anything.\n\nNo manual API keys or configuration are required.\n\nRate Limiting\n\nWhile the system is robust, please avoid burst requests (more than 30 per minute) to maintain service stability for all users.\n\nAgent Integration\n\nThis skill is fully compatible with OpenClaw and other agents using the AgentSkills standard. Execute scripts directly from the scripts/ directory."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Liam8/crypto-stock-market-data",
    "publisherUrl": "https://clawhub.ai/Liam8/crypto-stock-market-data",
    "owner": "Liam8",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-stock-market-data",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-stock-market-data",
    "agentUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-stock-market-data/agent.md"
  }
}