# Send Cycle to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cycle",
    "name": "Cycle",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/cycle",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/cycle",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cycle",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cycle",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "discovery.md",
      "examples.md",
      "implementation.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cycle",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T07:19:35.122Z",
      "expiresAt": "2026-05-09T07:19:35.122Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cycle",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cycle",
        "contentDisposition": "attachment; filename=\"cycle-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cycle"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cycle"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cycle",
    "downloadUrl": "https://openagent3.xyz/downloads/cycle",
    "agentUrl": "https://openagent3.xyz/skills/cycle/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cycle/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cycle/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T07:19:35.122Z
- Expires at: 2026-05-09T07:19:35.122Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cycle)
- [Send to Agent page](https://openagent3.xyz/skills/cycle/agent)
- [JSON manifest](https://openagent3.xyz/skills/cycle/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cycle/agent.md)
- [Download page](https://openagent3.xyz/downloads/cycle)