← Back to Skills Marketplace
valuescan-io

valuescan-skill

by ValueScan-ai · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
246
Downloads
1
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install valuescan-skill
Description
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。
Usage Guidance
This skill appears to be a straightforward client for the ValueScan API and requires your ValueScan API Key and Secret Key. Before installing: (1) Confirm you obtained keys from the official site (https://www.valuescan.ai) and use least-privileged keys if possible. (2) Be aware the SDK expects a plaintext credential file at ~/.openclaw/credentials/valuescan.json — storing secrets on disk is convenient but carries local risk; consider file permissions or a safer secret store. (3) The skill will send the API key and signatures only to api.valuescan.io per its code; if you need higher assurance, review the service's privacy/security policies. (4) Note Node.js 16 vs fetch availability: the SDK assumes fetch is available; you may need a runtime that provides it. If you want, I can list the exact lines that read the credential file and build the signature.
Capability Analysis
Type: OpenClaw Skill Name: valuescan-skill Version: 1.0.6 The ValueScan skill bundle is a legitimate cryptocurrency analysis tool designed to track market trends and on-chain data. The core logic in `script/sdk/vs_api_sign.js` implements standard HMAC-SHA256 request signing for authentication and communicates exclusively with the official `api.valuescan.io` endpoint. Credential handling is restricted to a local configuration file (`~/.openclaw/credentials/valuescan.json`), and the documentation in `SKILL.md` and the `references/` directory contains no evidence of prompt injection, data exfiltration, or malicious execution.
Capability Tags
cryptorequires-walletcan-make-purchases
Capability Assessment
Purpose & Capability
Name/description (ValueScan crypto fund-flow analytics) match the included artifacts: SKILL.md documents many ValueScan API endpoints and the SDK implements HMAC-SHA256 signing and HTTPS POSTs to api.valuescan.io. The credential requirements (API key + secret) are appropriate and expected for this purpose.
Instruction Scope
Runtime instructions and SDK only read a credential file under the user's home (~/.openclaw/credentials/valuescan.json), build HMAC-SHA256 signatures, and POST to https://api.valuescan.io. They do not reference other system files, other credentials, or external endpoints. Note: the README asserts the credential file path and that credentials are "not uploaded" — the SDK legitimately uses the secret to create signatures and includes the API key in request headers to call the ValueScan API.
Install Mechanism
This is instruction-only with one small SDK file included; there is no install spec that downloads third-party code or writes arbitrary binaries. No network downloads or URL-based installs are present.
Credentials
The skill requires only a ValueScan API key and secret, which is proportionate. The SDK reads a plaintext JSON credential file from ~/.openclaw/credentials/valuescan.json — storing secrets there is functional but has local-security implications (plaintext on disk). There are no other unrelated env vars, keys, or platform credentials requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or modify other skills. It will read its own credential file under the user's home but does not alter system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install valuescan-skill
  3. After installation, invoke the skill by name or use /valuescan-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
- 新增了 references/ai/ai-analyse.json 文件,支持大盘分析订阅接口。 - SKILL.md 中“AI智选”部分加入“大盘分析订阅”接口说明,功能为提供 BTC/ETH 的 AI 综合行情分析结果。 - 版本号由 1.0.4 升级到 1.0.5。
v1.0.5
- 新增了 references/ai/ai-analyse.json 文件,支持大盘分析订阅接口。 - SKILL.md 中“AI智选”部分加入“大盘分析订阅”接口说明,功能为提供 BTC/ETH 的 AI 综合行情分析结果。 - 版本号由 1.0.4 升级到 1.0.5。
v1.0.4
- Version bumped to 1.0.4 with no file content changes. - No modifications made to documentation, code, or configuration files. - All functionalities, APIs, and usage remain exactly as in the previous version.
v1.0.3
- Version bump to 1.0.3 with no file or functional changes. - Documentation and functionality remain unchanged from version 1.0.2.
v1.0.2
- Added a new SDK utility: `script/sdk/vs_api_sign.js` for HMAC-SHA256 API request signing. - No other functional or documentation changes.
v1.0.1
- Removed the file: script/sdk/vs_api_sign.js - No changes to functionality or interfaces—this version removes an unused or redundant local SDK signature file.
v1.0.0
ValueScan Skill 1.0.0 — 首次发布 - 发布 ValueScan 加密货币主力资金流分析工具 Skill。 - 提供资金异动监控、主力动向追踪、链上及交易所主力资金分析、鲸鱼地址洞察等功能。 - 支持实时监控、机会/风险识别、板块轮动、主力成本和市场情绪等维度数据查询。 - 完整文档覆盖接口用途、参数、认证方式、字段和使用场景说明。 - 需 API/secret key 认证。
Metadata
Slug valuescan-skill
Version 1.0.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is valuescan-skill?

ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.

How do I install valuescan-skill?

Run "/install valuescan-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is valuescan-skill free?

Yes, valuescan-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does valuescan-skill support?

valuescan-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created valuescan-skill?

It is built and maintained by ValueScan-ai (@valuescan-io); the current version is v1.0.6.

💬 Comments