Stack Builder
Your stack is empty
Add agents, commands, settings, hooks, or MCPs to build your development stack____ _____ __ __ ___ _ _ ___ ____ _ ___ _____ _____ __ __ ____ _ _ _____ _____ ____ / ___| ____| \/ |_ _| \ | |_ _| / ___| | |_ _| |_ _| ____| \/ | _ \| | / \|_ _| ____/ ___| | | _| _| | |\/| || || \| || | | | | | | | | | | _| | |\/| | |_) | | / _ \ | | | _| \___ \ | |_| | |___| | | || || |\ || | | |___| |___ | | | | | |___| | | | __/| |__/ ___ \| | | |___ ___) | \____|_____|_| |_|___|_| \_|___| \____|_____|___| |_| |_____|_| |_|_| |_____/_/ \_\_||_____|____/
The requested component could not be found. Please check the URL and try again.
Back to ComponentsComponent description will be loaded here.
Install this component locally in your project. Works with your existing Gemini CLI setup.
npx github:pmaojo/gemini-cli-templates --agent=example --yes
Create a global AI agent accessible from anywhere with zero configuration. Perfect for automation and CI/CD workflows.
npx github:pmaojo/gemini-cli-templates --create-agent example
example "your prompt here"
Execute Gemini CLI with this component in an isolated cloud environment. Perfect for testing complex projects without affecting your local system. Choose from multiple providers based on your needs.
Full-featured cloud development environment with complete isolation and all development tools pre-installed.
Add to your .env file:
ANTHROPIC_API_KEY=your_google_key_here
E2B_API_KEY=your_e2b_key_here
npx github:pmaojo/gemini-cli-templates --sandbox e2b --agent=example --prompt "your development task"
Serverless execution environment perfect for lightweight tasks, API development, and edge computing scenarios.
Add to your .env file:
ANTHROPIC_API_KEY=your_google_key_here
npx github:pmaojo/gemini-cli-templates --sandbox cloudflare --agent=example --prompt "your development task"
Run Gemini CLI in a local Docker container. Perfect for offline development, custom environments, and maximum control over the execution environment.
npx github:pmaojo/gemini-cli-templates --sandbox docker --agent=example --prompt "your development task"
| Feature | E2B | Cloudflare | Docker |
|---|---|---|---|
| Execution Location | ☁️ Cloud | 🌍 Edge | 🏠 Local |
| Setup Complexity | Easy | Easy | Medium |
| Best For | Full stack projects | Serverless & APIs | Local dev & custom envs |
| API Keys Needed | Google + E2B | Google only | Google only |
Loading component code...
Your stack is empty
Add agents, commands, settings, hooks, or MCPs to build your development stackNavigate to your project root and run the generated command. All selected components will be installed automatically.