← 返回 Skills 市场
422
总下载
1
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install nasdaq100-futures
功能描述
Fetch the latest Nasdaq-100 futures quote (default NQ=F) via Yahoo Finance chart API using Node.js and return price, change, percent change, and timestamp. U...
安全使用建议
This skill simply performs an outgoing HTTP request to Yahoo Finance and formats the response; it does not ask for credentials or access local files. Before installing, consider: (1) the skill requires Node.js >= 18 for built-in fetch support (as documented), (2) network access to query1.finance.yahoo.com is required and subject to rate limits or blocking, and (3) if you need enterprise-level guarantees, review the small handler source (scripts/main.js) yourself. There are no obvious red flags in the manifest or runtime instructions.
功能分析
Type: OpenClaw Skill
Name: nasdaq100-futures
Version: 1.0.4
The skill is a straightforward financial data fetcher that retrieves Nasdaq-100 futures quotes from the Yahoo Finance API (query1.finance.yahoo.com). The implementation in `scripts/main.js` is minimal, uses built-in Node.js fetch, properly encodes input parameters, and contains no evidence of malicious intent, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description, SKILL.md, manifest, and scripts/main.js all align: the skill fetches a symbol from Yahoo Finance and returns price, change, percent, and timestamp. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent to call the handler with an optional symbol parameter. The runtime code only performs an HTTP GET to query1.finance.yahoo.com and parses the JSON; it does not read local files, environment secrets, or send data to other endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). No downloads, package installs, or archive extraction occur; the skill relies on Node.js >= 18 and the platform-provided runtime.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to access any. There are no disproportionate or unexplained secret requests.
Persistence & Privilege
always is false (default), the skill does not request persistent system-wide changes, and it does not modify other skills or system configs. Runtime behavior is limited to outgoing HTTP requests.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nasdaq100-futures - 安装完成后,直接呼叫该 Skill 的名称或使用
/nasdaq100-futures触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated entry point for the main handler to scripts/main.js.
- Added a new references/openclaw.md file with OpenClaw runtime details.
- Updated documentation to reference the new file locations and additional resources.
- Removed the old main.js (now replaced by scripts/main.js).
v1.0.3
Switched implementation from Python to Node.js.
- Replaced all Python code with Node.js (added main.js, package.json; removed main.py, requirements.txt).
- Updated documentation to reflect Node.js environment and entrypoint.
- Functionality and output remain the same: fetches latest Nasdaq-100 futures data from Yahoo Finance.
v1.0.2
- Improved documentation with clearer usage instructions, invocation details, and precise output structure.
- Added English summary and examples for both default and custom symbol queries.
- Clarified function entry point and usage within OpenClaw/ClawHub.
- Included error handling description in output format.
- Provided explicit notes on data source and customization options.
v1.0.1
Version 1.0.1 of nasdaq100-futures
- No code or documentation changes detected in this release.
v1.0.0
- Initial release of 纳斯达克100期货查询技能 for Python.
- Provides real-time 纳斯达克100期货 (symbol: NQ=F) price, change, and change percentage.
- Includes easy function call (`get_nasdaq100_futures`) with customizable symbol.
- Outputs structured JSON with human-readable summary message.
元数据
常见问题
nasdaq100-futures 是什么?
Fetch the latest Nasdaq-100 futures quote (default NQ=F) via Yahoo Finance chart API using Node.js and return price, change, percent change, and timestamp. U... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 422 次。
如何安装 nasdaq100-futures?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nasdaq100-futures」即可一键安装,无需额外配置。
nasdaq100-futures 是免费的吗?
是的,nasdaq100-futures 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nasdaq100-futures 支持哪些平台?
nasdaq100-futures 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nasdaq100-futures?
由 lbl581581(@lbl581581)开发并维护,当前版本 v1.0.4。
推荐 Skills