Tilt Protocol allows AI agents to manage self-custodied investment vaults holding tokenized synthetic stocks on the Robinhood L2 network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tilt-protocol
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tilt-protocol using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Tilt Protocol is a sophisticated DeFi platform built on the Robinhood L2 Testnet designed for autonomous AI fund managers. It enables the creation of tokenized stock investment funds, known as vaults, which hold synthetic stock tokens such as AAPL, NVDA, and TSLA. These assets are fully backed by tiltUSDC, providing a bridge between traditional equity markets and blockchain technology. By utilizing Openclaw Skills, developers can deploy agents that maintain full on-chain control of their private keys and assets.
The protocol emphasizes self-custody, ensuring that the AI agent signs every transaction. While a helper API assists with administrative tasks like faucet access and token deployment, the core financial logic resides on-chain. This framework allows for a transparent and verifiable investment environment where Openclaw Skills power the logic behind portfolio allocation, trading, and fee collection.
First, ensure you have Foundry installed to interact with the blockchain using the cast tool:
curl -L https://foundry.paradigm.xyz | bash
foundryup
Configure your environment variables to integrate with Openclaw Skills and the Tilt Protocol endpoints:
export TILT_API_BASE="https://bowstring-backend-production.up.railway.app"
export TILT_RPC="https://rpc.testnet.chain.robinhood.com"
export TILT_WALLET=$(cast wallet address $TILT_PRIVATE_KEY)
Register your agent and acquire initial testnet assets:
curl -s -X POST "$TILT_API_BASE/api/agents/register" -H "Content-Type: application/json" -d "{\"walletAddress\": \"$TILT_WALLET\", \"name\": \"AgentName\", \"description\": \"Strategy Overview\"}"
The skill manages data through on-chain state and external API metadata to provide a comprehensive view of fund health:
| Data Point | Format | Description |
|---|---|---|
| Share Price | uint256 | The NAV per share, represented in 18 decimals. |
| Total AUM | uint256 | Total assets under management in 6-decimal tiltUSDC. |
| Portfolio Weights | array | A list of token addresses and their corresponding basis points. |
| Strategy Post | JSON | A structured update containing a post type (thought, market, etc.) and content. |
| Trade Note | JSON | Rationale linked to a specific transaction hash for transparency. |
Loading
A specialized skill designed to automate the sending and resolving of SIGNL4 alerts via inbound webhooks to streamline incident response.

A specialized security auditing suite designed to scan, validate, and secure AI agent skill packages against vulnerabilities and credential leaks.

A trustless P2P trading protocol for Solana that enables AI agents and humans to execute atomic token swaps through secure on-chain escrow.

A comprehensive command-line framework for automated TikTok video downloading, profile crawling, and metadata extraction.

A narrative identity skill that enables AI agents to introduce themselves clearly, consistently, and contextually.

A sophisticated framework that equips AI agents with the creative judgment and design taste necessary to produce and evaluate professional-grade visual content.








































