Real Skill packageSource verifiedClawHub registry

Crypto Market Data Skill (No Key Required)

No API KEY needed for free tier. Professional-grade cryptocurrency and stock market data integration for real-time prices, company profiles, and global analytics. Powered by Node.js with zero external dependencies.

Identity and source

Publisher attributionLiamregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 63% rule confidence
Package forminstruction with code17 recorded files
Canonical sourceClawHub registryclawhub:liam8:crypto-market-data
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/20/2026.claude/skills/Crypto & Stock Market Data (Node.js)
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/20/2026.agents/skills/Crypto & Stock Market Data (Node.js)
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/20/2026skills/Crypto & Stock Market Data (Node.js)
1 structural issue
  • error: name must contain lowercase ASCII letters, numbers and single hyphens only. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @liam8/crypto-market-data
clawhub inspect @liam8/crypto-market-data --version 1.0.2

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
17 / 17 inspected as text
Checked
8/20/2026, 1:18:29 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • api: api.igent.net
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
7/10/2026, 4:39:55 AM
Release binding
Matches this record
  • vt: suspicious
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:fec37b4edaf05ad038a8e48bb8b6250269344f41c8ca345be76900abc35d68bb
Show up to 17 recorded paths
  • package.json
  • scripts/api_client.js
  • scripts/get_coin_details.js
  • scripts/get_coin_historical_chart.js
  • scripts/get_coin_ohlc_chart.js
  • scripts/get_company_profile.js
  • scripts/get_crypto_price.js
  • scripts/get_global_market_data.js
  • scripts/get_public_companies_holdings.js
  • scripts/get_stock_quote.js
  • scripts/get_supported_currencies.js
  • scripts/get_top_coins.js
  • scripts/get_trending_coins.js
  • scripts/search_coins.js
  • scripts/search_stocks.js
  • skill-card.md
  • SKILL.md

Source changelog

Major rewrite: Migration from Python to Node.js, and expansion to support stock market data. - All Python scripts and dependencies removed; replaced by Node.js scripts using only standard libraries. - Added stock market features: real-time stock quotes, company profiles, and stock ticker search tools. - Improved and streamlined authentication: session token management now handled via JavaScript and local file storage. - Updated documentation for new usage patterns, script names, syntax, and supported features. - No external dependencies required—just Node.js out-of-the-box.