Catalyst Astro
Official@Catalyst-Astro
Catalyst Astro publishes Uniswap-authored skills for token swaps, liquidity positions, and scheduled dollar-cost-averaging across Uniswap-supported chains.
Agent Skills by Catalyst Astro
Showing 4 vetted skills indexed across 1 GitHub repositories.
dca-bot
Automates scheduled dollar-cost-average token purchases on-chain via the Uniswap Trading API.
swap-integration
Integrate Uniswap token swaps into frontends, backends, and smart contracts via Trading API and Universal Router.
liquidity-planner
Generates deep links for creating Uniswap v2, v3, and v4 liquidity positions.
swap-planner
Plans token swaps and generates pre-filled Uniswap deep links across supported chains.
Frequently Asked Questions About Catalyst Astro
FAQPage SchemaWhat tasks can I accomplish with Catalyst Astro's skills?▼
You can integrate Uniswap swaps into applications, generate deep links to execute token swaps, create v3/v4 concentrated-liquidity positions, discover and research tokens via keyword and web search, and schedule recurring dollar-cost-average buys with optional price conditions.
Who are these Uniswap skills designed for?▼
They target developers building swap frontends or smart contract integrations, DeFi users wanting to provide liquidity or trade tokens on Uniswap-supported chains, and investors automating recurring buys through a host agent's scheduler.
How does the dca-bot skill run in practice?▼
The host agent's scheduler wakes the skill on a cadence, and each wake is one self-contained run that buys a fixed token amount, optionally only when a condition like a price threshold holds. It requires the swap-integration and viem-integration prerequisites.
What license and cost apply to these skills?▼
All four skills are released under the MIT open-source license by author uniswap, so they are free to use, modify, and redistribute. No paid tier or proprietary licensing is indicated in the manifest.
What prerequisites and dependencies do these skills need?▼
The dca-bot explicitly requires swap-integration and viem-integration. Runtime environments rely on npm, npx, yarn, curl, jq, and cast for shell operations, plus WebFetch and WebSearch for token discovery and Uniswap interface deep links.