By superbereza
CLI superpowers for AI agents: memory, browser automation, TTS, notifications, scheduling, and more
Browser automation using lp-browser CLI with Playwright
Schedule reminders that come back to you (the agent)
Analyze images using vision models via lp-image
Semantic search over notes and files using lp-memory CLI
Send desktop notifications using lp-notify CLI
Snap snap! Give your AI agent some serious claws.
"Why should OpenClaw have all the fun?"
Transform any AI agent (Claude Code, Cursor, Copilot, whatever) into a crustacean powerhouse with scheduling, memory, browser automation, and more.
OpenClaw is an awesome AI assistant with superpowers built-in. But those powers are locked inside the OpenClaw ecosystem.
lobster-powers breaks them free! 🦞💥
Same capabilities. Standalone CLI tools. Works everywhere.
| Power | CLI | What it does |
|---|---|---|
| 🕐 cron | lp-cron | "Remind me to touch grass at 5pm" |
| 🧠 memory | lp-memory | "What did we decide about auth last month?" |
| 🌐 browser | lp-browser | "Fill out that form for me" |
| 🗣️ tts | lp-tts | "Say it out loud" |
| 🔍 web-search | lp-web-search | "Google this for me" |
| 📄 web-fetch | lp-web-fetch | "Read that article" |
| 🖼️ image | lp-image | "What's in this picture?" |
| 🔔 notify | lp-notify | ping |
# Add the lobster marketplace
/plugin marketplace add superbereza/lobster-powers
# Unleash the powers
/plugin install lobster-powers@lobster-powers
Done. Your Claude now has claws.
git clone https://github.com/superbereza/lobster-powers
cd lobster-powers
./install.sh
This installs:
~/.local/bin/lp-*~/.claude/skills/lp-browser (auto-installed)Some powers need API keys. Copy .env.example to .env and fill in your keys:
cp .env.example .env
# Edit .env with your keys
| Power | Required Key | Free Tier? |
|---|---|---|
| 🧠 memory | OPENAI_API_KEY | No (~$0.01/100 files) |
| 🖼️ image | OPENAI_API_KEY or ANTHROPIC_API_KEY | No |
| 🗣️ tts | None (Edge TTS) | ✅ Yes |
| 🗣️ tts | OPENAI_API_KEY or ELEVENLABS_API_KEY | No |
| 🔍 web-search | BRAVE_API_KEY or PERPLEXITY_API_KEY | ✅ Brave free tier |
| 📄 web-fetch | None | ✅ Yes |
| 🕐 cron | None | ✅ Yes |
| 🔔 notify | None | ✅ Yes |
| 🌐 browser | None | ✅ Yes |
# Set a reminder
lp-cron add "Stand up and stretch!" --at "now + 1 hour"
# Search your notes
lp-memory search "that auth decision"
# Speak!
lp-tts "Hello, I am a lobster with powers"
# Take a screenshot
lp-browser screenshot
Each power comes with a skill that teaches your AI when and how to use it.
Claude Code / OpenCode — skills load automatically via plugin system
Other agents — ./install.sh symlinks skills to ~/.claude/skills/
Then just ask naturally:
Your agent figures out which claw to use. 🦞
You ──▶ AI Agent ──▶ lobster-powers CLI ──▶ Magic happens
│
├── lp-cron (system at/crontab)
├── lp-memory (OpenAI embeddings + SQLite)
├── lp-browser (Playwright)
├── lp-tts (Edge TTS / OpenAI / ElevenLabs)
└── ...
No servers. No daemons. Just CLI tools that do their job and get out of the way.
Because:
MIT — Do whatever you want, just don't blame the lobster.
Made with 🦞 by humans and Claude
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub superbereza/lobster-powers --plugin lobster-powersCron-like daemon that runs Claude prompts on a schedule
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, and test web apps.
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
Speaks a short summary of Claude's response using macOS say command
Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.
Universal Self-Learning Browser Agent — record browser interactions, generate API skills, and replay them via MCP tools with progressive tier optimization.