Add @madeonsol/plugin-madeonsol#334
Add @madeonsol/plugin-madeonsol#334LamboPoewert wants to merge 1 commit intoelizaos-plugins:mainfrom
Conversation
WalkthroughA new package entry has been added to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "@esscrypt/plugin-polkadot": "github:Esscrypt/plugin-polkadot", | ||
| "@kamiyo/eliza": "github:kamiyo-ai/kamiyo-protocol#main:packages/kamiyo-eliza", | ||
| "@kudo-dev/plugin-kudo": "github:Kudo-Archi/plugin-kudo", | ||
| "@madeonsol/plugin-madeonsol": "github:LamboPoewert/plugin-madeonsol", |
There was a problem hiding this comment.
Version sync between GitHub and npm
The GitHub repository's package.json reports version 0.2.0, while the latest published npm release is 0.3.0. Since the registry entry references the GitHub source directly (github:LamboPoewert/plugin-madeonsol without a tag or commit pin), consumers who install from this registry entry may receive code that differs from the published npm package. Consider keeping the GitHub package.json version in sync with npm releases, or pinning the registry reference to a specific tag:
| "@madeonsol/plugin-madeonsol": "github:LamboPoewert/plugin-madeonsol", | |
| "@madeonsol/plugin-madeonsol": "github:LamboPoewert/plugin-madeonsol#v0.3.0", |
Plugin: @madeonsol/plugin-madeonsol
npm: https://www.npmjs.com/package/@madeonsol/plugin-madeonsol
GitHub: https://github.com/LamboPoewert/plugin-madeonsol
Website: https://madeonsol.com
What it does
ElizaOS plugin that gives agents access to MadeOnSol's Solana intelligence API — real-time KOL trade tracking (946 wallets), multi-KOL coordination signals, KOL PnL leaderboards, and Pump.fun elite deployer alerts.
Actions
GET_KOL_FEEDGET_KOL_COORDINATIONGET_KOL_LEADERBOARDGET_DEPLOYER_ALERTSAuthentication
Supports three auth methods: MadeOnSol API key (free), RapidAPI key, or x402 micropayments (for autonomous agents with Solana wallets).
Demo
Working demo in Cursor with MCP server calling the same API:
Branding
Compatibility
@madeonsol/plugin-madeonsol@0.3.0Summary by CodeRabbit
@madeonsol/plugin-madeonsolto the registry, making it available for installation and use.Greptile Summary
This PR adds
@madeonsol/plugin-madeonsolto the ElizaOS plugin registry, pointing togithub:LamboPoewert/plugin-madeonsol. The plugin provides Solana KOL trade intelligence capabilities (real-time trade feeds, coordination signals, PnL leaderboards, and Pump.fun deployer alerts) to ElizaOS agents.@kudo-dev/plugin-kudoand@mascotai/plugin-connectionsgithub:owner/repoformat (without version pinning) is consistent with the majority of other entries in this registry@madeonsol/plugin-madeonsol@0.3.0) and the GitHub repository has proper ElizaOS plugin structure (agentConfig.pluginType: "elizaos:plugin:1.0.0",@elizaos/corepeer dependency,elizaoskeyword)package.jsonis at version0.2.0while the latest npm release is0.3.0, suggesting the source repo is slightly behind the published releaseConfidence Score: 4/5
Safe to merge; the plugin is legitimate and the registry entry is well-formed
Single-line registry addition is correctly formatted and alphabetically placed. The plugin has valid npm and GitHub presence with proper ElizaOS plugin structure. The only concern is a minor version discrepancy (GitHub package.json at 0.2.0 vs npm 0.3.0), which does not block merging.
index.json line 358 — minor version sync note only
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[ElizaOS Agent] -->|install plugin| B[Registry index.json] B -->|github:LamboPoewert/plugin-madeonsol| C[GitHub Repository] C --> D[Plugin Actions] D --> E[GET_KOL_FEED] D --> F[GET_KOL_COORDINATION] D --> G[GET_KOL_LEADERBOARD] D --> H[GET_DEPLOYER_ALERTS] E & F & G & H -->|HTTP requests| I[MadeOnSol API] I --> J{Auth Method} J --> K[MadeOnSol API Key] J --> L[RapidAPI Key] J --> M[x402 Micropayments]Reviews (1): Last reviewed commit: "Add @madeonsol/plugin-madeonsol — Solana..." | Re-trigger Greptile
(4/5) You can add custom instructions or style guidelines for the agent here!