Fin Intel Hub

v1.0.2

Access global financial data including SEC filings, Asian and US stock markets, crypto on-chain metrics, financial news sentiment, and macroeconomic indicators.

0· 360·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
The name/description promise SEC filings, market data, crypto on-chain metrics, news sentiment, and macro indicators; the repository contains modules for each (sec_filings.py, market_data.py, yahoo_finance.py, crypto_onchain.py, sentiment_news.py, macro_data.py). The optional environment variables (AlphaVantage, NewsAPI, FRED, Glassnode, Etherscan, WhaleAlert) directly map to the described external APIs and are marked optional, which is proportionate.
Instruction Scope
SKILL.md instructs the agent to import the included Python modules and call their functions; it does not ask the agent to read unrelated local files, system configuration, or cloud credentials. The runtime instructions and examples stay within the stated domain (fetching public financial data).
Install Mechanism
There is no install spec (instruction-only skill) and the code uses only Python and requests; nothing is downloaded from arbitrary URLs or extracted to disk during install. This minimal installation footprint is low risk.
Credentials
No required environment variables are declared; the listed env vars are optional API keys that match the services used in code. There are no unrelated secret names or unexpected credential requests. Logging utilities include redaction patterns (e.g., for API keys) — expected and reasonable for this skill.
Persistence & Privilege
The skill is not marked always:true and requests no elevated privileges or system-wide configuration changes. It does not modify other skills' configurations or require persistent installation steps beyond placing files in the skills directory (documented).
Assessment
This skill appears internally consistent for aggregating public financial data. Before installing: (1) Prefer cloning from the public GitHub repo URL in the README and inspect code yourself; (2) Only provide API keys you control and are comfortable being used by the local skill (keys are optional); (3) Be aware some modules fall back to public endpoints and some functions return empty results without optional keys; (4) Test the skill in a sandbox or non-production environment first — there are minor code quality issues (truncated/buggy returns in some files) but no signs of data exfiltration or unrelated credential access. If you need higher assurance, review the full code (the truncated files) or run a static scan locally.

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

latestvk979r3cd4dz9qzn55h1kmbjt2d821c94

License

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

Comments