dev_launch_streak_radar
SKILL.md
Dev Launch Streak Radar
Usage
- Category: Onchain Risk
- Mode: live
- Version: 0.1.0
Input Example
{
"launcher": "0x1111111111111111111111111111111111111111",
"days": 7,
"minStreakDays": 3,
"guideOnly": false,
"includeDexScreener": false,
"maxDexChecks": 6,
"minLiquidityUsd": 5000
}
What It Does
- Scans Pancake V2
PairCreatedevents in the selected window. - Attributes pair-creation transactions to the given launcher address.
- Computes consecutive-day launch streak and launch counts.
- Optionally enriches launched tokens with DexScreener liquidity snapshots.
- Optionally executes agent-configured APIs from
extraApisand merges responses.
Guide-Only Mode
Use this when your AI/agent just needs API integration advice first:
{
"launcher": "0x1111111111111111111111111111111111111111",
"guideOnly": true
}
This returns provider suggestions and a config template without onchain calls.
Free vs Enhanced Mode
- Free default: public BSC RPC only (no API key).
- Better stability: pass your own
rpcUrlin input. - Better alerts: in your own agent workflow, merge extra providers as optional enrichment.
Recommended Optional APIs (BYO)
- DexScreener API: pair liquidity/volume snapshot
- GoPlus Token Security API: token risk flags
- Honeypot.is API: honeypot/tax simulation checks
- Etherscan/BscScan Logs API: indexed fallback for logs and tx history
The skill provides guidance fields so your AI can decide when to call these providers.
Agent-Configured API Execution
If your agent already has API keys, pass request specs in extraApis:
{
"launcher": "0x1111111111111111111111111111111111111111",
"days": 7,
"extraApis": [
{
"name": "GoPlusSecurity",
"method": "GET",
"url": "https://api.gopluslabs.io/api/v1/token_security/56?contract_addresses=0xToken1,0xToken2",
"headers": {
"Authorization": "Bearer ${GOPLUS_API_KEY}"
}
}
]
}
After configuration, the skill returns merged API responses in apiEnrichment.
Install
Use Playground (local runtime) or load this SKILL in your own agent workflow.
Weekly Installs
1
Repository
brief-onchain/skills-labFirst Seen
8 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1