Skip to content

drcmda/openclaw-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Plugins

Custom plugins for OpenClaw.

Plugins

Plugin Description
bambu-printer Real-time Bambu Lab printer monitoring via MQTT
slack-monitor Real-time Slack monitoring via Socket Mode

Installation

Install a plugin to your OpenClaw instance:

openclaw plugins install ./bambu-printer
openclaw plugins install ./slack-monitor

Then add the plugin config to your openclaw.json under plugins.entries.

Development

# Install all plugin dependencies
npm install --workspaces

# Or install individually
cd bambu-printer && npm install
cd slack-monitor && npm install

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors