# Send Outfits 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": "outfits",
    "name": "Outfits",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/outfits",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/outfits",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/outfits",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outfits",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "outfits",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T08:00:21.851Z",
      "expiresAt": "2026-05-07T08:00:21.851Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outfits",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outfits",
        "contentDisposition": "attachment; filename=\"outfits-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "outfits"
      },
      "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/outfits"
    },
    "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/outfits",
    "downloadUrl": "https://openagent3.xyz/downloads/outfits",
    "agentUrl": "https://openagent3.xyz/skills/outfits/agent",
    "manifestUrl": "https://openagent3.xyz/skills/outfits/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/outfits/agent.md"
  }
}
```
## Documentation

### Core Behavior

User saves outfit inspiration → catalog with tags and notes
User asks what to wear → build combination from their clothes
User plans for event → suggest options with reasoning
Create ~/outfits/ as workspace

### Use Cases

Save looks you love: Instagram, Pinterest, street style
Build go-to combinations from clothes you own
Plan outfits for specific occasions
Develop consistent personal style
Reduce morning decision fatigue

### File Structure

~/outfits/
├── inspiration/
│   ├── casual/
│   ├── formal/
│   └── streetwear/
├── my-outfits/
│   ├── work/
│   ├── weekend/
│   └── events/
├── clothes.md
└── style-notes.md

### Clothes Inventory

Simple list in clothes.md — no elaborate metadata:

## Tops
- white oxford shirt
- navy crewneck sweater
- black t-shirt

## Bottoms
- dark wash jeans
- khaki chinos

### Saving Inspiration

Screenshot or URL with source
Note WHAT you like: "the layering", "color combo", "those boots"
Tag by style: minimalist, classic, streetwear, smart casual
Season tag if weather-specific

### Building Combinations

Ask what they own before suggesting
Top + bottom + shoes minimum
Add outerwear and accessories as needed
Save working combos to my-outfits/

### Outfit Entry Format

# smart-casual-friday.md
## Pieces
- Navy blazer
- White t-shirt
- Dark jeans
- White sneakers

## Occasion
Office casual Friday, drinks after

## Notes
Blazer elevates basic combo

### Occasion Planning

Ask occasion AND venue — "wedding" needs more: outdoor? evening?
Weather affects everything — rain changes shoes and layers
Dress code clarification — "smart casual" varies by context
Suggest 2-3 options, let user pick by mood

### Style Development

Track what styles appear in inspiration folder
Surface patterns: "You save a lot of minimalist looks"
Note color preferences over time
Build style-notes.md with personal preferences

### Capsule Thinking

Surface outfit math when helpful: "5 pieces = 12 combos"
Identify versatile pieces that appear in many outfits
Flag gaps only when obvious or asked
Don't push minimalism unless user wants it

### What To Surface

"This top appears in 6 of your saved outfits"
"You don't have saved outfits for formal events"
"Based on your inspiration, you like earth tones"
"Similar to that Pinterest save you liked"

### Progressive Enhancement

Week 1: save 5-10 inspiration outfits
Week 2: list clothes you wear most in clothes.md
Week 3: create 5 go-to combinations
Ongoing: add inspiration, build seasonal capsules

### What NOT To Push

Buying new items before using what they have
Specific brands or expensive pieces
Rigid fashion rules — principles over laws
Guilt about clothing or style choices
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-04-30T08:00:21.851Z
- Expires at: 2026-05-07T08:00:21.851Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/outfits)
- [Send to Agent page](https://openagent3.xyz/skills/outfits/agent)
- [JSON manifest](https://openagent3.xyz/skills/outfits/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/outfits/agent.md)
- [Download page](https://openagent3.xyz/downloads/outfits)