← 返回 Skills 市场
396
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nasdaq-public
功能描述
Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nasdaq-public - 安装完成后,直接呼叫该 Skill 的名称或使用
/nasdaq-public触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。
如何安装 NASDAQ Public API CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nasdaq-public」即可一键安装,无需额外配置。
NASDAQ Public API CLI 是免费的吗?
是的,NASDAQ Public API CLI 完全免费(开源免费),可自由下载、安装和使用。
NASDAQ Public API CLI 支持哪些平台?
NASDAQ Public API CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NASDAQ Public API CLI?
由 oscraters(@oscraters)开发并维护,当前版本 v1.0.0。
推荐 Skills