NASDAQ Public API CLI

v1.0.0

Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...

0· 360·1 current·1 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/description match the actual files: the bundled script queries https://api.nasdaq.com/api/screener/stocks and the docs reference Nasdaq Data Link. Minor inconsistency: the registry metadata lists no required binaries, but the script requires curl (always) and jq (for non-raw output). This is a small operational omission, not a functional mismatch.
Instruction Scope
SKILL.md instructs the agent to use the provided script or read the bundled API docs; it does not instruct reading unrelated files, exfiltrating data to external endpoints, or accessing other system state. It also advises pacing and validating responses.
Install Mechanism
No install spec; the skill is instruction-only with an included script and docs. No downloads or archive extraction are performed by the skill.
Credentials
The skill does not request environment variables, credentials, or config paths. The only external dependencies are network calls to the Nasdaq API and local binaries (curl, jq).
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or agent-wide configuration.
Assessment
This skill appears to do what it says: call Nasdaq's public screener endpoint and return rows or symbols. Before installing or running: (1) review the script (scripts/nasdaq-screener.sh) yourself — it issues curl to api.nasdaq.com and is short and readable; (2) ensure your runtime has curl and jq if you plan to use the non-raw output; (3) be aware of Nasdaq rate limits and avoid tight automated loops; (4) run with --print-url first to inspect the generated request and consider running in a sandboxed environment if you have any doubt. There are no hidden endpoints or requested secrets in this package.

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

latestvk973nyy73tf68jje29t2w23e8181yxa4

License

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

Comments