← Back to Skills Marketplace
178
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install mac-multi-instance-deployment
Description
Public-safe Mac multi-instance deployment skill for generic OpenClaw-style workspace layout, boundary notes, sample config, and pack validation.
README (SKILL.md)
Mac Multi-Instance Deployment / Mac 多实例部署
Keep a generic Mac multi-instance workspace public-safe.
Checklist
main: routing and shared docsworkbench: active edits and testspublish: release bundlesarchive: snapshots and referencesprivate: secrets and runtime state- Use placeholder paths in
config/local-multi-instance.example.env - Review
references/instances.md - Run
./validate_repo.sh - Run
./generate_public_pack.sh --dry-run
Guardrails
- Use generic labels only.
- Keep one workspace root per role.
- Keep private files out of public packs.
- Keep runtime state local.
Usage Guidance
This appears to be a safe, documentation-only template. Before you use it: (1) verify any scripts the checklist tells you to run (./validate_repo.sh, ./generate_public_pack.sh) actually exist in your repo and inspect them before execution — the skill doesn't include those scripts; (2) copy the example env to a private path as instructed and never commit real secrets to the public repo; (3) note that references/instances.md mentioned in instructions is not present in the skill files listed here, so confirm you have the expected reference docs; (4) if you allow agents to invoke skills implicitly, be aware this skill's agent metadata permits implicit invocation — that's normal for helpers but ensure your agent policies match your risk tolerance.
Capability Analysis
Type: OpenClaw Skill
Name: mac-multi-instance-deployment
Version: 1.0.4
The skill bundle is a template for organizing Mac-based multi-instance workspaces in OpenClaw, focusing on separating public and private data. The instructions in SKILL.md and the examples (e.g., setup-example.md, quickstart.md) promote security best practices by guiding the user to keep secrets in a 'private' directory and providing validation steps to prevent accidental data leakage. No malicious execution patterns, data exfiltration, or harmful prompt injections were identified.
Capability Assessment
Purpose & Capability
The name/description match the content: a public-safe template and checklist for Mac multi-instance deployment. The skill requests no binaries, env vars, or installs, which is appropriate for a documentation-only template.
Instruction Scope
Runtime instructions are limited to documentation guidance and telling users to copy a sample env and run repository scripts (./validate_repo.sh, ./generate_public_pack.sh --dry-run). The referenced helper scripts and references/instances.md are not included in the skill manifest — this is a usability/incompleteness note rather than an active safety issue. The skill's instructions do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec and no code files are present; the skill is instruction-only so nothing will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. All example env names and suggested local paths are reasonable and proportional for a workspace-layout template.
Persistence & Privilege
always:false and no install behavior. agents/openai.yaml sets allow_implicit_invocation: true which permits implicit invocation per-agent policy, but this is a normal agent configuration for a helper skill and not by itself a red flag.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mac-multi-instance-deployment - After installation, invoke the skill by name or use
/mac-multi-instance-deployment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Version 1.0.4
- Added release notes, publishing, and dialog example documentation.
- Updated and clarified main skill and example README files.
- Refined skill description and checklist for brevity and clarity.
- Enhanced guardrails for public-safe deployment practices.
v1.0.3
- Added an examples/quickstart.md file to provide a shortest-path setup guide.
- Updated documentation (README.md, examples/README.md, SKILL.md) to reference the new quickstart guide and clarify workflow.
- Improved guidance on finding concrete and quickstart examples within the examples/ directory.
v1.0.2
- Documentation updates for clarity and formatting in SKILL.md, README.md, and examples/setup-example.md.
- No functional or logic changes—this release refines and clarifies instructions and sample documentation.
v1.0.1
- Added an examples directory with README and sample files for routing, setup, and validation.
- Updated documentation to reference new example workflows for clearer guidance.
- No private or specific user data has been introduced; all examples remain public-safe.
v1.0.0
Initial public release of mac-multi-instance-deployment.
- Provides a safe, generic workflow for organizing multiple local Mac workspaces.
- Includes guidance for choosing generic instance labels and defining workspace roots.
- Supplies templates for shared indexes, sample config, boundary documentation, and public packaging rules.
- Ensures private details are excluded from public packs.
- Includes sample structure and validation steps for public release.
Metadata
Frequently Asked Questions
What is Mac Multi-Instance Deployment?
Public-safe Mac multi-instance deployment skill for generic OpenClaw-style workspace layout, boundary notes, sample config, and pack validation. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install Mac Multi-Instance Deployment?
Run "/install mac-multi-instance-deployment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mac Multi-Instance Deployment free?
Yes, Mac Multi-Instance Deployment is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mac Multi-Instance Deployment support?
Mac Multi-Instance Deployment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mac Multi-Instance Deployment?
It is built and maintained by Guoma970 (@guoma970); the current version is v1.0.4.
More Skills