← Back to Skills Marketplace
gztanht

Token Shark

by Haha Tan · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
331
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install token-shark
Description
实时监控新上线代币,提供多维风险评估、交易数据和价格提醒,助您把握投资机会。
Usage Guidance
This package appears to be a local/demo implementation (hard-coded sample tokens and a local alerts file) rather than a live, networked monitor despite README/SKILL.md claiming DEX/chain/social data. If you expect real-time monitoring, confirm with the author or the upstream repo before relying on it. The skill creates data/alerts.json under its directory — check file location and permissions if you run it on a shared machine. There are donation crypto addresses in README/package.json — treat them as public payment addresses (verify independently) and do not confuse them with any credential or trust signal. If future versions add real-time push or automatic trading (mentioned in roadmap), they will likely require network access and private keys; never provide private keys or wallet secrets to a skill. To proceed safely: (1) inspect the GitHub repo (link in README) to confirm sources and commits; (2) run the scripts in a sandbox/container to observe behavior; (3) verify whether a later release actually implements network calls and, if so, require that those calls use minimal, documented credentials and trustworthy endpoints.
Capability Analysis
Type: OpenClaw Skill Name: token-shark Version: 0.1.0 The skill bundle is a deceptive 'fake' utility that claims to provide real-time DEX token monitoring and risk assessment, but the implementation consists entirely of hardcoded mock data and lacks any networking logic (e.g., fetch, axios) to interact with blockchain APIs. It explicitly solicits cryptocurrency payments (USDT/USDC) to a specific address (0x33f943e71c7b7c4e88802a68e62cca91dab65ad9) to unlock 'unlimited queries' for functionality that does not exist in scripts like monitor.mjs, analyze.mjs, and risk.mjs. While it lacks traditional malware payloads like data exfiltration or RCE, its fraudulent nature and solicitation of funds for non-existent services warrant a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description promise: real-time monitoring, multi-source risk assessment. What is present: monitor/analyze/risk/alert scripts that operate on hard-coded sample data and local alerts storage. No required credentials or network access are declared or used. Legitimate for a local demo, but NOT actually connecting to DEXs/chain/social APIs as the description implies.
Instruction Scope
SKILL.md directs running the provided scripts and describes data sources (DEX, chain, social APIs), but the scripts themselves only read/write a local data/alerts.json and return simulated token data. Instructions do not access unrelated system files or env vars. The mismatch (claims of external data vs. simulated implementation) is misleading and should be clarified.
Install Mechanism
No install spec, no external downloads; code is bundled with the skill. package.json has no external dependencies. Low installation risk: nothing is fetched from arbitrary URLs or written outside the skill directory except creating a local data/alerts.json file.
Credentials
No environment variables or credentials are required and the code does not read env vars. The only local persistence is a data/alerts.json file under the skill directory. No requests for unrelated secrets or system config.
Persistence & Privilege
Skill is not always-enabled and has no elevated privileges. It writes a small alerts.json in a local data directory and does not modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but not combined with broad access here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install token-shark
  3. After installation, invoke the skill by name or use /token-shark
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
🎯 初始版本 - 新代币监控 + 风险评估 + 价格提醒
Metadata
Slug token-shark
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Token Shark?

实时监控新上线代币,提供多维风险评估、交易数据和价格提醒,助您把握投资机会。 It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.

How do I install Token Shark?

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

Is Token Shark free?

Yes, Token Shark is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Token Shark support?

Token Shark is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Token Shark?

It is built and maintained by Haha Tan (@gztanht); the current version is v0.1.0.

💬 Comments