Skip to content

feat: add vybes.fun integration (token launch, predictions, logos)#549

Open
AICre8dev wants to merge 1 commit into
sendaifun:v2from
AICre8dev:feat/add-vybes-plugin
Open

feat: add vybes.fun integration (token launch, predictions, logos)#549
AICre8dev wants to merge 1 commit into
sendaifun:v2from
AICre8dev:feat/add-vybes-plugin

Conversation

@AICre8dev
Copy link
Copy Markdown

Summary

  • Add @solana-agent-kit/plugin-vybes — a new plugin that integrates vybes.fun into the Solana Agent Kit
  • 4 tools (programmatic API): launchTokenOnVybes, generateVybesLogo, createVybesPrediction, getVybesEarnings
  • 3 actions (AI agent tools with Zod schemas): LAUNCH_VYBES_TOKEN, GENERATE_VYBES_LOGO, CREATE_VYBES_PREDICTION
  • All operations are free (0 SOL creation fee). Tokens get a bonding curve and graduate to Meteora DEX at ~85 SOL raised. Predictions auto-resolve via cron.
  • Follows the existing plugin architecture: packages/plugin-vybes/src/vybes/{tools,actions}/
  • Includes docs page at docs/v2/plugins/vybes/, build script in root package.json, and nav entry in docs.json

What vybes.fun does

Vybes.fun is a Solana meme token launchpad with:

  • Token launch with bonding curve + AI-generated logos (10 styles via FLUX model)
  • Prediction markets — 6 auto-resolvable template types (graduation, market cap, multiplier, ATH flip, holder count, volume target)
  • Earnings tracking — tokens launched, bets placed, payouts received

Links

Test plan

  • pnpm install succeeds with new package
  • pnpm run build:plugin-vybes compiles CJS + ESM
  • Plugin registers correctly via .use(VybesPlugin)
  • Actions have valid Zod schemas and examples
  • Docs page renders at /docs/v2/plugins/vybes/vybes-plugin-intro

🤖 Generated with Claude Code

Add @solana-agent-kit/plugin-vybes with 4 tools and 3 actions for vybes.fun:

Tools (programmatic API):
- launchTokenOnVybes: Launch meme token with bonding curve + AI logo
- generateVybesLogo: Generate AI logo via FLUX model (10 styles, free)
- createVybesPrediction: Create YES/NO prediction market (6 templates)
- getVybesEarnings: Check earnings for any wallet

Actions (AI agent tools):
- LAUNCH_VYBES_TOKEN: Full launch flow with Zod schema
- GENERATE_VYBES_LOGO: Logo generation with style selection
- CREATE_VYBES_PREDICTION: Prediction market creation

All operations are free (0 SOL creation fee). Tokens graduate to Meteora
DEX at ~85 SOL raised. Predictions auto-resolve via cron.

Docs: https://vybes.fun/developers
Source: https://github.com/AICre8dev/solana-agent-kit-vybes

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants