Agent Skills
› stagewise-io/stagewise
› Watch
Watch
GitHub在后台监控本地或远程条件,满足时恢复执行。适用于需要等待特定状态达成的异步任务场景。
Trigger Scenarios
用户请求在后台等待某个条件满足
需要挂起当前流程直到外部状态变更
Install
npx skills add stagewise-io/stagewise --skill Watch -g -y
SKILL.md
Frontmatter
{
"name": "Watch",
"description": "Watch a local or remote condition in the background and resume when it is met",
"user-invocable": true,
"agent-invocable": false
}
Treat the user's request as a background watch task. Call
createWatcherSession in this turn unless the condition is already satisfied,
cannot be checked with the available CLIs, or a matching active watcher is
listed in the current <shell-sessions>.
Perform any required read-only preflight before arming the watcher. After it is
armed, briefly tell the user and end the turn; do not wait with
executeShellCommand.
Version History
- 18ac8a2 Current 2026-08-19 21:43


