lulo

lulo is a skill for Claude Code, Codex from sendaifun/skills. It costs 52 tokens per session (4,913 once invoked), scanned A, original, Apache-2.0.

A development guide for Lulo, a Solana lending aggregator for stablecoin deposits. An aggregator routes funds across several services, while stablecoins are crypto tokens designed to track a traditional currency such as the US dollar.

In plain words
What is it for?
Use it to build deposit, withdrawal, balance, and yield-optimisation features. It covers protected, boosted, and custom deposits across protocols such as Kamino, Drift, MarginFi, and Jupiter.
Why use it?
It explains how applications can let Lulo allocate deposits across lending protocols and manage withdrawals, balances, and deposit options.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build deposit, withdrawal, balance, and yield-optimisation features. It covers protected, boosted, and custom deposits across protocols such as Kamino, Drift, MarginFi, and Jupiter.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sendaifun/skills/lulo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sendaifun/skills --skill lulo
Clone the repo
git clone --depth 1 https://github.com/sendaifun/skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin lulo/plugin install lulo after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lulo

README.md
[![agentmods](https://agentmods.dev/badge/skills/sendaifun/skills/lulo/github.svg)](https://agentmods.dev/skills/sendaifun/skills/lulo)
Your own site
<a href="https://agentmods.dev/skills/sendaifun/skills/lulo"><img src="https://agentmods.dev/badge/skills/sendaifun/skills/lulo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lulo

Your own site · 80×15
<a href="https://agentmods.dev/skills/sendaifun/skills/lulo"><img src="https://agentmods.dev/badge/skills/sendaifun/skills/lulo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.04913
Opus 5 $0.00026 $0.02457
Sonnet 5 $0.00010 $0.00983
Haiku 4.5 $0.00005 $0.00491

Measured 9d ago against content hash 90c3c018ad49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

lulo scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (examples/balance/balance.ts, examples/deposit/deposit.ts, examples/integration/full-integration.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

const response = await fetch(blinkUrl);
skills/lulo/SKILL.md · 722 lines

How it starts

The opening of the file, as written. The whole thing — 722 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Lulo Development Guide

A comprehensive guide for integrating Lulo, Solana's only lending aggregator, into your applications. Lulo automatically routes deposits to the highest-yielding DeFi protocols while providing optional smart contract protection.

What is Lulo?

Lulo (formerly FlexLend) is a DeFi savings platform for stablecoins on Solana. It automatically allocates deposits across integrated protocols to maximize yields while maintaining desired risk exposure.

Key Features

Feature Description
Yield Aggregation Automatically routes deposits to highest-yielding protocols
Lulo Protect Built-in smart contract risk protection (Protected/Boosted deposits)
Custom Deposits Full control over protocol allocation and risk parameters
Instant Withdrawals No lock-up periods (except 48h cooldown for Boosted)
Multi-Protocol Integrates Kamino, Drift, MarginFi, Jupiter
No Custody Funds flow directly to integrated protocols, not held by Lulo

Why Use Lulo?

  • Automated Rebalancing: Checks rates hourly, automatically moves funds to better yields
  • Risk Management: Choose between Protected (insured), Boosted (higher yield), or Custom deposits
  • Zero Management Fees: Only 0.005 SOL one-time initialization fee
  • Multi-Reward Accrual: Earn rewards from multiple protocols from a single deposit
  • 9,400+ Lifetime Depositors with $34M+ in directed liquidity

Overview

Lulo provides three deposit types:

  • Protected Deposits: Stable yields with automatic coverage against protocol failures
  • Boosted Deposits: Higher yields by providing insurance for Protected deposits
  • Custom Deposits: Direct control over which protocols receive your funds

Integrated Protocols

Protocol Description
Kamino Finance Lending and liquidity vaults
Drift Protocol Perpetuals and lending
MarginFi Lending and borrowing
Jupiter Lending/earn features

Read the full file on GitHub · 722 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 722 lines · 52 tokens per session scan A 90c3c018ad49

Subscribe to this mod's changes

lulo is a skill published in the GitHub repository sendaifun/skills (128 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 52 tokens to every session and 4,913 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

x402

Build internet-native payments with the x402 open protocol - HTTP 402 Payment Required for on-chain micropayments with no accounts or API keys. Use when developing paid APIs, paywalled content, AI agent payment flows, or MCP tools that charge per call. Covers the TypeScript, Python, and Go SDKs across EVM, Solana…

tenequm/skills · 86 tokens

helius-jupiter

Skill "helius-jupiter" from helius-labs/core-ai, covering helius x jupiter — build defi apps on solana, mcp router surface, prerequisites, 1. helius mcp server and 2. jupiter api key.

helius-labs/core-ai · 0 tokens

helius-okx

Skill "helius-okx" from helius-labs/core-ai, covering helius x okx — build trading & intelligence apps on solana, mcp router surface, prerequisites, 1. helius mcp server and 2. okx skill library (required).

helius-labs/core-ai · 0 tokens

yield-xyz-agentkit-builder

Build applications that integrate with the Yield.xyz APIs — staking, lending, vaults, and RWA across 80+ networks. Generates code covering REST API integration, transaction signing, wallet connection, and fee monetization. Use when user wants to build an app, integrate yield, generate code, or set up a project using…

stakekit/agentkit · 75 tokens

yield-xyz-agentkit-privy

The Privy connector for the Yield.xyz AgentKit — signs and broadcasts via Privy agentic wallets. Extends the yield-xyz-agentkit skill — that skill discovers yields and builds the unsigned transactions; this one adds Privy wallet creation, policy enforcement, signing, and broadcasting, in autonomous and semi-autonomous…

stakekit/agentkit · 124 tokens

yield-xyz-agentkit-moonpay

The MoonPay connector for the Yield.xyz AgentKit — signs and broadcasts via MoonPay. Extends the yield-xyz-agentkit skill — that skill discovers yields and builds the unsigned transactions; this one adds MoonPay wallet auth, signing, and broadcasting. Use when the user wants to enter, exit, or manage yield positions…

stakekit/agentkit · 101 tokens