← Back to Skills Marketplace
226
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install tigerbrokers
Description
Tiger Brokers OpenAPI Python SDK — complete skills for AI coding tools. Covers SDK setup, market data queries, stock/futures/options trading, real-time push...
Usage Guidance
This skill appears coherent for integrating the Tiger Brokers Python SDK: the requested env vars and commands match the stated purpose. Pay attention to two practical safety points before installing/using: (1) the SDK and MCP instructions tell you to store and use your private key and account credentials — treat these like sensitive secrets and prefer a read-only/paper account for initial testing, and (2) the docs recommend running an external install script (curl | sh) to install 'uv'; executing remote install scripts has risk — prefer installing via your package manager or inspecting the installer before running it. Finally, always confirm live-trade actions explicitly and consider using the recommended read-only / paper modes until you trust the setup.
Capability Analysis
Type: OpenClaw Skill
Name: tigerbrokers
Version: 1.0.1
The Tiger Brokers skill bundle is a legitimate and well-documented set of instructions for integrating the Tiger Open API. It includes comprehensive guides for market data, trading, and MCP server setup. Critically, both SKILL.md and references/trade.md contain explicit safety instructions for the AI agent to default to paper trading and require manual user confirmation before placing live orders. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all network and file operations are consistent with the stated purpose of a financial trading SDK.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required env vars (TIGEROPEN_TIGER_ID, TIGEROPEN_PRIVATE_KEY, TIGEROPEN_ACCOUNT), and required binaries (python, pip) align with a Python SDK for Tiger Brokers. Declared primary credential (TIGEROPEN_TIGER_ID) and config-file/env-var authentication methods are expected for this purpose.
Instruction Scope
SKILL.md and reference files are detailed and stay within trading/market-data scope (SDK install, auth, quote/trade/push examples, CLI and MCP integration). The skill repeatedly instructs use of private keys and account IDs (appropriate for trading). It also gives operational instructions that can perform live trades — but explicitly instructs to default to paper trading and to confirm before live orders. One operational note: references include instructing users to run external install commands (curl | sh for uv installer) and to export private keys into environment variables or config files; these are legitimate for the MCP/CLI setup but carry operational risk if misused.
Install Mechanism
There is no formal install spec for the skill bundle (instruction-only). The docs recommend 'pip install tigeropen' (expected). The references also advise installing 'uv' via an external script fetched from https://astral.sh/uv/install.sh (curl ... | sh) and using 'uvx tigermcp' — recommending execution of a remote installer script is common for some CLI tools but is higher-risk than installing from a curated package manager. That risk is in the documentation/installation step, not hidden in code in the skill bundle.
Credentials
All required environment variables are directly relevant to Tiger Brokers API access (tiger id, private key, account). Optional/alternate env vars mentioned (props path, secret_key, token) are justified for institutional or TBHK use. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It is user-invocable and may be auto-activated by keywords (documented), which is reasonable for a domain-specific skill. There is no instruction to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tigerbrokers - After installation, invoke the skill by name or use
/tigerbrokers - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added support for the tigeropen CLI command-line tool with dedicated reference guide (cli.md)
- Description now includes the CLI tool and relevant activation keywords
- Safety warning added: always use paper trading unless live trading is explicitly requested, and confirm order details with user
- Language auto-reply rule: respond in user's language, keep technical terms untranslated
- Expanded and updated common stock symbol lookup tables (HK/US)
- Updated SDK and documentation links to latest versions
v1.0.0
Initial release of Tiger Brokers OpenAPI Python SDK skill.
- Provides complete skill set for AI coding tools using Tiger Brokers API.
- Includes SDK setup, market data queries, stock/futures/options trading, and real-time push subscription guides.
- Supports MCP server integration for advanced AI editor workflows.
- Compatible with Python 3.8+ and requires a Tiger Brokers developer account.
- Reference guides available for quickstart, market data, trading, options, push services, and MCP integration.
Metadata
Frequently Asked Questions
What is Tigerbrokers?
Tiger Brokers OpenAPI Python SDK — complete skills for AI coding tools. Covers SDK setup, market data queries, stock/futures/options trading, real-time push... It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.
How do I install Tigerbrokers?
Run "/install tigerbrokers" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tigerbrokers free?
Yes, Tigerbrokers is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tigerbrokers support?
Tigerbrokers is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tigerbrokers?
It is built and maintained by Hotea (@hotea); the current version is v1.0.1.
More Skills