Notre avis
Guide les utilisateurs dans la configuration d'un agent OpenClaw sur un Mac Mini avec un compte utilisateur dédié, une intégration Slack et des mesures de sécurité.
Points forts
- Instructions pas à pas claires et reproductibles
- Accent mis sur la sécurité et l'isolation des comptes
- Prise en charge des configurations multi-agents
- Dépannage intégré pour les problèmes courants
Limites
- Nécessite des connaissances de base en ligne de commande macOS
- Dépend de services externes (Slack, Anthropic)
- La configuration OAuth Slack peut être complexe pour les débutants
Lorsque vous devez déployer un agent OpenClaw autonome et sécurisé sur un Mac Mini avec intégration Slack.
Pour des configurations simples sans isolation utilisateur ou sans Slack, ou si vous préférez utiliser un service cloud plutôt qu'un déploiement local.
Analyse de sécurité
SûrThe skill is a guide that instructs the AI to walk users through manual setup steps, referencing external documentation. It does not include any direct execution of commands, risky operations, or obfuscation. Security reminders are included to promote safe practices.
Aucun point d'attention détecté
Exemples
I need to set up an OpenClaw agent on my Mac Mini with a dedicated user account and Slack integration.How do I create multiple OpenClaw agents on the same Mac Mini, each with their own user and Slack bot?My OpenClaw agent isn't connecting to Slack. What should I check in my token and Socket Mode configuration?OpenClaw Mac Mini Setup - Claude Skill
Description
Guide users through setting up an OpenClaw agent on a Mac Mini with a dedicated user account, Slack integration, and proper security configuration.
When to Use This Skill
Invoke this skill when users ask about:
- Setting up OpenClaw on Mac Mini
- Creating isolated OpenClaw agent accounts
- Configuring OpenClaw with Slack
- OpenClaw security best practices
- Multiple agent setups on the same machine
Instructions
When a user requests OpenClaw setup assistance:
-
Understand their goal:
- Single agent or multiple agents?
- What's the agent name and username?
- Do they have Slack workspace access?
- Do they have Anthropic API credentials?
-
Guide them through the setup:
- Reference the AGENT-SETUP.md guide
- Help them fill in the variables section:
- AGENT_NAME: Display name (e.g., "EVE", "WALL-E")
- AGENT_USERNAME: Lowercase username
- UNIQUE_ID: Auto-detect or specify (502, 503, etc.)
- ADMIN_USERNAME: Their admin username
- Slack tokens (obtained in Part 4)
- Anthropic API key
-
Walk through each part:
- Part 1: Create user account
- Part 2: Set up environment
- Part 3: Install Node.js and build
- Part 4: Create Slack app (detailed OAuth flow)
- Part 5: Configure OpenClaw
- Part 6: Set up API key
- Part 7: Start gateway
- Part 8: Verify setup
- Part 9: Test in Slack
- Part 10: (Optional) Admin access
-
Security reminders:
- Warn about secrets in shell history
- Ensure
.envfiles have proper permissions (chmod 600) - Explain Slack DM policy security implications
- Recommend FileVault for disk encryption
- Suggest strong passwords for user accounts
-
LLM Configuration:
- Recommend Anthropic Opus 4.5 for best results
- Mention OAuth support (Anthropic Pro/Max)
- Note that any LLM can be configured (local or cloud)
- Reference OpenClaw docs for model configuration
-
Troubleshooting:
- "User already exists" → check/change UNIQUE_ID
- "Permission denied" → re-run ownership commands
- "Slack not connecting" → verify tokens and Socket Mode
- "Node/pnpm not found" → ensure nvm is sourced
Example Usage
User: "How do I set up OpenClaw on my Mac Mini?"
Agent: "I'll help you set up OpenClaw on your Mac Mini! This guide will create a dedicated user account for your agent with proper isolation and security.
First, let's gather some info:
- What would you like to name your agent? (e.g., 'EVE', 'WALL-E')
- Do you have a Slack workspace?
- Do you have an Anthropic API key?
Once we have these, I'll walk you through the setup using a variable-driven guide that makes it easy to copy-paste commands..."
Files
AGENT-SETUP.md: Complete setup guide with all commandsREADME.md: Quick overview and featuresclaude-skill.md: This skill documentation
Repository
https://github.com/bcharleson/openclaw-macmini-setup-guide
Architecte Docker Compose
DevOps
Concoit des configurations Docker Compose optimisees.
Rapport de Post-Mortem
DevOps
Rédige des rapports post-mortem d'incidents structurés et blameless.
Créateur de Runbooks
DevOps
Crée des runbooks opérationnels clairs pour les procédures DevOps courantes.