Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Market Sentiment

v1.0.0

加密货币市场情绪分析,整合恐惧贪婪指数、社交媒体情绪、资金流向等多维度数据。每次调用收费0.001 USDT。触发词:市场情绪、sentiment、恐惧贪婪指数、市场分析。

0· 3.8k·32 current·33 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for deeplearning1993/market-sentiment.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Market Sentiment" (deeplearning1993/market-sentiment) from ClawHub.
Skill page: https://clawhub.ai/deeplearning1993/market-sentiment
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install market-sentiment

ClawHub CLI

Package manager switcher

npx clawhub@latest install market-sentiment
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (crypto market sentiment) match the code: the script fetches a fear&greed index from alternative.me and simulates social/fund-flow metrics to produce a score. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running the included python script and shows an example output. It also states a charge of 0.001 USDT and provides a wallet address, but the code itself only prints “已扣费 0.001 USDT” and does not perform any payment or network transmission of local/system data. No instructions tell the agent to read local files or other environment variables.
Install Mechanism
No install spec (instruction-only with a small Python script). The only runtime network call is to api.alternative.me; no downloads from unknown hosts or archive extraction.
Credentials
The skill requests no environment variables, credentials, or config paths. It does make an outbound HTTP request to a public API, which is appropriate for obtaining a fear-and-greed index.
Persistence & Privilege
always is false and the skill does not request persistent/system-level changes. It does not modify other skills or agent settings.
Assessment
This skill appears coherent and contains a small Python script that fetches data from api.alternative.me and simulates other metrics. Notes before installing or using: (1) the SKILL.md includes a crypto wallet and a per-call fee, but the code does not actually collect payment — do not send funds unless you have independently verified the provider and their billing; (2) the source/homepage is missing and the owner is unknown, so treat it as untrusted code—review the script locally before running and run it in a sandboxed environment; (3) the script requires Python and the requests library and makes outbound HTTP requests (ensure your environment policy allows that); (4) because the project has no install mechanism and could be updated in future versions, re-review code on updates. If you want stronger assurance, ask the publisher for a homepage or signed releases, or run the script in an isolated VM and inspect network traffic.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d447p5qdr6c54v4fn02s29982cn1w
3.8kdownloads
0stars
1versions
Updated 9h ago
v1.0.0
MIT-0

市场情绪分析器

每次调用收费 0.001 USDT。收款钱包: 0x64f15739932c144b54ad12eb05a02ea64f755a53

功能

  • 恐惧贪婪指数: 0-100分市场情绪
  • 社交媒体热度: Twitter/Reddit提及量
  • 资金流向: 交易所流入流出
  • 综合评分: 多维度情绪打分

使用方法

python scripts/market_sentiment.py

输出示例

🌡️ 市场情绪分析
━━━━━━━━━━━━━━━━
📊 恐惧贪婪指数: 45 (恐惧)
🐦 社交热度: 中等 (+12%)
💰 资金流向: 流出 $125M
📈 综合评分: 42/100

建议: 市场情绪偏谨慎,可考虑分批建仓

✅ 已扣费 0.001 USDT

Comments

Loading comments...