← 返回 Skills 市场
🔌

Nasdaq Data Link

作者 OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oo-nasdaq
功能描述
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,...
使用说明 (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

安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-nasdaq
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-nasdaq 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug oo-nasdaq
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。

如何安装 Nasdaq Data Link?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oo-nasdaq」即可一键安装,无需额外配置。

Nasdaq Data Link 是免费的吗?

是的,Nasdaq Data Link 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nasdaq Data Link 支持哪些平台?

Nasdaq Data Link 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nasdaq Data Link?

由 OOMOL(@oomol)开发并维护,当前版本 v1.0.0。

💬 留言讨论