nasdaq-api

Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows, or guidance on official Nasdaq Data Link public API docs (authentication, API types, and rate limits).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nasdaq-api" with this command: npx skills add oscraters/nasdaq-public

Nasdaq API Skill

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

  1. Confirm scope before calling APIs:
  • If the task is stock screener rows/symbol lists, use scripts/nasdaq-screener.sh.
  • If the task is product/API selection, auth, or limits, read references/api_docs.md first.
  1. Use the CLI instead of ad-hoc curl when possible:
  • Run scripts/nasdaq-screener.sh --help for options.
  • Start with --limit and --offset for deterministic pagination.
  • Use --format symbols for ticker-only output, or --format rows for JSON row objects.
  1. Handle reliability constraints:
  • Include browser-like headers (script does this by default).
  • Prefer retries in caller workflows for transient failures.
  • Keep requests paced; avoid burst loops.
  1. Validate result shape before downstream logic:
  • Expect top-level data.rows for screener queries.
  • Fail fast if status.bCodeMessage is present or data.rows is missing.

Bundled Resources

  • references/api_docs.md
    • Official Nasdaq public docs and practical screener notes.
  • scripts/nasdaq-screener.sh
    • Bash CLI wrapper around https://api.nasdaq.com/api/screener/stocks.
  • agents/openai.yaml
    • UI metadata for skill display and invocation prompt.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Turing Pyramid

Prioritized action selection for AI agents. 10 needs with time-decay and tension scoring replace idle heartbeat loops with concrete next actions.

Registry SourceRecently Updated
Automation

Agent Memory Local

Local-first memory retrieval for Agent/OpenClaw workspaces. Use when the user asks about prior work, decisions, dates, preferences, root causes, todo history...

Registry SourceRecently Updated
Automation

Wip Ldm Os Private

LDM OS ... shared infrastructure for AI agents. Identity, memory, ownership, collaboration, compatibility, payments. One system across all your AIs.

Registry SourceRecently Updated
Automation

Workflow Builder

工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval, and integration capabilities. Use when you need...

Registry SourceRecently Updated