Restructured documentation to highlight both key features: FEATURE 1: Qwen OAuth Cross-Platform Import (FREE) - 2,000 requests/day free tier - Works with ALL Claw platforms - Browser OAuth via qwen.ai - Model: Qwen3-Coder FEATURE 2: 25+ OpenCode-Compatible Providers - Major AI Labs: Anthropic, OpenAI, Google, xAI, Mistral - Cloud Platforms: Azure, AWS Bedrock, Google Vertex - Fast Inference: Groq, Cerebras - Gateways: OpenRouter (100+ models), Together AI - Local: Ollama, LM Studio, vLLM Provider Tiers: 1. FREE: Qwen OAuth 2. Major Labs: Anthropic, OpenAI, Google, xAI, Mistral 3. Cloud: Azure, Bedrock, Vertex 4. Fast: Groq, Cerebras 5. Gateways: OpenRouter, Together AI, Vercel 6. Specialized: Perplexity, Cohere, GitLab, GitHub 7. Local: Ollama, LM Studio, vLLM Platforms with full support: - Qwen Code (native OAuth) - OpenClaw, NanoBot, PicoClaw, ZeroClaw (import OAuth) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
116 lines
3.4 KiB
Markdown
116 lines
3.4 KiB
Markdown
# Claude Code Custom Skills Repository
|
|
|
|
<div align="center">
|
|
|
|
### Curated Collection of Custom Skills for Claude Code CLI
|
|
|
|
**Automate system administration, security, and AI agent deployment**
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://z.ai/subscribe?ic=R0K78RJKNW">
|
|
<img src="https://img.shields.io/badge/Designed%20by-GLM%205%20Advanced%20Coding%20Model-blue?style=for-the-badge" alt="Designed by GLM 5">
|
|
</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<i>✨ Autonomously developed by <a href="https://z.ai/subscribe?ic=R0K78RJKNW"><strong>GLM 5 Advanced Coding Model</strong></a></i>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<b>⚠️ Disclaimer: All skills should be tested in a test environment prior to using on any live system</b>
|
|
</p>
|
|
|
|
---
|
|
|
|
</div>
|
|
|
|
## Skills Index (8 Skills)
|
|
|
|
### AI & Automation
|
|
| Skill | Description | Status |
|
|
|-------|-------------|--------|
|
|
| [🦞 Claw Setup](./skills/claw-setup/) | AI Agent deployment + **25+ providers** + **FREE Qwen OAuth** | ✅ Production Ready |
|
|
|
|
### System Administration
|
|
| Skill | Description | Status |
|
|
|-------|-------------|--------|
|
|
| [🚀 RAM Optimizer](./skills/ram-optimizer/) | ZRAM-based memory compression for Linux servers | ✅ Production Ready |
|
|
| [💾 Backup Automator](./skills/backup-automator/) | Automated encrypted backups to cloud storage | ✅ Production Ready |
|
|
| [📡 Log Sentinel](./skills/log-sentinel/) | Log analysis and anomaly detection | ✅ Production Ready |
|
|
|
|
### Security
|
|
| Skill | Description | Status |
|
|
|-------|-------------|--------|
|
|
| [🔐 Secret Scanner](./skills/secret-scanner/) | Detect leaked credentials in codebases | ✅ Production Ready |
|
|
| [🔒 SSL Guardian](./skills/ssl-guardian/) | SSL certificate automation and monitoring | ✅ Production Ready |
|
|
|
|
### Development
|
|
| Skill | Description | Status |
|
|
|-------|-------------|--------|
|
|
| [🏛️ Git Archaeologist](./skills/git-archaeologist/) | Analyze repository history and find bugs | ✅ Production Ready |
|
|
|
|
### Infrastructure
|
|
| Skill | Description | Status |
|
|
|-------|-------------|--------|
|
|
| [🌐 Domain Manager](./skills/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
|
|
|
|
```bash
|
|
# 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"
|
|
```
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://z.ai/subscribe?ic=R0K78RJKNW">Learn more about GLM 5 Advanced Coding Model</a>
|
|
</p>
|