{
  "tools": [
    {
      "id": 2,
      "name": "Gemini CLI",
      "slug": "gemini-cli",
      "tagline": "Google open-source CLI agent, free, 1M token context window",
      "description": "Gemini CLI 是 Google 开源的终端 AI Agent，基于 Gemini 2.5 Pro 模型，提供 100 万 token 超大上下文。个人免费使用，支持代码生成、文件操作、网络搜索等多种工具调用能力。",
      "category": "AI Agentic Coding",
      "subcategory": "Official AI Agents",
      "source": "github",
      "github_url": "https://github.com/google-gemini/gemini-cli",
      "website_url": "https://github.com/google-gemini/gemini-cli",
      "x_handle": "@GoogleDeepMind",
      "install_cmd": "npm install -g @google/gemini-cli",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "stars": 55000,
      "rank_in_category": 2,
      "featured": true,
      "tags": [
        "ai",
        "agent",
        "google",
        "gemini",
        "free",
        "open-source"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 3,
      "name": "Codex CLI",
      "slug": "codex-cli",
      "tagline": "OpenAI lightweight terminal agent powered by o3/o4-mini reasoning",
      "description": "OpenAI 官方推出的终端编程助手，基于 o3、o4-mini 等推理模型，支持沙箱执行代码。轻量化设计，专注快速迭代，适合日常编码辅助场景。",
      "category": "AI Agentic Coding",
      "subcategory": "Official AI Agents",
      "source": "github",
      "github_url": "https://github.com/openai/codex",
      "website_url": "https://github.com/openai/codex",
      "x_handle": "@OpenAI",
      "install_cmd": "npm install -g @openai/codex",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "stars": 32000,
      "rank_in_category": 3,
      "featured": true,
      "tags": [
        "ai",
        "agent",
        "openai",
        "o3",
        "coding",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 44,
      "name": "jq",
      "slug": "jq",
      "tagline": "Lightweight JSON processor, essential for CLI pipelines",
      "description": "jq 是命令行 JSON 处理器，提供强大的过滤、转换和格式化能力。在 CI/CD 脚本、API 调试、配置处理等场景不可或缺。语法简洁但表达力极强，是每位后端/DevOps 工程师的必备工具。",
      "category": "Data & Network",
      "subcategory": "Data Processing",
      "source": "github",
      "github_url": "https://github.com/jqlang/jq",
      "website_url": "https://github.com/jqlang/jq",
      "x_handle": "@jqlang",
      "install_cmd": "brew install jq",
      "language": "C",
      "license": "MIT",
      "stars": 30000,
      "rank_in_category": 1,
      "featured": true,
      "tags": [
        "json",
        "processing",
        "pipeline",
        "c",
        "essential",
        "scripting"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 4,
      "name": "Aider",
      "slug": "aider",
      "tagline": "AI pair programmer for the terminal, Git-native, top SWE-bench scores",
      "description": "Aider 是最成熟的开源 AI 编程助手之一，Git 深度集成，支持 GPT-4、Claude、Gemini 等主流模型。以 SWE-bench 基准测试成绩著称，社区活跃，文档完善。",
      "category": "AI Agentic Coding",
      "subcategory": "Open Source Agents",
      "source": "github",
      "github_url": "https://github.com/paul-gauthier/aider",
      "website_url": "https://aider.chat",
      "x_handle": "@aider_ai",
      "install_cmd": "pip install aider-chat",
      "language": "Python",
      "license": "Apache-2.0",
      "stars": 25000,
      "rank_in_category": 4,
      "featured": true,
      "tags": [
        "ai",
        "pair-programming",
        "git",
        "python",
        "open-source",
        "swe-bench"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 34,
      "name": "Zellij",
      "slug": "zellij",
      "tagline": "Modern tmux replacement, batteries-included, Rust-powered, WASM plugins",
      "description": "Zellij 是新一代终端复用器，以\"开箱即用\"为核心设计理念，内置状态栏、标签页和窗格管理。插件系统基于 WebAssembly，支持 Rust/Go/C 等多语言编写插件，是 tmux 的理想替代品。",
      "category": "Terminal Experience",
      "subcategory": "Multiplexer",
      "source": "github",
      "github_url": "https://github.com/zellij-org/zellij",
      "website_url": "https://github.com/zellij-org/zellij",
      "x_handle": "@zellij_dev",
      "install_cmd": "brew install zellij",
      "language": "Rust",
      "license": "MIT",
      "stars": 23000,
      "rank_in_category": 1,
      "featured": true,
      "tags": [
        "tmux",
        "multiplexer",
        "rust",
        "wasm",
        "plugins",
        "modern"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 1,
      "name": "Claude Code",
      "slug": "claude-code",
      "tagline": "Terminal AI coding agent by Anthropic with deep Git integration",
      "description": "Claude Code 是 Anthropic 官方推出的终端 AI 编程助手，支持自主完成代码编写、调试、重构和 Git 操作。通过 agentic loop 模式，可跨多文件、多步骤完成复杂任务，是目前最强的 CLI coding agent 之一。",
      "category": "AI Agentic Coding",
      "subcategory": "Official AI Agents",
      "source": "github",
      "github_url": "https://github.com/anthropics/claude-code",
      "website_url": "https://claude.ai/code",
      "x_handle": "@AnthropicAI",
      "install_cmd": "npm install -g @anthropic-ai/claude-code",
      "language": "TypeScript",
      "license": "Proprietary",
      "stars": 12000,
      "rank_in_category": 1,
      "featured": true,
      "tags": [
        "ai",
        "agent",
        "coding",
        "anthropic",
        "claude",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 697,
      "name": "ohmyzsh",
      "slug": "ohmyzsh",
      "tagline": "🙃   A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configu",
      "description": "🙃   A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/ohmyzsh/ohmyzsh",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 185684,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "cli-app",
        "oh-my-zsh",
        "oh-my-zsh-plugin",
        "oh-my-zsh-theme",
        "ohmyzsh",
        "plugin-framework",
        "plugins",
        "productivity",
        "shell",
        "terminal",
        "theme",
        "themes",
        "zsh",
        "zsh-configuration"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:34:40",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 427,
      "name": "n8n",
      "slug": "n8n",
      "tagline": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with cus",
      "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/n8n-io/n8n",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 181360,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "apis",
        "automation",
        "cli",
        "data-flow",
        "development",
        "integration-framework",
        "integrations",
        "ipaas",
        "low-code",
        "low-code-platform",
        "mcp",
        "mcp-client",
        "mcp-server",
        "n8n",
        "no-code",
        "self-hosted",
        "typescript",
        "workflow",
        "workflow-automation"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:14",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 626,
      "name": "dify",
      "slug": "dify",
      "tagline": "Production-ready platform for agentic workflow development.",
      "description": "Production-ready platform for agentic workflow development.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/langgenius/dify",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 134730,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agentic-ai",
        "agentic-framework",
        "agentic-workflow",
        "ai",
        "automation",
        "gemini",
        "genai",
        "gpt",
        "gpt-4",
        "llm",
        "low-code",
        "mcp",
        "nextjs",
        "no-code",
        "openai",
        "orchestration",
        "python",
        "rag",
        "workflow"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:08",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 627,
      "name": "open-webui",
      "slug": "open-webui",
      "tagline": "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)",
      "description": "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)",
      "category": "MCP Tools",
      "subcategory": "General",
      "source": "github",
      "github_url": "https://github.com/open-webui/open-webui",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 128940,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "llm",
        "llm-ui",
        "llm-webui",
        "llms",
        "mcp",
        "ollama",
        "ollama-webui",
        "open-webui",
        "openai",
        "openapi",
        "rag",
        "self-hosted",
        "ui",
        "webui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:13",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 628,
      "name": "everything-claude-code",
      "slug": "everything-claude-code",
      "tagline": "The agent harness performance optimization system. Skills, instincts, memory, security, and research",
      "description": "The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/affaan-m/everything-claude-code",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 111730,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai-agents",
        "anthropic",
        "claude",
        "claude-code",
        "developer-tools",
        "llm",
        "mcp",
        "productivity"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:17",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 698,
      "name": "terminal",
      "slug": "terminal",
      "tagline": "The new Windows Terminal and the original Windows console host, all in the same place!",
      "description": "The new Windows Terminal and the original Windows console host, all in the same place!",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/microsoft/terminal",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 102390,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cmd",
        "command-line",
        "console",
        "contributions-welcome",
        "good-first-issue",
        "hacktoberfest",
        "terminal",
        "windows",
        "windows-console",
        "windows-terminal",
        "wsl"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:34:45",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 629,
      "name": "netdata",
      "slug": "netdata",
      "tagline": "The fastest path to AI-powered full stack observability, even for lean teams.",
      "description": "The fastest path to AI-powered full stack observability, even for lean teams.",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/netdata/netdata",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 78231,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "alerting",
        "cncf",
        "data-visualization",
        "database",
        "devops",
        "docker",
        "grafana",
        "influxdb",
        "kubernetes",
        "linux",
        "machine-learning",
        "mcp",
        "mongodb",
        "monitoring",
        "mysql",
        "netdata",
        "observability",
        "postgresql",
        "prometheus"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:22",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 630,
      "name": "ragflow",
      "slug": "ragflow",
      "tagline": "RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge",
      "description": "RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/infiniflow/ragflow",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 76393,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agentic",
        "agentic-ai",
        "agentic-workflow",
        "ai",
        "ai-search",
        "context-engineering",
        "context-retrieval",
        "deep-research",
        "deepseek",
        "deepseek-r1",
        "document-parser",
        "document-understanding",
        "graphrag",
        "llm",
        "mcp",
        "ollama",
        "openai",
        "rag",
        "retrieval-augmented-generation"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:27",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 699,
      "name": "lazygit",
      "slug": "lazygit",
      "tagline": "simple terminal UI for git commands",
      "description": "simple terminal UI for git commands",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/jesseduffield/lazygit",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 75123,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "git",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:34:49",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 631,
      "name": "lobehub",
      "slug": "lobehub",
      "tagline": "The ultimate space for work and life — to find, build, and collaborate with agent teammates that gro",
      "description": "The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/lobehub/lobehub",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 74394,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agent-collaboration",
        "agent-harness",
        "ai",
        "chatgpt",
        "claude",
        "deepseek",
        "gemini",
        "gpt",
        "knowledge-base",
        "mcp",
        "openai"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:31",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 700,
      "name": "tabby",
      "slug": "tabby",
      "tagline": "A terminal for a more modern age",
      "description": "A terminal for a more modern age",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/Eugeny/tabby",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 69862,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "serial",
        "ssh-client",
        "telnet-client",
        "terminal",
        "terminal-emulators"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:34:54",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 701,
      "name": "alacritty",
      "slug": "alacritty",
      "tagline": "A cross-platform, OpenGL terminal emulator.",
      "description": "A cross-platform, OpenGL terminal emulator.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/alacritty/alacritty",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 63157,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "bsd",
        "gpu",
        "linux",
        "macos",
        "opengl",
        "rust",
        "terminal",
        "terminal-emulators",
        "vte",
        "windows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:34:58",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 702,
      "name": "tldr",
      "slug": "tldr",
      "tagline": "Collaborative cheatsheets for console commands 📚.",
      "description": "Collaborative cheatsheets for console commands 📚.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/tldr-pages/tldr",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 61808,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "android",
        "bsd",
        "cheatsheet",
        "cheatsheets",
        "command-line",
        "console",
        "documentation",
        "examples",
        "hacktoberfest",
        "help",
        "linux",
        "macos",
        "man-page",
        "manpages",
        "manual",
        "osx",
        "shell",
        "terminal",
        "tldr",
        "windows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:03",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 703,
      "name": "bat",
      "slug": "bat",
      "tagline": "A cat(1) clone with wings.",
      "description": "A cat(1) clone with wings.",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/sharkdp/bat",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 57846,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "command-line",
        "git",
        "hacktoberfest",
        "rust",
        "syntax-highlighting",
        "terminal",
        "tool"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:08",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 33,
      "name": "act",
      "slug": "act",
      "tagline": "Run GitHub Actions locally with Docker, debug CI without pushing",
      "description": "act 允许在本地通过 Docker 运行 GitHub Actions 工作流，无需推送代码即可测试 CI 配置。大幅缩短 CI/CD 调试周期，避免因 CI 配置错误反复提交无意义的 commit。",
      "category": "Git & DevOps",
      "subcategory": "CI/CD",
      "source": "github",
      "github_url": "https://github.com/nektos/act",
      "website_url": "https://nektosact.com",
      "x_handle": "@nektos",
      "install_cmd": "brew install act",
      "language": "Go",
      "license": "MIT",
      "stars": 57000,
      "rank_in_category": 10,
      "featured": false,
      "tags": [
        "github-actions",
        "ci",
        "docker",
        "go",
        "local",
        "testing"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 632,
      "name": "anything-llm",
      "slug": "anything-llm",
      "tagline": "The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or co",
      "description": "The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/Mintplex-Labs/anything-llm",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 56866,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai-agents",
        "custom-ai-agents",
        "deepseek",
        "kimi",
        "llama3",
        "llm",
        "lmstudio",
        "local-llm",
        "localai",
        "mcp",
        "mcp-servers",
        "moonshot",
        "multimodal",
        "no-code",
        "ollama",
        "qwen3",
        "rag",
        "vector-database",
        "web-scraping"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:36",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 704,
      "name": "rich",
      "slug": "rich",
      "tagline": "Rich is a Python library for rich text and beautiful formatting in the terminal.",
      "description": "Rich is a Python library for rich text and beautiful formatting in the terminal.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/Textualize/rich",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 55896,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ansi-colors",
        "emoji",
        "markdown",
        "progress-bar",
        "progress-bar-python",
        "python",
        "python-library",
        "python3",
        "rich",
        "syntax-highlighting",
        "tables",
        "terminal",
        "terminal-color",
        "traceback",
        "tracebacks-rich",
        "tui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:13",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 705,
      "name": "termux-app",
      "slug": "termux-app",
      "tagline": "Termux - a terminal emulator application for Android OS extendible by variety of packages.",
      "description": "Termux - a terminal emulator application for Android OS extendible by variety of packages.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/termux/termux-app",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 52545,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "android",
        "hacktoberfest",
        "linux",
        "terminal",
        "termux"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:18",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 428,
      "name": "context7",
      "slug": "context7",
      "tagline": "Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors",
      "description": "Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/upstash/context7",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 50807,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "llm",
        "mcp",
        "mcp-server",
        "vibe-coding"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:23",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 429,
      "name": "TrendRadar",
      "slug": "trendradar",
      "tagline": "⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告",
      "description": "⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载，你的 AI 舆情监控助手与热点筛选工具！聚合多平台热点 +  RSS 订阅，支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 +  AI 分析简报直推手机，也支持接入 MCP 架构，赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ，数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/sansan0/TrendRadar",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 49847,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "bark",
        "data-analysis",
        "docker",
        "hot-news",
        "llm",
        "mail",
        "mcp",
        "mcp-server",
        "news",
        "ntfy",
        "python",
        "rss",
        "trending-topics",
        "wechat",
        "wework"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:28",
      "score_total": 89,
      "score_traction": 29,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 35,
      "name": "starship",
      "slug": "starship",
      "tagline": "Blazing-fast cross-shell prompt supporting all major shells",
      "description": "starship 是用 Rust 编写的极速 shell 提示符，支持 bash、zsh、fish、PowerShell 等几乎所有 shell。内置 Git 状态、语言版本、Docker、AWS 等 100+ 模块，高度可定制，毫秒级响应。",
      "category": "Terminal Experience",
      "subcategory": "Shell Enhancement",
      "source": "github",
      "github_url": "https://github.com/starship/starship",
      "website_url": "https://github.com/starship/starship",
      "x_handle": "@StarshipPrompt",
      "install_cmd": "brew install starship",
      "language": "Rust",
      "license": "ISC",
      "stars": 46000,
      "rank_in_category": 2,
      "featured": false,
      "tags": [
        "prompt",
        "shell",
        "rust",
        "cross-shell",
        "git",
        "customizable"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 633,
      "name": "JeecgBoot",
      "slug": "jeecgboot",
      "tagline": "一款 AI 驱动的低代码平台，提供\"零代码\"与\"代码生成\"双模式——零代码模式一句话搭建系统，代码生成模式自动输出前后端代码与建表 SQL，生成即可运行。平台内置 AI 聊天助手、AI大模型、知识库、",
      "description": "一款 AI 驱动的低代码平台，提供\"零代码\"与\"代码生成\"双模式——零代码模式一句话搭建系统，代码生成模式自动输出前后端代码与建表 SQL，生成即可运行。平台内置 AI 聊天助手、AI大模型、知识库、AI流程编排、MCP 与插件体系，兼容主流大模型，支持一句话生成流程图、设计表单、聊天式业务操作，解决 Java 项目 80% 重复工作，高效且不失灵活。",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/jeecgboot/JeecgBoot",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 45592,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "activiti",
        "agent",
        "ai",
        "aiflow",
        "antd",
        "codegenerator",
        "deepseek",
        "flowable",
        "langchain4j",
        "llm",
        "low-code",
        "mcp",
        "mybatis-plus",
        "rag",
        "skills",
        "spring-ai",
        "springboot",
        "springboot3",
        "springcloud",
        "vue3"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:41",
      "score_total": 84,
      "score_traction": 24,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 634,
      "name": "LocalAI",
      "slug": "localai",
      "tagline": "LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any har",
      "description": "LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.",
      "category": "AI Agents",
      "subcategory": "RAG",
      "source": "github",
      "github_url": "https://github.com/mudler/LocalAI",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 44476,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agents",
        "ai",
        "api",
        "audio-generation",
        "decentralized",
        "distributed",
        "image-generation",
        "libp2p",
        "llama",
        "llm",
        "mamba",
        "mcp",
        "musicgen",
        "object-detection",
        "rerank",
        "stable-diffusion",
        "text-generation",
        "tts"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:45",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 635,
      "name": "kong",
      "slug": "kong",
      "tagline": "🦍 The API and AI Gateway",
      "description": "🦍 The API and AI Gateway",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/Kong/kong",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 43056,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "ai-gateway",
        "api-gateway",
        "api-management",
        "apis",
        "artificial-intelligence",
        "cloud-native",
        "devops",
        "kubernetes",
        "kubernetes-ingress",
        "kubernetes-ingress-controller",
        "llm-gateway",
        "llm-ops",
        "mcp",
        "mcp-gateway",
        "microservice",
        "microservices",
        "openai-proxy",
        "reverse-proxy",
        "serverless"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:50",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 524,
      "name": "chatgpt-on-wechat",
      "slug": "chatgpt-on-wechat",
      "tagline": "CowAgent是基于大模型的超级AI助理，能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长，比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微",
      "description": "CowAgent是基于大模型的超级AI助理，能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长，比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入，可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI，能处理文本、语音、图片和文件，可快速搭建个人AI助理和企业数字员工。",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/zhayujie/chatgpt-on-wechat",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 42586,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "ai-agent",
        "chatgpt",
        "claude",
        "deepseek",
        "dingtalk",
        "feishu-bot",
        "gemini",
        "kimi",
        "linkai",
        "llm",
        "mcp",
        "multi-agent",
        "openai",
        "openclaw",
        "python3",
        "qwen",
        "skills",
        "wechat",
        "weixin"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:20:04",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 525,
      "name": "cherry-studio",
      "slug": "cherry-studio",
      "tagline": "AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to fr",
      "description": "AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/CherryHQ/cherry-studio",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 42431,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agency-agents",
        "ai-agent",
        "claude-code",
        "codex",
        "open-cli",
        "openclaw",
        "opencode",
        "skills",
        "superpowers",
        "vibe-coding"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:20:09",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 706,
      "name": "fd",
      "slug": "fd",
      "tagline": "A simple, fast and user-friendly alternative to 'find'",
      "description": "A simple, fast and user-friendly alternative to 'find'",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/sharkdp/fd",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 42221,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "command-line",
        "filesystem",
        "hacktoberfest",
        "regex",
        "rust",
        "search",
        "terminal",
        "tool"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:23",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 526,
      "name": "learn-claude-code",
      "slug": "learn-claude-code",
      "tagline": "Bash is all you need -  A nano claude code–like 「agent harness」, built from 0 to 1",
      "description": "Bash is all you need -  A nano claude code–like 「agent harness」, built from 0 to 1",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/shareAI-lab/learn-claude-code",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 40672,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agent-development",
        "ai-agent",
        "claude",
        "claude-code",
        "educational",
        "llm",
        "python",
        "teaching",
        "tutorial"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:20:14",
      "score_total": 64,
      "score_traction": 24,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 636,
      "name": "mindsdb",
      "slug": "mindsdb",
      "tagline": "Query Engine for AI Analytics: Build self-reasoning agents across all your live data",
      "description": "Query Engine for AI Analytics: Build self-reasoning agents across all your live data",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/mindsdb/mindsdb",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 38845,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agents",
        "ai",
        "analytics",
        "artificial-inteligence",
        "bigquery",
        "business-intelligence",
        "databases",
        "hacktoberfest",
        "llms",
        "mcp",
        "mssql",
        "mysql",
        "postgresql",
        "rag"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:55",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 9,
      "name": "Cline",
      "slug": "cline",
      "tagline": "Open-source autonomous coding agent, VS Code + standalone CLI dual mode",
      "description": "Cline 是功能最全的开源 coding agent 之一，支持 VS Code 插件和独立 CLI 两种使用方式，可调用浏览器、终端、文件系统等工具，支持几乎所有主流 AI 模型。",
      "category": "AI Agentic Coding",
      "subcategory": "Open Source Agents",
      "source": "github",
      "github_url": "https://github.com/cline/cline",
      "website_url": "https://cline.bot",
      "x_handle": "@clinebot",
      "install_cmd": "npm install -g cline",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "stars": 38000,
      "rank_in_category": 9,
      "featured": false,
      "tags": [
        "ai",
        "vscode",
        "agent",
        "multi-model",
        "browser",
        "open-source"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 25,
      "name": "gh (GitHub CLI)",
      "slug": "gh-github-cli",
      "tagline": "Official GitHub CLI for PR, Issues and full workflow in the terminal",
      "description": "gh 是 GitHub 官方命令行工具，支持 PR 创建/审查、Issue 管理、Actions 触发、Release 发布等完整 GitHub 工作流。配合 gh copilot 子命令还可在终端使用 GitHub Copilot。",
      "category": "Git & DevOps",
      "subcategory": "Git Platform CLI",
      "source": "github",
      "github_url": "https://github.com/cli/cli",
      "website_url": "https://github.com/cli/cli",
      "x_handle": "@GitHubCLI",
      "install_cmd": "brew install gh",
      "language": "Go",
      "license": "MIT",
      "stars": 38000,
      "rank_in_category": 2,
      "featured": false,
      "tags": [
        "github",
        "pr",
        "issue",
        "actions",
        "go",
        "official",
        "essential"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 29,
      "name": "lazydocker",
      "slug": "lazydocker",
      "tagline": "Docker TUI for visual container and image management",
      "description": "lazydocker 是 lazygit 作者为 Docker 打造的 TUI 工具，提供容器、镜像、Volume 的可视化管理。实时查看日志、统计资源用量、一键停止/删除容器，告别冗长的 docker 命令。",
      "category": "Git & DevOps",
      "subcategory": "Docker",
      "source": "github",
      "github_url": "https://github.com/jesseduffield/lazydocker",
      "website_url": "https://github.com/jesseduffield/lazydocker",
      "x_handle": "@jesseduffield",
      "install_cmd": "brew install lazydocker",
      "language": "Go",
      "license": "MIT",
      "stars": 38000,
      "rank_in_category": 6,
      "featured": false,
      "tags": [
        "docker",
        "container",
        "tui",
        "go",
        "devops",
        "visual"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 707,
      "name": "yazi",
      "slug": "yazi",
      "tagline": "💥 Blazing fast terminal file manager written in Rust, based on async I/O.",
      "description": "💥 Blazing fast terminal file manager written in Rust, based on async I/O.",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/sxyazi/yazi",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 35406,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "android",
        "asyncio",
        "cli",
        "command-line",
        "concurrency",
        "cross-platform",
        "developer-tools",
        "file-explorer",
        "file-manager",
        "filesystem",
        "linux",
        "macos",
        "neovim",
        "productivity",
        "rust",
        "terminal",
        "tui",
        "vim",
        "windows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:28",
      "score_total": 66,
      "score_traction": 26,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 708,
      "name": "textual",
      "slug": "textual",
      "tagline": "The lean application framework for Python.  Build sophisticated user interfaces with a simple Python",
      "description": "The lean application framework for Python.  Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/Textualize/textual",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 35079,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "framework",
        "python",
        "rich",
        "terminal",
        "tui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:33",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 40,
      "name": "tmux",
      "slug": "tmux",
      "tagline": "Classic terminal multiplexer with persistent sessions and multi-pane",
      "description": "tmux 是最经典的终端复用器，支持会话持久化（断开连接后保持运行）、多窗口多窗格分割、会话共享协作。配合 tmux plugin manager 可无限扩展功能，是服务器远程开发的基础工具。",
      "category": "Terminal Experience",
      "subcategory": "Multiplexer",
      "source": "github",
      "github_url": "https://github.com/tmux/tmux",
      "website_url": "https://github.com/tmux/tmux",
      "x_handle": "@tmux_gh",
      "install_cmd": "brew install tmux",
      "language": "C",
      "license": "ISC",
      "stars": 35000,
      "rank_in_category": 7,
      "featured": false,
      "tags": [
        "multiplexer",
        "session",
        "ssh",
        "server",
        "c",
        "essential",
        "classic"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 637,
      "name": "LibreChat",
      "slug": "librechat",
      "tagline": "Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure",
      "description": "Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/danny-avila/LibreChat",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 35000,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "anthropic",
        "artifacts",
        "aws",
        "azure",
        "chatgpt",
        "chatgpt-clone",
        "claude",
        "clone",
        "deepseek",
        "gemini",
        "google",
        "gpt-5",
        "librechat",
        "mcp",
        "o1",
        "openai",
        "responses-api",
        "vision",
        "webui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:29:59",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 638,
      "name": "cc-switch",
      "slug": "cc-switch",
      "tagline": "A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemi",
      "description": "A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.",
      "category": "MCP Tools",
      "subcategory": "General",
      "source": "github",
      "github_url": "https://github.com/farion1231/cc-switch",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 34404,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai-tools",
        "claude-code",
        "codex",
        "desktop-app",
        "mcp",
        "minimax",
        "omo",
        "open-source",
        "openclaw",
        "openclaw-ui",
        "opencode",
        "provider-management",
        "rust",
        "skills",
        "skills-management",
        "tauri",
        "typescript",
        "wsl-support"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:04",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 38,
      "name": "nushell",
      "slug": "nushell",
      "tagline": "Next-gen shell with structured data pipelines and table output",
      "description": "nushell 将 shell 和编程语言结合，所有命令输出都是结构化数据（表格/列表/记录），可直接进行过滤、排序、分组操作。跨平台（Linux/macOS/Windows），拥有强大的类型系统和完整的脚本语言。",
      "category": "Terminal Experience",
      "subcategory": "Shell",
      "source": "github",
      "github_url": "https://github.com/nushell/nushell",
      "website_url": "https://github.com/nushell/nushell",
      "x_handle": "@nu_shell",
      "install_cmd": "brew install nushell",
      "language": "Rust",
      "license": "MIT",
      "stars": 34000,
      "rank_in_category": 5,
      "featured": false,
      "tags": [
        "shell",
        "structured-data",
        "rust",
        "cross-platform",
        "scripting",
        "modern"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 45,
      "name": "HTTPie",
      "slug": "httpie",
      "tagline": "The best curl alternative with intuitive syntax and beautiful output",
      "description": "HTTPie 是面向人类设计的 HTTP 客户端，语法比 curl 更直觉，自动格式化 JSON 输出，支持高亮显示。内置 session 管理、下载、表单提交等功能，是 API 开发和调试的首选工具。",
      "category": "Data & Network",
      "subcategory": "HTTP Client",
      "source": "github",
      "github_url": "https://github.com/httpie/cli",
      "website_url": "https://github.com/httpie/cli",
      "x_handle": "@httpie",
      "install_cmd": "brew install httpie",
      "language": "Python",
      "license": "BSD-3-Clause",
      "stars": 34000,
      "rank_in_category": 2,
      "featured": false,
      "tags": [
        "http",
        "curl",
        "api",
        "python",
        "debugging",
        "beautiful"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 430,
      "name": "Scrapling",
      "slug": "scrapling",
      "tagline": "🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale ",
      "description": "🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/D4Vinci/Scrapling",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 33299,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "ai-scraping",
        "automation",
        "crawler",
        "crawling",
        "crawling-python",
        "data",
        "data-extraction",
        "mcp",
        "mcp-server",
        "playwright",
        "python",
        "scraping",
        "selectors",
        "stealth",
        "web-scraper",
        "web-scraping",
        "web-scraping-python",
        "webscraping",
        "xpath"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:32",
      "score_total": 90,
      "score_traction": 30,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 709,
      "name": "fish-shell",
      "slug": "fish-shell",
      "tagline": "The user-friendly command line shell.",
      "description": "The user-friendly command line shell.",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/fish-shell/fish-shell",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32990,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "fish",
        "rust",
        "shell",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:38",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 639,
      "name": "nacos",
      "slug": "nacos",
      "tagline": "an easy-to-use dynamic service discovery, configuration and service management platform for building",
      "description": "an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/alibaba/nacos",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32764,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "a2a-registry",
        "agent",
        "ai-registry",
        "configuration-management",
        "distributed-configuration",
        "dubbo",
        "istio",
        "kubernetes",
        "mcp",
        "mcp-management",
        "mcp-registry",
        "microservices",
        "nacos",
        "prompt",
        "skills",
        "spring-cloud"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:13",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 640,
      "name": "ai-engineering-hub",
      "slug": "ai-engineering-hub",
      "tagline": "In-depth tutorials on LLMs, RAGs and real-world AI agent applications.",
      "description": "In-depth tutorials on LLMs, RAGs and real-world AI agent applications.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/patchy631/ai-engineering-hub",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32736,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agents",
        "ai",
        "llms",
        "machine-learning",
        "mcp",
        "rag"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:18",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 641,
      "name": "PDFMathTranslate",
      "slug": "pdfmathtranslate",
      "tagline": "[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语",
      "description": "[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译，支持 Google/DeepL/Ollama/OpenAI 等服务，提供 CLI/GUI/MCP/Docker/Zotero",
      "category": "MCP Tools",
      "subcategory": "General",
      "source": "github",
      "github_url": "https://github.com/PDFMathTranslate/PDFMathTranslate",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32520,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "chinese",
        "document",
        "edit",
        "english",
        "japanese",
        "korean",
        "latex",
        "math",
        "mcp",
        "modify",
        "obsidian",
        "openai",
        "pdf",
        "pdf2zh",
        "python",
        "russian",
        "translate",
        "translation",
        "zotero"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:23",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 710,
      "name": "glances",
      "slug": "glances",
      "tagline": "Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operati",
      "description": "Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/nicolargo/glances",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32195,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "monitoring",
        "multi-platform",
        "python",
        "restful",
        "restful-api",
        "system",
        "terminal",
        "web"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:42",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 711,
      "name": "kitty",
      "slug": "kitty",
      "tagline": "If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.",
      "description": "If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/kovidgoyal/kitty",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 32080,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "c",
        "go",
        "golang",
        "golang-application",
        "kitty",
        "kitty-terminal",
        "opengl",
        "python",
        "terminal",
        "terminal-emulators",
        "terminfo",
        "vt100"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:48",
      "score_total": 70,
      "score_traction": 30,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 431,
      "name": "chrome-devtools-mcp",
      "slug": "chrome-devtools-mcp",
      "tagline": "Chrome DevTools for coding agents",
      "description": "Chrome DevTools for coding agents",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 31913,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "browser",
        "chrome",
        "chrome-devtools",
        "debugging",
        "devtools",
        "mcp",
        "mcp-server",
        "puppeteer"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:37",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 712,
      "name": "awesome-macos-command-line",
      "slug": "awesome-macos-command-line",
      "tagline": "Use your macOS terminal shell to do awesome things.",
      "description": "Use your macOS terminal shell to do awesome things.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/herrbischoff/awesome-macos-command-line",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 30398,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "awesome",
        "awesome-list",
        "list",
        "macos",
        "macosx",
        "shell",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:35:58",
      "score_total": 70,
      "score_traction": 30,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 713,
      "name": "jumpserver",
      "slug": "jumpserver",
      "tagline": "JumpServer is an open-source Privileged Access Management (PAM) platform that provides DevOps and IT",
      "description": "JumpServer is an open-source Privileged Access Management (PAM) platform that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/jumpserver/jumpserver",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 30214,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "bastion-host",
        "cyberark",
        "django",
        "jumpserver",
        "pam",
        "python",
        "ssh-server",
        "teleport",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:03",
      "score_total": 63,
      "score_traction": 23,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 642,
      "name": "playwright-mcp",
      "slug": "playwright-mcp",
      "tagline": "Playwright MCP server",
      "description": "Playwright MCP server",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/microsoft/playwright-mcp",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 29833,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "mcp",
        "playwright"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:27",
      "score_total": 89,
      "score_traction": 29,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 527,
      "name": "CopilotKit",
      "slug": "copilotkit",
      "tagline": "The Frontend Stack for Agents & Generative UI. React + Angular.  Makers of the AG-UI Protocol",
      "description": "The Frontend Stack for Agents & Generative UI. React + Angular.  Makers of the AG-UI Protocol",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/CopilotKit/CopilotKit",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 29809,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agent-native",
        "agentic-ai",
        "agents",
        "ai",
        "ai-agent",
        "ai-assistant",
        "assistant",
        "assistant-chat-bots",
        "copilot",
        "copilot-chat",
        "generative-ui",
        "js",
        "llm",
        "nextjs",
        "open-source",
        "react",
        "reactjs",
        "ts",
        "typescript"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:20:18",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 714,
      "name": "wttr.in",
      "slug": "wttr.in",
      "tagline": ":partly_sunny: The right way to check the weather",
      "description": ":partly_sunny: The right way to check the weather",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/chubin/wttr.in",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 29166,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ascii-art",
        "curl",
        "terminal",
        "weather",
        "weather-api",
        "weather-app",
        "weather-information"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:07",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 432,
      "name": "UI-TARS-desktop",
      "slug": "ui-tars-desktop",
      "tagline": "The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra",
      "description": "The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/bytedance/UI-TARS-desktop",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 29127,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agent-tars",
        "browser-use",
        "computer-use",
        "cowork",
        "gui-agent",
        "gui-operator",
        "mcp",
        "mcp-server",
        "multimodal",
        "tars",
        "ui-tars",
        "vision",
        "vlm"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:41",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 433,
      "name": "github-mcp-server",
      "slug": "github-mcp-server",
      "tagline": "GitHub's official MCP Server",
      "description": "GitHub's official MCP Server",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/github/github-mcp-server",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 28326,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "github",
        "mcp",
        "mcp-server"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:46",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 715,
      "name": "micro",
      "slug": "micro",
      "tagline": "A modern and intuitive terminal-based text editor",
      "description": "A modern and intuitive terminal-based text editor",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/micro-editor/micro",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 28284,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "command-line",
        "cross-platform",
        "editor",
        "go",
        "golang",
        "micro",
        "terminal",
        "text-editor"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:12",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 28,
      "name": "k9s",
      "slug": "k9s",
      "tagline": "Kubernetes cluster terminal TUI, essential for K8s operators",
      "description": "k9s 提供实时的 Kubernetes 集群可视化管理界面，支持 Pod 日志查看、exec 进入容器、资源编辑删除等操作。键盘驱动的工作流让 K8s 日常运维效率翻倍，是 K8s 运维工程师的首选工具。",
      "category": "Git & DevOps",
      "subcategory": "Kubernetes",
      "source": "github",
      "github_url": "https://github.com/derailed/k9s",
      "website_url": "https://github.com/derailed/k9s",
      "x_handle": "@k9scli",
      "install_cmd": "brew install k9s",
      "language": "Go",
      "license": "Apache-2.0",
      "stars": 28000,
      "rank_in_category": 5,
      "featured": false,
      "tags": [
        "kubernetes",
        "k8s",
        "tui",
        "devops",
        "go",
        "monitoring"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 643,
      "name": "antigravity-awesome-skills",
      "slug": "antigravity-awesome-skills",
      "tagline": "Installable GitHub library of 1,326+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, ",
      "description": "Installable GitHub library of 1,326+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/sickn33/antigravity-awesome-skills",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 27812,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent-skills",
        "agentic-skills",
        "ai-agent-skills",
        "ai-agents",
        "ai-coding",
        "ai-workflows",
        "antigravity",
        "antigravity-skills",
        "claude-code",
        "claude-code-skills",
        "codex-cli",
        "codex-skills",
        "cursor",
        "cursor-skills",
        "developer-tools",
        "gemini-cli",
        "gemini-skills",
        "kiro",
        "mcp",
        "skill-library"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:32",
      "score_total": 90,
      "score_traction": 30,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 644,
      "name": "AstrBot",
      "slug": "astrbot",
      "tagline": "Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature",
      "description": "Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/AstrBotDevs/AstrBot",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 27776,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "ai",
        "chatbot",
        "chatgpt",
        "discord",
        "docker",
        "gemini",
        "gpt",
        "llama",
        "llm",
        "mcp",
        "openai",
        "python",
        "qq",
        "qqbot",
        "telegram"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:36",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 645,
      "name": "FastGPT",
      "slug": "fastgpt",
      "tagline": "FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-",
      "description": "FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/labring/FastGPT",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 27549,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "claude",
        "deepseek",
        "llm",
        "mcp",
        "nextjs",
        "openai",
        "qwen",
        "rag",
        "workflow"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:41",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 646,
      "name": "composio",
      "slug": "composio",
      "tagline": "Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed wor",
      "description": "Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.",
      "category": "AI Agents",
      "subcategory": "Chatbot",
      "source": "github",
      "github_url": "https://github.com/ComposioHQ/composio",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 27544,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agentic-ai",
        "agents",
        "ai",
        "ai-agents",
        "aiagents",
        "developer-tools",
        "function-calling",
        "gpt-4",
        "javascript",
        "js",
        "llm",
        "llmops",
        "mcp",
        "python",
        "remote-mcp-server",
        "sse",
        "typescript"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:46",
      "score_total": 83,
      "score_traction": 23,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 434,
      "name": "ruflo",
      "slug": "ruflo",
      "tagline": "🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordi",
      "description": "🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features    enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/ruvnet/ruflo",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 27310,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agentic-ai",
        "agentic-engineering",
        "agentic-framework",
        "agentic-rag",
        "agentic-workflow",
        "agents",
        "ai-assistant",
        "ai-tools",
        "anthropic-claude",
        "autonomous-agents",
        "claude-code",
        "claude-code-skills",
        "codex",
        "huggingface",
        "mcp-server",
        "model-context-protocol",
        "multi-agent",
        "multi-agent-systems",
        "swarm",
        "swarm-intelligence"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:51",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 716,
      "name": "iTerm2-Color-Schemes",
      "slug": "iterm2-color-schemes",
      "tagline": "Over 450 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY,",
      "description": "Over 450 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty, Ghostty, and many more",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/mbadolato/iTerm2-Color-Schemes",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 26656,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "color-scheme",
        "freebsd-vt",
        "iterm",
        "iterm2",
        "konsole",
        "konsole-color-schemes",
        "lxterminal",
        "osx-terminal-themes",
        "putty",
        "putty-color-schemes",
        "schemes",
        "terminal",
        "terminal-schemes",
        "terminal-themes",
        "terminator",
        "theme",
        "themes",
        "windows-terminal",
        "xrdb",
        "xresources"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:17",
      "score_total": 70,
      "score_traction": 30,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 435,
      "name": "gpt-researcher",
      "slug": "gpt-researcher",
      "tagline": "An autonomous agent that conducts deep research on any data using any LLM providers",
      "description": "An autonomous agent that conducts deep research on any data using any LLM providers",
      "category": "AI Agents",
      "subcategory": "RAG",
      "source": "github",
      "github_url": "https://github.com/assafelovic/gpt-researcher",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 26052,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "ai",
        "automation",
        "deepresearch",
        "llms",
        "mcp",
        "mcp-server",
        "python",
        "research",
        "search",
        "webscraping"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:55",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 647,
      "name": "kratos",
      "slug": "kratos",
      "tagline": "Your ultimate Go microservices framework for the cloud-native era.",
      "description": "Your ultimate Go microservices framework for the cloud-native era.",
      "category": "MCP Tools",
      "subcategory": "General",
      "source": "github",
      "github_url": "https://github.com/go-kratos/kratos",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 25575,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "architecture",
        "cloud-native",
        "framework",
        "generate",
        "go",
        "golang",
        "grpc",
        "http",
        "kratos",
        "mcp",
        "microservice",
        "microservices",
        "protobuf"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:51",
      "score_total": 86,
      "score_traction": 26,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 717,
      "name": "cool-retro-term",
      "slug": "cool-retro-term",
      "tagline": "A good looking terminal emulator which mimics the old cathode display...",
      "description": "A good looking terminal emulator which mimics the old cathode display...",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/Swordfish90/cool-retro-term",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 25338,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "linux",
        "macos",
        "qml",
        "qt",
        "retro",
        "terminal"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:21",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 718,
      "name": "wezterm",
      "slug": "wezterm",
      "tagline": "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented i",
      "description": "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/wezterm/wezterm",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 25178,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "rust",
        "serial",
        "serial-port",
        "terminal",
        "terminal-emulator",
        "terminal-emulators"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:26",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 648,
      "name": "xiaozhi-esp32",
      "slug": "xiaozhi-esp32",
      "tagline": "An MCP-based chatbot | 一个基于MCP的聊天机器人",
      "description": "An MCP-based chatbot | 一个基于MCP的聊天机器人",
      "category": "MCP Tools",
      "subcategory": "General",
      "source": "github",
      "github_url": "https://github.com/78/xiaozhi-esp32",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 25149,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "chatbot",
        "esp32",
        "mcp"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:30:55",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 649,
      "name": "gin-vue-admin",
      "slug": "gin-vue-admin",
      "tagline": "🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台，企业级业务AI+开发解决方案，内置mcp辅助服务，内置skills管理，支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件",
      "description": "🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台，企业级业务AI+开发解决方案，内置mcp辅助服务，内置skills管理，支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/flipped-aurora/gin-vue-admin",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 24514,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "admin",
        "ai",
        "casbin",
        "claw",
        "element-ui",
        "gin",
        "gin-admin",
        "gin-vue-admin",
        "go",
        "go-admin",
        "golang",
        "gorm",
        "i18n",
        "jwt",
        "mcp",
        "skills",
        "vibecoding",
        "vue",
        "vue-admin",
        "vue3"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:00",
      "score_total": 88,
      "score_traction": 28,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 650,
      "name": "fastmcp",
      "slug": "fastmcp",
      "tagline": "🚀 The fast, Pythonic way to build MCP servers and clients.",
      "description": "🚀 The fast, Pythonic way to build MCP servers and clients.",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/PrefectHQ/fastmcp",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 24071,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agents",
        "fastmcp",
        "llms",
        "mcp",
        "mcp-clients",
        "mcp-servers",
        "mcp-tools",
        "model-context-protocol",
        "python"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:04",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 18,
      "name": "delta",
      "slug": "delta",
      "tagline": "git diff enhancer with syntax highlighting and side-by-side view",
      "description": "delta 是 git diff 的可视化增强工具，提供语法高亮、行号显示、并排 diff 模式和可自定义主题。配置到 ~/.gitconfig 后，所有 git 操作的 diff 输出都会自动美化。",
      "category": "Modern Unix Replacements",
      "subcategory": "Git Enhancement",
      "source": "github",
      "github_url": "https://github.com/dandavison/delta",
      "website_url": "https://github.com/dandavison/delta",
      "x_handle": "@dandavison7",
      "install_cmd": "brew install git-delta",
      "language": "Rust",
      "license": "MIT",
      "stars": 24000,
      "rank_in_category": 6,
      "featured": false,
      "tags": [
        "git",
        "diff",
        "syntax-highlight",
        "rust",
        "beautify"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 19,
      "name": "zoxide",
      "slug": "zoxide",
      "tagline": "Smart cd replacement that learns your navigation habits",
      "description": "zoxide 是 cd 命令的智能替代品，通过 frecency 算法（频率 + 最近使用）记录你访问过的目录。输入目录名的一部分即可快速跳转，无需记住完整路径，极大提升导航效率。",
      "category": "Modern Unix Replacements",
      "subcategory": "Search & Navigation",
      "source": "github",
      "github_url": "https://github.com/ajeetdsouza/zoxide",
      "website_url": "https://github.com/ajeetdsouza/zoxide",
      "x_handle": "@ajeetdsouza",
      "install_cmd": "brew install zoxide",
      "language": "Rust",
      "license": "MIT",
      "stars": 24000,
      "rank_in_category": 7,
      "featured": false,
      "tags": [
        "cd",
        "navigation",
        "frecency",
        "rust",
        "smart",
        "essential"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 651,
      "name": "repomix",
      "slug": "repomix",
      "tagline": "📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perf",
      "description": "📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.",
      "category": "MCP Tools",
      "subcategory": "MCP Server",
      "source": "github",
      "github_url": "https://github.com/yamadashy/repomix",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 22685,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai",
        "anthropic",
        "artificial-intelligence",
        "chatbot",
        "chatgpt",
        "claude",
        "deepseek",
        "developer-tools",
        "gemini",
        "genai",
        "generative-ai",
        "gpt",
        "javascript",
        "language-model",
        "llama",
        "llm",
        "mcp",
        "nodejs",
        "openai",
        "typescript"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:09",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 652,
      "name": "mastra",
      "slug": "mastra",
      "tagline": "From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents w",
      "description": "From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/mastra-ai/mastra",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 22386,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agents",
        "ai",
        "chatbots",
        "evals",
        "javascript",
        "llm",
        "mcp",
        "nextjs",
        "nodejs",
        "reactjs",
        "tts",
        "typescript",
        "workflows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:14",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 436,
      "name": "serena",
      "slug": "serena",
      "tagline": "A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & ",
      "description": "A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/oraios/serena",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 22171,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "ai",
        "ai-coding",
        "claude",
        "claude-code",
        "language-server",
        "llms",
        "mcp-server",
        "programming",
        "vibe-coding"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:12:59",
      "score_total": 83,
      "score_traction": 23,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 22,
      "name": "atuin",
      "slug": "atuin",
      "tagline": "Shell history supercharged with encrypted cross-device sync and search",
      "description": "atuin 用 SQLite 替换 shell 历史记录，支持全文搜索、按目录/退出码过滤、加密跨设备同步。可自托管同步服务器，彻底告别 Ctrl+R 的局限性。",
      "category": "Modern Unix Replacements",
      "subcategory": "Shell Enhancement",
      "source": "github",
      "github_url": "https://github.com/atuinsh/atuin",
      "website_url": "https://atuin.sh",
      "x_handle": "@atuinsh",
      "install_cmd": "brew install atuin",
      "language": "Rust",
      "license": "MIT",
      "stars": 22000,
      "rank_in_category": 10,
      "featured": false,
      "tags": [
        "history",
        "shell",
        "sync",
        "sqlite",
        "rust",
        "search"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 43,
      "name": "Warp",
      "slug": "warp",
      "tagline": "AI-native terminal that runs multiple agents simultaneously",
      "description": "Warp 是将 AI 原生集成到终端本身的革命性工具，支持同时运行多个 AI Agent、自然语言转命令、智能命令建议。内置分享、协作和历史搜索功能，是终端形态创新的先驱产品。",
      "category": "Terminal Experience",
      "subcategory": "AI Terminal",
      "source": "github",
      "github_url": "https://github.com/warpdotdev/warp",
      "website_url": "https://warp.dev",
      "x_handle": "@warpdotdev",
      "install_cmd": "brew install --cask warp",
      "language": "Rust",
      "license": "Proprietary",
      "stars": 22000,
      "rank_in_category": 10,
      "featured": false,
      "tags": [
        "terminal",
        "ai",
        "agent",
        "rust",
        "collaboration",
        "modern"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 719,
      "name": "gitui",
      "slug": "gitui",
      "tagline": "Blazing 💥 fast terminal-ui for git written in rust 🦀",
      "description": "Blazing 💥 fast terminal-ui for git written in rust 🦀",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/gitui-org/gitui",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 21643,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "async",
        "bash",
        "command-line-interface",
        "command-line-tool",
        "git",
        "hacktoberfest",
        "rust",
        "terminal",
        "tui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:30",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 437,
      "name": "activepieces",
      "slug": "activepieces",
      "tagline": "AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Ag",
      "description": "AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/activepieces/activepieces",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 21451,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ai-agent",
        "ai-agent-tools",
        "ai-agents",
        "ai-agents-framework",
        "mcp",
        "mcp-server",
        "mcp-tools",
        "mcps",
        "n8n-alternative",
        "no-code-automation",
        "workflow",
        "workflow-automation",
        "workflows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:13:04",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 720,
      "name": "nnn",
      "slug": "nnn",
      "tagline": "n³ The unorthodox terminal file manager",
      "description": "n³ The unorthodox terminal file manager",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/jarun/nnn",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 21428,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "android",
        "batch-rename",
        "c",
        "cli",
        "command-line",
        "developer-tools",
        "disk-usage",
        "file-manager",
        "file-preview",
        "file-search",
        "filesystem",
        "launcher",
        "multi-platform",
        "ncurses",
        "productivity",
        "raspberry-pi",
        "terminal",
        "tui",
        "vim",
        "wsl"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:35",
      "score_total": 70,
      "score_traction": 30,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 653,
      "name": "agentscope",
      "slug": "agentscope",
      "tagline": "Build and run agents you can see, understand and trust.",
      "description": "Build and run agents you can see, understand and trust.",
      "category": "AI Agents",
      "subcategory": "Workflow",
      "source": "github",
      "github_url": "https://github.com/agentscope-ai/agentscope",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 21062,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "chatbot",
        "large-language-models",
        "llm",
        "llm-agent",
        "mcp",
        "multi-agent",
        "multi-modal",
        "react-agent"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:18",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 12,
      "name": "Continue",
      "slug": "continue",
      "tagline": "Open-source AI code assistant supporting self-hosted private models",
      "description": "Continue 是开源 AI 编程助手平台，支持自托管和私有部署，可接入 Ollama、LM Studio 等本地模型。提供 CLI 和 IDE 插件双模式，企业数据完全不离开本地。",
      "category": "AI Agentic Coding",
      "subcategory": "Self-hosted Agents",
      "source": "github",
      "github_url": "https://github.com/continuedev/continue",
      "website_url": "https://github.com/continuedev/continue",
      "x_handle": "@continuedev",
      "install_cmd": "npm install -g @continuedev/cli",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "stars": 21000,
      "rank_in_category": 12,
      "featured": false,
      "tags": [
        "ai",
        "self-hosted",
        "private",
        "ollama",
        "open-source",
        "enterprise"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 721,
      "name": "fastfetch",
      "slug": "fastfetch",
      "tagline": "A maintained, feature-rich and performance oriented, neofetch like system information tool.",
      "description": "A maintained, feature-rich and performance oriented, neofetch like system information tool.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/fastfetch-cli/fastfetch",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20972,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "bsdfetch",
        "command-line",
        "fastfetch",
        "fetch",
        "flashfetch",
        "hacktoberfest",
        "macfetch",
        "neofetch",
        "terminal",
        "winfetch"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:40",
      "score_total": 67,
      "score_traction": 27,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 722,
      "name": "eza",
      "slug": "eza",
      "tagline": "A modern alternative to ls",
      "description": "A modern alternative to ls",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/eza-community/eza",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20846,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "color",
        "command-line",
        "files",
        "hacktoberfest",
        "icons",
        "ls",
        "nerd-fonts",
        "rust",
        "terminal",
        "tools"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:44",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 438,
      "name": "MaxKB",
      "slug": "maxkb",
      "tagline": "🔥 MaxKB is an open-source platform for building enterprise-grade agents.  强大易用的开源企业级智能体平台。",
      "description": "🔥 MaxKB is an open-source platform for building enterprise-grade agents.  强大易用的开源企业级智能体平台。",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/1Panel-dev/MaxKB",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20588,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "agentic-ai",
        "chatbot",
        "deepseek-r1",
        "knowledgebase",
        "langchain",
        "llama3",
        "llm",
        "maxkb",
        "mcp-server",
        "ollama",
        "pgvector",
        "qwen3",
        "rag"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:13:09",
      "score_total": 86,
      "score_traction": 26,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 654,
      "name": "excelize",
      "slug": "excelize",
      "tagline": "Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spre",
      "description": "Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/qax-os/excelize",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20432,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "agent",
        "ai",
        "analytics",
        "chart",
        "ecma-376",
        "excel",
        "excelize",
        "formula",
        "go",
        "mcp",
        "microsoft",
        "office",
        "ooxml",
        "spreadsheet",
        "statistics",
        "table",
        "vba",
        "visualization",
        "xlsx",
        "xml"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:31:23",
      "score_total": 82,
      "score_traction": 22,
      "score_ai_readiness": 50,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 723,
      "name": "spaceship-prompt",
      "slug": "spaceship-prompt",
      "tagline": "🚀✨ Minimalistic, powerful and extremely customizable Zsh prompt",
      "description": "🚀✨ Minimalistic, powerful and extremely customizable Zsh prompt",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/spaceship-prompt/spaceship-prompt",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20428,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "oh-my-zsh",
        "prompt",
        "shell",
        "shell-prompt",
        "shell-theme",
        "spaceship",
        "terminal",
        "zsh",
        "zsh-theme",
        "zsh-users"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:49",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 724,
      "name": "goaccess",
      "slug": "goaccess",
      "tagline": "GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix syst",
      "description": "GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/allinurl/goaccess",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20365,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "analytics",
        "apache",
        "c",
        "caddy",
        "cli",
        "command-line",
        "dashboard",
        "data-analysis",
        "gdpr",
        "goaccess",
        "google-analytics",
        "monitoring",
        "ncurses",
        "nginx",
        "privacy",
        "real-time",
        "terminal",
        "tui",
        "web-analytics",
        "webserver"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:53",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 528,
      "name": "AionUi",
      "slug": "aionui",
      "tagline": "Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, ",
      "description": "Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!",
      "category": "AI Agents",
      "subcategory": "Coding Agent",
      "source": "github",
      "github_url": "https://github.com/iOfficeAI/AionUi",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20288,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "acp",
        "ai",
        "ai-agent",
        "chat",
        "chatbot",
        "claude-code",
        "clawd",
        "clawdbot",
        "codex",
        "cowork",
        "gemini",
        "gemini-cli",
        "llm",
        "nano-banana",
        "office",
        "openclaw",
        "opencode",
        "skills",
        "webui"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:20:26",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 725,
      "name": "xterm.js",
      "slug": "xterm.js",
      "tagline": "A terminal for the web",
      "description": "A terminal for the web",
      "category": "CLI Tools",
      "subcategory": "Search",
      "source": "github",
      "github_url": "https://github.com/xtermjs/xterm.js",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 20191,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "console",
        "development",
        "javascript",
        "pty",
        "ssh",
        "terminal",
        "terminal-emulators",
        "tty",
        "typescript",
        "vt100",
        "webgl",
        "xterm"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:36:59",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 726,
      "name": "ratatui",
      "slug": "ratatui",
      "tagline": "A Rust crate for cooking up terminal user interfaces (TUIs) 👨‍🍳🐀 https://ratatui.rs",
      "description": "A Rust crate for cooking up terminal user interfaces (TUIs) 👨‍🍳🐀 https://ratatui.rs",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/ratatui/ratatui",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 19368,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "ratatui",
        "rust",
        "terminal",
        "terminal-user-interface",
        "tui",
        "widgets"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:37:04",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 727,
      "name": "vhs",
      "slug": "vhs",
      "tagline": "Your CLI home video recorder 📼",
      "description": "Your CLI home video recorder 📼",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/charmbracelet/vhs",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 19140,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "ascii",
        "cli",
        "command-line",
        "gif",
        "recording",
        "terminal",
        "vhs",
        "video"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:37:09",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 728,
      "name": "typer",
      "slug": "typer",
      "tagline": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
      "description": "Typer, build great CLIs. Easy to code. Based on Python type hints.",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/fastapi/typer",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 19085,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "cli",
        "click",
        "python",
        "python3",
        "shell",
        "terminal",
        "typehints",
        "typer"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:37:13",
      "score_total": 66,
      "score_traction": 26,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 729,
      "name": "waveterm",
      "slug": "waveterm",
      "tagline": "An open-source, AI-integrated, cross-platform terminal for seamless workflows",
      "description": "An open-source, AI-integrated, cross-platform terminal for seamless workflows",
      "category": "CLI Tools",
      "subcategory": "Git",
      "source": "github",
      "github_url": "https://github.com/wavetermdev/waveterm",
      "website_url": null,
      "x_handle": null,
      "install_cmd": null,
      "language": null,
      "license": null,
      "stars": 18706,
      "rank_in_category": 99,
      "featured": false,
      "tags": [
        "command-line",
        "developer-tools",
        "linux",
        "macos",
        "productivity",
        "terminal",
        "terminal-emulators",
        "windows"
      ],
      "status": "active",
      "created_at": "2026-03-27 15:37:18",
      "score_total": 62,
      "score_traction": 22,
      "score_ai_readiness": 30,
      "score_safety": 10,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": true,
      "is_rising": true,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    },
    {
      "id": 27,
      "name": "gitleaks",
      "slug": "gitleaks",
      "tagline": "Git repo secret scanner, ideal for CI security gates",
      "description": "gitleaks 扫描 Git 历史记录中的密钥、API Token、密码等敏感信息泄露。支持自定义规则，可集成到 CI/CD 流水线作为安全门禁，是 DevSecOps 实践的必备工具。",
      "category": "Git & DevOps",
      "subcategory": "Security",
      "source": "github",
      "github_url": "https://github.com/gitleaks/gitleaks",
      "website_url": "https://github.com/gitleaks/gitleaks",
      "x_handle": "@gitleaks",
      "install_cmd": "brew install gitleaks",
      "language": "Go",
      "license": "MIT",
      "stars": 18000,
      "rank_in_category": 4,
      "featured": false,
      "tags": [
        "security",
        "secrets",
        "scanning",
        "ci",
        "go",
        "devsecops"
      ],
      "status": "active",
      "created_at": "2026-03-21 06:52:02",
      "score_total": 0,
      "score_traction": 0,
      "score_ai_readiness": 0,
      "score_safety": 0,
      "mcp_native": false,
      "json_output": false,
      "headless_mode": false,
      "is_eligible": false,
      "is_rising": false,
      "star_velocity_30d": 0,
      "star_velocity_relative": 0,
      "fork_star_ratio": 0,
      "contributors": 0,
      "project_age_days": 0,
      "stars_last_week": 0,
      "stars_last_month": 0,
      "trending_score": 0,
      "rising_score": 0,
      "newbie_friendly": 0
    }
  ],
  "total": 100,
  "filters": {
    "category": "",
    "tag": "",
    "source": "",
    "q": "",
    "sort": "stars",
    "limit": 100
  },
  "_hint": "clihunt.dev — CLI & agent registry. Submit your tool at https://clihunt.dev"
}