← 返回 Skills 市场
India NSE stock market data
作者
AI-Hub-Admin
· GitHub ↗
· v1.0.0
· MIT-0
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install india-stock-market-nse-india
功能描述
Get India NSE stock market data via FinanceAgent on OneKey Gateway.
使用说明 (SKILL.md)
OneKey Gateway
Use one access key to connect to various commercial APIs via the DeepNLP OneKey Agent Router.
Quick Start
Set your OneKey Access Key
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
Common settings:
unique_id:aiagenta2z/financeagentapi_id:get_india_stock_market_nse_india
Tool
get_india_stock_market_nse_india
Get India stock market data (NSE India).
Parameters:
symbol_list(array of string, required): Stock symbols to query.- Use the NSE identifiers expected by the upstream data source, e.g.
"TM03","IT". - Example:
["TM03", "IT"]
- Use the NSE identifiers expected by the upstream data source, e.g.
Response (JSON):
success(boolean): Whether the request succeeded.data(array): List of stock quote objects (fields depend on the upstream data source).message(string, optional): Error message whensuccess=false.
Usage
CLI Usage
## install onekey agent gateway
npm install @aiagenta2z/onekey-gateway
## CLI to Call API and Symbol List
npx onekey agent aiagenta2z/financeagent get_india_stock_market_nse_india '{"symbol_list": ["TM03", "IT"]}'
HTTP (curl) Usage
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
curl -v -X POST "https://agent.deepnlp.org/agent_router" \
-H "Content-Type: application/json" \
-H "X-OneKey: $DEEPNLP_ONEKEY_ROUTER_ACCESS" \
-d '{
"unique_id": "aiagenta2z/financeagent",
"api_id": "get_india_stock_market_nse_india",
"data": {
"symbol_list": ["TM03", "IT"]
}
}'
安全使用建议
This skill appears to do what it claims (call a OneKey finance agent) but the package metadata is inconsistent with the runtime instructions. Before installing or using it: 1) Verify the npm package @aiagenta2z/onekey-gateway on the npm registry and review its maintainer, version history, and source code (or request a homepage/repo). 2) Do not run global npm installs unless you trust the package; prefer local installs and inspect the package contents. 3) Confirm the intended endpoint (https://agent.deepnlp.org) and that your DEEPNLP_ONEKEY_ROUTER_ACCESS key grants only the minimum necessary permissions. 4) Ask the publisher to correct the registry metadata so required env vars and dependencies are accurately declared. If you cannot verify the npm package and publisher, treat the dependency as untrusted code and avoid installing it on sensitive machines.
功能分析
Type: OpenClaw Skill
Name: india-stock-market-nse-india
Version: 1.0.0
The skill is a standard integration for fetching Indian stock market data via the DeepNLP OneKey Gateway. It defines a single tool, 'get_india_stock_market_nse_india', which communicates with a documented external endpoint (agent.deepnlp.org). No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the metadata.
能力评估
Purpose & Capability
SKILL.md clearly describes calling the OneKey Gateway (aiagenta2z/financeagent get_india_stock_market_nse_india) to fetch NSE data; that capability aligns with the skill name and description. However, the registry metadata claims no required env vars or installs while the SKILL.md requires DEEPNLP_ONEKEY_ROUTER_ACCESS and an npm package, which is an inconsistency in declared purpose vs. actual requirements.
Instruction Scope
Runtime instructions only show setting an API key, installing/using the @aiagenta2z/onekey-gateway package, and calling the OneKey agent endpoint (or using npx). The instructions do not ask the agent to read unrelated local files, other credentials, or send data to unexpected endpoints beyond the documented agent_router URL.
Install Mechanism
There is no install spec in the registry, but SKILL.md instructs installing an npm package (@aiagenta2z/onekey-gateway) and shows npm/npx usage. Using an npm scoped package is a common pattern, but because the package author and source are not verified here, installing external npm packages carries moderate risk and should be reviewed before running globally.
Credentials
SKILL.md declares DEEPNLP_ONEKEY_ROUTER_ACCESS as a required API key — this is proportionate for calling the OneKey Gateway. The concern is that the registry metadata lists no required env vars (and no primary credential), so the published manifest does not reflect the skill's actual secret requirement. That mismatch may lead to accidental exposure or confusion about what credentials are needed.
Persistence & Privilege
Skill is instruction-only (no code files) and does not request always:true or any system-wide configuration changes. It does not request persistent agent privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install india-stock-market-nse-india - 安装完成后,直接呼叫该 Skill 的名称或使用
/india-stock-market-nse-india触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of india-stock-market-nse-india.
- Provides access to India NSE stock market data via the FinanceAgent on OneKey Gateway.
- Supports querying multiple NSE stock symbols in a single request.
- CLI and HTTP examples available for easy integration.
- Requires a OneKey Gateway API key for access.
元数据
常见问题
India NSE stock market data 是什么?
Get India NSE stock market data via FinanceAgent on OneKey Gateway. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 India NSE stock market data?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install india-stock-market-nse-india」即可一键安装,无需额外配置。
India NSE stock market data 是免费的吗?
是的,India NSE stock market data 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
India NSE stock market data 支持哪些平台?
India NSE stock market data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 India NSE stock market data?
由 AI-Hub-Admin(@ai-hub-admin)开发并维护,当前版本 v1.0.0。
推荐 Skills