Skip to content

Commit 41c1732

Browse files
committed
feat: polish Cursor overlay for Grok Bot marketplace listing
Keep mcp.json URL-only (tools:read). Carry README and logo in the overlay so the generated Cursor host is a complete listing pack.
1 parent 21484b1 commit 41c1732

3 files changed

Lines changed: 84 additions & 2 deletions

File tree

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"name": "ask-gina",
33
"version": "0.1.0",
4-
"description": "Read-only Ask Gina skills for account and market research.",
4+
"description": "Read-only Ask Gina research for linked wallets, spot tokens, Hyperliquid, and Polymarket. Cannot place trades, transfer assets, or create automations.",
55
"author": {
66
"name": "Ask Gina"
7-
}
7+
},
8+
"homepage": "https://askgina.ai",
9+
"repository": "https://github.com/askgina/plugins",
10+
"license": "Apache-2.0",
11+
"keywords": [
12+
"crypto",
13+
"portfolio",
14+
"market-data",
15+
"hyperliquid",
16+
"polymarket",
17+
"mcp"
18+
],
19+
"logo": "assets/icon.svg"
820
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Ask Gina for Cursor and Grok Bot
2+
3+
Read-only market and account research through Gina MCP. Install this plugin, connect Ask Gina, then ask about wallets, spot tokens, Hyperliquid, or Polymarket.
4+
5+
Production MCP: `https://askgina.ai/ai/gina/mcp`
6+
Scope: `tools:read` only. This plugin does not include Spot execute.
7+
8+
## Install
9+
10+
1. Install **Ask Gina** from the Cursor / Grok Bot plugin marketplace, or load this folder as a local plugin.
11+
2. Open the Gina connector and choose **Connect**. Complete Ask Gina OAuth in the browser.
12+
3. Confirm the connector shows the read tools (29 catalog tools). Skills below should appear as well.
13+
14+
OAuth callbacks the Gina authorization server must allow:
15+
16+
- `https://www.cursor.com/agents/mcp/oauth/callback` (Cursor / Grok Bot web)
17+
- `http://localhost:8787/callback` (desktop)
18+
19+
## What it can do
20+
21+
| Skill | Use for |
22+
| --- | --- |
23+
| `review-gina-account` | Linked wallets, cross-chain holdings, scheduled prompts |
24+
| `research-spot-tokens` | Live spot prices, metadata, charts, completed swap history |
25+
| `research-hyperliquid` | Hyperliquid / HIP-3 markets, positions, orders, fills |
26+
| `research-prediction-markets` | Polymarket discovery, books, public rows, your positions |
27+
28+
Try: “Show my linked wallets.” / “Chart ETH over the past week.” / “Which prediction markets expire soon?”
29+
30+
## What it cannot do
31+
32+
Gina will not place trades, transfer assets, change leverage, redeem positions, or create/edit schedules from this plugin. For those, it should hand you a link to continue on [Ask Gina](https://askgina.ai).
33+
34+
Privacy: https://askgina.ai/privacy-policy
35+
Terms: https://askgina.ai/terms-and-conditions
36+
Support: https://askgina.ai/support
37+
38+
## Layout
39+
40+
```
41+
.cursor-plugin/plugin.json
42+
mcp.json
43+
skills/*/SKILL.md
44+
assets/icon.svg
45+
README.md
46+
LICENSE
47+
```
48+
49+
`mcp.json` is URL-only so Cursor and Grok Bot run Streamable HTTP plus MCP OAuth. Do not add a bearer header or `"type": "streamable-http"`.
50+
51+
## Source
52+
53+
Canonical overlay: `plugins/ask-gina/targets/cursor/` in [askgina/plugins](https://github.com/askgina/plugins). Skills come from `plugins/ask-gina/skills/`. Operating product remains `t-y-b-b/nextjs-ai-chatbot`.
Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)