add-sub
仓库创建 2025年10月22日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
可在运行时动态扩展技能行为,适合复杂自动化场景。
▸ 风险提示
会修改订阅配置或注入上下文,注意权限与配置冲突。
这个 Skill 做什么
为 skill-bus 添加订阅,在技能执行前后注入上下文并支持条件过滤。
给 skill-bus 增加订阅,可以在技能执行前后注入额外上下文,或只在满足特定条件时触发。支持分层条件:有通用的 insert 级条件会被继承,也能为单条订阅再加自己的筛选(AND 叠加)。适合在特定分支、文件存在、环境变量或文件内容等约束下注入上下文,通常通过交互式流程创建。
▸ 展开 SKILL.md 英文原文
Subscribe to a skill event. Adds a subscription that injects context before or after a skill runs. Supports optional conditions at both insert-level (inherited by all subscriptions) and subscription-level (AND-stacked). Conditions include fileExists, gitBranch, envSet, envEquals, fileContains (with optional regex).
1.8k
Stars
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/skill-bus/skills/add-sub/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/skill-bus/skills/add-sub/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Subscribe to Skill Event This skill delegates to the `/skill-bus:add-sub` command for the full interactive process. Run the command directly: `/skill-bus:add-sub`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有