← 返回 Skills 市场
ivangdavila

Cycle

作者 Iván · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
970
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install cycle
功能描述
Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills.
使用说明 (SKILL.md)

What is a Cycle?

A structured workflow optimized for a specific goal. Examples:

  • code — Request → Plan → Execute → Verify → Deliver
  • research — Question → Search → Synthesize → Report
  • content — Idea → Draft → Critique → Refine → Publish

When to Propose

  • User repeats similar multi-step processes
  • Current workflow has inefficiencies or skipped steps
  • User asks "how should I approach X every time?"

Design Process

  1. Goal — What does this cycle produce? Be specific.
  2. Map — How does user currently do it? Where do they get stuck?
  3. Phases — 3-6 sequential steps with clear input/output each
  4. Handoffs — Automatic, gated (needs user), or conditional
  5. Memory — Preferences, patterns, things to avoid

Check discovery.md for questions to ask users when designing.

Phase Structure

Each phase needs: clear input → output, validation before proceeding, can delegate to sub-agent.

Check implementation.md for how to structure cycle skills.

Cycle vs Loop

Cycle Loop
Different phases in sequence Same action repeated
Produces complete output Refines until criteria
Design once, use many times Created per task

They combine: cycles can use loops within phases. Check examples.md for cycle patterns.


Related: For iterating until success criteria are met (same action repeated), see the loop skill.

安全使用建议
This skill is instruction-only and appears to do what it says: help design repeatable workflows and (optionally) persist them as simple skill files. Before installing or enabling it in an agent, confirm where any 'state' or generated skill files will be stored and who can read them (to avoid accidental exposure of sensitive notes). Also verify any future implementation that adds automation or file writes does not request unrelated credentials or external network endpoints.
功能分析
Type: OpenClaw Skill Name: cycle Version: 1.1.0 The OpenClaw AgentSkills skill bundle 'cycle' consists entirely of documentation files (`SKILL.md`, `discovery.md`, `examples.md`, `implementation.md`) and a metadata file (`_meta.json`). These files describe how to design and implement structured workflows ('cycles') for an AI agent. There are no executable commands, network calls, file system operations, or prompt injection attempts designed to subvert the agent's behavior, exfiltrate data, or establish persistence. The content is purely instructional and descriptive, aligning with the stated purpose of helping the agent create repeatable processes.
能力评估
Purpose & Capability
Name/description (designing reusable workflows) matches the content of SKILL.md, discovery.md, examples.md, and implementation.md. Nothing in the files asks for unrelated capabilities (cloud creds, system binaries, etc.).
Instruction Scope
Runtime instructions are limited to asking questions, defining phases, and describing how cycles map to files; they do not instruct the agent to read arbitrary system files, call external endpoints, or exfiltrate data. The guidance to 'delegate to sub-agent' is scope-limited and consistent with multi-step workflow orchestration.
Install Mechanism
No install spec and no code files; this is instruction-only so nothing is downloaded or written by an installer. Lowest-risk install profile.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference secrets or unrelated environment data.
Persistence & Privilege
implementation.md describes a 'state.md' for persisting preferences/patterns. The skill package itself does not request storage paths, but be aware that an agent using this guidance could create persistent files or stored state when implemented; that persistence is expected for this type of skill but you should confirm where such state is stored and who can access it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cycle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cycle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added supporting files (discovery.md, implementation.md, examples.md), cross-reference to loop skill
v1.0.0
Initial release
元数据
Slug cycle
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Cycle 是什么?

Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 970 次。

如何安装 Cycle?

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

Cycle 是免费的吗?

是的,Cycle 完全免费(开源免费),可自由下载、安装和使用。

Cycle 支持哪些平台?

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

谁开发了 Cycle?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.1.0。

💬 留言讨论