← 返回 Skills 市场
jatinbansal1998

Zerodha

作者 Jatin Bansal · GitHub ↗ · vv1.0.1
cross-platform ⚠ suspicious
675
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install zerodha-kite
功能描述
Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation constraints, and synonym mapping. Use when a...
安全使用建议
This skill looks internally consistent for translating requests into zerodha CLI commands and for managing CLI profiles, but exercise caution before using the installer commands embedded in the SKILL.md: they pipe a remote script into sh/PowerShell which executes code from a GitHub repository. Before running any installer, verify the repository and review the install script yourself (or install from a trusted release). Be mindful of sharing api_key/api_secret or tokens in chat — provide them only when you trust the agent/environment, and prefer entering credentials locally into the CLI if possible. If you want lower risk, ask the skill to produce the exact zerodha command and run the command locally yourself rather than letting the agent execute installers or commands.
功能分析
Type: OpenClaw Skill Name: zerodha-kite Version: v1.0.1 The skill bundle is classified as suspicious due to its installation instructions in `SKILL.md`. It directs the AI agent to download and execute remote scripts directly from `raw.githubusercontent.com` using `curl | sh`, `wget | sh`, and `irm | iex` commands. While the stated purpose is to install a legitimate CLI, this method introduces a significant supply chain vulnerability, allowing arbitrary code execution if the remote repository or script is compromised. There is no direct evidence of malicious intent within the skill bundle itself, but the inherent risk of executing untrusted remote code makes it suspicious.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md is a router that translates NL queries into exact 'zerodha' CLI commands. It asks for API key/secret and tokens only in the context of login/profile management, which is appropriate for a CLI that talks to Kite/Zerodha.
Instruction Scope
Instructions are narrowly scoped to producing zerodha CLI commands, handling profile/auth flows, and validating flags/constraints. They explicitly persist auth fields across messages during a multi-message login flow (ephemeral session context) and instruct the agent to stop and ask for missing fields rather than guessing — this is expected but means the agent will handle credentials provided in chat during login sequences.
Install Mechanism
Although there is no formal install spec, the SKILL.md includes bootstrap installer commands that pipe remote scripts to a shell/PowerShell (curl/wget | sh and irm | iex) from raw.githubusercontent.com. Fetch-and-execute of remote scripts is a common installer pattern but is a moderate security risk and should be reviewed before running.
Credentials
The skill does not request unrelated environment variables or system config paths. The credentials it works with (api_key, api_secret, request token/refresh token) are directly relevant to Zerodha/Kite CLI authentication and are collected via the described login flow.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill asks to persist auth inputs during a login task and to configure CLI profiles (which is expected), but it does not request elevated or system-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zerodha-kite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zerodha-kite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
vv1.0.1
Initial release of zerodha-kite-cli-router: - Translates plain-English trading and account queries to precise `zerodha` CLI commands. - Supports routing for all Zerodha CLI operations: orders, quotes, positions, holdings, margins, configuration, and authentication. - Enforces all command and flag constraints, including multi-step authentication flows. - Handles CLI installation/query flows and global flag propagation. - Asks for missing required parameters (never makes assumptions). - Includes validation for exchange, symbol, order types, authentication, and all supported flags.
vv1.0.0
Initial release with bootstrap (installation) and login multi-step flow. - Added CLI installation/bootstrap routing for Linux, macOS, and Windows, including OS prompt if missing. - Introduced a stateful, multi-message login flow to guide users through interactive authentication and profile config steps. - Output next-step command only in multi-command flows (e.g., login). - Enforced that all commands (except install) start with `zerodha`. - Clarified examples and rules for handling missing fields and multi-step user onboarding. - No CLI command catalog changes.
v0.0.1
Initial release of zerodha-kite-cli-router. - Translates plain English queries into exact `zerodha` CLI commands with proper flags and constraints. - Covers commands for authentication, profile/config management, price quotes, orders, holdings, positions, margins, GTT, and mutual funds. - Enforces validation rules for required arguments, flag values, and command constraints. - Maps synonyms and natural language requests to correct CLI operations. - Ensures machine-readable (`--json`) output when requested.
元数据
Slug zerodha-kite
版本 v1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Zerodha 是什么?

Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation constraints, and synonym mapping. Use when a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 675 次。

如何安装 Zerodha?

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

Zerodha 是免费的吗?

是的,Zerodha 完全免费(开源免费),可自由下载、安装和使用。

Zerodha 支持哪些平台?

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

谁开发了 Zerodha?

由 Jatin Bansal(@jatinbansal1998)开发并维护,当前版本 vv1.0.1。

💬 留言讨论