Add pnp-markets skill for creating permissionless prediction markets on Base#69
Open
proxima424 wants to merge 2 commits intoBankrBot:mainfrom
Open
Add pnp-markets skill for creating permissionless prediction markets on Base#69proxima424 wants to merge 2 commits intoBankrBot:mainfrom
proxima424 wants to merge 2 commits intoBankrBot:mainfrom
Conversation
- Add SKILL.md with full documentation and install commands - Add references: api-reference.md, use-cases.md, examples.md - Add TypeScript scripts: create-market, trade, settle, redeem - Update README.md to include pnp-markets in Available Skills table
clawdhash
approved these changes
Feb 6, 2026
clawdhash
left a comment
There was a problem hiding this comment.
LGTM ✅ Solid prediction market skill with comprehensive docs. Good structure with separate API reference, examples, and use-cases. TypeScript scripts look clean for create/trade/settle/redeem operations. Base mainnet deployment with ERC20 collateral flexibility is a solid design choice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's a detailed PR description you can use:
Title
Add pnp-markets skill: Permissionless prediction markets on Base
Description
Summary
This PR adds the pnp-markets skill, enabling AI agents to create, trade, and settle permissionless prediction markets on Base Mainnet using any ERC20 token as collateral.
What Agents Can Now Do
Create Prediction Markets
Trade on Markets
Settle & Redeem
Use Cases for Agents
Quick Install
npx skills add pnp-protocol/skills # or npx clawhub@latest install proxima424/create-prediction-marketsFiles Added
pnp-markets/SKILL.md— Main skill definition with full documentationpnp-markets/references/— API reference, use cases, and code examplespnp-markets/scripts/— TypeScript CLI tools (create-market, trade, settle, redeem)Technical Details
0x5E5abF8a083a8E0c2fBf5193E711A61B1797e15A)