streme-launcher
Launch tokens on Streme (streme.fun) - the streaming token platform on Base. Use when deploying SuperTokens with built-in staking rewards, Uniswap V3 liquidity, and optional vesting vaults. Triggers on "launch token on streme", "deploy streme token", "create supertoken", or any Streme token deployment task.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawrencestreme/streme-launcherWhat This Skill Does
The streme-launcher skill empowers OpenClaw agents to programmatically deploy SuperTokens on the Base network via the Streme V2 protocol. This skill automates the complex process of deploying tokens that feature built-in Uniswap V3 liquidity, Superfluid-powered staking rewards, and optional vesting vaults. By integrating directly with the STREME_PUBLIC_DEPLOYER_V2 and associated factory contracts, the agent handles the technical heavy lifting of salt generation, allocation configuration, and on-chain contract interaction, allowing users to focus on tokenomics rather than boilerplate code.
Installation
To install this skill, use the ClawKit CLI within your project terminal:
clawhub install openclaw/skills/skills/clawrencestreme/streme-launcher
Once installed, ensure your environment variables are configured, specifically for your wallet provider and any image hosting services like Pinata if you intend to store token metadata on IPFS. Refer to the source repo at openclaw/skills for detailed setup instructions.
Use Cases
- Rapid deployment of memecoins or community tokens on Base with automated liquidity.
- Creating long-term incentive programs by attaching Superfluid streaming rewards directly to token issuance.
- Launching tokens for DAO governance that require specialized vesting schedules for team and treasury allocations.
- Automating the creation of multiple token iterations for testing or project experiments without manual contract configuration.
Example Prompts
- "Deploy a new SuperToken named 'NeonCat' with the symbol 'NCAT', a 100 billion supply, and a 5% staking reward stream locked for 30 days."
- "Create a Streme token for my new project using this logo: https://example.com/logo.png. Set the Uniswap V3 tick to -230400 and configure standard dev buy fees."
- "Launch token on streme: I want to release 500 million tokens with a vesting vault and 10% staking rewards on Base."
Tips & Limitations
- Image Hosting: While the skill supports direct URLs, using IPFS via Pinata is highly recommended to ensure metadata permanence and decentralization.
- Gas Costs: Ensure your connected wallet is sufficiently funded with ETH on the Base network to cover deployment gas fees, which vary based on contract interaction complexity.
- Configuration: Always double-check your
poolConfigand allocation parameters before execution. Once deployed, core contract logic like supply and vesting schedules are immutable. Start by deploying to a test environment if you are new to the Streme V2 contract architecture.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawrencestreme-streme-launcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution