OpenClaw Janitor Skill for Automated System Management and Security Hardening

A developer has created a skill for managing OpenClaw systems through automated configuration and security hardening. The approach addresses the common challenge where OpenClaw setups tend to be either overly secure and non-functional or useful but potentially dangerous.
Key Implementation Details
The developer configured Claude Code to SSH into the OpenClaw machine and execute hardening tasks including:
- OpenClaw configuration adjustments
- Sandboxing implementation
- General OS hygiene improvements
- Channel security for Telegram, Discord, and other communication platforms
- Access control configuration (determining who can write to the agent)
Project Structure and Documentation
The system maintains a "project folder" containing:
- All relevant OpenClaw information
- A
CLAUDE.mdfile with instructions for: - Auditing the OpenClaw system after upgrades
- Performing maintenance and security checks
- Verifying skill security
Risk Management Strategies
The developer recommends using a subscription with the main OpenClaw agent instead of direct API access to prevent unexpected costs from infinite loops or other issues. They note this approach reduces exposure to scenarios like waking up to a €2,000 API bill from agent misbehavior.
Skill Functionality
The claw-janitor skill, available at codeberg.org/rine/skills, offers to create the project folder if it doesn't exist and manages the ongoing maintenance process. The developer emphasizes trusting the AI to "figure it out" by itself, with the expectation that it will report failures and that proper sandboxing will minimize the cost of those failures.
📖 Read the full source: r/openclaw
👀 See Also

Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT
A developer built a free Chrome extension called Compass that adds a prompt minimap, sticky scroll headers, session checklists, and prompt builder templates to Claude and ChatGPT interfaces to solve navigation problems in long conversations.

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.

Claude-Code v2.1.63 adds HTTP hooks, slash commands, and fixes memory leaks
Claude-Code v2.1.63 introduces HTTP hooks for JSON-based external calls, adds /simplify and /batch slash commands, and fixes multiple memory leaks in long-running sessions. The release also improves MCP server handling and VSCode integration.

Claude Code Plan Mode Reduces Redo Rate from 40% to Near Zero
A developer tracked 30+ coding sessions with Claude Code and found that skipping Plan Mode resulted in redoing tasks from scratch 40% of the time. With Plan Mode, the redo rate dropped to basically zero, with one feature taking 17 minutes total versus 35+ minutes without planning.