← 返回 Skills 市场
48
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install demon-detector
功能描述
多维度合约信号分析引擎 — 扫描全市场筛选妖币信号,给出独立多空研判
使用说明 (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
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install demon-detector - 安装完成后,直接呼叫该 Skill 的名称或使用
/demon-detector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
妖币信号探测器(可搭配自动交易系统) 是什么?
多维度合约信号分析引擎 — 扫描全市场筛选妖币信号,给出独立多空研判. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 妖币信号探测器(可搭配自动交易系统)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install demon-detector」即可一键安装,无需额外配置。
妖币信号探测器(可搭配自动交易系统) 是免费的吗?
是的,妖币信号探测器(可搭配自动交易系统) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
妖币信号探测器(可搭配自动交易系统) 支持哪些平台?
妖币信号探测器(可搭配自动交易系统) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 妖币信号探测器(可搭配自动交易系统)?
由 kc785196(@kc785196)开发并维护,当前版本 v1.0.2。
推荐 Skills