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>
This commit is contained in:
53
README.md
53
README.md
@@ -4,7 +4,7 @@
|
||||
|
||||
### Curated Collection of Custom Skills for Claude Code CLI
|
||||
|
||||
**Automate system administration, security, and development workflows**
|
||||
**Automate system administration, security, and AI agent deployment**
|
||||
|
||||
---
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
### AI & Automation
|
||||
| Skill | Description | Status |
|
||||
|-------|-------------|--------|
|
||||
| [🦞 Claw Setup](./skills/claw-setup/) | End-to-end AI Agent deployment (OpenClaw, NanoBot, PicoClaw, ZeroClaw) | ✅ Production Ready |
|
||||
| [🦞 Claw Setup](./skills/claw-setup/) | AI Agent deployment (OpenClaw, NanoBot, **Qwen Code FREE**) | ✅ Production Ready |
|
||||
|
||||
### System Administration
|
||||
| Skill | Description | Status |
|
||||
@@ -58,12 +58,40 @@
|
||||
|
||||
---
|
||||
|
||||
## 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
|
||||
|
||||
Each skill works with Claude Code CLI. Simply ask:
|
||||
|
||||
```
|
||||
"Setup Claw AI assistant on my server"
|
||||
"Setup Qwen Code with free OAuth tier"
|
||||
"Run ram optimizer on my server"
|
||||
"Scan this directory for leaked secrets"
|
||||
"Setup automated backups to S3"
|
||||
@@ -71,21 +99,6 @@ Each skill works with Claude Code CLI. Simply ask:
|
||||
|
||||
---
|
||||
|
||||
## Featured: Claw Setup
|
||||
|
||||
Professional deployment of AI Agent platforms:
|
||||
|
||||
```
|
||||
OpenClaw → Full-featured, 1700+ plugins, 215K stars
|
||||
NanoBot → Python, 4K lines, research-ready
|
||||
PicoClaw → Go, <10MB, $10 hardware
|
||||
ZeroClaw → Rust, <5MB, 10ms startup
|
||||
```
|
||||
|
||||
Usage: `"Setup OpenClaw on my VPS with security hardening"`
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<a href="https://z.ai/subscribe?ic=R0K78RJKNW">Learn more about GLM 5 Advanced Coding Model</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user