← Back to Skills Marketplace
dimaschand29

Polymarket Brain

by Dimas Chandra · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-brain
Description
Automates geopolitical and macroeconomic news analysis, matches expert insights to Polymarket odds, and posts actionable trade recommendations to Discord.
Usage Guidance
What to consider before installing or running this skill: - Do not run bundled scripts or .bat files blindly. Review the orchestrator (polymarket_brain_orchestrator.py and scripts/*) to see exactly what files and paths they read/write and what network endpoints they call. - The skill contains full Discord webhook URLs (tokens) in multiple files. Those allow posting to third-party channels immediately; confirm you control the target webhook or replace it with a webhook you control before running. - The SKILL.md instructs copying your entire skills directory and writing to BrowserOS core memory—both can expose or overwrite other skills and their secrets. Avoid mass-copy steps; perform any migration manually and with backups. - Polymarket interactions appear hardcoded to specific market URLs and odds; there is no documented credential handling for Polymarket. If you expect real API calls, verify where and how API keys would be stored and used. - If you want to try it safely: run it in an isolated sandbox/VM or on a throwaway account, remove or replace webhook URLs, and search the code for any network calls beyond Discord and Polymarket (look for requests.post/urllib/ socket usage). Also inspect any code that writes to %APPDATA%/BrowserOS or other user profile paths. If you want, I can (a) list specific files and lines that write to user/home paths or contain the webhook tokens, (b) search the code for outbound network endpoints beyond Discord/Polymarket, or (c) walk you through a safe checklist to run it in a sandbox. Confidence in this assessment is medium because many behaviors are plausible for a local orchestration tool, but the filesystem and persistence instructions are broader than expected for the stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-brain Version: 1.0.0 The skill bundle implements a geopolitical trading analysis pipeline but contains highly irregular 'Persistence Guarantee' and 'Restart Protection' documents (e.g., GUARANTEE.txt, RESTART_GUARANTEE.md, and INSTALLATION_COMPLETE.txt). These files use manipulative, legalistic language designed as a prompt injection to trick the AI agent into adopting a permanent state and ensuring the workflow 'survives PC restart' by influencing the agent's core memory. While the functional code in polymarket_brain_orchestrator.py and ai_analyzer.py performs its stated task, the inclusion of hardcoded Discord webhooks (IOC: discord.com/api/webhooks/1483478506070474922/...) and the heavy emphasis on agent-level persistence and 'restart protection' are strong indicators of an attempt to manipulate the underlying AI platform's behavior.
Capability Assessment
Purpose & Capability
High-level purpose (news → expert analysis → Polymarket match → Discord) matches the code and artifacts: news fetch, analyzer, market mapping, Discord payloads. However the SKILL.md and other docs instruct copying the entire ~/.browseros/skills tree and editing orchestrator files; the skill also claims to write into BrowserOS core memory and various user-profile paths. Copying or modifying other skills' directories and core memory is not necessary for a simple market-analysis pipeline and is disproportionate to the stated purpose.
Instruction Scope
Runtime instructions include editing files and hardcoded webhook URLs, running scripts that assume other components (cnbc-geopolitics-fetcher) exist, and explicit copy commands for the user's whole skills directory. The skill also documents persistence and commands (VERIFY_INSTALLATION.bat, AFTER_RESTART_CHECK.bat, RUN_ORCHESTRATOR.bat) and claims to update BrowserOS 'core memory' — these are scope expansions beyond analysing and posting market recommendations. Hardcoded webhooks (full tokens visible in several files) mean the skill will (or can) post to external Discord channels without additional credentials.
Install Mechanism
No formal install spec is declared (instruction-only), which is lower risk for automatic installs but surprising given there are many code files bundled. There is no remote download/execute step in the manifest, but the presence of many executable scripts and .bat files (and claims they persist across restarts) means manual execution will write to disk and potentially modify environment. The absence of an install step combined with many included files is an inconsistency worth attention.
Credentials
The skill requires no declared env vars or credentials, but multiple files embed full Discord webhook URLs (sensitive tokens). The SKILL.md instructs editing orchestrator files to set webhooks (or uses the ones already present). It also references other skills' history files and suggests copying the entire skills folder—this gives access to other skills' files and could expose unrelated secrets. No Polymarket API credentials are requested or documented despite matching to markets; the skill appears to rely on hardcoded market URLs/odds rather than authenticated API access.
Persistence & Privilege
The documentation repeatedly promises multi-layer persistence (local files, BrowserOS core memory, session backups) and includes scripts to verify persistence after restart. It also recommends copying the entire skills directory and writing verification/launcher .bat files into user paths. While persisting its own files is reasonable, the explicit instructions to copy or modify the user's skills directory and core memory are elevated privileges relative to a news-analysis skill and could overwrite or read other skills' config/memory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-brain
  3. After installation, invoke the skill by name or use /polymarket-brain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Polymarket-Brain v1.1 introduces a fully automated pipeline for news-driven market analysis and Discord delivery. - Automated fetch of CNBC World Politics news, with intelligent deduplication and Discord delivery for new articles only. - Classification of articles for expert analysis (geopolitics or macroeconomics), powering model-driven market probabilities. - Market matching and actionable recommendation generation for eight monitored Polymarket markets based on expert/market odds divergence. - Structured, rate-limited Discord messaging for each market and workflow summary. - Expanded troubleshooting and installation guides, including Discord integration and common error solutions.
Metadata
Slug polymarket-brain
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Polymarket Brain?

Automates geopolitical and macroeconomic news analysis, matches expert insights to Polymarket odds, and posts actionable trade recommendations to Discord. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install Polymarket Brain?

Run "/install polymarket-brain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Brain free?

Yes, Polymarket Brain is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Brain support?

Polymarket Brain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Brain?

It is built and maintained by Dimas Chandra (@dimaschand29); the current version is v1.0.0.

💬 Comments