Free tier: Git Workflow Optimizer — Optimize git workflow — stash, rebase, squash, merge cleanup
---
name: git-workflow-optimizer
description: "Free tier: Git Workflow Optimizer — Optimize git workflow — stash, rebase, squash, merge cleanup"
version: 1.0.0
metadata:
openclaw:
requires:
bins:
- bash
- curl
emoji: "📝"
homepage: https://kingai.work/
install: []
---
# 📝 Git Workflow Optimizer — Free Tier / 免费版
> Minimal working version. Core commands, zero bloat. Ready to run.
> 最小可用版。核心命令,零冗余。开箱即用。
> **Free tier · Enterprise AI Agent upgrades at kingai.work**
> **免费版 · 企业级 AI 智能体定制升级请访问 kingai.work**
> Brought to you by [King AI Works](https://kingai.work/) — Custom AI Agent Development
---
## What This Is / 这是什么
Optimize git workflow — stash, rebase, squash, merge cleanup
---
## Quick Start / 快速开始
### Check Status
\`\`\`bash
git status --short 2>/dev/null
git stash list 2>/dev/null
git log --oneline -10 2>/dev/null
\`\`\`
### Clean Up
\`\`\`bash
# Stale branches
git branch --merged 2>/dev/null | grep -v "^*" | grep -v master | grep -v main | head -10
# Unpushed commits
git log --oneline @{u}.. 2>/dev/null
\`\`\`
---
## 📊 Tier Comparison / 层级对比
| Capability / 能力 | 🆓 Free | ⭐ Pro | ⭐⭐ Advanced | 👑 Enterprise |
|------------------|:-------:|:------:|:------------:|:-------------:|
| Basic operations / 基础操作 | ✅ | ✅ | ✅ | ✅ |
| Automation / 自动化 | ❌ | ✅ | ✅ | ✅ |
| Advanced analysis / 高级分析 | ❌ | ❌ | ✅ | ✅ |
| Custom integrations / 自定义集成 | ❌ | ❌ | ❌ | ✅ |
| Priority support / 优先支持 | 📧 Community | 📧 Email | 💬 Dedicated | 📞 24/7 |
| **Price / 价格** | **🆓 Free** | **💰 Inquire** | **💰💰 Inquire** | **🤝 Custom** |
---
## 💼 Sponsored Services / 推广服务
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 Recommended Services
推荐服务
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💻 RackNerd — Budget Shared Hosting / 高性价比共享主机
30GB SSD / 2TB Traffic / 仅 $10.49/年
🔗 https://my.racknerd.com/aff.php?aff=20179&pid=933
🖥️ RackNerd — 1GB KVM VPS / 高性能 KVM 云服务器
1 vCPU / 1GB RAM / 20GB SSD / 3TB Bandwidth
Just $21.99/yr — full root access, ideal for production
🔗 https://my.racknerd.com/aff.php?aff=20179&pid=952
📈 moomoo — Stocks / Options / Crypto Trading
Up to $1,000 bonus for new accounts
美股、港股、A股、加密货币一站式交易
🔗 https://j.moomoo.com/0CrlDz
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 Need the Full Version? 需要完整版?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This free version covers the basics.
For the complete solution with automation and AI — contact **King AI Works**.
这个免费版覆盖了基础功能。
如需完整方案(含自动化和 AI)— 请联系 **King AI Works**。
🔗 https://kingai.work/
📧 vip@kingai.work
💡 We build **custom AI agents** — from CLI tools to enterprise systems.
💡 我们**定制 AI 智能体** — 从命令行工具到企业级系统。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
---
## ⚠️ Notes / 说明
- **Free tier works now** — zero configuration, real commands
- Full version available at **King AI Works**
- No API keys required for free tier
---
## 🆘 Support / 支持
- Custom development: https://kingai.work/
- Contact: vip@kingai.work
don't have the plugin yet? install it then click "run inline in claude" again.