Skip to content

Commit 4505ff0

Browse files
committed
prototype: test Codex marketplace install
1 parent f10b5d1 commit 4505ff0

4 files changed

Lines changed: 81 additions & 0 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ask-gina-plugins",
3+
"interface": {
4+
"displayName": "Ask Gina Plugins"
5+
},
6+
"plugins": [
7+
{
8+
"name": "ask-gina",
9+
"source": {
10+
"source": "local",
11+
"path": "./plugins/ask-gina"
12+
},
13+
"policy": {
14+
"installation": "AVAILABLE",
15+
"authentication": "ON_INSTALL"
16+
},
17+
"category": "Finance"
18+
}
19+
]
20+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

plugins/ask-gina/.mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"ask-gina": {
4+
"type": "http",
5+
"url": "https://askgina.ai/ai/gina/mcp"
6+
}
7+
}
8+
}

plugins/ask-gina/assets/icon.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)