Added complete documentation covering all features: FEATURES DOCUMENTED: 1. FREE Qwen OAuth Cross-Platform Import - 2,000 requests/day free tier - Works with ALL Claw platforms - Platform-specific import guides 2. 25+ OpenCode-Compatible AI Providers - Tier 1: FREE (Qwen OAuth) - Tier 2: Major Labs (Anthropic, OpenAI, Google, xAI, Mistral) - Tier 3: Cloud (Azure, Bedrock, Vertex) - Tier 4: Gateways (OpenRouter 100+, Together AI) - Tier 5: Fast (Groq, Cerebras) - Tier 6: Specialized (Perplexity, Cohere, GitLab) - Tier 7: Local (Ollama, LM Studio, vLLM) 3. Customization Options - Model selection (fetch or custom) - Security hardening - Interactive brainstorming - Multi-provider configuration 4. Installation Guides - All 6 platforms with step-by-step instructions 5. Configuration Examples - Multi-provider setup - Environment variables - Custom models 6. Usage Examples - Basic, advanced, and provider-specific 7. Troubleshooting - Common issues and solutions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cf0d6489d1
·
2026-02-22 04:22:37 -05:00
9 Commits
Claude Code Custom Skills Repository
Curated Collection of Custom Skills for Claude Code CLI
Automate system administration, security, and AI agent deployment
✨ Autonomously developed by GLM 5 Advanced Coding Model
⚠️ Disclaimer: All skills should be tested in a test environment prior to using on any live system
Skills Index (8 Skills)
AI & Automation
| Skill | Description | Status |
|---|---|---|
| 🦞 Claw Setup | AI Agent deployment + 25+ providers + FREE Qwen OAuth | ✅ Production Ready |
System Administration
| Skill | Description | Status |
|---|---|---|
| 🚀 RAM Optimizer | ZRAM-based memory compression for Linux servers | ✅ Production Ready |
| 💾 Backup Automator | Automated encrypted backups to cloud storage | ✅ Production Ready |
| 📡 Log Sentinel | Log analysis and anomaly detection | ✅ Production Ready |
Security
| Skill | Description | Status |
|---|---|---|
| 🔐 Secret Scanner | Detect leaked credentials in codebases | ✅ Production Ready |
| 🔒 SSL Guardian | SSL certificate automation and monitoring | ✅ Production Ready |
Development
| Skill | Description | Status |
|---|---|---|
| 🏛️ Git Archaeologist | Analyze repository history and find bugs | ✅ Production Ready |
Infrastructure
| Skill | Description | Status |
|---|---|---|
| 🌐 Domain Manager | DNS management across multiple providers | ✅ Production Ready |
⭐ Featured: Claw Setup
Two Powerful Features
1. FREE Qwen OAuth (2,000 req/day)
- Works with: OpenClaw, NanoBot, PicoClaw, ZeroClaw
- Model: Qwen3-Coder (coding-optimized)
- No API key needed
2. 25+ OpenCode-Compatible Providers
- Major labs: Anthropic, OpenAI, Google, xAI, Mistral
- Cloud: Azure, AWS Bedrock, Google Vertex
- Fast: Groq, Cerebras
- Gateways: OpenRouter (100+ models)
- Local: Ollama, LM Studio
Quick Start
# FREE Qwen OAuth
npm install -g @qwen-code/qwen-code@latest
qwen && /auth
# Import to any platform
source ~/.qwen/.env && openclaw
source ~/.qwen/.env && nanobot gateway
source ~/.qwen/.env && zeroclaw gateway
Platforms Supported
| Platform | Qwen OAuth | All Providers | Memory |
|---|---|---|---|
| Qwen Code | ✅ Native | ✅ | ~200MB |
| OpenClaw | ✅ Import | ✅ | >1GB |
| NanoBot | ✅ Import | ✅ | ~100MB |
| PicoClaw | ✅ Import | ✅ | <10MB |
| ZeroClaw | ✅ Import | ✅ | <5MB |
Quick Start
"Setup OpenClaw with FREE Qwen OAuth"
"Configure Claw with all 25+ providers"
"Run ram optimizer on my server"
"Scan this directory for leaked secrets"
Description
Custom skills for Claude Code. Developed using Z.AI GLM 5 Model. Learn more about this advanced model here: https://z.ai/subscribe?ic=R0K78RJKNW
Languages
Shell
100%