Key Feature: Use FREE Qwen tier (2,000 req/day) with ANY platform! How it works: 1. Get Qwen OAuth: qwen && /auth (FREE) 2. Extract token from ~/.qwen/ 3. Configure any platform with token Supported platforms: - OpenClaw ✅ - NanoBot ✅ - PicoClaw ✅ - ZeroClaw ✅ - NanoClaw ✅ Configuration: export OPENAI_API_KEY="$QWEN_TOKEN" export OPENAI_BASE_URL="https://api.qwen.ai/v1" export OPENAI_MODEL="qwen3-coder-plus" Added: - import-qwen-oauth.sh script for automation - Cross-platform configuration examples - Qwen API endpoints reference - Troubleshooting guide Free tier: 2,000 requests/day, 60 requests/minute Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
112 lines
3.3 KiB
Markdown
112 lines
3.3 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 + **FREE Qwen OAuth import** for ANY platform | ✅ 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 OAuth Import
|
|
|
|
**Use Qwen's FREE tier (2,000 req/day) with ANY platform:**
|
|
|
|
```
|
|
1. Get Qwen OAuth (FREE)
|
|
$ npm install -g @qwen-code/qwen-code@latest
|
|
$ qwen
|
|
$ /auth → Select "Qwen OAuth" → Browser login
|
|
|
|
2. Import to ANY Platform
|
|
$ source ~/.qwen/.env && openclaw
|
|
$ source ~/.qwen/.env && nanobot gateway
|
|
$ source ~/.qwen/.env && picoclaw gateway
|
|
$ source ~/.qwen/.env && zeroclaw gateway
|
|
```
|
|
|
|
### Platforms with Qwen OAuth Support
|
|
|
|
| Platform | Qwen OAuth | Memory | Best For |
|
|
|----------|------------|--------|----------|
|
|
| Qwen Code | ✅ Native | ~200MB | Coding |
|
|
| OpenClaw | ✅ Import | >1GB | Full-featured |
|
|
| NanoBot | ✅ Import | ~100MB | Research |
|
|
| PicoClaw | ✅ Import | <10MB | Embedded |
|
|
| ZeroClaw | ✅ Import | <5MB | Performance |
|
|
|
|
### Free Tier Limits
|
|
|
|
| Metric | Limit |
|
|
|--------|-------|
|
|
| Requests/day | **2,000** |
|
|
| Requests/minute | 60 |
|
|
| Cost | **FREE** |
|
|
|
|
---
|
|
|
|
## Quick Start
|
|
|
|
```
|
|
"Setup OpenClaw with FREE Qwen OAuth"
|
|
"Import Qwen OAuth to NanoBot"
|
|
"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>
|