← Back to Skills Marketplace
281
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install pkedge
Description
Monitor Polymarket prediction markets, spot mispricings between crowd probabilities and real-world evidence, track whale positioning from the top-50 leaderbo...
Usage Guidance
Do not install or run this skill as-is. The SKILL.md expects local Node scripts (fetch.js, analyze.js, cron.js, deliver.js) but the registry bundle contains no code — this could be an incomplete listing or a deployment guide rather than an executable skill. Before proceeding: 1) ask the publisher for the source repository or packaged code and inspect cron.js, fetch.js, analyze.js, and deliver.js for network calls, data handling, and how Telegram tokens are used; 2) ensure you only provide Telegram bot tokens/chat IDs for bots you control and limit their permissions; 3) verify where logs and data are stored and whether the skill posts data to any external endpoints beyond Telegram/Polymarket; 4) prefer running the code in an isolated environment and review npm dependencies before running `npm install`; and 5) if you want a registry skill, request the maintainer to publish the actual code or a link to a trusted repository so you can perform a code review. Without the source, the package is incomplete and should be treated as suspicious.
Capability Analysis
Type: OpenClaw Skill
Name: pkedge
Version: 1.0.3
The pkedge skill is a Polymarket intelligence tool that requires high-risk permissions, including access to Telegram bot tokens via environment variables and the ability to perform automated web searches and external data transmission. The SKILL.md file instructs the agent to establish persistence using cron.js and launchd, and to perform frequent automated tasks that involve scraping wallet data and sending alerts to external Telegram channels. While these actions align with the stated purpose of a trading monitor, the absence of the actual implementation code (fetch.js, analyze.js, deliver.js) prevents verification that these capabilities and credentials are not being used for unauthorized data exfiltration or broader system access.
Capability Assessment
Purpose & Capability
The skill declares it will run Node jobs and send messages to Telegram (which justifies curl/node and Telegram env vars). However the package contains no code files (fetch.js, cron.js, analyze.js, deliver.js, etc.) yet the SKILL.md instructs running npm install and node cron.js. That mismatch means the registry entry is incomplete or mispackaged: either code is missing or the skill is only a deployment guide rather than an executable skill.
Instruction Scope
SKILL.md directs the agent/operator to call functions in local JS files, to perform repeated scheduled jobs (every 30 min and multiple daily schedules), and to run web searches for evidence. Those instructions reference local files and scheduled execution that do not exist in the skill bundle. It also asks to configure launchd/cron for persistence — scope extends beyond a simple read-only integration and requires filesystem/execution capabilities.
Install Mechanism
There is no formal install spec in the registry (instruction-only), which is low-install risk. But the README-style install instructions tell the user to run `npm install` and `node cron.js` — again referencing files not present. Because there is no authoritative source (no repo link or packaged code), the install guidance cannot be followed safely until you obtain and review the actual code.
Credentials
The requested environment variables are four Telegram credentials (two bot tokens and two chat IDs), which are proportionate to the skill's stated behavior (delivering messages to two channels). No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
Metadata sets always:false (normal). However the instructions instruct the operator to configure cron/launchd and run a long-lived Node process (cron.js) for scheduled alerts, which grants persistent execution on the host if you follow the guide. That persistence is not requested in the registry metadata but would be achieved by the user when deploying the missing code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pkedge - After installation, invoke the skill by name or use
/pkedge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
**Major update adds new features and more detailed documentation.**
- Adds support for four modes: SCAN (flagged market digest), DEEP DIVE (single-market analysis with evidence), WHALE WATCH (tracks consensus among top traders), INSIDER WATCH (detects large new positions from fresh wallets).
- Expanded SKILL.md with step-by-step operational details, mode explanations, schedules, and output examples.
- New trigger phrases enable users to activate specific intelligence modes via chat.
- Clarifies environment variables and setup instructions for Telegram integration.
- Provides clear file structure and responsibilities for easier installation and troubleshooting.
- Now appends "Not financial advice. DYOR." to all outputs.
v1.0.1
PKEdge v1.0.1 Changelog
- Added documentation for required Telegram environment variables in SKILL.md (`PKEDGE_TELEGRAM_TOKEN_FREE`, `PKEDGE_TELEGRAM_CHAT_FREE`, `PKEDGE_TELEGRAM_TOKEN_TRADER`, `PKEDGE_TELEGRAM_CHAT_TRADER`).
- Included an explicit Install section in SKILL.md with setup instructions for environment variables and process management.
- No code changes; this update is documentation-only.
v1.0.0
Initial release of pkedge skill for Polymarket market monitoring and analysis.
- Monitors Polymarket prediction markets to flag mispricings, synthesize real-world evidence, and track top trader positions.
- Supports three modes: SCAN (daily flagged markets digest), DEEP DIVE (full single-market research portal), and WHALE WATCH (leaderboard whale consensus & movements).
- Delivers scheduled reports and real-time alerts via Telegram channels.
- Never recommends trades; always appends "Not financial advice. DYOR."
- Trigger phrases and output shapes fully documented in SKILL.md.
Metadata
Frequently Asked Questions
What is Polymarket Intelligence Skill?
Monitor Polymarket prediction markets, spot mispricings between crowd probabilities and real-world evidence, track whale positioning from the top-50 leaderbo... It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install Polymarket Intelligence Skill?
Run "/install pkedge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Intelligence Skill free?
Yes, Polymarket Intelligence Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Intelligence Skill support?
Polymarket Intelligence Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Intelligence Skill?
It is built and maintained by franks33 (@franks33); the current version is v1.0.3.
More Skills