TopRank Skills

Home / Claw Skills / Others / defi-sniper
Official OpenClaw rules 15%

defi-sniper

Meta-skill for early token-launch intelligence and execution orchestration across Solana and Base using minara, torchmarket, and torchliquidationbot. Use when users need fast launch detection, on-chain risk triage, social-signal confirmation, and rule-based swap execution with strict guardrails.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 defi-sniper 技能。 若已安装,则直接安装 defi-sniper 技能。

Overview

Skill Key
h4gen/defi-sniper
Author
h4gen
Source Repo
openclaw/skills
Version
-
Source Path
skills/h4gen/defi-sniper
Latest Commit SHA
01592cf329c441e463279d29d245a74eb90c1bfe

Extracted Content

SKILL.md excerpt

# Purpose

Run a high-speed token opportunity workflow:

1. detect very early pool/token activity,
2. triage contract/market risk,
3. verify social signal quality,
4. execute small, bounded entries when rules pass.

This is an orchestration skill. It coordinates upstream skills and explicit risk policy. It does not guarantee profit.

# Required Installed Skills

- `minara` (inspected latest: `1.1.9`)
- `torchmarket` (inspected latest: `4.2.7`)
- `torchliquidationbot` (inspected latest: `3.0.2`)

Install/update:

```bash
npx -y clawhub@latest install minara
npx -y clawhub@latest install torchmarket
npx -y clawhub@latest install torchliquidationbot
npx -y clawhub@latest update --all
```

# Required Configuration and Credentials

Minimum:
- `MINARA_API_KEY`
- `SOLANA_RPC_URL`

Depending on execution route:
- Minara signer path: Circle Wallet preferred, or chain private-key fallback per Minara docs.
- Torch vault path: `VAULT_CREATOR` and linked agent wallet for vault-routed operations.

Preflight checks before any live execution:
- chain (`solana` or `base`) explicitly selected
- funding source identified (vault or signer account)
- max-risk limits loaded
- dry-run path available

# Chain-Aware Architecture

## Solana path (full stack)

Use:
- Minara for detection/intent parsing,
- Torch Market for deep token + quote + treasury/lending state,
- optional Torch execution patterns (vault-routed),
- external web search for social confirmation.

## Base path (constrained path)

Use:
- Minara for detection/intent/transaction assembly,
- external web search for social confirmation.

Important boundary:
- Torch Market and Torch Liquidation Bot are Solana-focused and should not be assumed to provide Base-native token risk primitives.

# Inputs the LM Must Collect First

- `target_chain`: `solana` or `base`
- `token_symbol_or_mint`
- `max_entry_size` (example: `1 SOL` or base-chain equivalent)
- `max_slippage_bps` (example: `300`)
- `risk_mode`: `observe`, `paper`, `live`
- `sen...

Related Claw Skills