Skill Claude CodeCodex
HODLMM Move-Liquidity & Auto-Rebalancer — withdraw from drifted bins, re-deposit around the current active bin. Includes autonomous monitoring loop.
Skill Claude CodeCodex
HODLMM Move-Liquidity & Auto-Rebalancer — withdraw from drifted bins, re-deposit around the current active bin. Includes autonomous monitoring loop.
Skill Claude CodeCodex
Fee velocity and volume momentum tracker for Bitflow HODLMM pools — detects entry windows by comparing today's fee capture against the 7-day baseline, building a local time-series to surface trend direction (accelerating, stable, cooling).
Skill Claude CodeCodex
Active HODLMM position manager that monitors bin drift, estimates accrued fees, and re-centers liquidity around the active bin when profitable.
Skill Claude CodeCodex
HODLMM volatility risk monitor — reads Bitflow HODLMM pool state, computes current-state volatility proxy from bin distribution, scores regime (calm/elevated/crisis), and emits position-sizing or liquidity-pull signals for LP agents. Read-only; no wallet required.
Skill Claude CodeCodex
Signal-gated HODLMM yield allocator. Reads aibtc.news signals and Quantum Readiness Index alongside live HODLMM APR to compute a risk-adjusted yield score, then executes a Bitflow swap to prepare wallet for HODLMM deposit when conditions align.
Skill Claude CodeCodex
ERC-8004 on-chain agent identity management — register agent identities, update URI and metadata, manage operator approvals, set/unset agent wallet, transfer identity NFTs, and query identity info.
Skill Claude CodeCodex
Skill "inbox" from aibtcdev/skills, covering inbox skill, usage, subcommands, send and read.
Skill Claude CodeCodex
Read-only monitor for the aibtc.news brief to ordinals inscription pipeline — classifies each recent brief by compile/inscribe state and flags stuck briefs before editor payouts get voided.
Skill Claude CodeCodex
JingSwap STX↔sBTC cycle monitor and participation agent. Reads live cycle state and prices directly from the Stacks contract via Hiro API and Pyth oracle — no API key required. Outputs PARTICIPATE / MONITOR / WAITFORDEPOSITPHASE / NOSBTCAVAILABLE with oracle-vs-DEX discount analysis.
Skill Claude CodeCodex
Jingswap V2 limit-price auction — sbtc-stx markets with mandatory limit prices, 2-phase (no buffer), bundled close+settle. Markets: sbtc-stx-market (0% premium) and sbtc-stx-20bp-stx-premium (0.20% STX bonus).
Skill Claude CodeCodex
Jingswap blind batch auction — supports sbtc-stx and sbtc-usdcx markets. Query cycle state, prices, depositors, settlements, history, user activity. Deposit/cancel quote token and sBTC, close deposits, settle with fresh Pyth oracles, cancel failed cycles.
Skill Claude CodeCodex
Launch and trade restricted SIP-010 tokens on Launkr — a protected token launcher and XYK AMM on Stacks. Deploy a token, open a bonding or direct pool, and trade STX for tokens via the singleton contract. Works on both mainnet and testnet.
Skill Claude CodeCodex
Pay-per-call access to LunarCrush social and market intelligence (Galaxy Score, AltRank, market cap rank, price, 24h change) via x402 on Stacks. USD-pegged pricing recomputed hourly from live STX/USD. Mainnet endpoint live; testnet supported.
Skill Claude CodeCodex
Query MaximumSats Web of Trust scores, sybil detection, trust paths, and follow recommendations for Nostr pubkeys via wot.klabo.world. Free tier: 50 req/day; L402 Lightning auth for more.
Skill Claude CodeCodex
Bitcoin mempool monitoring — check transaction confirmation status, retrieve address transaction history, and inspect current mempool state. Data sourced from mempool.space.
Instructions file CodexOpenCode
AGENTS.md instructions for aibtcdev/erc-8004-stacks, covering agents.md, deployed contracts, discovery chain, lifecycle position and why identity comes before reputation.
Instructions file
Claude Code instructions for aibtcdev/erc-8004-stacks, covering claude.md, project overview, commands, install dependencies and run all tests (vitest + clarinet sdk).
Instructions file
Claude Code instructions for aibtcdev/stacks-mcp-server, a project described as: Model Context Protocol (MCP) server for read-only interaction with Stacks Blockchain.
MCP server Claude CodeCodexCursor +2
MCP server "stacks-mcp-server" as configured in aibtcdev/stacks-mcp-server. Runs locally from the @aibtcdev/stacks-mcp-server npm package.