Claude Skill
openclaw/clawdinators
Clawdinators 提供声明式基础设施和 NixOS 模块,用于管理 CLAWTINATOR 主机,通过 Nix 实现可复现且声明式的系统配置。
概览
仓库信息
安装这个 Skill
git clone https://github.com/openclaw/clawdinators.gitRegistry 信息
项目简介
Clawdinators 是一个用于管理 CLAWTINATOR 主机的声明式基础设施和 NixOS 模块仓库,利用 Nix 实现可复现且声明式的系统配置。
Declarative infra + NixOS modules for CLAWTINATOR hosts.
要点
- 使用 Nix 进行声明式基础设施管理
- 为 CLAWTINATOR 主机定制的 NixOS 模块
- 可复现的系统配置
- 开源且社区驱动
使用场景
- 管理 CLAWTINATOR 主机部署
- 可复现的 NixOS 系统设置
- 针对专用主机的基础设施即代码
README 摘要
# 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
话题
暂无话题