← Back to Skills Marketplace
Torch Domain Auction Bot
by
mr brightside
· GitHub ↗
· v2.0.1
654
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install torchdomainauctionbot
Description
Domain lending protocol on Solana. Domains become tokens. Tokens become collateral. Top holder controls the domain. Borrow SOL against your position -- but g...
Usage Guidance
This package appears internally consistent for operating a Solana 'keeper' that discovers tokens, scores underwater loans, and executes vault‑routed liquidations. Before installing or running it: 1) Verify the VAULT_CREATOR value points to the correct Vault on‑chain and that you understand which wallets are linked and authorized to use that Vault; a misconfigured Vault or an incorrectly linked agent could enable unintended economic actions. 2) Prefer the default ephemeral keypair (do not set SOLANA_PRIVATE_KEY) unless you deliberately want a persistent controller key—treat any private key as high‑sensitivity. 3) Review the included source (lib/kit and lib/torchsdk) yourself or have a trusted reviewer confirm the build: the kit includes on‑chain transaction builders that will sign and send transactions when run. 4) Confirm you trust the on‑chain program ID and website references in the manifest, and consider running the bot first on a testnet/fork to observe behavior with no real funds. 5) Keep the skill's disable-model-invocation:true setting if you do not want autonomous runs; changing that would materially increase risk.
Capability Analysis
Type: OpenClaw Skill
Name: torchdomainauctionbot
Version: 2.0.1
The OpenClaw AgentSkills bundle for Torch Domain Auction Bot is classified as benign. The skill demonstrates strong security practices, including the use of ephemeral, in-process keypairs by default (or securely loading an optional private key from environment variables without logging or transmitting it). All significant economic actions, such as liquidations and token launches, are routed through a user-controlled Torch Vault, ensuring the agent itself never holds substantial funds. The `SKILL.md` explicitly sets `disable-model-invocation: true`, preventing autonomous execution and mitigating prompt injection risks. External API calls are read-only and for legitimate purposes (e.g., CoinGecko for price data, SAID Protocol for wallet reputation, ExpiredDomains.net for domain discovery), and no sensitive data is transmitted to these endpoints. Dependencies are minimal, pinned to exact versions, and the SDK source is bundled for full auditability, with no evidence of malicious execution or persistence mechanisms.
Capability Assessment
Purpose & Capability
Name/description (domain lending, liquidations, vault) match the code and runtime requirements. Required env vars (SOLANA_RPC_URL, VAULT_CREATOR, optional SOLANA_PRIVATE_KEY) and bundled torchsdk are appropriate for on‑chain operations. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and code instruct the agent to scan tokens, score loans, build/sign/send liquidation transactions, and rotate domain leases. These actions are within the stated purpose, but they are economic actions: when run with a linked Vault the bot will cause SOL flows and change token ownership on‑chain. The SKILL explicitly disables autonomous invocation (disable-model-invocation: true), which reduces risk of unexpected runs.
Install Mechanism
There is no high‑risk remote install or archive download. The kit bundles source (lib/torchsdk/, lib/kit/) and lists an optional npm package; nothing in the manifest requires fetching arbitrary code at runtime. Instruction-only install behavior minimizes supply‑chain risk.
Credentials
The three env vars are proportionate: an RPC endpoint, the vault creator pubkey to identify which Torch Vault to use, and an optional private key for persistent agent wallets. The private key is optional and the code generates an ephemeral key by default. No unrelated secrets are requested.
Persistence & Privilege
always:false and disable-model-invocation:true reduce persistence/autonomy risks. However, the bot requires an on‑chain Vault link and will use the Vault PDA to debit SOL and receive collateral during liquidations; installing/operating this skill implicitly grants the configured Vault the ability to route economic actions through the agent (subject to on‑chain link permissions). The user should ensure the Vault's access policy and wallet linking are intentional and reviewed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install torchdomainauctionbot - After installation, invoke the skill by name or use
/torchdomainauctionbot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
- Version bump to 2.0.1 with updated metadata.
- npm install reference updated to torch-domain-auction-bot@^2.0.1.
- No code or behavioral changes; documentation and metadata only.
v2.0.0
**Version 2.0.0 (torchdomainauctionbot) - Major Update**
- Upgraded Torch SDK from v3.2.3 to v3.7.23 for improved protocol compatibility.
- Added two new documentation files: verification.md and whitepaper.md.
- Enhanced environment variable scheme to explicitly mark required/optional variables and to support SOLANA_PRIVATE_KEY as optional.
- Expanded compatibility section; clarified RPC endpoint requirements, vault creation details, and agent wallet behavior.
- Improved dependency install instructions and included new Clawdbot metadata block.
- General documentation updates and structural improvements.
v1.0.2
- Updated to version 1.0.2 with improved documentation and metadata.
- Now built on torchsdk v3.2.3 and Torch Market protocol.
- SKILL.md updated with detailed protocol mechanics, environment requirements, and install info.
- Expanded project description clarifying lending, liquidation, and token-domain linkage.
- Added compatibility and agent wallet custody notes for improved transparency.
Metadata
Frequently Asked Questions
What is Torch Domain Auction Bot?
Domain lending protocol on Solana. Domains become tokens. Tokens become collateral. Top holder controls the domain. Borrow SOL against your position -- but g... It is an AI Agent Skill for Claude Code / OpenClaw, with 654 downloads so far.
How do I install Torch Domain Auction Bot?
Run "/install torchdomainauctionbot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Torch Domain Auction Bot free?
Yes, Torch Domain Auction Bot is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Torch Domain Auction Bot support?
Torch Domain Auction Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Torch Domain Auction Bot?
It is built and maintained by mr brightside (@mrsirg97-rgb); the current version is v2.0.1.
More Skills