← Back to Skills Marketplace
396
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nasdaq-public
Description
Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: nasdaq-public
Version: 1.0.0
The OpenClaw skill is designed to query Nasdaq public market APIs, and its implementation aligns with this stated purpose. The `scripts/nasdaq-screener.sh` script robustly validates all command-line arguments, preventing common shell injection vulnerabilities. It makes legitimate `curl` calls to `https://api.nasdaq.com/api/screener/stocks` and processes JSON responses using `jq`. The `SKILL.md` and `references/api_docs.md` files contain instructions for the AI agent that are benign and directly related to the skill's function, with no evidence of prompt injection attempts to subvert the agent. There are no indicators of data exfiltration, persistence, unauthorized execution, or other malicious activities.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nasdaq-public - After installation, invoke the skill by name or use
/nasdaq-public - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Nasdaq API skill.
- Enables querying Nasdaq public screener APIs for stock lists and data.
- Includes a CLI script for fetching screener data with pagination and formatting options.
- Bundles references to official Nasdaq API documentation and practical usage notes.
- Provides workflow guidelines for API usage, reliability, and data validation.
Metadata
Frequently Asked Questions
What is NASDAQ Public API CLI?
Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,... It is an AI Agent Skill for Claude Code / OpenClaw, with 396 downloads so far.
How do I install NASDAQ Public API CLI?
Run "/install nasdaq-public" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NASDAQ Public API CLI free?
Yes, NASDAQ Public API CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NASDAQ Public API CLI support?
NASDAQ Public API CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NASDAQ Public API CLI?
It is built and maintained by oscraters (@oscraters); the current version is v1.0.0.
More Skills