← Back to Skills Marketplace
seenfinity

Presage

by Seenfinity · GitHub ↗ · v1.3.1
cross-platform ✓ Security Clean
1055
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install presage
Description
Connect to Presage, the AI prediction market terminal on Solana. Trade prediction markets (YES/NO outcomes on real-world events) using paper trading. Analyze...
Usage Guidance
This skill appears coherent and read-only, but before installing: (1) verify you trust the presage.market domain and the linked GitHub repo (inspect the repo yourself); (2) be mindful that functions make outbound HTTP requests to https://presage.market/api (network connectivity required); (3) avoid supplying secrets—getPortfolio needs an agentId (an identifier), but you should confirm whether the real API requires authentication before sending any private account identifiers; and (4) if you require stronger assurance, review the GitHub source and confirm there are no hidden calls or later versions that introduce write/trade operations (the code notes that trading execution would need additional implementation).
Capability Analysis
Type: OpenClaw Skill Name: presage Version: 1.3.1 The skill is classified as benign. The `SKILL.md` explicitly states it provides 'read-only market analysis tools,' and the core logic in `scripts/analysis.js` strictly adheres to this, making only GET requests to the `https://presage.market/api` endpoint. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation. While `references/api-docs.md` lists POST endpoints for trading, the skill's code does not utilize them, confirming its read-only nature.
Capability Assessment
Purpose & Capability
The name/description promise (read-only market analysis for Presage/Calshi on Solana) matches the included assets: SKILL.md and a single analysis.js that only fetches presage.market endpoints. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
SKILL.md and the runtime instructions limit behavior to fetching public API endpoints and providing analysis. The instructions do not ask the agent to read local files, environment secrets, or post data to third-party endpoints outside presage.market/GitHub.
Install Mechanism
No automated install spec is present (instruction-only). The README suggests cloning the GitHub repo or using ClawHub; pulling code from a GitHub repo is expected and lower risk than arbitrary URL downloads.
Credentials
The skill declares no required environment variables or credentials. The only parameter that may be sensitive is agentId passed to getPortfolio (it identifies an account), but the skill does not request secrets or API keys.
Persistence & Privilege
always is false and the skill does not request permanent agent-level privileges or modify other skills. Autonomous invocation is allowed (platform default) and is not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install presage
  3. After installation, invoke the skill by name or use /presage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.1
Fix: remove API key references (no auth required)
v1.3.0
Fix: clarify skill is read-only analysis (not trading). Remove false dependency claims.
v1.2.1
Re-publish to trigger security scan
v1.2.0
Improved SKILL.md with better marketing copy, mentions Kalshi and presage.market
v1.1.1
Added market analysis tools
v1.1.0
Updated URLs to presage.market domain
v1.0.0
Initial release — AI prediction market terminal skill
Metadata
Slug presage
Version 1.3.1
License
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is Presage?

Connect to Presage, the AI prediction market terminal on Solana. Trade prediction markets (YES/NO outcomes on real-world events) using paper trading. Analyze... It is an AI Agent Skill for Claude Code / OpenClaw, with 1055 downloads so far.

How do I install Presage?

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

Is Presage free?

Yes, Presage is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Presage support?

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

Who created Presage?

It is built and maintained by Seenfinity (@seenfinity); the current version is v1.3.1.

💬 Comments