Skip to content

dotanthropic: Automated Yet Guided Process (AYGP) agent configuration for ~/.anthropic environments. Includes state management, task automation, and identity frameworks for AI agent operations.

Notifications You must be signed in to change notification settings

aygp-dr/dotanthropic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotanthropic

dotanthropic

Setup and configuration for Anthropic tools and environments.

Features

  • Automated environment setup for Anthropic development
  • SSH and GPG key management
  • Docker container management for Computer Use
  • FreeBSD/Linux compatibility
  • Secure collaborator file sharing

Quick Start

# Initial setup
gmake configure
gmake setup

# Development
gmake bootstrap
gmake nix-shell

# Check Docker prerequisites
gmake check-docker

# Run Computer Use container (default port 8000)
ANTHROPIC_KEY=your_key GITHUB_TOKEN=your_token gmake run-container

# Run on a different port
HOST_PORT=9000 ANTHROPIC_KEY=your_key GITHUB_TOKEN=your_token gmake run-container

Secure File Sharing

To encrypt a file for collaborators:

# If you have the repository
gmake import-keys

# Using wget directly (no dependencies)
wget -qO- https://github.com/aygp-dr.gpg | gpg --import
wget -qO- https://github.com/jwalsh.gpg | gpg --import

# Encrypt a file
gpg --encrypt --armor -r computeruse@defrecord.com -r j@wal.sh -o file.gpg file.txt

Documentation

See CLAUDE.md for detailed instructions and development guidelines.

About

dotanthropic: Automated Yet Guided Process (AYGP) agent configuration for ~/.anthropic environments. Includes state management, task automation, and identity frameworks for AI agent operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published