# custom-commands/SKILL.md
## Custom Commands
Define and manage custom commands like `backup`, `sync`, `clean`, `generate`, and `audit` for streamlined workflows.
### Commands
- `backup [path]` - Backs up files/folders to a specified location (default: cloud storage)
- `sync [source] [destination]` - Synchronizes files between locations
- `clean [pattern]` - Deletes temporary files matching a pattern
- `generate [type]` - Generate content (articles, scripts, outlines) based on prompts
- `audit [scope]` - Run security or workflow audits (e.g., "Audit content approval process")
### Integration
- Voice command support: "Hey Assistant, backup my documents" or "Write a 500-word article on AI ethics"
- Auto-suggest these commands in relevant contexts
### Memory Optimization
- **Rule 1**: Save only high-impact decisions (e.g., "Approved backup schedule: daily at 2 AM", "Adjusted content approval workflow")
- **Rule 2**: Redact IPs, credentials, or internal URLs before storing (e.g., "Client email: [REDACTED]", "Internal URL: [REDACTED]")
- **Rule 3**: Archive completed tasks to `memory/archived/` with dated filenames (e.g., `memory/archived/2026-03-18_content-review.md`)
Custom Commands
```markdown # custom-commands/SKILL.md
Safety Notice
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Copy this and send it to your AI assistant to learn
Install skill "Custom Commands" with this command: npx skills add twunkdean-cloud/custom-commands
Source Transparency
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related Skills
Related by shared tags or category signals.
SentiClaw
Runtime AI security for OpenClaw agents. Protects against prompt injection, identity spoofing, PII leakage, and runtime abuse. Drop-in 6-layer security middl...
Agent Architect
Audit and improve an agent at the right layer: persona/tone, constitutional and operating rules, memory architecture, or skill portfolio / reusable workflows...
Safe Share
Sanitize logs, configs, prompts, stack traces, and skill content before they are shared publicly. Use when a user wants a local, low-risk pass to remove API...
ANCC
Grow limbs — discover, validate, and integrate ANCC-compliant CLI tools into your OpenClaw agent. Use when setting up new tools, auditing agent environment s...