By skar8848
Visual strategy composer for Morpho. Lets AI agents prep a Morpho strategy and hand the user a deep-link URL into a node-graph editor.
npx claudepluginhub skar8848/morpheus --plugin morpheus
Visual strategy composer for Morpho Protocol — build, simulate, and execute complex DeFi yield strategies on Ethereum and Base.
Morpheus is a visual interface that lets you compose multi-step DeFi strategies on top of Morpho Blue. Instead of executing transactions one by one, you design your strategy as a flow of connected nodes on an interactive canvas, then execute everything in a single bundled transaction.
Example: Supply wstETH as collateral → Borrow USDC → Swap to WETH via CoW Swap → Deposit into a vault — all in one click.
The core of Morpheus. Drag-and-drop nodes onto a canvas to build strategies visually.
Node types:
| Node | Description |
|---|---|
| Wallet | Starting point — shows your token balances |
| Supply Collateral | Supply assets as collateral to a Morpho market |
| Borrow | Borrow against supplied collateral with custom LTV |
| Swap | Execute token swaps via CoW Swap |
| Vault Deposit | Deploy assets into ERC-4626 vaults |
| Vault Withdraw | Withdraw from existing vault positions |
| Repay | Repay borrowed positions |
Canvas features:
S, B, X, D, W, R)Ctrl+Z / Ctrl+Shift+Z)A step-by-step interface for users who prefer a linear workflow over freeform canvas:
Inspect any address's Morpho activity:
| Key | Action |
|---|---|
S | Add Supply Collateral node |
B | Add Borrow node |
X | Add Swap node |
D | Add Vault Deposit node |
W | Add Vault Withdraw node |
R | Add Repay node |
Delete | Remove selected node |
Ctrl+Z | Undo |
Ctrl+Shift+Z | Redo |
? | Show help |
Deployed on Vercel. Pushes to main trigger automatic deployments.
This project is licensed under the Business Source License 1.1.
TL;DR: You can view, fork, and use this code for non-commercial/educational purposes. Commercial use requires a separate license. The code will automatically transition to Apache 2.0 on 2030-03-16.
For commercial licensing, contact alban.derouin@gmail.com.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.