|
| 1 | +{ |
| 2 | + "name": "ask-gina", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Read-only Ask Gina skills for account and market research.", |
| 5 | + "author": { |
| 6 | + "name": "Ask Gina", |
| 7 | + "url": "https://askgina.ai" |
| 8 | + }, |
| 9 | + "homepage": "https://askgina.ai", |
| 10 | + "repository": "https://github.com/askgina/plugins", |
| 11 | + "license": "Apache-2.0", |
| 12 | + "keywords": ["crypto", "portfolio", "market-data", "hyperliquid", "polymarket"], |
| 13 | + "skills": "./skills/", |
| 14 | + "mcpServers": "./.mcp.json", |
| 15 | + "interface": { |
| 16 | + "displayName": "Ask Gina", |
| 17 | + "shortDescription": "Accounts, markets, and charts", |
| 18 | + "longDescription": "Ask Gina provides read-only research across your linked account, spot tokens, Hyperliquid and HIP-3 perpetuals, and Polymarket prediction markets. Use it to inspect wallets, schedules, token prices and charts, positions, orders, performance, markets, and history. Ask Gina cannot place trades, transfer assets, change leverage, redeem positions, or create automations inside ChatGPT or Codex. When you ask to take action, it can provide a link to continue securely on Ask Gina.", |
| 19 | + "developerName": "Ask Gina", |
| 20 | + "category": "Finance", |
| 21 | + "capabilities": ["Interactive", "Read"], |
| 22 | + "websiteURL": "https://askgina.ai", |
| 23 | + "privacyPolicyURL": "https://askgina.ai/privacy-policy", |
| 24 | + "supportURL": "https://askgina.ai/support", |
| 25 | + "termsOfServiceURL": "https://askgina.ai/terms-and-conditions", |
| 26 | + "defaultPrompt": [ |
| 27 | + "Show my linked wallets and cross-chain portfolio.", |
| 28 | + "Chart ETH's price over the past week.", |
| 29 | + "Which prediction markets are resolving soon?" |
| 30 | + ], |
| 31 | + "brandColor": "#B50D00", |
| 32 | + "composerIcon": "./assets/icon.svg", |
| 33 | + "logo": "./assets/icon.svg", |
| 34 | + "screenshots": [] |
| 35 | + } |
| 36 | +} |
0 commit comments