← 返回 Skills 市场
172
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wander
功能描述
Monitor any async task that takes time and needs completion notification — CI, builds, deploys, releases. Use when the user triggers any long-running async t...
安全使用建议
This package is plausible for watching GitHub Actions, but the documentation and actual runtime steps don't match the published metadata. Before installing: (1) review the upstream repository (https://github.com/ERerGB/wander) and inspect the watch-workflow*.sh scripts for any network calls or unexpected behavior; (2) be aware the agent will use your locally-authenticated gh CLI (so it can access private repos and Action logs) — check the GH auth scopes; (3) don't add PATH/aliases or run chmod +x until you trust the code; (4) if you don't want autonomous background watchers, instruct the agent to never auto-start Wander or to require explicit approval each time; (5) consider running the scripts in an isolated environment (container or throwaway VM) first. If you want, I can fetch and summarize the watch scripts so you can review the exact commands they run (I will not run them).
功能分析
Type: OpenClaw Skill
Name: wander
Version: 1.0.6
The 'wander' skill is a legitimate utility designed to monitor GitHub Actions workflows and notify users upon completion. The SKILL.md file provides clear instructions for the AI agent to automatically trigger background monitoring scripts (e.g., watch-workflow-bg.sh) and poll for results using the GitHub CLI (gh). While the instructions include 'mandatory' auto-triggering of background processes, this behavior is transparently communicated to the user and is strictly aligned with the stated purpose of the tool. No evidence of malicious intent, data exfiltration, or unauthorized access was found in the provided code or instructions.
能力评估
Purpose & Capability
The skill claims to be an async-task monitor for GitHub Actions (coherent) but the package metadata lists no requirements while the SKILL.md clearly requires the gh CLI, jq, and a local checkout of the Wander repo (WANDER_HOME). The metadata omission (no declared binaries or primary credential) is inconsistent with the runtime needs.
Instruction Scope
SKILL.md instructs the agent to read repository files (.workflows.yml and .github/workflows/), run downloaded shell scripts (watch-workflow*.sh), poll GH Actions via gh, and automatically start background monitoring after various triggers. Reading repo workflow files and calling gh is expected for this purpose, but the mandatory auto-triggering and background process start are broad and could be surprising if not explicitly consented to.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md directs the user/agent to git clone https://github.com/ERerGB/wander.git and chmod +x the scripts. That is a network download and will place and execute code on disk; the source is GitHub (not a random pastebin), but the repository and its scripts should be inspected before running.
Credentials
The published requirements list no env vars or credentials, yet the instructions require an authenticated gh CLI (implicitly using the user's GitHub credentials), WANDER_HOME config and PATH/alias modifications, and writing logs to ~/.wander_logs/. Requesting GH access is proportionate to monitoring Actions, but the missing declaration of this dependency and the requirement to modify shell rc are mismatches.
Persistence & Privilege
The SKILL.md asks to persist scripts to a user directory, add PATH/aliases to shell rc, and run background/detached watchers that poll GH and write logs. These create persistent on-disk presence and autonomous background activity — acceptable for a watcher but potentially surprising and a privacy/availability consideration if enabled without explicit user consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wander - 安装完成后,直接呼叫该 Skill 的名称或使用
/wander触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
CD: ff72575bc1c54494aabf8e4560f7c641d334df7e
v1.0.5
CD: c9eb8dd2ec2f022de8b3b6094fff0fdc06546118
v1.0.4
CD: 435e2524b71eb8195bd3b651930cb9ce70db4c38
元数据
常见问题
Wander 是什么?
Monitor any async task that takes time and needs completion notification — CI, builds, deploys, releases. Use when the user triggers any long-running async t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。
如何安装 Wander?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wander」即可一键安装,无需额外配置。
Wander 是免费的吗?
是的,Wander 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wander 支持哪些平台?
Wander 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wander?
由 ERerGB(@erergb)开发并维护,当前版本 v1.0.6。
推荐 Skills