feat: add vybes.fun integration (token launch, predictions, logos)#549
Open
AICre8dev wants to merge 1 commit into
Open
feat: add vybes.fun integration (token launch, predictions, logos)#549AICre8dev wants to merge 1 commit into
AICre8dev wants to merge 1 commit into
Conversation
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]>
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.
Summary
@solana-agent-kit/plugin-vybes— a new plugin that integrates vybes.fun into the Solana Agent KitlaunchTokenOnVybes,generateVybesLogo,createVybesPrediction,getVybesEarningsLAUNCH_VYBES_TOKEN,GENERATE_VYBES_LOGO,CREATE_VYBES_PREDICTIONpackages/plugin-vybes/src/vybes/{tools,actions}/docs/v2/plugins/vybes/, build script in rootpackage.json, and nav entry indocs.jsonWhat vybes.fun does
Vybes.fun is a Solana meme token launchpad with:
Links
Test plan
pnpm installsucceeds with new packagepnpm run build:plugin-vybescompiles CJS + ESM.use(VybesPlugin)/docs/v2/plugins/vybes/vybes-plugin-intro🤖 Generated with Claude Code