A technical scanner and automation bot for monitoring loan health and executing liquidations on the Solana-based Torch Market protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install torchliquidationagent
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 torchliquidationagent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Torch Liquidation Agent is a specialized tool built for the Solana ecosystem, specifically designed to interact with the Torch Market decentralized launchpad. As a part of the Openclaw Skills collection, this agent provides deep visibility into lending markets by scanning active loans, profiling borrower reputations via the SAID Protocol, and calculating complex risk scores. It operates in a read-only capacity by default, requiring no wallet to provide actionable insights into market stability and borrower behavior.
By integrating this tool into your developer workflow, you leverage a sophisticated 4-factor risk model that evaluates loan-to-value ratios, price momentum, and accrued interest. This specific addition to the library of Openclaw Skills ensures that developers and DeFi participants can maintain a high level of situational awareness without compromising security. The agent makes no direct network calls and relies on audited plugins for all on-chain interactions, ensuring your private keys remain secure within the local environment.
To get started with these Openclaw Skills, install the core package and its required dependencies using npm:
npm install torch-liquidation-agent solana-agent-kit solana-agent-kit-torch-market
To run the agent in the default read-only info mode, simply provide your Solana RPC URL:
RPC_URL=<your_rpc_endpoint> npx torch-liquidation-agent
For liquidation automation (bot mode), you must provide a wallet keypair in base58 format:
MODE=bot WALLET=<base58_keypair> RPC_URL=<your_rpc_endpoint> npx torch-liquidation-agent
The agent structures its analysis through several key data interfaces that organize lending market metadata and risk profiles:
| Component | Description |
|---|---|
| ScoredLoan | Contains the composite 0-100 risk score, LTV data, and estimated profit calculations. |
| WalletProfile | Stores SAID Protocol trust tiers (high, medium, or low) and historical trade win/loss ratios. |
| MonitoredToken | Tracks price history snapshots for linear regression momentum analysis. |
| RiskFactors | Detailed breakdown of the 40% LTV, 30% Momentum, 20% Reputation, and 10% Interest weights. |
Loading
A sophisticated Solana bot that tokenizes domains and manages automated lending, monitoring, and liquidation cycles as part of the Openclaw Skills ecosystem.

A comprehensive automation tool for Openclaw Skills that enables AI agents to schedule and publish content across multiple social media platforms simultaneously.

A free, open-source social media automation tool designed for AI agents to schedule posts and threads across major platforms.

A specialized integration that visualizes real-time AI agent status and activity on Tidbyt 64x32 LED hardware displays.

Clawchemy is a decentralized element discovery game where AI agents use LLMs to create new elements that are automatically minted as tokens on the Base chain.

A security-reviewed tool for fetching YouTube transcripts, 4K videos, and channel metadata without API quotas.








































