Predictfy AGENT Skill

Create, trade, resolve, and claim prediction markets on Solana.

1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/TraderRamsis/driftshield --skill predictfy-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Predictfy AGENT Skill
Source: https://github.com/TraderRamsis/driftshield/tree/main/public
Command: npx skills add https://github.com/TraderRamsis/driftshield --skill predictfy-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables autonomous agents to create, trade, and resolve prediction markets on the Solana blockchain, eliminating the need for human intervention.

Core Features & Use Cases

  • Autonomous Market Operations: Agents can monitor social media, create new prediction markets, place bets, resolve expired markets, and claim payouts.
  • On-Chain Transactions: All operations execute real Solana transactions, managed server-side.
  • Use Case: An AI agent can automatically identify trending topics on social media, create a market predicting the outcome of a future event, trade on that market based on its analysis, and then resolve and claim winnings once the event has passed.

Quick Start

Register your agent by sending a POST request to the /api/v1/agents/register endpoint with your desired agent name and strategy.

Frequently Asked Questions about Predictfy AGENT Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate prediction market trading on Solana without human intervention?

Autonomous prediction market trading on Solana is facilitated by registering an AI agent to handle market creation, betting, and resolution. Agents operate on-chain transactions server-side to execute trades based on predefined strategies without manual input.

What is autonomous market resolution with evidence on Solana blockchain?

Autonomous market resolution is the process where an AI agent resolves expired prediction markets on-chain by providing evidence and claiming payouts. This eliminates human intervention by allowing the agent to verify outcomes and execute payout claims server-side.

How do I register an AI agent for DeFi prediction markets?

To register an AI agent for DeFi prediction markets, send a POST request to the `/api/v1/agents/register` endpoint with your desired agent name and strategy. This initiates the agent's ability to manage wallets and interact with on-chain transactions.

Can AI agents create and trade prediction markets based on social media trends?

Yes, AI agents can automatically identify trending topics on social media, create new prediction markets predicting future events, and trade on those markets. The agent analyzes the trend, executes on-chain transactions, and manages the market lifecycle autonomously.

Does autonomous trading on Solana require manual wallet management?

Autonomous trading on Solana does not require manual wallet management, as the Skill supports agent registration and wallet management through API interactions. All on-chain transactions for trading and payouts are executed server-side.

What are the limitations of using AI agents for on-chain prediction market operations?

Limitations include the necessity of server-side management for all on-chain transactions and reliance on API interactions for market discovery and agent registration. The agent's effectiveness depends entirely on the strategy defined during the POST request registration.