Install
openclaw skills install defi-sniperMeta-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.
openclaw skills install defi-sniperRun a high-speed token opportunity workflow:
This is an orchestration skill. It coordinates upstream skills and explicit risk policy. It does not guarantee profit.
minara (inspected latest: 1.1.9)torchmarket (inspected latest: 4.2.7)torchliquidationbot (inspected latest: 3.0.2)Install/update:
npx -y clawhub@latest install minara
npx -y clawhub@latest install torchmarket
npx -y clawhub@latest install torchliquidationbot
npx -y clawhub@latest update --all
Minimum:
MINARA_API_KEYSOLANA_RPC_URLDepending on execution route:
VAULT_CREATOR and linked agent wallet for vault-routed operations.Preflight checks before any live execution:
solana or base) explicitly selectedUse:
Use:
Important boundary:
target_chain: solana or basetoken_symbol_or_mintmax_entry_size (example: 1 SOL or base-chain equivalent)max_slippage_bps (example: 300)risk_mode: observe, paper, livesentiment_min_accounts (minimum credible, non-bot mentions)execution_policy: manual-confirm or auto-with-guardrailsIf missing, do not run live execution.
minara)Primary detection/intelligence and swap-intent layer:
Use Minara when rapid parsing and transaction assembly are required.
torchmarket)Solana-native deep state layer:
getTokens) and token details (getToken),getBuyQuote, getSellQuote),getLendingInfo, getLoanPosition),Use Torch Market for on-chain structural checks and quote sanity before Solana entries.
torchliquidationbot)Execution engine specialized for liquidation keepers:
Important boundary:
buildLiquidateTransaction path), not a generic buy/sell sniper by default.Use this chain for launch-sniping decisions.
Use Minara intelligence to detect candidate opportunities and parse swap intent context.
Required output:
For Solana candidates, use Torch Market state:
Risk interpretation policy:
Use external web search tools (not bundled in these three skills) to validate whether real accounts are discussing the token.
Minimum checks:
Compute two gates:
SecurityGate: pass/failSentimentGate: pass/failExecution rule:
passno_tradeIf execution allowed:
For the scenario in this skill request:
SecurityGate=pass and SentimentGate=pass, execute bounded entry (example 1 SOL) with fixed slippage tolerance.Always return:
Detection
OnChainRisk
SocialSignal
ExecutionDecision
trade or no_tradeAuditTrail
no_trade on ambiguous or conflicting evidence.auto-with-guardrails mode, require preconfigured hard limits and fail-closed defaults.observeDetection and scoring only. No trade.
paperSimulated entries/exits with recorded hypothetical PnL.
liveReal execution only after preflight and guardrail checks pass.
observe.no_trade.SKILL.md.Treat these limits as mandatory disclosures in final operator output.