Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
Scanned 5/27/2026
Install via CLI
openskills install ComposioHQ/awesome-claude-plugins---
name: pause-subs
description: Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
---
# Pause Skill Bus
**Announce:** "Pausing skill-bus."
## Process
### Step 1: Determine Scope
Ask using AskUserQuestion:
**"Pause at which level?"**
- **Global** - Pauses skill-bus everywhere. Sets `enabled: false` in `~/.claude/skill-bus.json`
- **Project** - Pauses skill-bus for this project only. Sets `enabled: false` in `.claude/skill-bus.json`
### Step 2: Update Config
Read the appropriate config file. Set `settings.enabled` to `false`. If the file doesn't exist, create the directory first (`mkdir -p .claude` for project scope) then create the file with just:
```json
{
"settings": {
"enabled": false
}
}
```
### Step 3: Confirm
Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.