lobsterhub
v0.1.5
Published
CLI for LobsterHub - Install and manage Lobster workflows
Readme
lobsterhub
CLI for LobsterHub - Install and manage Lobster workflows for Clawdbot.
Installation
npm install -g lobsterhubOr use directly with npx:
npx lobsterhub <command>Commands
install
Install a workflow from LobsterHub:
npx lobsterhub install morning-briefingOptions:
-d, --dir <path>- Installation directory (default:~/.clawdbot/lobster/workflows)
list
List installed workflows:
npx lobsterhub listOptions:
-d, --dir <path>- Workflows directory (default:~/.clawdbot/lobster/workflows)
search
Search for workflows on LobsterHub:
npx lobsterhub search "email automation"Options:
-l, --limit <number>- Maximum number of results (default: 10)
Configuration
Set LOBSTERHUB_API_URL environment variable to use a custom API endpoint:
export LOBSTERHUB_API_URL=https://your-instance.convex.siteLicense
MIT
