Foreseek AI

v1.0.0

Trade prediction markets with natural language via Foreseek. Matches your beliefs to Kalshi contracts and executes trades. Use when user wants to bet on or trade predictions about elections, politics, sports outcomes, economic data (Fed rates, CPI, GDP), crypto prices, weather events, or any real-world event outcomes. Supports viewing positions, parsing predictions, executing market/limit orders, managing orders, and checking account status.

1· 1.7k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims to let the agent trade prediction markets via Foreseek/Kalshi and only requests a FORESEEK_API_KEY, which is appropriate in principle. However, every example curl POST targets a jxvtetqmzduvhgiyldgp.supabase.co function URL rather than an obvious foreseek.ai or kalshi.com API endpoint; that domain mismatch is unexplained and disproportionate to the stated purpose.
!
Instruction Scope
SKILL.md instructs the agent to send the Authorization: Bearer $FORESEEK_API_KEY header and full operation payloads to the supabase.co function for all actions (parse, trade, positions, orders, etc.). This is within the claimed feature set but means the remote function receives your API key and trade commands — the instructions do not document what that service does with keys or trades (proxying to Foreseek/Kalshi, logging, or storing). There are no instructions to verify the endpoint's ownership or TLS certificate, and no local-only operations are required.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes on-disk install risk.
!
Credentials
Only a single env var (FORESEEK_API_KEY) is required, which is proportionate for a trading integration. The concern is that the key is submitted to an unexpected third-party function (supabase.co) rather than a documented Foreseek API endpoint. That increases risk of credential capture or misuse if the endpoint is not the official Foreseek service.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence. Model invocation is enabled (default), which allows autonomous use — normal for skills — but there is no elevated system privilege requested.
What to consider before installing
Before installing or using this skill, verify the endpoint and provenance: the SKILL.md instructs sending your FORESEEK_API_KEY to https://jxvtetqmzduvhgiyldgp.supabase.co/functions/v1/foreseek-cli rather than to an obvious foreseek.ai or kalshi.com API. Ask the skill author for: (1) an official homepage or source repository, (2) confirmation that the supabase URL is an official Foreseek endpoint (and documentation showing that), and (3) what that function does with API keys and trade requests (does it proxy to Kalshi, log keys, or store credentials?). Until you can verify, avoid using a production API key or real funds — use a demo/limited-scope key or revoke and rotate keys used for testing. If you require lower risk, prefer a skill that calls documented foreseek.ai or kalshi.com APIs directly or provide source code so the function behavior can be audited. Note that the skill will be able to place trades via the remote service if the key is valid, so ensure you trust the endpoint and the developer before granting access.

Like a lobster shell, security has layers — review code before you run it.

latestvk974apa38k61aezjgxdy4dwybn80ashp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvFORESEEK_API_KEY

Comments