← 返回 Skills 市场
Polymarket via Gina
作者
sidshekhar
· GitHub ↗
· v0.1.2
841
总下载
8
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install askgina-polymarket
功能描述
Search, trade, manage positions, and automate custom strategies on Polymarket using natural language commands via an AI agent.
使用说明 (SKILL.md)
Polymarket via Gina
Trade Polymarket with AI — search, bet, track positions, and automate strategies from any MCP client.
Server URL: https://askgina.ai/ai/predictions/mcp
Use This Skill For
Searching & discovery
- Search prediction markets by topic, sport, keyword, or date
- Analyze market data with SQL (filter by volume, liquidity, end time, category)
- Find expiring markets about to resolve (last-minute opportunities)
- Discover recurring markets to set up automated strategies for (BTC, ETH, SOL — 5 min to monthly)
- Browse stock and index prediction markets (AAPL, S&P 500, Gold)
Trading
- Place market orders and limit orders on Polymarket
- Track your positions, P&L, and win rate
- View and cancel open orders
- Redeem winnings from resolved markets
Automating
- Set up Recipes — scheduled automations that trade or alert on your behalf.
- Daily market briefings, odds swing alerts, portfolio summaries.
- Set up fully automated trading strategies that scan, filter, trade, and journal for you.
What You Can Do
Just type natural language prompts — no special syntax needed.
| Feature | Example Prompts |
|---|---|
| Getting started | "What can you do Gina" "Give me some use cases I can try with the Gina MCP" |
| Search markets | "NBA markets tomorrow" "Fed rate decision odds" |
| Trending | "what's trending on Polymarket?" "markets with the most trading volume and liquidity" |
| Crypto prices | "BTC 15 minute up or down" "ETH current hourly up/down market" |
| Stocks & indices | "AAPL daily up or down" "S&P 500 daily" |
| Expiring markets | "markets ending in 2 hours" "NBA games ending tonight" |
| Place trades | "bet $10 on lakers to win" "buy $50 of Yes" |
| Limit orders | "buy Yes at 0.40 or better" "avoid slippage" |
| View positions | "show my Polymarket positions" "what's my P&L?" |
| Performance | "what's my win rate?" "show my trade history" |
| Manage orders | "show my open orders" "cancel all pending limit orders" |
| Redeem winnings | "redeem my winnings" "what can I redeem?" |
| Data analysis | "fetch crypto markets into SQL" "run a query" |
| Automations | "daily market briefing at 9am" "alert me on odds swings" |
Quick Start
- Sign in at askgina.ai and open Agent Setup (sidebar or
https://askgina.ai/agent-setup). - Give your token a name (e.g. "OpenClaw on MacBook") and click Generate Token.
- Copy the connection config immediately — the token is only shown once.
- Paste the config into your MCP client:
{
"mcpServers": {
"gina-predictions": {
"transport": "http",
"url": "https://askgina.ai/ai/predictions/mcp",
"headers": {
"Authorization": "Bearer \x3CPASTE_TOKEN_HERE>"
}
}
}
}
- Restart your MCP client and ask:
"What can you do with gina". For detailed client setup instructions, see the Quick Start guide.
How It Works
- Auth: Long-lived JWT token generated at
https://askgina.ai/agent-setup. Tokens expire after 90 days. You can have up to 5 active tokens and revoke any of them from the Agent Setup page. - Wallets: Self-custodial via Privy. You own your keys.
- Trades: Execute on-chain on Polymarket (Polygon / USDC).
- Gas: Gina provides gas sponsorship to help cover transaction fees.
- Safety: Large trades require explicit confirmation before executing.
- Automations: Create scheduled jobs (market briefings, alerts) via natural language. Manage anytime.
Safety
- Treat your token like a private key — never share it publicly
- Trading uses real money (USDC on Polygon) — always review before confirming
- Start with read-only prompts (search, trending) before trading
- Large trades require explicit confirmation
- Revoke tokens immediately if you suspect exposure (Agent Setup page)
- If the auth flow asks for private keys, do not proceed
Links
- App: https://askgina.ai
- Docs: https://docs.askgina.ai
- Features: https://docs.askgina.ai/predictions-mcp/features
- Client setup: https://docs.askgina.ai/predictions-mcp/client-setup
- Troubleshooting: https://docs.askgina.ai/predictions-mcp/troubleshooting
- Terms: https://askgina.ai/terms-and-conditions
- Twitter: https://x.com/askginadotai
安全使用建议
This skill is a simple connector that routes your MCP client to askgina.ai using a token you generate. Before installing/using it: (1) Verify you trust https://askgina.ai and its docs; confirm TLS and the domain are correct. (2) Treat the generated token like a secret — it can authorize real trades and automations; start with read-only queries and small test trades. (3) Never paste private keys into the flow; the SKILL.md explicitly warns against it. (4) If you fear token theft, generate a token with minimal scope if available, keep tokens short-lived, and revoke immediately if exposed. (5) If you want tighter control, avoid enabling unattended/autonomous agent actions that could place trades without manual confirmation.
功能分析
Type: OpenClaw Skill
Name: askgina-polymarket
Version: 0.1.2
The skill bundle is designed to integrate an AI agent with the askgina.ai service for trading on Polymarket. All files clearly describe the skill's purpose, which involves connecting to an external API (`https://askgina.ai/ai/predictions/mcp`) using a user-provided token to facilitate market analysis, trading, and automation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions outside the stated purpose. The instructions are transparent, and the documentation includes explicit safety warnings regarding token handling and financial risks inherent to trading. The described capabilities, while financially risky, are the explicit function of the skill and do not indicate malicious intent or unintended vulnerabilities within the skill's code or instructions.
能力评估
Purpose & Capability
The name/description claim Polymarket trading via Gina and the SKILL.md instructs the user to generate and paste a Gina MCP token that points an MCP client at https://askgina.ai/ai/predictions/mcp — this is coherent and expected for a connector that enables searching, trading, and automations.
Instruction Scope
All runtime instructions are limited to obtaining a long-lived JWT from askgina.ai and pasting it into an MCP client config; there are no instructions to read unrelated local files or environment variables. Note that pasting the token into the client grants the external service the ability to act on your behalf (search, place trades, schedule automations), so treating the token as a high-value secret is essential.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is downloaded or written by an installer — this is the lowest-risk install model and matches the skill's stated behavior.
Credentials
The skill declares no required env vars or credentials in the registry; instead it relies on a user-generated JWT pasted into the MCP client. That is proportional to a remote connector, but because tokens are long-lived (90 days) and grant trading capabilities, the sensitivity and blast radius of that single token is high — the SKILL.md does warn about treating tokens like private keys.
Persistence & Privilege
always:false (not force-included) and no installation actions are requested. The skill enables agent-driven actions only via the external token and MCP client configuration; autonomous invocation is allowed by platform default but is not introduced by the skill itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install askgina-polymarket - 安装完成后,直接呼叫该 Skill 的名称或使用
/askgina-polymarket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Added new example prompts for onboarding and getting started (e.g. “What can you do Gina”).
- Clarified initial user instructions in the feature table and quick start guide.
- Updated example prompts throughout documentation for improved clarity.
- Version bump to 0.1.2.
v0.1.1
- Added fast setup instructions for Claw bots using direct Gina MCP token paste.
- Updated authentication method: use long-lived JWT tokens from the Agent Setup page instead of OAuth login.
- Expanded safety and token management guidance (expiry, revocation, privacy).
- Updated Quick Start steps and included example MCP client config.
- General documentation improvements for clarity and convenience.
v0.1.0
Initial release of Polymarket via Gina skill.
- Search, analyze, and discover prediction markets on Polymarket through natural language.
- Place market and limit orders, track positions and performance, view/cancel orders, and redeem winnings.
- Automate trading and alerts with scheduled Recipes (e.g., market briefings, odds swings).
- Connect via OAuth authentication and self-custodial wallets (Privy).
- AI-powered agent operates from any MCP-compatible client; no API keys needed.
元数据
常见问题
Polymarket via Gina 是什么?
Search, trade, manage positions, and automate custom strategies on Polymarket using natural language commands via an AI agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 841 次。
如何安装 Polymarket via Gina?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install askgina-polymarket」即可一键安装,无需额外配置。
Polymarket via Gina 是免费的吗?
是的,Polymarket via Gina 完全免费(开源免费),可自由下载、安装和使用。
Polymarket via Gina 支持哪些平台?
Polymarket via Gina 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket via Gina?
由 sidshekhar(@sidshekhar)开发并维护,当前版本 v0.1.2。
推荐 Skills