首页龙虾技能列表 › NASDAQ Public API — NASDAQ 公共 API

NASDAQ Public API — NASDAQ 公共 API

v1.0.0

NASDAQ 公共 API CLI 工具。

0· 351·1 当前·1 累计
by @oscraters·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/27
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is coherent with its stated purpose: it wraps Nasdaq's public screener endpoint with a small Bash CLI and documentation, and it does not request unrelated credentials or perform hidden network activity.
评估建议
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 sandb...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec; the skill is instruction-only with an included script and docs. No downloads or archive extraction are performed by the skill.
凭证需求
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).
持久化与权限
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or agent-wide configuration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/27

- 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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install nasdaq-public
镜像加速npx clawhub@latest install nasdaq-public --registry https://cn.clawhub-mirror.com

技能文档

Use this skill to fetch stock-universe data from Nasdaq's public screener endpoint and to ground API decisions in official Nasdaq Data Link docs.

Workflow

  • Confirm scope 之前 calling APIs:
  • 如果 task stock screener rows/symbol lists, 使用 scripts/nasdaq-screener.sh.
  • 如果 task product/API selection, auth, 或 limits, 读取 references/api_docs.md 第一个.
  • 使用 CLI 代替 的 ad-hoc curl 当...时 possible:
  • Run scripts/nasdaq-screener.sh --help 对于 options.
  • 开始 带有 --limit--offset 对于 deterministic 分页.
  • 使用 --格式 symbols 对于 ticker-仅 输出, 或 --格式 rows 对于 JSON 行 objects.
  • Handle reliability constraints:
  • Include browser-点赞 headers (script 做 由 默认).
  • Prefer retries 在...中 caller workflows 对于 transient failures.
  • Keep requests paced; avoid burst loops.
  • 验证 结果 shape 之前 downstream logic:
  • Expect top-level data.rows 对于 screener queries.
  • 失败 fast 如果 status.bCodeMessage present 或 data.rows missing.

Bundled Resources

  • references/api_docs.md
- Official Nasdaq 公开 docs 和 practical screener notes.
  • scripts/nasdaq-screener.sh
- Bash CLI wrapper 周围 https://api.nasdaq.com/api/screener/stocks.
  • agents/openai.yaml
- UI metadata 对于 skill display 和 invocation prompt.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务