CLI superpowers for AI agents
npx claudepluginhub superbereza/lobster-powersCLI superpowers for AI agents: memory, browser automation, TTS, notifications, scheduling, and more
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
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.