ワンクリックで
bankr-automations
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
Custodial wallet accessible via API for server-side on-chain operations without phone approval
| name | bankr-automations |
| description | Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr |
Set up automated trading strategies that execute server-side via Bankr. Automations run on Base and don't require your app to stay online.
bankr_automateSet a trigger condition like "drops 10%", "rises 20%", or "reaches $50000".
limit_buy: token=ETH, amount=$100, trigger="drops 10%"
limit_sell: token=CLAWNCH, trigger="rises 50%"
stop_loss: token=PEPE, trigger="drops 30%"
Automatically buy a fixed amount on a schedule.
dca: token=ETH, amount=$50, interval="every day", time="at 9am", duration="for 30 days"
dca: token=BTC, amount=$100, interval="every week"
Spread a large sell over time to minimize price impact.
twap: token=ETH, amount=10, duration="over 4 hours"
/automations command lists all active automationscancel action with an automation_id to stop onecancel without an ID to cancel allAutomations are primarily Base. The chain parameter defaults to "base".
/automations — quick list of active automations