OpenClaw PARA Skill Automatically Organizes Files Using Tiago Forte's Method

A developer has open-sourced a skill for OpenClaw that automatically organizes files using the PARA method developed by Tiago Forte. The skill addresses the problem of a cluttered root directory where files, reports, and scripts were mixed with zero organization.
How It Works
The skill mandates the AI agent to follow strict organization rules. Instead of dumping everything in the root folder, it automatically sorts files into four main directories:
- 1-Projects: For active efforts and current bot development.
- 2-Areas: For ongoing responsibilities and configurations.
- 3-Resources: For reference materials, snippets, and diagrams.
- 4-Archives: For completed tasks that don't need daily visibility.
Implementation Details
The developer reports that implementing this organization system has made a significant difference in productivity. The agent is more focused, and the workspace is cleaner. The skill is available on GitHub and ClawHub for others to use.
Availability
The skill is open-sourced and available at two locations:
- GitHub Repo: https://github.com/mamoslemi/openclaw-para-skill
- ClawHub: https://clawhub.ai/alitekin1/openclaw-para-skill
The developer is seeking feedback and additional organization tips for AI agents from the community.
📖 Read the full source: r/clawdbot
👀 See Also

Mastering Antropic Subscription Modes: Haiku, Sonnet, and Opus
Explore Antropic's innovative subscription modes—Haiku, Sonnet, and Opus—designed to enhance your AI coding experience with tailored features and pricing.

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access
A user successfully configured OpenClaw in a sandboxed Ubuntu VM on an M3 Mac, with access to both local Ollama on macOS and external LLM APIs like Gemini, Claude, and DeepSeek. Sample configuration files and troubleshooting notes are available on GitHub.

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network
A Python MCP plugin built with FastMCP intercepts HTTP 402 Payment Required responses, pays Lightning Network invoices, and retrieves data for AI agents. The repository includes a local dummy-agent for testing without spending real funds.