Back to Apps

GeminiClaw
by e-mon
Autonomous agent orchestrator extending Gemini CLI with scheduling, persistent memory, and multi-channel messaging.
0 stars
Works in:Gemini CLI
Exposes:ToolsResourcesPrompts
What it does
GeminiClaw acts as an orchestration layer for the Gemini CLI, transforming a powerful LLM interface into a fully autonomous agent. It manages the lifecycle of agent turns, maintains stateful session affinity via a process pool, and handles complex long-term tasks through durable execution.
Tools
- Scheduling: Integration with Inngest for durable, time-based task execution.
- Memory Retrieval: Persistent knowledge management and semantic search via QMD.
- Multi-channel Messaging: Integration with Discord, Slack, and Telegram for real-time interaction.
- Vault Management: Secure, encrypted storage for secrets and API keys.
- Skill Management: Dynamic discovery, installation, and auditing of external agent skills.
Installation
Add the following to your Gemini CLI configuration:
{
"mcpServers": {
"geminiclaw": {
"command": "geminiclaw",
"args": []
}
}
}
Supported hosts
- gemini-cli
Quick install
bun install -g geminiclawInformation
- Pricing
- free
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Add to settings.json mcpServers entry as "geminiclaw"





