← Back to Skills Marketplace
NFT Valuator
by
deeplearning1993
· GitHub ↗
· v1.0.0
302
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nft-valuator
Description
NFT估值与 rarity 分析。支持OpenSea、Blur数据。触发词:NFT估值、NFT价格、rarity查询、NFT分析。
Usage Guidance
This skill is not obviously malicious (it only calls OpenSea), but it is inconsistent and misleading: it advertises Blur support, rarity analysis, historical trades, and P&L calculation that are not present in the bundled script. It also claims a per-call fee but contains no billing or payment mechanism — it only prints "已扣费 0.001 USDT". Before installing or using it: 1) ask the author to clarify/implement Blur integration and the advanced features or remove those claims; 2) request proof of how billing will be enforced if you expect real charges; 3) review or run the script in a sandbox to confirm its behavior and any network endpoints it contacts; and 4) if you need the missing features, prefer a skill or tool that explicitly requires and documents the necessary API keys (e.g., Blur API) rather than trusting this one.
Capability Analysis
Type: OpenClaw Skill
Name: nft-valuator
Version: 1.0.0
The skill bundle provides legitimate NFT valuation functionality by querying the OpenSea API. The Python script (scripts/nft_valuator.py) and documentation (SKILL.md) contain no evidence of malicious intent, data exfiltration, or prompt injection. The code logic is straightforward and aligns with the stated purpose of analyzing NFT collections.
Capability Assessment
Purpose & Capability
The name/description promise OpenSea and Blur data plus rarity, historical trades, and holdings P&L. The included code only calls OpenSea's collection stats endpoint and returns basic collection metrics (floor, avg, 24h volume, owners, supply). There is no Blur integration, no rarity ranking logic, no historical-trades retrieval, and no holdings/P&L computation. The SKILL.md and printed output also claim a per-call charge but there is no billing integration — only a hardcoded message.
Instruction Scope
SKILL.md is short and doesn't instruct the agent to read local files or other credentials. The runtime code only performs an outbound HTTPS GET to api.opensea.io and formats results. There is no evidence of exfiltration or broader system access, but the instructions and examples overstate capabilities compared with the code.
Install Mechanism
No install spec and no external downloads. The skill is instruction + a small Python script that uses the requests library. Nothing will be written to disk by an installer step beyond the included files.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Its single external access is an HTTP request to OpenSea, which is expected for an NFT data tool. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration or modify other skills. It does not request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nft-valuator - After installation, invoke the skill by name or use
/nft-valuator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
NFT估值分析,每次0.001 USDT
Metadata
Frequently Asked Questions
What is NFT Valuator?
NFT估值与 rarity 分析。支持OpenSea、Blur数据。触发词:NFT估值、NFT价格、rarity查询、NFT分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install NFT Valuator?
Run "/install nft-valuator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NFT Valuator free?
Yes, NFT Valuator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NFT Valuator support?
NFT Valuator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NFT Valuator?
It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.
More Skills