Files
ClaudeCode-Custom-Skills/README.md
Claude Code 7a5c60f227 feat: Add Qwen Code with FREE OAuth tier (2,000 requests/day)
New platform option with no API key required:

Qwen Code Features:
- FREE OAuth tier: 2,000 requests/day
- Model: Qwen3-Coder (coder-model)
- Auth: Browser OAuth via qwen.ai
- GitHub: https://github.com/QwenLM/qwen-code

Installation:
  npm install -g @qwen-code/qwen-code@latest
  qwen
  /auth  # Select Qwen OAuth

Platform comparison updated:
- Qwen Code: FREE, ~200MB, coding-optimized
- OpenClaw: Full-featured, 1700+ plugins
- NanoBot: Python, research
- PicoClaw: Go, <10MB
- ZeroClaw: Rust, <5MB

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 03:57:56 -05:00

105 lines
3.2 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
### AI & Automation
| Skill | Description | Status |
|-------|-------------|--------|
| [🦞 Claw Setup](./skills/claw-setup/) | AI Agent deployment (OpenClaw, NanoBot, **Qwen Code FREE**) | ✅ 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 with FREE Qwen Code
**⭐ Qwen Code: 2,000 FREE requests/day via OAuth - No API key needed!**
```bash
npm install -g @qwen-code/qwen-code@latest
qwen
/auth # Select Qwen OAuth for free tier
```
### Platforms Supported
| Platform | Free? | Memory | Best For |
|----------|-------|--------|----------|
| **Qwen Code** | ✅ 2K/day | ~200MB | Coding, FREE tier |
| OpenClaw | ❌ | >1GB | Full-featured, plugins |
| NanoBot | ❌ | ~100MB | Research, Python |
| PicoClaw | ❌ | <10MB | Embedded, $10 HW |
| ZeroClaw | ❌ | <5MB | Performance, Rust |
### 25+ AI Providers
**FREE:** Qwen OAuth
**Paid:** Anthropic, OpenAI, Google, xAI, Mistral, Groq, Cerebras, OpenRouter, Together AI, Cohere, Perplexity, and more
**Local:** Ollama, LM Studio, vLLM
---
## Quick Start
```
"Setup Qwen Code with free OAuth tier"
"Run ram optimizer on my server"
"Scan this directory for leaked secrets"
"Setup automated backups to S3"
```
---
<p align="center">
<a href="https://z.ai/subscribe?ic=R0K78RJKNW">Learn more about GLM 5 Advanced Coding Model</a>
</p>