convert-to-apple-container

Migrate NauggieClaw from Docker to Apple Container on macOS.

1|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/jboothomas/nauggieclaw --skill convert-to-apple-container-jboothomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-apple-container
Source: https://github.com/jboothomas/nauggieclaw/tree/main/.claude/skills/convert-to-apple-container
Command: npx skills add https://github.com/jboothomas/nauggieclaw --skill convert-to-apple-container-jboothomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill transitions NauggieClaw from Docker to Apple Container so macOS users gain native isolation and deterministic security while preserving the agent interfaces.

Core Features & Use Cases

  • Runtime migration: merges the Apple Container skill branch, replaces docker commands with container equivalents, and adjusts mount syntax plus privilege drops.
  • Security and verification: ensures credential proxy binds to 0.0.0.0, offers firewall guidance for shared networks, and validates the new runtime, builds, and readonly/read-write mounts.
  • Use Case: When you host NauggieClaw on macOS without Docker, this skill swaps the runtime, updates scripts and entrypoints, and runs integration checks to keep Auggie agents functional.

Quick Start

Ask Auggie to run convert-to-apple-container to migrate NauggieClaw from Docker to Apple Container and confirm the verification steps.

Frequently Asked Questions about convert-to-apple-container

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a Docker container to the Apple Container runtime on macOS?

To migrate Docker containers to the Apple Container runtime on macOS, this skill merges the conversion branch, updates container commands, adjusts mount syntax, and validates runtime execution. It preserves existing agent interfaces during the switch.

Does the Apple Container runtime support credential proxy binding for macOS deployments?

Yes, the Apple Container runtime supports credential proxy binding by configuring it to bind to 0.0.0.0. This ensures proper agent connectivity while maintaining deterministic security and native isolation on macOS hosts.

What firewall guidance is needed when running containers on shared macOS networks?

Running containers on shared macOS networks requires firewall guidance to restrict unauthorized access. This skill provides configuration steps for proxy hosts and firewalls to maintain secure network boundaries during the container runtime migration.

Can I preserve existing agent workflows when switching from Docker to Apple Container?

You can preserve existing agent workflows when switching from Docker to Apple Container by updating entrypoint scripts and validating readonly and read-write mounts. The migration process runs integration checks to keep Auggie agents fully functional.

What are the limitations of using Apple Container instead of Docker for agent hosting?

Limitations of using Apple Container instead of Docker include requiring specific mount syntax adjustments and privilege drops. Users must validate builds and runtime commands manually if the migration branch is not properly merged before execution.