← 返回 Skills 市场
drumrobot

next

作者 es6kr · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install next
功能描述
Suggest next actions after completing any task. Use automatically when a task is finished to recommend 2-3 logical follow-up actions the user might want to t...
安全使用建议
This skill is a plausible 'next action' suggester, but its instructions require reading repository/PR/CI state and can invoke a /fix skill that executes missing steps. Before installing or enabling it: 1) Ask the author for the /fix skill's code and for explicit details about required credentials (GitHub tokens, CI tokens, git/cli access). 2) Ensure the skill will ask for explicit confirmation before performing destructive actions (push, run scripts, create PRs). 3) Limit tokens/permissions to least privilege and prefer read-only tokens for suggestion/detection. 4) Test in a safe repository or sandbox first. 5) If you cannot review the /fix skill, treat this as higher-risk and avoid granting broad repo/CI credentials.
功能分析
Type: OpenClaw Skill Name: next Version: 0.1.0 The 'next' skill bundle is a workflow helper designed to suggest logical follow-up actions (e.g., testing, committing, documenting) after a task is completed. It includes a 'stall-detect' mechanism (stall-detect.md) that monitors for incomplete sub-steps and invokes a 'fix' skill if a workflow appears stuck. The logic is transparent, aligns with standard development practices, and contains no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match a lightweight suggester, but the instructions require the agent to detect stalled workflows, inspect files (workflow.md, fix_plan.md), check PR/issue bodies and CI status, and then invoke /fix to execute missing steps. Those actions typically require repository access, CI API tokens, and the ability to run commands (git, CI CLI). The skill declares no required env vars, binaries, or config paths — a mismatch between claimed scope and the capabilities it expects to use.
Instruction Scope
SKILL.md instructs the agent to run a mandatory 'stall-detect' routine that checks project files, PR/issue checklists, workflow rules, and user responses, and to invoke the /fix skill when any stall is found. It also directs the agent to "Execute selected action" immediately. The instructions allow reading project artifacts and performing potentially destructive actions (git push, run scripts, create PRs) without clearly documented confirmation/limits.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install mechanism. There are no downloads or installs performed by the skill itself.
Credentials
The skill will need access to repository data, PR bodies, and CI status to implement its stall-detection and automatic fixes, which usually requires GitHub/Git/CI credentials and CLIs. But it declares no required environment variables or config paths. This omission is a proportionality mismatch — the skill asks for capabilities (read/change repo state, call /fix) without declaring the credentials or access it will need.
Persistence & Privilege
The skill is not always-enabled and is user-invocable (defaults). It will autonomously invoke the /fix skill when a stall is detected, and it instructs the agent to execute user-selected actions immediately. Autonomous invocation alone is normal, but combined with the other concerns (repo/CI access, automatic fixes) it increases the potential impact if the /fix skill or the agent has broad permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install next
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /next 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: next action suggester with stall detection
元数据
Slug next
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

next 是什么?

Suggest next actions after completing any task. Use automatically when a task is finished to recommend 2-3 logical follow-up actions the user might want to t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 next?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install next」即可一键安装,无需额外配置。

next 是免费的吗?

是的,next 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

next 支持哪些平台?

next 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 next?

由 es6kr(@drumrobot)开发并维护,当前版本 v0.1.0。

💬 留言讨论