sbbs
Run, customize, and maintain Synchronet BBS servers
All Skills in This Repository (8)
Pure Emerald Level Indicatorsjsexec
Execute Synchronet JavaScript code against a live BBS install for testing and debugging.
logs
Locate Synchronet BBS log sources across Windows and *nix systems.
menus
Create, modify, and troubleshoot Synchronet BBS terminal display and menu files.
smbutils
Inspect, validate, repair, and maintain Synchronet Message Base files.
text
Customize Synchronet BBS text strings via text.dat and text.ini overrides.
javascript
Document Synchronet JavaScript dialect constraints and host object model behavior.
mqtt
Monitor Synchronet BBS hosts and execute remote control via MQTT.
control
Control running Synchronet BBS instances across Linux, BSD, macOS, and Windows.
Frequently Asked Questions
FAQPage SchemaHow to install Synchronet BBS skills?โผ
Run `npx skills add SynchronetBBS/sbbs --all -g -y` in your terminal to install all skills in this suite globally.
How do I restart or recycle a Synchronet server?โผ
The control skill explains semaphore files like `ctrl/recycle` and `ctrl/recycle.web`, POSIX signals, and MQTT control topics so you can reload config without dropping live user sessions.
How do I fix a corrupt Synchronet message base?โผ
The smbutils skill walks you through chksmb for read-only diagnosis, then fixsmb or smbutil for targeted repair, with backup-first workflows.
Can I customize BBS prompts and menus without editing source code?โผ
Yes. The text and menus skills cover `ctrl/text.ini` overrides, global color substitutions, Ctrl-A codes, and display file variants so upgrades never wipe your changes.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and Codex.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core