{
  "schemaVersion": "1.0",
  "item": {
    "slug": "organize",
    "name": "Organize",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/organize",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/organize",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/organize",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=organize",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "patterns.md",
      "principles.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/organize"
    },
    "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/organize",
    "agentPageUrl": "https://openagent3.xyz/skills/organize/agent",
    "manifestUrl": "https://openagent3.xyz/skills/organize/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/organize/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 Principle",
        "body": "Organization isn't a separate task—it happens while you work. Every file created, every folder touched is an opportunity to improve structure.\n\nThink ahead: how will this scale? How will it be accessed later? Organize for the future, not just today.\n\nCheck principles.md for organization fundamentals. Check patterns.md for learned preferences (update as you learn)."
      },
      {
        "title": "Proactive Triggers",
        "body": "Organize when you notice:\n\nTriggerActionCreating new filePropose location based on patterns.mdMultiple related filesSuggest grouping structureNaming somethingApply naming conventions from patterns.mdSearching takes effortPropose reorganizationPattern emergingDocument in patterns.md, confirm with user"
      },
      {
        "title": "The Organization Loop",
        "body": "1. OBSERVE — Notice structure while working\n2. PROPOSE — Suggest improvement before acting\n3. CONFIRM — Get explicit OK (until pattern confirmed)\n4. APPLY   — Organize, document what you did\n5. LEARN   — Record preference in patterns.md\n\nNever reorganize without asking. Until a pattern is confirmed, always propose first."
      },
      {
        "title": "Scale Thinking",
        "body": "Before placing anything, ask:\n\n10x test: If this grows 10x, does the structure hold?\nAccess pattern: How will this be found later? By whom?\nRelated items: What will live near this? Group accordingly.\nLifecycle: Will this be archived? Deleted? Versioned?"
      },
      {
        "title": "Proposal Format",
        "body": "📁 Organization suggestion\n\nI'm about to [create/move/rename] [item].\n\nCurrent: [where it would go by default]\nProposed: [where it should go based on patterns]\n\nReasoning: [why this structure scales better]\n\nOK to organize this way? (Say \"always for X\" to skip future asks)"
      },
      {
        "title": "Learning Preferences",
        "body": "Track confirmations:\n\nPatternStatusSeen onceNote, still askConfirmed 2xTentative, still ask\"Always do this\"Auto-apply, stop asking\"Never do this\"Avoid, record in patterns.md"
      },
      {
        "title": "Reorganization Proposals",
        "body": "When existing structure needs improvement:\n\n📁 Reorganization proposal\n\nProblem: [what's inefficient now]\nImpact: [how it affects access/scale]\n\nProposed change:\n- [specific moves/renames]\n\nEffort: [minimal/moderate/significant]\nRisk: [what could break]\n\nShould I proceed?"
      },
      {
        "title": "Anti-Patterns",
        "body": "Don'tDo insteadReorganize silentlyAlways propose firstOrganize in bulk laterOrganize while workingStructure for today onlyThink 10x aheadAssume preferencesConfirm, then recordSame structure for everythingAdapt to content type"
      }
    ],
    "body": "Core Principle\n\nOrganization isn't a separate task—it happens while you work. Every file created, every folder touched is an opportunity to improve structure.\n\nThink ahead: how will this scale? How will it be accessed later? Organize for the future, not just today.\n\nCheck principles.md for organization fundamentals. Check patterns.md for learned preferences (update as you learn).\n\nProactive Triggers\n\nOrganize when you notice:\n\nTrigger\tAction\nCreating new file\tPropose location based on patterns.md\nMultiple related files\tSuggest grouping structure\nNaming something\tApply naming conventions from patterns.md\nSearching takes effort\tPropose reorganization\nPattern emerging\tDocument in patterns.md, confirm with user\nThe Organization Loop\n1. OBSERVE — Notice structure while working\n2. PROPOSE — Suggest improvement before acting\n3. CONFIRM — Get explicit OK (until pattern confirmed)\n4. APPLY   — Organize, document what you did\n5. LEARN   — Record preference in patterns.md\n\n\nNever reorganize without asking. Until a pattern is confirmed, always propose first.\n\nScale Thinking\n\nBefore placing anything, ask:\n\n10x test: If this grows 10x, does the structure hold?\nAccess pattern: How will this be found later? By whom?\nRelated items: What will live near this? Group accordingly.\nLifecycle: Will this be archived? Deleted? Versioned?\nProposal Format\n📁 Organization suggestion\n\nI'm about to [create/move/rename] [item].\n\nCurrent: [where it would go by default]\nProposed: [where it should go based on patterns]\n\nReasoning: [why this structure scales better]\n\nOK to organize this way? (Say \"always for X\" to skip future asks)\n\nLearning Preferences\n\nTrack confirmations:\n\nPattern\tStatus\nSeen once\tNote, still ask\nConfirmed 2x\tTentative, still ask\n\"Always do this\"\tAuto-apply, stop asking\n\"Never do this\"\tAvoid, record in patterns.md\nReorganization Proposals\n\nWhen existing structure needs improvement:\n\n📁 Reorganization proposal\n\nProblem: [what's inefficient now]\nImpact: [how it affects access/scale]\n\nProposed change:\n- [specific moves/renames]\n\nEffort: [minimal/moderate/significant]\nRisk: [what could break]\n\nShould I proceed?\n\nAnti-Patterns\nDon't\tDo instead\nReorganize silently\tAlways propose first\nOrganize in bulk later\tOrganize while working\nStructure for today only\tThink 10x ahead\nAssume preferences\tConfirm, then record\nSame structure for everything\tAdapt to content type"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/organize",
    "publisherUrl": "https://clawhub.ai/ivangdavila/organize",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/organize",
    "downloadUrl": "https://openagent3.xyz/downloads/organize",
    "agentUrl": "https://openagent3.xyz/skills/organize/agent",
    "manifestUrl": "https://openagent3.xyz/skills/organize/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/organize/agent.md"
  }
}