{
  "schemaVersion": "1.0",
  "item": {
    "slug": "para-pkm",
    "name": "para-pkm",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/killerapp/para-pkm",
    "canonicalUrl": "https://clawhub.ai/killerapp/para-pkm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/para-pkm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=para-pkm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/ai-navigation.md",
      "references/common-patterns.md",
      "references/decision-guide.md",
      "references/para-principles.md",
      "scripts/archive_project.py"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/para-pkm"
    },
    "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/para-pkm",
    "agentPageUrl": "https://openagent3.xyz/skills/para-pkm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/para-pkm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/para-pkm/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": "PARA PKM",
        "body": "Organize by actionability, not topic. Projects/Areas/Resources/Archives for optimal AI navigation. Monthly review cadence."
      },
      {
        "title": "Core Concepts",
        "body": "Projects = Time-bound goals with deadlines (completes → Archives); includes projects/stories/ for job applications\nAreas = Ongoing responsibilities (use _overview.md per area for context)\nResources = Reference material; when unsure, put here temporarily\nArchives = Inactive items from any category"
      },
      {
        "title": "Decision Tree",
        "body": "Has deadline/end state? → Projects\nOngoing responsibility? → Areas\nReference material? → Resources (default for uncertain items)\nCompleted/inactive? → Archives"
      },
      {
        "title": "Quick Start",
        "body": "python scripts/init_para_kb.py <name> - Creates PARA + projects/stories/ + navigation\nIdentify projects (deadlines) → areas (ongoing) → resources (reference)\npython scripts/generate_nav.py - Generate AI navigation"
      },
      {
        "title": "Scripts",
        "body": "ScriptPurposeUsageinit_para_kb.pyScaffold new KB<name> [--path <dir>]validate_para.pyCheck structure, detect anti-patterns[path]archive_project.pyArchive with metadata (date, origin)<project-file> [--kb-path]generate_nav.pyCreate AI nav (<100 lines)[--kb-path] [--output]"
      },
      {
        "title": "Templates",
        "body": "TemplatePurposeassets/AGENTS.md.templateAI navigation indexassets/project.md.templateProject file structureassets/area-overview.md.templateArea _overview.md formatassets/README.md.templateKnowledge base README"
      },
      {
        "title": "Patterns by Role",
        "body": "Developers: projects/active/ features/bugs, areas/professional-development/, resources/coding-standards/\nConsultants: projects/active/ deliverables + projects/stories/, areas/consulting/clients/, resources/templates/\nResearchers: projects/active/ papers/grants, areas/research-program/, resources/literature-review/\nProduct Builders: projects/active/ launches, areas/product-development/{active,research,graduated,legacy}/"
      },
      {
        "title": "Complex Scenarios",
        "body": "Client = project + relationship: projects/active/client-x.md (deliverables) + areas/consulting/clients/client-x.md (relationship, billing)\n\nResearch lifecycle: areas/product-development/{research → graduated → active → legacy} with cross-references"
      },
      {
        "title": "Anti-Patterns",
        "body": "inbox/ folder (capture directly into PARA; use Resources when uncertain)\nDeep nesting (max 2-3 levels; flat > nested)\nTopic-based organization (\"work/personal\" → use actionability)\nTodo folders (tasks belong with their projects/areas)\nPerfectionism (move freely as understanding evolves; monthly review catches misplacements)"
      },
      {
        "title": "Content Lifecycle",
        "body": "Resources → Projects → Archives (research → active work → completed)\nAreas → Archives (no longer responsible)\nProjects ⟺ Areas (goal becomes ongoing or vice versa)"
      },
      {
        "title": "AI Navigation & Success Tips",
        "body": "Keep nav under 100 lines; point to paths not files; minimize tokens\nStart simple (\"What am I working on now?\"); one home per item (use links)\nMonthly review: archive completed, reassess areas; let patterns emerge"
      },
      {
        "title": "References",
        "body": "para-principles.md - Complete PARA method, \"actionability not topic\" principle\ndecision-guide.md - Detailed decision tree with edge cases\ncommon-patterns.md - Proven patterns for different roles\nai-navigation.md - AI-friendly navigation best practices"
      }
    ],
    "body": "PARA PKM\n\nOrganize by actionability, not topic. Projects/Areas/Resources/Archives for optimal AI navigation. Monthly review cadence.\n\nCore Concepts\nProjects = Time-bound goals with deadlines (completes → Archives); includes projects/stories/ for job applications\nAreas = Ongoing responsibilities (use _overview.md per area for context)\nResources = Reference material; when unsure, put here temporarily\nArchives = Inactive items from any category\nDecision Tree\nHas deadline/end state? → Projects\nOngoing responsibility? → Areas\nReference material? → Resources (default for uncertain items)\nCompleted/inactive? → Archives\n\nQuick Start\npython scripts/init_para_kb.py <name> - Creates PARA + projects/stories/ + navigation\nIdentify projects (deadlines) → areas (ongoing) → resources (reference)\npython scripts/generate_nav.py - Generate AI navigation\nScripts\nScript\tPurpose\tUsage\ninit_para_kb.py\tScaffold new KB\t<name> [--path <dir>]\nvalidate_para.py\tCheck structure, detect anti-patterns\t[path]\narchive_project.py\tArchive with metadata (date, origin)\t<project-file> [--kb-path]\ngenerate_nav.py\tCreate AI nav (<100 lines)\t[--kb-path] [--output]\nTemplates\nTemplate\tPurpose\nassets/AGENTS.md.template\tAI navigation index\nassets/project.md.template\tProject file structure\nassets/area-overview.md.template\tArea _overview.md format\nassets/README.md.template\tKnowledge base README\nPatterns by Role\nDevelopers: projects/active/ features/bugs, areas/professional-development/, resources/coding-standards/\nConsultants: projects/active/ deliverables + projects/stories/, areas/consulting/clients/, resources/templates/\nResearchers: projects/active/ papers/grants, areas/research-program/, resources/literature-review/\nProduct Builders: projects/active/ launches, areas/product-development/{active,research,graduated,legacy}/\nComplex Scenarios\n\nClient = project + relationship: projects/active/client-x.md (deliverables) + areas/consulting/clients/client-x.md (relationship, billing)\n\nResearch lifecycle: areas/product-development/{research → graduated → active → legacy} with cross-references\n\nAnti-Patterns\ninbox/ folder (capture directly into PARA; use Resources when uncertain)\nDeep nesting (max 2-3 levels; flat > nested)\nTopic-based organization (\"work/personal\" → use actionability)\nTodo folders (tasks belong with their projects/areas)\nPerfectionism (move freely as understanding evolves; monthly review catches misplacements)\nContent Lifecycle\nResources → Projects → Archives (research → active work → completed)\nAreas → Archives (no longer responsible)\nProjects ⟺ Areas (goal becomes ongoing or vice versa)\n\nAI Navigation & Success Tips\nKeep nav under 100 lines; point to paths not files; minimize tokens\nStart simple (\"What am I working on now?\"); one home per item (use links)\nMonthly review: archive completed, reassess areas; let patterns emerge\nReferences\npara-principles.md - Complete PARA method, \"actionability not topic\" principle\ndecision-guide.md - Detailed decision tree with edge cases\ncommon-patterns.md - Proven patterns for different roles\nai-navigation.md - AI-friendly navigation best practices"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/killerapp/para-pkm",
    "publisherUrl": "https://clawhub.ai/killerapp/para-pkm",
    "owner": "killerapp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/para-pkm",
    "downloadUrl": "https://openagent3.xyz/downloads/para-pkm",
    "agentUrl": "https://openagent3.xyz/skills/para-pkm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/para-pkm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/para-pkm/agent.md"
  }
}