← Back to Skills Marketplace
jatinbansal1998

Zerodha

by Jatin Bansal · GitHub ↗ · vv1.0.1
cross-platform ⚠ suspicious
675
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install zerodha-kite
Description
Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation constraints, and synonym mapping. Use when a...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zerodha-kite
  3. After installation, invoke the skill by name or use /zerodha-kite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zerodha-kite
Version v1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Zerodha?

Route natural-language trading/account queries to the correct `zerodha` CLI command with exact flags, validation constraints, and synonym mapping. Use when a... It is an AI Agent Skill for Claude Code / OpenClaw, with 675 downloads so far.

How do I install Zerodha?

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

Is Zerodha free?

Yes, Zerodha is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zerodha support?

Zerodha is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zerodha?

It is built and maintained by Jatin Bansal (@jatinbansal1998); the current version is vv1.0.1.

💬 Comments