← 返回 Skills 市场
valuescan-io

valuescan-skill

作者 ValueScan-ai · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
246
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install valuescan-skill
功能描述
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-walletcan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install valuescan-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /valuescan-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 认证。
元数据
Slug valuescan-skill
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

valuescan-skill 是什么?

ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 valuescan-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install valuescan-skill」即可一键安装,无需额外配置。

valuescan-skill 是免费的吗?

是的,valuescan-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

valuescan-skill 支持哪些平台?

valuescan-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 valuescan-skill?

由 ValueScan-ai(@valuescan-io)开发并维护,当前版本 v1.0.6。

💬 留言讨论