Back to the catalog

wiz-by-tradingwizard

Live market intelligence, global trading bots, and TradingWizard account tools inside Gemini CLI.

Open source Open in the app JSON README (API)

About

Live market intelligence, global trading bots, and TradingWizard account tools inside Gemini CLI.

Details

Kind
Plugins
Topic
Finance & crypto
Publisher
hugors00
Origin
gemini
Category
ferramentas
Version
1.0.0
Last push
2026-07-29T18:41:07Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
hugors00/wiz-gemini-extension

README

# Wiz by TradingWizard for Gemini CLI

Give Gemini current market intelligence and TradingWizard bot context through one public-first extension.

## Install

```bash
gemini extensions install https://github.com/HugoRS00/wiz-gemini-extension --auto-update
```

Restart Gemini CLI after installation. Then try:

```text
/wiz:brief
/wiz:asset BTC
/wiz:bots
```

You can also ask normal questions such as:

```text
Use Wiz to compare market mood, VIX, the US 10Y, today's movers, and the global bots.
```

## What works without a TradingWizard account

- Market summary with Fear & Greed, VIX, US 10-year yield, regime, and freshness
- Current market prices and the `/markets` dataset
- Every public Market Track event with significance and a short explanation
- Market movers and bot consensus
- Public global bots and ranked opportunities
- Bot Fund performance
- Wiz's public bot status

The extension connects to the canonical Streamable HTTP endpoint at `https://www.tradingwizard.ai/api/mcp`.

## Optional account connection

Public tools work before sign-in. When you ask for a private TradingWizard feature, Gemini CLI can discover TradingWizard OAuth automatically. Run this inside Gemini CLI if you want to connect explicitly:

```text
/mcp auth tradingwizard
```

Available private tools follow the connected TradingWizard account:

- Free adds useful account-scoped features.
- Pro adds deeper bot, alert, analysis, and supported paper-trading workflows.
- Ultimate adds the complete MCP toolset and highest-depth workflows.

Tokens are handled by Gemini CLI and TradingWizard OAuth. They are never included in tool responses.

## Included commands

- `/wiz:brief` creates a current cross-market brief.
- `/wiz:asset <symbol>` builds a focused asset read from verified Wiz data.
- `/wiz:bots [focus]` compares public global bots, opportunities, and Bot Fund performance.

## Safety and support

Wiz supports market research and paper trading only. It does not execute real-money trades. Market information is educational and is not personalized financial advice.

- Setup guide: https://www.tradingwizard.ai/mcp?client=gemini#connect
- Documentation: https://www.tradingwizard.ai/docs/mcp
- Privacy: https://www.tradingwizard.ai/policy
- Support: https://www.tradingwizard.ai/support

## Development

Validate a local checkout with:

```bash
gemini extensions validate .
```

Then link it for local testing:

```bash
gemini extensions link . --consent
```

## License

MIT

More