Market Sentiment Pulse
v1.1.0Aggregates and analyzes market sentiment for specific crypto or stock tickers by scanning news and social signals. Useful for quick vibe checks before trading.
⭐ 2· 3.3k·18 current·21 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name and description promise aggregation of news and social signals, but the included code only performs a local keyword-based sentiment analysis on text passed in; fetching/aggregation is left to the agent. This is a modest mismatch (the skill doesn't itself collect external data) but not inherently malicious.
Instruction Scope
SKILL.md instructs the agent to 'Fetch recent news and social posts' but provides no concrete fetch implementation or required API keys. The runtime script expects text input and performs no network or file I/O. The instructions therefore rely on the agent to gather data, which is a scope gap worth noting.
Install Mechanism
No install spec and a single small Python script (no downloads, no extracted archives). Low installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no suspicious secret requests and nothing disproportionate to its stated purpose.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not modify other skills or request persistent system-wide privileges.
Assessment
This skill is a lightweight, local sentiment scorer — it does not fetch news or social posts itself. Before using: (1) verify you understand how the agent will gather text (the agent may make web requests or use third‑party APIs, which could involve network access or credentials you supply separately); (2) recognize the analyzer is a simple keyword approach and not a robust sentiment model — don't rely on it as sole trading advice; (3) consider reviewing or testing the Python script locally to confirm behavior; and (4) if you need real aggregation of social/news data, prefer adding explicit, auditable connectors (official APIs) rather than implicit web scraping.Like a lobster shell, security has layers — review code before you run it.
latestvk976fsjmxvxvbv5t2w3f64kn6x8202re
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
