← Back to Skills Marketplace
48
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install demon-detector
Description
多维度合约信号分析引擎 — 扫描全市场筛选妖币信号,给出独立多空研判
README (SKILL.md)
妖币探测器 (Demon Coin Detector)
Overview
核心分析引擎运行在云端服务器,skill 作为客户端调用。每次调用自动扣费 0.1 USDT,无需用户配置任何 API key。
When to Use
- 用户问 "XXX币怎么样" →
python3 scripts/analyze.py \x3CCOIN> - 用户问 "现在有什么机会" / "有什么妖币" →
python3 scripts/analyze.py scan
不适用于: BTC/ETH/SOL 等大盘币
安装
pip install requests
Billing
每次调用自动扣 0.1 USDT。余额不足时返回充值链接。
使用说明
# 单币分析
python3 scripts/analyze.py BIO
# 全市场扫描(输出妖币信号)
python3 scripts/analyze.py scan
返回示例
{
"ccy": "BIO",
"score": 130,
"direction": "建议做多",
"reason": "放量20x | 爆空88% | 多因子共振"
}
Dependencies
pip install requests
Usage Guidance
Review this skill carefully before installing. It does not appear to trade directly or access exchange credentials, but it does call a remote crypto-signal service, may charge per invocation, and sends a user identifier over unencrypted HTTP. Confirm the real price, avoid automatic use, and do not rely on its trading output without independent verification.
Capability Analysis
Type: OpenClaw Skill
Name: demon-detector
Version: 1.0.2
The skill acts as a thin client that sends requests and a user identifier (DEMON_USER_ID) to a hardcoded remote IP address (43.103.7.227) in scripts/analyze.py. While the code lacks explicit malicious payloads, the use of a raw IP instead of a domain, combined with the 'black box' nature of the remote 'core logic' and a proprietary USDT-based billing system, makes the behavior opaque and difficult to fully audit for privacy or data exfiltration risks.
Capability Tags
Capability Assessment
Purpose & Capability
The code matches the stated purpose of calling a cloud crypto-analysis service, but the actual analysis logic is remote and not reviewable in the provided artifacts.
Instruction Scope
The skill instructs the agent to run commands for ordinary user questions, while the documentation says each call automatically deducts USDT; no explicit per-call confirmation step is described.
Install Mechanism
There is no install spec, but the SKILL.md asks the user to install the common requests package manually. This is purpose-aligned and not suspicious by itself.
Credentials
The client sends requests, including an X-User-Id header, to a hard-coded HTTP IP address rather than HTTPS, which is disproportionate for a paid service handling user identity and trading-interest signals.
Persistence & Privilege
No persistence, local credential harvesting, or privileged local access is shown, but the service appears to rely on an undeclared user identity value for remote billing or tracking.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install demon-detector - After installation, invoke the skill by name or use
/demon-detector - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Major update: New multi-dimensional contract signal analysis engine added with automatic billing and user-friendly operation.
- Introduced comprehensive signal scanning for detecting "demon coins" across the entire market.
- No API key required; cloud-based analysis engine handles all requests.
- Automatic deduction of 0.1 USDT per use; recharge link provided when balance is insufficient.
- Simple coin analysis and market scan commands for quick assessments.
- Enhanced documentation with usage instructions and JSON output examples.
- Now excludes large mainstream coins such as BTC, ETH, and SOL.
v1.0.1
Initial release of demon-detector 1.0.0:
- Multi-dimensional contract signal analysis engine for crypto, focusing on altcoins.
- Supports real-time single coin analysis and full market scanning via command line.
- Utilizes indicators such as OI changes, liquidation structures, volume/price action, funding rates, and social trends for independent trading suggestions.
- Requires OKX API keys for data access; user account and billing managed per user_id.
- Each call automatically deducts 0.1 USDT; recharge link provided if balance is insufficient.
v1.0.0
demon-detector 1.0.0
- Initial release of a multi-signal crypto contract analysis engine.
- Provides independent long/short judgment using OI change, liquidation structure, volume-price patterns, funding rate, and social sentiment.
- Supports both single-coin analysis and full-market scanning with layered signal routing.
- Excludes short-term analysis for major coins (BTC/ETH/SOL).
- Integrated SkillPay billing: 0.1 USDT charged per detect or scan usage.
- Requires OKX API key setup and requests library installation.
Metadata
Frequently Asked Questions
What is 妖币信号探测器(可搭配自动交易系统)?
多维度合约信号分析引擎 — 扫描全市场筛选妖币信号,给出独立多空研判. It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install 妖币信号探测器(可搭配自动交易系统)?
Run "/install demon-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 妖币信号探测器(可搭配自动交易系统) free?
Yes, 妖币信号探测器(可搭配自动交易系统) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 妖币信号探测器(可搭配自动交易系统) support?
妖币信号探测器(可搭配自动交易系统) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 妖币信号探测器(可搭配自动交易系统)?
It is built and maintained by kc785196 (@kc785196); the current version is v1.0.2.
More Skills