← All skills
Tencent SkillHub · Data Analysis

Crypto & Stock Market Data (No Key Required)

Node.js skill providing real-time and historical cryptocurrency and stock data, including prices, charts, company profiles, and global market metrics without...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Node.js skill providing real-time and historical cryptocurrency and stock data, including prices, charts, company profiles, and global market metrics without...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
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

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Crypto & Stock Market Data Skill (Node.js)

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.

Key Capabilities

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.

Tool Reference

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

1. get_crypto_price.js

Fetch real-time pricing and basic market metrics for one or more cryptocurrencies. Syntax: node scripts/get_crypto_price.js <coin_id_1> [coin_id_2] ... [--currency=usd] Parameters: coin_id: The unique identifier for the coin (e.g., bitcoin, solana). --currency: The target currency for valuation (default: usd). Example: node scripts/get_crypto_price.js bitcoin ethereum cardano --currency=jpy

2. get_top_coins.js

Retrieve a list of the top cryptocurrencies ranked by market capitalization. Syntax: node scripts/get_top_coins.js [--currency=usd] [--per_page=10] [--page=1] [--order=market_cap_desc] Parameters: --currency: Valuation currency (default: usd). --per_page: Number of results (1-250, default: 10). --order: Sorting logic (e.g., market_cap_desc, volume_desc).

3. get_coin_ohlc_chart.js

Get Open, High, Low, Close (candlestick) data for technical analysis. Syntax: node scripts/get_coin_ohlc_chart.js <coin_id> [--currency=usd] [--days=7] Allowed days values: 1, 7, 14, 30, 90, 180, 365. RangeResolution1-2 Days30 Minute intervals3-30 Days4 Hour intervals31+ Days4 Day intervals

4. get_coin_historical_chart.js

Retrieve detailed historical time-series data for price, market cap, and volume. Syntax: node scripts/get_coin_historical_chart.js <coin_id> [--currency=usd] [--days=30]

5. get_stock_quote.js

Fetch real-time stock prices for one or more ticker symbols. Syntax: node scripts/get_stock_quote.js <SYMBOL_1> [SYMBOL_2] ...

6. get_company_profile.js

Get a comprehensive company profile, including description, industry, and CEO. Syntax: node scripts/get_company_profile.js <SYMBOL>

Cryptos: Use IDs | Stocks: Use Tickers

Cryptocurrencies: Always use Coin IDs (slugs) instead of ticker symbols (e.g., bitcoin, BTC). Stocks: Always use Ticker Symbols (e.g., AAPL, Apple). Use search_coins.js if you are unsure of the correct ID.

Authentication

Authentication is handled automatically by the internal api_client.js. Here is how it works simply: Endpoint: GET https://api.igent.net/api/token Mechanism: Automatic Retrieval: The first time you use a tool, it asks the server for a temporary session token. Local Storage: This token is stored in a hidden .token file locally so it can be reused for subsequent requests. Automatic Headers: The client automatically includes this token in every request to prove you are authorized. Auto-Refresh: If a token expires, the client automatically fetches a new one without you needing to do anything. No manual API keys or configuration are required.

Rate Limiting

While the system is robust, please avoid burst requests (more than 30 per minute) to maintain service stability for all users.

Agent Integration

This skill is fully compatible with OpenClaw and other agents using the AgentSkills standard. Execute scripts directly from the scripts/ directory.

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Config
  • scripts/api_client.js Scripts
  • scripts/get_coin_details.js Scripts
  • scripts/get_crypto_price.js Scripts
  • scripts/get_global_market_data.js Scripts
  • scripts/get_public_companies_holdings.js Scripts
  • package.json Config