← 返回 Skills 市场
valuescan-skill-beta
作者
majincheng
· GitHub ↗
· v1.0.7
· MIT-0
233
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install valuescan-skill-beta
功能描述
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install valuescan-skill-beta - 安装完成后,直接呼叫该 Skill 的名称或使用
/valuescan-skill-beta触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
valuescan-skill-beta 是什么?
ValueScan 加密货币主力资金流分析工具。支持资金异动监控、主力动向追踪、鲸鱼地址分析、板块轮动、机会/风险代币识别、大户成本分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。
如何安装 valuescan-skill-beta?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install valuescan-skill-beta」即可一键安装,无需额外配置。
valuescan-skill-beta 是免费的吗?
是的,valuescan-skill-beta 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
valuescan-skill-beta 支持哪些平台?
valuescan-skill-beta 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 valuescan-skill-beta?
由 majincheng(@majincheng)开发并维护,当前版本 v1.0.7。
推荐 Skills