Skills para
Organize files and projects using the PARA method (Projects, Areas, Resources, Archives).
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alitekin1/openclaw-para-skill" ~/.claude/skills/openclaw-skills-para && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alitekin1/openclaw-para-skill" ~/.openclaw/skills/openclaw-skills-para && rm -rf "$T"
manifest:
skills/alitekin1/openclaw-para-skill/SKILL.mdsource content
PARA Organization Skill
Use the PARA method to keep the workspace clean and organized.
Structure
: Active efforts with a deadline/goal./root/clawd/1-Projects/
: Ongoing responsibilities (e.g., Finances, Health, Personal Development)./root/clawd/2-Areas/
: Interests and reference material./root/clawd/3-Resources/
: Completed projects or inactive areas/resources./root/clawd/4-Archives/
Mandate: Automatic Organization
You MUST follow the PARA structure for ALL file operations. Never leave new files in the root directory (
/root/clawd/) unless they are core identity files (AGENTS.md, MEMORY.md, etc.).
- New Project Files? Create a subfolder in
.1-Projects/ - Long-term reference or data? Put it in
.3-Resources/ - Finished work? Move it to
.4-Archives/ - System/Config updates? Keep them in
.2-Areas/
Workflow
- Identify: Determine which category a file or directory belongs to.
- Move: Use
to place it in the correct PARA folder.mv - Maintain: Periodically review Projects and move finished ones to Archives.
Categorization Guide
- Projects: Bot development, Specific homework assignments, Reports being written.
- Areas: Financial logs (
), Email configurations, Skill development.MIANJY - Resources: Research papers, Diagrams for learning, Snippets.
- Archives: Old reports, Finished semester files.