← Back to Skills Marketplace
majincheng

valuescan-skill-beta

by majincheng · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
233
Downloads
1
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install valuescan-skill-beta
Description
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。
Usage Guidance
This skill behaves like a normal API client for ValueScan. If you install it: 1) You will need to provide a ValueScan API Key and Secret; the SDK expects them in ~/.openclaw/credentials/valuescan.json. 2) Those credentials will be sent (in headers) to https://api-beta.valuescan.io when the skill calls the API; ensure you trust beta.valuescan.io and create/limit the key's scope where possible. 3) Storing secrets on disk is convenient but risky if others have access to your account or machine—protect or rotate keys when no longer needed. 4) There are no other hidden network endpoints or unrelated credential requests in the package.
Capability Analysis
Type: OpenClaw Skill Name: valuescan-skill-beta Version: 1.0.7 The ValueScan skill bundle is a legitimate cryptocurrency market analysis tool. The core logic in 'script/sdk/vs_api_sign.js' implements standard HMAC-SHA256 request signing using API credentials stored in a local configuration file (~/.openclaw/credentials/valuescan.json). The network communication is strictly limited to the official API domain (api-beta.valuescan.io), and the SKILL.md instructions provide clear, non-malicious guidance for the AI agent to map user queries to specific data endpoints. No evidence of data exfiltration, obfuscation, or unauthorized access was found.
Capability Assessment
Purpose & Capability
The skill advertises a ValueScan cryptocurrency analysis API and includes an HMAC-SHA256 signing SDK that reads a valuescan API key/secret and sends signed POST requests to api-beta.valuescan.io. Requiring an API Key and Secret is appropriate and expected for this purpose.
Instruction Scope
SKILL.md and the SDK instruct storing credentials at ~/.openclaw/credentials/valuescan.json and reading them for signing; the instructions and included code reference only the ValueScan API endpoints and local credential file. Note: storing secrets on disk is functional but has the usual local-security considerations (anyone with filesystem access to that path can use the keys).
Install Mechanism
No install/download mechanism is included (instruction-only with a small SDK file). There are no external installers or downloads, and the code is not obfuscated.
Credentials
The skill requests only the ValueScan API credentials (api_key and secret_key) for signing requests. It does not request unrelated environment variables or other service credentials. Credentials are handled via a local JSON file rather than env vars; this is reasonable but should be understood by the user.
Persistence & Privilege
The skill is not force-enabled (always: false) and uses normal autonomous invocation defaults. It stores/reads credentials in its own config path (~/.openclaw/credentials/valuescan.json) but does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install valuescan-skill-beta
  3. After installation, invoke the skill by name or use /valuescan-skill-beta
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
ValueScan Skill v1.0.7 is a minor update with documentation adjustments. - Updated documentation wording for installation and API Key registration. - Removed explicit file installation instructions from the main documentation. - No functional or interface changes; all core API details remain unchanged. - Version updated from 1.0.6 to 1.0.7.
v1.0.6
valuescan-skill-beta 1.0.6 - 新增版本号和多项元信息(如 category、license、installation、tags、support_email 等)。 - 调整 API 密钥配置说明,并添加依赖信息(Node 16.x)。 - 优化文档结构与用词,部分接口名称和说明更清晰(如“主力成本”→“主力成本变化趋势”、“持仓趋势”→“持仓成本趋势”)。 - 增补和规范接口使用场景、参数获取方式等文档内容,便于快速上手。 - 明确接口字段结构、参数类型、编码转换说明,细化文档标准。
v1.0.5
ValueScan Skill Beta 1.0.0 - Initial public beta release. - Provides cryptocurrency major fund flow analysis: real-time monitoring, whale address tracking, sector rotation, and opportunity/risk identification. - Supports key scenarios: capital flow alerts, sector/trend analysis, large transfer monitoring, and whale cost analysis. - Offers structured API documentation, parameter guides, and quick start examples. - Requires ValueScan API credentials for use.
v1.0.4
valuescan-skill-beta 1.0.4 - 增加 SKILL.md 中 credentials 与 environment 字段,明确 API 密钥存储方式和环境变量支持。 - 新增对本地凭证文件 ~/.openclaw/credentials/valuescan.json 的要求与描述。 - 文档未对核心功能和接口列表进行更改,仅改进 API Key 配置说明和参数填写指引。 - 其他内容保持不变,仅为技能接入和部署提供更清晰指引。
v1.0.3
Version 1.0.3 - Documentation formatting improved for clarity and consistency in SKILL.md. - Unnecessary repeated separator lines removed. - Markdown code fencing and list alignments standardized. - No functional or API changes; no code or file updates detected. - This update is a documentation refinement only.
v1.0.2
## valuescan-skill-beta v1.0.2 - 目录结构变动,SDK 相关文件位置由 /sdk/ 移至 /script/sdk/,相关 Python 签名脚本移除。 - 删除:sdk/README.md、sdk/vs_api_sign.js、sdk/vs_api_sign.py - 新增:script/sdk/README.md、script/sdk/vs_api_sign.js - SKILL 文档内容精简优化,接口说明和字段解释更加清晰,增加部分场景示例。 - skill 名称小幅调整,描述语言更简明。
v1.0.1
ValueScan Skill 1.0.0 – 初始版本发布 - 提供加密货币主力资金流、链上分析、AI 智选代币等多维度分析接口。 - 支持多类数据访问:AI智选、主力/板块资金、链上数据、市场指标、大额交易和链上持仓。 - 明确接口调用流程及参数准备、API 签名方法和认证方式。 - 包含详细的目录结构说明及参考文件。 - 支持通过官方 SDK 实现签名与调用。
v1.0.0
ValueScan skill 1.0.0 – Initial Release - Introduces API for crypto fund flow analysis and investment opportunity tracking. - Supports AI-based token selection, real-time fund tracking, market indicators, onchain data, and whale monitoring. - Provides detailed endpoint documentation and strict three-step invocation process to ensure correct parameter acquisition and response interpretation. - Includes HMAC-SHA256 API authentication and quickstart guidance. - Lists core parameters and example API key storage for secure access.
Metadata
Slug valuescan-skill-beta
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is valuescan-skill-beta?

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

How do I install valuescan-skill-beta?

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

Is valuescan-skill-beta free?

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

Which platforms does valuescan-skill-beta support?

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

Who created valuescan-skill-beta?

It is built and maintained by majincheng (@majincheng); the current version is v1.0.7.

💬 Comments