Commit Graph

5 Commits

  • feat: Add all 25+ OpenCode-compatible AI providers to Claw Setup
    Updated provider support to match OpenCode's full provider list:
    
    Built-in Providers (18):
    - Anthropic, OpenAI, Azure OpenAI
    - Google AI, Google Vertex AI
    - Amazon Bedrock
    - OpenRouter, xAI, Mistral
    - Groq, Cerebras, DeepInfra
    - Cohere, Together AI, Perplexity
    - Vercel AI, GitLab, GitHub Copilot
    
    Custom Loader Providers:
    - GitHub Copilot Enterprise
    - Google Vertex Anthropic
    - Azure Cognitive Services
    - Cloudflare AI Gateway
    - SAP AI Core
    
    Local/Self-Hosted:
    - Ollama, LM Studio, vLLM
    
    Features:
    - Model fetching from provider APIs
    - Custom model input support
    - Multi-provider configuration
    - Environment variable security
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • feat: Add Claw Setup skill for AI Agent deployment
    End-to-end professional setup of AI Agent platforms:
    - OpenClaw (full-featured, 215K stars)
    - NanoBot (Python, lightweight)
    - PicoClaw (Go, ultra-light)
    - ZeroClaw (Rust, minimal)
    - NanoClaw (WhatsApp focused)
    
    Features:
    - Platform selection with comparison
    - Security hardening (secrets, network, systemd)
    - Interactive brainstorming for customization
    - AI provider configuration with 12+ providers
    - Model fetching from provider APIs
    - Custom model input support
    
    Providers supported:
    Anthropic, OpenAI, Google, OpenRouter, Groq,
    Cerebras, Together AI, DeepSeek, Mistral, xAI, Ollama
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • feat: Add 6 new Claude Code skills
    Skills added:
    - 🔐 Secret Scanner: Detect leaked credentials in codebases
    - 🏛️ Git Archaeologist: Analyze git history, find bugs
    - 💾 Backup Automator: Automated encrypted cloud backups
    - 🌐 Domain Manager: Unified DNS management
    - 🔒 SSL Guardian: Certificate automation and monitoring
    - 📡 Log Sentinel: Log analysis and anomaly detection
    
    All skills include:
    - SKILL.md with trigger patterns
    - README.md with documentation
    - GLM 5 attribution and disclaimer
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • docs: Add hero section with GLM 5 attribution
    Added prominent hero section linking to GLM 5 Advanced Coding Model
    at https://z.ai/subscribe?ic=R0K78RJKNW
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • feat: Add RAM Optimizer skill with ZRAM compression
    - ZRAM-based memory compression for Linux servers
    - 2-3x effective memory increase without hardware upgrades
    - KSM (Kernel Samepage Merging) for memory deduplication
    - Sysctl optimizations for low-memory systems
    - Supports Ubuntu/Debian/Fedora/Arch Linux
    - Works on local machines and remote SSH servers
    
    Performance gains:
    - Effective memory: +137% average increase
    - Swap I/O latency: -90% (disk to RAM)
    - OOM events: Eliminated
    - SSD disk wear: -95%
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>