← Back to Skills Marketplace
🔌

Nasdaq Data Link

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
27
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-nasdaq
Description
Nasdaq Data Link (data.nasdaq.com). Use this skill for ANY Nasdaq Data Link request — searching and reading data. Whenever a task involves Nasdaq Data Link,...
README (SKILL.md)

Nasdaq Data Link

Operate Nasdaq Data Link through your OOMOL-connected account. This skill calls the nasdaq connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Finance, Data & Analytics. Exposes 7 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Nasdaq Data Link. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "nasdaq" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "nasdaq" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • get_analyst_ratings — Retrieve analyst recommendation and target-price history for a stock symbol from the ZACKS analyst datatables.
  • get_datatable — Request a bulk export for a Nasdaq Data Link datatable and return the current file status plus download link when available.
  • get_datatable_metadata — Retrieve schema, filter, refresh, and premium metadata for a Nasdaq Data Link datatable.
  • get_dividend_history — Retrieve quarterly dividend fundamentals for a ticker from SHARADAR/SF1 using the ARQ dimension.
  • get_end_of_day_quote — Retrieve QuoteMedia end-of-day price rows for a ticker, optionally filtered by a date range.
  • get_real_time_quote — Compatibility alias of get_end_of_day_quote. Returns QuoteMedia end-of-day price rows rather than live real-time quotes.
  • get_table_row — Query a Nasdaq Data Link datatable with a single filter column and normalize the returned rows into key-value objects.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Nasdaq Data Link state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Nasdaq Data Link is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=nasdaq
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Use this for Nasdaq Data Link data lookups through an OOMOL account, but do not rely on get_real_time_quote for live trading or alerts; it returns end-of-day data. Install or authenticate the oo CLI only if you trust OOMOL's installer and account connection flow.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill coherently provides Nasdaq Data Link read/query actions through the OOMOL oo CLI. The get_real_time_quote action name is potentially misleading, but the main skill and action file both disclose that it is only a compatibility alias for end-of-day QuoteMedia rows, not live quotes.
Instruction Scope
Runtime instructions are focused on inspecting schemas and running Nasdaq connector actions, with safety language for write/delete operations even though the listed actions are read-oriented. The allowed tool pattern Bash(oo *) is broader than the documented connector commands but still limited to the oo CLI.
Install Mechanism
The skill includes one-time recovery instructions to install the oo CLI via remote install scripts if the CLI is missing. This is disclosed setup guidance, not hidden execution, but users should review the installer source before running it.
Credentials
The skill requires an OOMOL-connected Nasdaq Data Link account and sensitive credentials, but states that credentials are injected server-side so raw API tokens are not handled locally. This access is proportionate to the stated data-access purpose.
Persistence & Privilege
There is no bundled executable code, background worker, or persistence mechanism in the artifact. First-time setup may create normal oo CLI login/session state and service connection state.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-nasdaq
  3. After installation, invoke the skill by name or use /oo-nasdaq
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the `oo-nasdaq` skill for accessing Nasdaq Data Link through an OOMOL-connected account. - Adds seven connector actions for analyst ratings, dividend history, end-of-day quotes, datatable metadata, datatable exports, normalized table-row queries, and quote compatibility lookup. - Uses the `oo` CLI with server-side credential injection, so workflows can call Nasdaq Data Link without handling raw API tokens locally. - Documents a schema-first workflow for each action, encouraging live contract inspection before constructing request payloads. - Includes setup and recovery guidance for missing CLI installation, authentication, connection scope, expired credentials, and billing errors.
Metadata
Slug oo-nasdaq
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nasdaq Data Link?

Nasdaq Data Link (data.nasdaq.com). Use this skill for ANY Nasdaq Data Link request — searching and reading data. Whenever a task involves Nasdaq Data Link,... It is an AI Agent Skill for Claude Code / OpenClaw, with 27 downloads so far.

How do I install Nasdaq Data Link?

Run "/install oo-nasdaq" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nasdaq Data Link free?

Yes, Nasdaq Data Link is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nasdaq Data Link support?

Nasdaq Data Link is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nasdaq Data Link?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments