Economic Calendar Fetcher

v0.1.0

Fetch scheduled economic events and data releases from the FMP API for specified dates, filtering by impact, country, and type, and output a chronological ma...

3· 4.4k·44 current·45 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
Purpose & Capability
Name, SKILL.md, reference doc, and the Python script all consistently implement an FMP economic-calendar fetcher. However, the registry metadata lists no required environment variables or primary credential while both SKILL.md and the script expect an FMP_API_KEY; the missing declaration is an inconsistency. Also the skill has no listed homepage/source, which reduces provenance.
Instruction Scope
SKILL.md instructs only to obtain an FMP API key (env var or user-provided), validate dates, run the included Python script, parse/filter results, and produce markdown — all within the stated purpose. The instructions do not ask the agent to read unrelated files or send data to unexpected endpoints; network activity is limited to the documented FMP API domain.
Install Mechanism
No install spec is provided (instruction-only) and the included script is plain Python with standard library urllib usage. Nothing is downloaded from third-party URLs or extracted; no installers or package managers are invoked.
!
Credentials
The only credential needed is an FMP API key, which is proportionate to the skill. The concern is that the skill metadata did not declare this required env var (FMP_API_KEY). Additionally, SKILL.md suggests the user can paste an API key into chat — that practice risks exposing a secret in conversation history if the user is not careful.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or system-wide configs. Default autonomous invocation is allowed (platform default) but not combined with any elevated privileges here.
What to consider before installing
This skill's code and instructions match the described purpose (querying FinancialModelingPrep), and the Python script is straightforward. Two practical concerns before installing/using it: (1) the registry metadata omitted the required FMP_API_KEY — expect to provide an API key (prefer setting it as an environment variable on the machine running the script rather than pasting it into chat), and (2) the skill owner and homepage are unknown, so verify provenance if you care about supply-chain risk. If you plan to use it, run the included script locally (inspect it first), set FMP_API_KEY in your environment, and avoid sending your API key into chat history. Also be aware of FMP rate limits.

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

latestvk972js7gd51zxb658gha02g2ms80931m

License

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

Comments