Agent skill · AI & Agents

agent-credit

Borrow from Aave via credit delegation. Agent self-funds by borrowing against delegator collateral. Supports borrow, repay, health checks. Works on Aave V2/V3.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-credit-aaronjmars-agent-credit-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/agent/agent-credit-aaronjmars-agent-credit-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Aave Credit Delegation Borrow funds from Aave using delegated credit. Your main wallet supplies collateral and delegates borrowing power to the agent's wallet. The agent can then autonomously borrow tokens when needed — the debt accrues against the delegator's position. > **Protocol:** Works on **Aave V3** and **Aave V2** — the function signatures for credit delegation (`borrow`, `repay`, `approveDelegation`, `borrowAllowance`) are identical across both versions. Just swap in the V2 LendingPool and ProtocolDataProvider addresses. The only cosmetic difference: V3 returns collateral/debt in USD (8 decimals), V2 in ETH (18 decimals). The health factor safety check works correctly on both. ## Compatible With - **[OpenClaw](https://openclaw.ai/)** — Install as a skill, the agent borrows autonomously - **[Claude Code](https://www.npmjs.com/package/@anthropic-ai/claude-code)** — Run scripts directly from a Claude Code session - **Any agent framework** — Plain bash + Foundry's `cast`, works anywhere with a shell Combines with **[Bankr](https://bankr.bot/)** skills for borrow-then-swap flows: borrow USDC via delegation, then use Bankr to swap, bridge, or deploy it. ## How Credit Delegatio

What's inside
Steps it walks through
  1. Compatible With
  2. How Credit Delegation Works
  3. Flow
  4. Quick Start
  5. Prerequisites
  6. Core Usage
  7. Check Status (allowance, health, debt)
  8. Borrow via Delegation
  9. Repay Debt
  10. Safety System
  11. Capabilities
  12. Read Operations (no gas needed)
  13. Write Operations (needs gas in agent wallet)
  14. Supported Chains
Ships with 1 file
  • metadata.json
Commands it runs
curl -L https://foundry.paradigm.xyz | bash && foundryup
mkdir -p ~/.openclaw/skills/aave-delegation
cat > ~/.openclaw/skills/aave-delegation/config.json << 'EOF'
scripts/aave-setup.sh
Full status report
scripts/aave-status.sh
Check specific asset delegation
scripts/aave-status.sh USDC
Just health factor
scripts/aave-status.sh --health-only
More from claude-skill-registry
All skills →
About this skill
What does the agent-credit skill do?

Borrow from Aave via credit delegation. Agent self-funds by borrowing against delegator collateral. Supports borrow, repay, health checks. Works on Aave V2/V3.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-credit-aaronjmars-agent-credit-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going