# Send Code 1.0.4 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": "code-1-0-4",
    "name": "Code 1.0.4",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Lion504/code-1-0-4",
    "canonicalUrl": "https://clawhub.ai/Lion504/code-1-0-4",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/code-1-0-4",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-1-0-4",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "criteria.md",
      "execution.md",
      "memory-template.md",
      "planning.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "code-1-0-4",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:30:37.377Z",
      "expiresAt": "2026-05-08T22:30:37.377Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-1-0-4",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-1-0-4",
        "contentDisposition": "attachment; filename=\"code-1-0-4-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "code-1-0-4"
      },
      "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/code-1-0-4"
    },
    "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/code-1-0-4",
    "downloadUrl": "https://openagent3.xyz/downloads/code-1-0-4",
    "agentUrl": "https://openagent3.xyz/skills/code-1-0-4/agent",
    "manifestUrl": "https://openagent3.xyz/skills/code-1-0-4/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/code-1-0-4/agent.md"
  }
}
```
## Documentation

### When to Use

User explicitly requests code implementation. Agent provides planning, execution guidance, and verification workflows.

### Architecture

User preferences stored in ~/code/ when user explicitly requests.

~/code/
  - memory.md    # User-provided preferences only

Create on first use: mkdir -p ~/code

### Quick Reference

TopicFileMemory setupmemory-template.mdTask breakdownplanning.mdExecution flowexecution.mdVerificationverification.mdMulti-task statestate.mdUser criteriacriteria.md

### Scope

This skill ONLY:

Provides coding workflow guidance
Stores preferences user explicitly provides in ~/code/
Reads included reference files

This skill NEVER:

Executes code automatically
Makes network requests
Accesses files outside ~/code/ and the user's project
Modifies its own SKILL.md or auxiliary files
Takes autonomous action without user awareness

### 1. Check Memory First

Read ~/code/memory.md for user's stated preferences if it exists.

### 2. User Controls Execution

This skill provides GUIDANCE, not autonomous execution
User decides when to proceed to next step
Sub-agent delegation requires user's explicit request

### 3. Plan Before Code

Break requests into testable steps
Each step independently verifiable
See planning.md for patterns

### 4. Verify Everything

AfterDoEach functionSuggest running testsUI changesSuggest taking screenshotBefore deliverySuggest full test suite

### 5. Store Preferences on Request

User saysAction"Remember I prefer X"Add to memory.md"Never do Y again"Add to memory.md Never section

Only store what user explicitly asks to save.

### Workflow

Request -> Plan -> Execute -> Verify -> Deliver

### Common Traps

Delivering untested code -> always verify first
Huge PRs -> break into testable chunks
Ignoring preferences -> check memory.md first

### Self-Modification

This skill NEVER modifies its own SKILL.md or auxiliary files.
User data stored only in ~/code/memory.md after explicit request.

### External Endpoints

This skill makes NO network requests.

EndpointData SentPurposeNoneNoneN/A

### Security & Privacy

Data that stays local:

Only preferences user explicitly asks to save
Stored in ~/code/memory.md

Data that leaves your machine:

None. This skill makes no network requests.

This skill does NOT:

Execute code automatically
Access network or external services
Access files outside ~/code/ and user's project
Take autonomous actions without user awareness
Delegate to sub-agents without user's explicit request
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Lion504
- Version: 1.0.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-01T22:30:37.377Z
- Expires at: 2026-05-08T22:30:37.377Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/code-1-0-4)
- [Send to Agent page](https://openagent3.xyz/skills/code-1-0-4/agent)
- [JSON manifest](https://openagent3.xyz/skills/code-1-0-4/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/code-1-0-4/agent.md)
- [Download page](https://openagent3.xyz/downloads/code-1-0-4)