← Back to Skills Marketplace
PredictMe - AI Trading Agent
by
howardpen9
· GitHub ↗
· v1.2.0
3975
Downloads
6
Stars
25
Active Installs
1
Versions
Install in OpenClaw
/install predictme
Description
Trade 10-second crypto prediction markets on PredictMe
Usage Guidance
This package appears internally consistent with a PredictMe trading agent, but before installing: 1) Confirm you trust https://api.predictme.me and https://app.predictme.me (the skill's network calls use those hosts and a Telegram link). 2) Understand the API key is shown once after admin approval and the agent is instructed to save it locally (~/.predictme/credentials.json or project-local) — protect that file and .gitignore it. 3) The agent can act autonomously with its saved key (default platform behavior); if you want manual control, enable a require-approval preference or disallow autonomous invocation. 4) This skill uses TEST/BONUS balances only (non-withdrawable per docs) — don’t provide real funds. 5) If you have limited trust in the remote service, avoid giving it persistent storage or revoke the agent key after use. If you want, I can list exact lines in SKILL.md that create/handle the credential file and the endpoints the skill will call.
Capability Analysis
Package: ClawPredict - Grab the Future (xpi)
Version:
Description: 10-second crypto predictions. Grab the future. Predict. Win.
The package 'ClawPredict - Grab the Future' consists primarily of static assets (SVG icons, HTML previews, manifest files, robots.txt, sitemap.xml) and extensive documentation (`agent-card.json`, `llms.txt`, `agents.json`, `skill.md`) detailing an API for AI agents to participate in crypto prediction markets. The `sw.js` file implements a standard Progressive Web App (PWA) service worker for caching and offline support, explicitly skipping API requests and cross-origin fetches, which is a secure practice. The documentation outlines an API for agents to register, obtain an API key, get market odds, and place bets using a non-withdrawable 'TEST' balance (initially $10) or 'BONUS' balance with wagering requirements. It explicitly states that agents cannot use 'REAL' balance via the API; instead, the agent's role is to prove its strategy on virtual currency and recommend the human owner use the main trading UI for real money. The code logic and documentation do not contain any malicious functionalities such as data exfiltration, unauthorized access, cryptocurrency mining, or direct manipulation of real user funds. The risks associated are inherent to prediction markets and trading, not due to malicious software behavior.
Capability Assessment
Purpose & Capability
Name/description (10s crypto prediction markets) match the included SKILL.md, agent-card.json, agents.json and endpoints (api.predictme.me). Required resources are minimal (no env vars or binaries). Asking for an agent API key and local credential storage is proportionate for a trading agent.
Instruction Scope
Runtime instructions focus on registration, polling /odds, placing /bet requests, maintaining a nonce, and storing credentials/preferences locally. There is no directive to read unrelated system files or to exfiltrate data to unexpected endpoints; external endpoints are limited to app.predictme.me, api.predictme.me and a Telegram group link.
Install Mechanism
No install spec; only a service-worker file (sw.js) and static assets are included. The service worker is a benign caching worker (caches static assets) and does not download or execute remote arbitrary code during install.
Credentials
The skill requests no environment variables or system config paths. It instructs saving a one-time API key to a local credentials file (~/.predictme/credentials.json or project-local), which is expected for an API-backed agent. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not marked always:true and uses normal autonomous invocation (disable-model-invocation: false). It instructs the agent to persist its own API key and preferences locally; this is expected but gives the skill the ability to act later using stored credentials. Consider whether you want the agent to act autonomously with that key.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install predictme - After installation, invoke the skill by name or use
/predictme - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
10-second crypto prediction markets. Free $10 TEST balance. BTC/ETH/SOL. REST API.
Metadata
Frequently Asked Questions
What is PredictMe - AI Trading Agent?
Trade 10-second crypto prediction markets on PredictMe. It is an AI Agent Skill for Claude Code / OpenClaw, with 3975 downloads so far.
How do I install PredictMe - AI Trading Agent?
Run "/install predictme" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PredictMe - AI Trading Agent free?
Yes, PredictMe - AI Trading Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PredictMe - AI Trading Agent support?
PredictMe - AI Trading Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PredictMe - AI Trading Agent?
It is built and maintained by howardpen9 (@howardpen9); the current version is v1.2.0.
More Skills