unpause-subs
仓库创建 2025年10月22日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由
按级别恢复全局或项目暂停状态,便于细粒度控制和恢复流程
▸ 风险提示
会修改本地配置文件,需谨慎
这个 Skill 做什么
恢复被暂停的 skill-bus,使订阅继续处理
把之前被暂停的 skill-bus 重新启用,让订阅恢复正常处理和触发。用在你之前暂停了订阅、现在想恢复处理时,支持按全局或项目级别恢复。特点是能自动或按询问恢复特定级别,保证订阅状态回到可用。
▸ 展开 SKILL.md 英文原文
Re-enable the skill bus after pausing. Restores subscription processing.
1.8k
Stars
487
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/skill-bus/skills/unpause-subs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/skill-bus/skills/unpause-subs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Resume Skill Bus
**Announce:** "Resuming skill-bus."
## Process
### Step 1: Check Current State
Read both config files. Identify which level(s) are paused.
### Step 2: Resume
If only one level is paused, resume it automatically.
If both levels are paused, ask:
**"Both global and project are paused. Resume which?"**
- **Both**
- **Global only**
- **Project only**
Set `settings.enabled` to `true` in the appropriate file(s).
If the project config file only contains `{"settings": {"enabled": false}}` and nothing else, delete it entirely (clean state).
### Step 3: Confirm
Show: "Skill bus resumed at [scope] level. Subscriptions are active again."via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有