Claude Skill
openclaw/clawdinators
Clawdinators provides declarative infrastructure and NixOS modules for managing CLAWTINATOR hosts, enabling reproducible and declarative system configurations with Nix.
Overview
Repository
Install this Skill
git clone https://github.com/openclaw/clawdinators.gitRegistry
Summary
Clawdinators is a declarative infrastructure and NixOS modules repository for managing CLAWTINATOR hosts, leveraging Nix for reproducible and declarative system configurations.
声明式基础设施 + 用于CLAWTINATOR主机的NixOS模块。
Key features
- Declarative infrastructure management with Nix
- Custom NixOS modules for CLAWTINATOR hosts
- Reproducible system configurations
- Open-source and community-driven
Use cases
- Managing CLAWTINATOR host deployments
- Reproducible NixOS system setup
- Infrastructure as code for specialized hosts
README excerpt
# clawdinators <p align="center"> <img src="assets/clawdinator.jpg" alt="CLAWDINATOR - Cybernetic crustacean organism, living tissue over metal endoskeleton" width="600"> </p> > NixOS on AWS, the declarative way. Reference implementation for image-based provisioning. > > Also happens to run maintainer-grade AI coding agents. Cybernetic crustacean organisms. Living shell over metal endoskeleton. ## Table of Contents - [What This Is](#what-this-is) - [Two Layers](#two-layers) - [CLAWDINATOR Spec](#clawdinator-spec) - [Architecture](#architecture) - [Why This Exists](#why-this-exists) - [Quick Start (Learners)](#quick-start-learners) - [Full Deploy (Maintainers)](#full-deploy-maintainers) - [Agent Copypasta](#agent-copypasta) - [Configuration](#configuration) - [Secrets](#secrets) - [Repo Layout](#repo-layout) - [Sister Repos](#sister-repos) - [Philosophy](#philosophy) - [License](#license) --- ## What This Is This repo solves two problems: 1. **Generic:** How do you deploy NixOS to AWS with zero manual steps? 2. **Specific:** How do you run AI coding agents that monitor GitHub and respond on Discord? If you're here to learn NixOS-on-AWS patterns, focus on the generic layer. If you're a openclaw maintainer deploying CLAWDINATORs, the specific layer is for you. --- ## Two Layers ``` ┌─────────────────────────────────────────────────────────────────┐ │ CLAWDINATOR LAYER (specific) │ │ Discord gateway · GitHub monitoring · Hive-mind memory · Soul │ ├─────────────────────────────────────────────────────────────────┤ │ NIXOS-ON-AWS LAYER (generic) │ │ AMI pipeline · OpenTofu infra · S3 bootstrap · agenix secrets │ └─────────────────────────────────────────────────────────────────┘ ``` ### G
Topics
No topics yet.