# Send para-pkm 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": "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": {
    "downloadUrl": "/downloads/para-pkm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=para-pkm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/ai-navigation.md",
      "references/common-patterns.md",
      "references/decision-guide.md",
      "references/para-principles.md",
      "scripts/archive_project.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "para-pkm",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T13:13:49.137Z",
      "expiresAt": "2026-05-19T13:13:49.137Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=para-pkm",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=para-pkm",
        "contentDisposition": "attachment; filename=\"para-pkm-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "para-pkm"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### PARA PKM

Organize by actionability, not topic. Projects/Areas/Resources/Archives for optimal AI navigation. Monthly review cadence.

### Core Concepts

Projects = Time-bound goals with deadlines (completes → Archives); includes projects/stories/ for job applications
Areas = Ongoing responsibilities (use _overview.md per area for context)
Resources = Reference material; when unsure, put here temporarily
Archives = Inactive items from any category

### Decision Tree

Has deadline/end state? → Projects
Ongoing responsibility? → Areas
Reference material? → Resources (default for uncertain items)
Completed/inactive? → Archives

### Quick Start

python scripts/init_para_kb.py <name> - Creates PARA + projects/stories/ + navigation
Identify projects (deadlines) → areas (ongoing) → resources (reference)
python scripts/generate_nav.py - Generate AI navigation

### Scripts

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]

### Templates

TemplatePurposeassets/AGENTS.md.templateAI navigation indexassets/project.md.templateProject file structureassets/area-overview.md.templateArea _overview.md formatassets/README.md.templateKnowledge base README

### Patterns by Role

Developers: projects/active/ features/bugs, areas/professional-development/, resources/coding-standards/
Consultants: projects/active/ deliverables + projects/stories/, areas/consulting/clients/, resources/templates/
Researchers: projects/active/ papers/grants, areas/research-program/, resources/literature-review/
Product Builders: projects/active/ launches, areas/product-development/{active,research,graduated,legacy}/

### Complex Scenarios

Client = project + relationship: projects/active/client-x.md (deliverables) + areas/consulting/clients/client-x.md (relationship, billing)

Research lifecycle: areas/product-development/{research → graduated → active → legacy} with cross-references

### Anti-Patterns

inbox/ folder (capture directly into PARA; use Resources when uncertain)
Deep nesting (max 2-3 levels; flat > nested)
Topic-based organization ("work/personal" → use actionability)
Todo folders (tasks belong with their projects/areas)
Perfectionism (move freely as understanding evolves; monthly review catches misplacements)

### Content Lifecycle

Resources → Projects → Archives (research → active work → completed)
Areas → Archives (no longer responsible)
Projects ⟺ Areas (goal becomes ongoing or vice versa)

### AI Navigation & Success Tips

Keep nav under 100 lines; point to paths not files; minimize tokens
Start simple ("What am I working on now?"); one home per item (use links)
Monthly review: archive completed, reassess areas; let patterns emerge

### References

para-principles.md - Complete PARA method, "actionability not topic" principle
decision-guide.md - Detailed decision tree with edge cases
common-patterns.md - Proven patterns for different roles
ai-navigation.md - AI-friendly navigation best practices
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: killerapp
- 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-12T13:13:49.137Z
- Expires at: 2026-05-19T13:13:49.137Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/para-pkm)
- [Send to Agent page](https://openagent3.xyz/skills/para-pkm/agent)
- [JSON manifest](https://openagent3.xyz/skills/para-pkm/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/para-pkm/agent.md)
- [Download page](https://openagent3.xyz/downloads/para-pkm)