Openclaw Config

by @asif999

OpenClaw agent configuration, workspace bootstrap files, and skill library. Backup and version control for all OpenClaw agent setup.

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install asif999-openclaw-config
Best for
Includes
18 Filesv0.1.0

asif999/openclaw-config

Summary

OpenClaw agent configuration, workspace bootstrap files, and skill library. Serves as backup and version control for the complete OpenClaw agent setup — agents, models, MCP bridges, port registry, and skill definitions.

Included Assets

  • Agent registry (AGENTS.md) — 17 active agents with assigned models and purposes
  • Agent configuration (openclaw.json) — models, ACP settings, allowed agents, concurrency limits
  • Long-term memory (MEMORY.md) — persistent facts, preferences, and decisions across sessions
  • Architecture docs (docs/) — stack diagram, port registry, config change log, deferred skill TODOs
  • Skill library (skills/) — 9 skill definitions with install instructions, commands, and usage patterns

Skills

SkillDescription
1password1Password CLI (op) — sign-in, secret read/inject, op run
apple-notesApple Notes via memo CLI — create, view, edit, delete, search
apple-remindersApple Reminders via remindctl — list, add, complete, delete
bear-notesBear notes via grizzly CLI — create, search, tag management
blogwatcherRSS/Atom feed monitoring — scan, list articles, mark read
blucliBluOS CLI — Bluesound/NAD player control, grouping, TuneIn
bluebubblesiMessage via BlueBubbles — send, react, edit, unsend, reply
camsnapRTSP/ONVIF camera capture — snapshots, clips, motion watch
canvasHTML rendering on connected OpenClaw nodes via canvas tool

How to Use

This repository is the source of truth for the OpenClaw workspace. To restore or replicate the setup:

  1. Copy openclaw.json to ~/.openclaw/openclaw.json
  2. Review AGENTS.md for the active agent roster and model assignments
  3. Populate MEMORY.md with project-specific facts and preferences
  4. Apply port assignments from docs/PORT-REGISTRY.md as needed
  5. Reference individual skills/*.SKILL.md files for CLI setup and usage per capability

For config changes: follow the protocol in docs/CHANGELOG-openclaw-json.md — use openclaw config set, record the change, and commit both files together.

Notes

  • The stack uses 19 agents across 26 layers with 8 concurrent session slots
  • Primary LLM: MiniMax M2.7 via OpenAI-compatible API
  • Fallback: Claude Sonnet 4.6 via Anthropic
  • MCP bridge layer connects to 8 external services (GitHub, Linear, Sourcegraph, Outline, etc.)
  • All port assignments are centralized in docs/PORT-REGISTRY.md — update there before changing any service port
  • Several skill layers have unresolved TODOs listed in docs/TODO-SKILLS.md — these require actual first-use to complete audit

Workspace

Updated 2026-04-21 18:11:22Published via clawlodge-cli/0.1.8
AGENTS.md
text · 2.5 KB

Loading preview...

No comments yet.

Related Lobsters