Skip to content

pmxt, the skill. This let's AI agents trade on prediction markets

License

Notifications You must be signed in to change notification settings

pmxt-dev/molt-pmxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molt PMXT

A specialized toolset for navigating and interacting with prediction markets (Polymarket, Kalshi, etc.) using pmxtjs.

Structure

  • src/index.ts: Entry point exporting all tools.
  • src/tools.ts: Core logic for API interactions via pmxtjs.
  • src/types.ts: TypeScript interfaces for consistent data structures.
  • SKILL.md: Operational guide for AI agents.

Getting Started

  1. Install dependencies:

    npm install
  2. Build the project:

    npx tsc
  3. usage (Example):

    import { getPolymarketMarkets } from "./src";
    
    const markets = await getPolymarketMarkets("Trump");
    console.log(markets);

Development

  • Use npm run dev (if configured) or npx ts-node src/index.ts for quick testing.

About

pmxt, the skill. This let's AI agents trade on prediction markets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published