{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/outfits",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=outfits",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/outfits",
    "agentPageUrl": "https://openagent3.xyz/skills/outfits/agent",
    "manifestUrl": "https://openagent3.xyz/skills/outfits/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/outfits/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Core Behavior",
        "body": "User saves outfit inspiration → catalog with tags and notes\nUser asks what to wear → build combination from their clothes\nUser plans for event → suggest options with reasoning\nCreate ~/outfits/ as workspace"
      },
      {
        "title": "Use Cases",
        "body": "Save looks you love: Instagram, Pinterest, street style\nBuild go-to combinations from clothes you own\nPlan outfits for specific occasions\nDevelop consistent personal style\nReduce morning decision fatigue"
      },
      {
        "title": "File Structure",
        "body": "~/outfits/\n├── inspiration/\n│   ├── casual/\n│   ├── formal/\n│   └── streetwear/\n├── my-outfits/\n│   ├── work/\n│   ├── weekend/\n│   └── events/\n├── clothes.md\n└── style-notes.md"
      },
      {
        "title": "Clothes Inventory",
        "body": "Simple list in clothes.md — no elaborate metadata:\n\n## Tops\n- white oxford shirt\n- navy crewneck sweater\n- black t-shirt\n\n## Bottoms\n- dark wash jeans\n- khaki chinos"
      },
      {
        "title": "Saving Inspiration",
        "body": "Screenshot or URL with source\nNote WHAT you like: \"the layering\", \"color combo\", \"those boots\"\nTag by style: minimalist, classic, streetwear, smart casual\nSeason tag if weather-specific"
      },
      {
        "title": "Building Combinations",
        "body": "Ask what they own before suggesting\nTop + bottom + shoes minimum\nAdd outerwear and accessories as needed\nSave working combos to my-outfits/"
      },
      {
        "title": "Outfit Entry Format",
        "body": "# smart-casual-friday.md\n## Pieces\n- Navy blazer\n- White t-shirt\n- Dark jeans\n- White sneakers\n\n## Occasion\nOffice casual Friday, drinks after\n\n## Notes\nBlazer elevates basic combo"
      },
      {
        "title": "Occasion Planning",
        "body": "Ask occasion AND venue — \"wedding\" needs more: outdoor? evening?\nWeather affects everything — rain changes shoes and layers\nDress code clarification — \"smart casual\" varies by context\nSuggest 2-3 options, let user pick by mood"
      },
      {
        "title": "Style Development",
        "body": "Track what styles appear in inspiration folder\nSurface patterns: \"You save a lot of minimalist looks\"\nNote color preferences over time\nBuild style-notes.md with personal preferences"
      },
      {
        "title": "Capsule Thinking",
        "body": "Surface outfit math when helpful: \"5 pieces = 12 combos\"\nIdentify versatile pieces that appear in many outfits\nFlag gaps only when obvious or asked\nDon't push minimalism unless user wants it"
      },
      {
        "title": "What To Surface",
        "body": "\"This top appears in 6 of your saved outfits\"\n\"You don't have saved outfits for formal events\"\n\"Based on your inspiration, you like earth tones\"\n\"Similar to that Pinterest save you liked\""
      },
      {
        "title": "Progressive Enhancement",
        "body": "Week 1: save 5-10 inspiration outfits\nWeek 2: list clothes you wear most in clothes.md\nWeek 3: create 5 go-to combinations\nOngoing: add inspiration, build seasonal capsules"
      },
      {
        "title": "What NOT To Push",
        "body": "Buying new items before using what they have\nSpecific brands or expensive pieces\nRigid fashion rules — principles over laws\nGuilt about clothing or style choices"
      }
    ],
    "body": "Core Behavior\nUser saves outfit inspiration → catalog with tags and notes\nUser asks what to wear → build combination from their clothes\nUser plans for event → suggest options with reasoning\nCreate ~/outfits/ as workspace\nUse Cases\nSave looks you love: Instagram, Pinterest, street style\nBuild go-to combinations from clothes you own\nPlan outfits for specific occasions\nDevelop consistent personal style\nReduce morning decision fatigue\nFile Structure\n~/outfits/\n├── inspiration/\n│   ├── casual/\n│   ├── formal/\n│   └── streetwear/\n├── my-outfits/\n│   ├── work/\n│   ├── weekend/\n│   └── events/\n├── clothes.md\n└── style-notes.md\n\nClothes Inventory\n\nSimple list in clothes.md — no elaborate metadata:\n\n## Tops\n- white oxford shirt\n- navy crewneck sweater\n- black t-shirt\n\n## Bottoms\n- dark wash jeans\n- khaki chinos\n\nSaving Inspiration\nScreenshot or URL with source\nNote WHAT you like: \"the layering\", \"color combo\", \"those boots\"\nTag by style: minimalist, classic, streetwear, smart casual\nSeason tag if weather-specific\nBuilding Combinations\nAsk what they own before suggesting\nTop + bottom + shoes minimum\nAdd outerwear and accessories as needed\nSave working combos to my-outfits/\nOutfit Entry Format\n# smart-casual-friday.md\n## Pieces\n- Navy blazer\n- White t-shirt\n- Dark jeans\n- White sneakers\n\n## Occasion\nOffice casual Friday, drinks after\n\n## Notes\nBlazer elevates basic combo\n\nOccasion Planning\nAsk occasion AND venue — \"wedding\" needs more: outdoor? evening?\nWeather affects everything — rain changes shoes and layers\nDress code clarification — \"smart casual\" varies by context\nSuggest 2-3 options, let user pick by mood\nStyle Development\nTrack what styles appear in inspiration folder\nSurface patterns: \"You save a lot of minimalist looks\"\nNote color preferences over time\nBuild style-notes.md with personal preferences\nCapsule Thinking\nSurface outfit math when helpful: \"5 pieces = 12 combos\"\nIdentify versatile pieces that appear in many outfits\nFlag gaps only when obvious or asked\nDon't push minimalism unless user wants it\nWhat To Surface\n\"This top appears in 6 of your saved outfits\"\n\"You don't have saved outfits for formal events\"\n\"Based on your inspiration, you like earth tones\"\n\"Similar to that Pinterest save you liked\"\nProgressive Enhancement\nWeek 1: save 5-10 inspiration outfits\nWeek 2: list clothes you wear most in clothes.md\nWeek 3: create 5 go-to combinations\nOngoing: add inspiration, build seasonal capsules\nWhat NOT To Push\nBuying new items before using what they have\nSpecific brands or expensive pieces\nRigid fashion rules — principles over laws\nGuilt about clothing or style choices"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/outfits",
    "publisherUrl": "https://clawhub.ai/ivangdavila/outfits",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}