> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sprinter.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Pre-built agent skills that use the Sprinter Credit API to autonomously manage credit positions

## Overview

Agent skills are pre-built modules that let AI agents autonomously manage credit positions via the Sprinter Credit API. Each skill handles a specific part of the credit lifecycle — borrowing, health monitoring, or collateral optimization.

Sprinter works with any agent framework. Integrate via an [MCP server](https://modelcontextprotocol.io/) for agents that speak Model Context Protocol (Claude, Cursor, LI.FI, ChatGPT), or use plain HTTP calls for custom agents, bots, and scripts.

Every Sprinter endpoint returns `{ calls: ContractCall[] }` — unsigned transaction calldata. The agent's wallet signs and broadcasts. No API keys needed for on-chain operations, no custody, no intermediaries.

<Info>
  All skills require a delegated signer authorized to execute on-chain transactions on behalf of the user. See [Delegated Signing](/quickstart/credit-draw/authorization-webhook#delegated-signing) for setup options.
</Info>

## All Skills

<CardGroup cols={2}>
  <Card title="Agent Credit Borrow" icon="hand-holding-dollar" href="/quickstart/agent-skills/credit-borrow">
    Give AI agents access to credit — humans delegate collateral-backed credit lines, agents draw and repay autonomously.
  </Card>

  <Card title="Credit Health Monitor & Auto-Repay" icon="heart-pulse" href="/quickstart/agent-skills/health-monitor">
    Watches health factor and due dates. Auto-repays before billing cycle ends to avoid overdue rates.
  </Card>

  <Card title="Yield-Optimized Collateral Manager" icon="chart-line" href="/quickstart/agent-skills/yield-optimizer">
    Rebalances collateral across earn vaults to maximize yield while keeping the credit line healthy.
  </Card>
</CardGroup>
