← 返回 Skills 市场
mrsirg97-rgb

Torch Domain Auction Bot

作者 mr brightside · GitHub ↗ · v2.0.1
cross-platform ✓ 安全检测通过
654
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install torchdomainauctionbot
功能描述
Domain lending protocol on Solana. Domains become tokens. Tokens become collateral. Top holder controls the domain. Borrow SOL against your position -- but g...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install torchdomainauctionbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /torchdomainauctionbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug torchdomainauctionbot
版本 2.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 654 次。

如何安装 Torch Domain Auction Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install torchdomainauctionbot」即可一键安装,无需额外配置。

Torch Domain Auction Bot 是免费的吗?

是的,Torch Domain Auction Bot 完全免费(开源免费),可自由下载、安装和使用。

Torch Domain Auction Bot 支持哪些平台?

Torch Domain Auction Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Torch Domain Auction Bot?

由 mr brightside(@mrsirg97-rgb)开发并维护,当前版本 v2.0.1。

💬 留言讨论