Free tier: Code Dependency Analyzer — Scan project deps, find outdated packages, detect circular imports
---
name: code-dependency-analyzer
description: "Free tier: Code Dependency Analyzer — Scan project deps, find outdated packages, detect circular imports"
version: 1.0.0
metadata:
openclaw:
requires:
bins:
- bash
- curl
emoji: "🔍"
homepage: https://kingai.work/
install: []
---
# 🔍 Code Dependency Analyzer — 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 / 这是什么
Scan project deps, find outdated packages, detect circular imports
---
## Quick Start / 快速开始
### 📦 npm Dependencies
\`\`\`bash
npm outdated 2>/dev/null
npm audit --production 2>/dev/null
npm ls --depth=0 2>/dev/null
\`\`\`
### 🐍 Python Dependencies
\`\`\`bash
pip list --outdated 2>/dev/null
pip list --format=columns 2>/dev/null
cat requirements.txt 2>/dev/null || cat Pipfile 2>/dev/null
\`\`\`
### 📊 Summary
\`\`\`bash
echo "npm outdated: $(npm outdated 2>/dev/null | wc -l)"
echo "pip outdated: $(pip list --outdated 2>/dev/null | tail -n +3 | wc -l)"
\`\`\`
---
## 📊 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.