Cycle

Design custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Cycle" with this command: npx skills add ivangdavila/cycle

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

CycleLoop
Different phases in sequenceSame action repeated
Produces complete outputRefines until criteria
Design once, use many timesCreated 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AgentOctopus

Use when you need to route a user query to the best specialized skill — AgentOctopus semantically matches queries against installed skills, executes the top...

Registry SourceRecently Updated
Automation

My Clean Skill

A skill that enables AI agents to create and verify decentralized identities using Billions Network.

Registry SourceRecently Updated
Automation

Openclaw Memory Master

AI Memory System with LLM Wiki

Registry SourceRecently Updated
Automation

Email Excel Transfer

Pobieranie załączników z maila przez IMAP i wypełnianie plików Excel przez PowerShell. Użyj gdy użytkownik prosi o pobranie plików z email i wstawienie warto...

Registry SourceRecently Updated