โ† All skills
Tencent SkillHub ยท Developer Tools

Cycle

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, discovery.md, examples.md, implementation.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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

Goal โ€” What does this cycle produce? Be specific. Map โ€” How does user currently do it? Where do they get stuck? Phases โ€” 3-6 sequential steps with clear input/output each Handoffs โ€” Automatic, gated (needs user), or conditional 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

CycleLoopDifferent phases in sequenceSame action repeatedProduces complete outputRefines until criteriaDesign 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • discovery.md Docs
  • examples.md Docs
  • implementation.md Docs