Macro News Signal

v1.1.0

Macro News Signal is an intelligent market analysis skill that transforms real-time global news and key macro indicators into actionable investment insights.

1· 79·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, README, SKILL.md, references/news_apis.md and the included scripts/format.py align: the skill collects news/APIs, parses/scores them, and formats Yahoo Finance JSON. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions direct the agent to fetch RSS, web pages and APIs (prefer curl when available, or web_fetch/agent-browser). This matches the purpose, but the skill instructs network access to many third-party endpoints (including RSSHub/Folo proxy feeds). Ensure you trust those endpoints and that the agent's web/scraping capability is appropriate for your environment.
Install Mechanism
No install spec (instruction-only) and only one small Python script provided. Nothing is downloaded from external URLs during install, so disk-write/execute risk at install time is minimal.
Credentials
The skill declares no required environment variables, no credentials, and uses only standard library network calls in scripts/format.py. Requested access (network/API calls) is proportionate to a news/market-signal skill.
Persistence & Privilege
always:false and normal autonomous invocation settings; the skill does not request forced always-on presence or to modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: scrape RSS/APIs, parse text, and produce structured reports. Before installing, consider: (1) Do you trust the listed feed endpoints (some are RSSHub/Folo proxies)? (2) Will the agent be allowed to make outbound HTTP requests — review network and privacy implications, rate limits, and data usage policies. (3) scripts/format.py will fetch whatever URL it is given and print JSON — avoid passing internal-only URLs or secrets to it. If you plan to let the agent run autonomously, limit its network scope or review logs so external API calls are observable.

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

latestvk973jt1mkr2n4cfb8h419b49kh847mhy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments