ClaudeWave
ikaijua
ikaijua

Awesome-AITools

View on GitHub

Collection of AI-related utilities. Welcome to submit pull requests /收藏AI相关的实用工具,欢迎提交pull requests

Skills5.8k stars517 forksPythonUpdated yesterday
ClaudeWave Trust Score
85/100
Trusted
Passed
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No license declared
Last scanned: 4/14/2026
Install in Claude Desktop
Method detected: Manual
{
  "mcpServers": {
    "awesome-aitools": {
      "command": "node",
      "args": ["/path/to/Awesome-AITools/dist/index.js"]
    }
  }
}
1. Copy the snippet above.
2. Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
3. Replace any <placeholder> values with your API keys or paths.
4. Restart Claude Desktop. The MCP server appears automatically.
💡 Clone https://github.com/ikaijua/Awesome-AITools and follow its README for install instructions.
Use cases
🎨 Creative🧠 AI / ML🛠️ Dev Tools

Skills overview

<div align="center">
    <h1>Awesome AI Tools</h1>
    <a href="https://awesome.re"><img src="https://awesome.re/badge.svg"/></a>
    <br>
    <a href="https://github.com/ikaijua/Awesome-AITools/stargazers"><img src="https://img.shields.io/github/stars/ikaijua/Awesome-AITools?style=social" alt="Stars"></a>
    <a href="https://github.com/ikaijua/Awesome-AITools/network/members"><img src="https://img.shields.io/github/forks/ikaijua/Awesome-AITools?style=social" alt="Forks"></a>
    <a href="https://github.com/ikaijua/Awesome-AITools/commits"><img src="https://img.shields.io/github/last-commit/ikaijua/Awesome-AITools" alt="Last Commit"></a>
</div>

English | [中文](README-CN.md)

This repo collects awesome AI tools. Welcome everyone to recommend more awesome AI tools together! Please use the following template as a reference for your recommendations. [issue](https://github.com/ikaijua/Awesome-AITools/issues/233)


<a href="https://www.buymeacoffee.com/ikaijuaawesomeaitools" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

## All Categories
- [All Categories](#all-categories)
  - [ChatGPT and other AI chatbot](#chatgpt-and-other-ai-chatbot)
  - [AI Agent](#ai-agent)
  - [Agent Skills](#agent-skills)
  - [Office Collaboration CLI/MCP](#office-collaboration-climcp)
  - [Open Source LLMs](#open-source-llms)
  - [LLM Leaderboard](#llm-leaderboard)
  - [GPT LLMs Applications](#gpt-llms-applications)
  - [AI Coding](#ai-coding)
  - [AI Finance & Quant Investment](#ai-finance--quant-investment)
  - [AI Image Creation](#ai-image-creation)
  - [Video Creation](#video-creation)
  - [AI Cloud Platform](#ai-cloud-platform)
  - [LLM Prompts](#llm-prompts)
  - [LLM training platform](#llm-training-platform)
  - [News Information](#news-information)
  - [Writing](#writing)
  - [Translation](#translation)
  - [Speech Recognition](#speech-recognition)
  - [Text To Speech](#text-to-speech)
  - [Music Recognition](#music-recognition)
  - [Voice Processing](#voice-processing)
  - [AI generated music or sound effects](#ai-generated-music-or-sound-effects)
  - [Speech translation](#speech-translation)
  - [Video Content Summary](#video-content-summary)
  - [Academic research](#academic-research)
  - [OCR](#ocr)
  - [Real Estate](#real-estate)
  - [AI Detection](#ai-detection)

### ChatGPT and other AI chatbot
| Name | Description | Links | Fees |
| --- | --- | --- | --- |
| Gemini| Google's AI chatbot, including Gemini-3.1 pro. Excels in multimodality, high-fidelity image generation/analysis, and deep integration with the Google ecosystem. Best for: Image processing and web information integration, Deep Research feature performs exceptionally well, seamlessly integrates with Google Drive. [ai.google.dev](https://ai.google.dev/)|[URL](https://gemini.google.com/) <br> |Free/Paid|
| ChatGPT | OpenAI's AI chatbot, including GPT-5.4. Best for general purpose, coding, and creative writing. Great for most users. Memory function is currently the best - it remembers what you've said and picks up right where you left off in the next conversation, making it feel most like talking to a real person. | [URL](https://chatgpt.com) | Free/Paid |
| Claude| Anthropic's AI chatbot, including Claude Opus 4.6. Best for coding, long context, safety, and enterprise use. Cowork functionality transforms AI into a true "agent" rather than just a chatbot - can pull financial data, build Excel forecasting models, etc., with high efficiency. |[URL](https://claude.ai/)| Free/Paid|
| DeepSeek | DeepSeek's AI chatbot. Cost-effective option. [API](https://platform.deepseek.com/api_keys)|[URL](https://chat.deepseek.com/)|Free/Paid|
| Grok | xAI's AI chatbot, including grok-4.20-beta. Best for real-time internet access and Elon Musk's AI vision. Real-time data and news is its moat - can directly access posts on X as information sources, a differentiation that's hard to replicate. [x.com/grok](https://x.com/i/grok) |[URL](https://grok.com/)|Free/Paid|
| qwen | Alibaba's AI chatbot. Includes Qwen3.5, Qwen3.5-Code and other Qwen LLMs.|[URL](https://chat.qwen.ai/)|Free|
| Dola | Bytedance's AI chatbot. Intuitive interface and good general capabilities.|[URL](https://www.dola.com/)|Free|

### AI Agent
| Name | Description | Links | Fees |
| --- | --- | --- | --- |
|OpenClaw|Open-source self-hosted AI agent that runs locally and autonomously executes tasks. Connects to WhatsApp, Telegram, Slack, Discord and other messaging platforms, with browser control, system access, and persistent memory. Developed by Peter Steinberger, one of the fastest-growing open-source projects. [Intro](docs/openclaw/README.md)|[Github](https://github.com/openclaw/openclaw) ![GitHub Repo stars](https://img.shields.io/github/stars/openclaw/openclaw?style=social)|Free|
| Claude Code | Anthropic's AI coding assistant with strong long‑context understanding, complex code refactoring and agent capabilities. [Intro](docs/claude-code/README.md)|[Github](https://github.com/anthropics/claude-code)<br> ![GitHub Repo stars](https://img.shields.io/github/stars/anthropics/claude-code?style=social)|Free|
|Codex|OpenAI's lightweight coding agent that runs in your terminal. An AI-powered coding assistant that can understand and modify code directly from the command line. [Intro](docs/codex/README.md)|[Github](https://github.com/openai/codex) ![GitHub Repo stars](https://img.shields.io/github/stars/openai/codex?style=social)|Free|
|Gemini CLI|An open-source AI agent that brings the power of Gemini directly into your terminal. [Intro](docs/gemini-cli/README.md)|[Github](https://github.com/google-gemini/gemini-cli/)![GitHub Repo stars](https://img.shields.io/github/stars/google-gemini/gemini-cli?style=social)|Free|
| autoresearch | An autonomous AI agent for machine learning research by Karpathy. It can formulate hypotheses, modify training code, run experiments, and evaluate results autonomously to find performance improvements. | [Github](https://github.com/karpathy/autoresearch) ![GitHub Repo stars](https://img.shields.io/github/stars/karpathy/autoresearch?style=social) | Free |
| musistudio/claude-code-router | A powerful tool to route Claude Code requests to different models and customize any request. Supports multi-provider routing, request/response transformation, dynamic model switching, CLI model management, and GitHub Actions integration. |[Github](https://github.com/musistudio/claude-code-router) ![GitHub Repo stars](https://img.shields.io/github/stars/musistudio/claude-code-router?style=social)|Free|
|AnyGen|AnyGen is the AI assistant that truly "gets work done" for you. From writing and analysis to planning and reporting, it transforms your ideas into ready-to-use professional deliverables in minutes. [The AI Assistant Built for Work](https://www.anygen.io/task/LkA2pg7EXaVJkrgETSol5DelgEd)|[URL](https://www.anygen.io/)|Free Trial/Paid|
|agentscope|Agent-Oriented Programming for Building LLM Applications, Open-sourced by Alibaba|[Github](https://github.com/agentscope-ai/agentscope)![GitHub Repo stars](https://img.shields.io/github/stars/agentscope-ai/agentscope?style=social)|Free|
|Auto-GPT|Open source, An experimental open-source attempt to make GPT-4 fully autonomous.|[GitHub](https://github.com/Significant-Gravitas/Auto-GPT) <br> ![GitHub Repo stars](https://img.shields.io/github/stars/Significant-Gravitas/Auto-GPT?style=social)|Free|
|microsoft/autogen|AutoGen is an open-source programming framework for building AI agents and facilitating cooperation among multiple agents to solve tasks. |[Github](https://github.com/microsoft/autogen) ![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/autogen?style=social)|Free|
|potpie-ai/potpie|Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. |[URL](https://potpie.ai) , [Github](https://github.com/potpie-ai/potpie) ![GitHub Repo stars](https://img.shields.io/github/stars/potpie-ai/potpie?style=social)|Free Trial|
|MastraAI|Mastra is an opinionated TypeScript framework that helps you build AI applications and features quickly. It gives you the set of primitives you need: workflows, agents, RAG, integrations and evals|[Github](https://github.com/mastra-ai/mastra) ![GitHub Repo stars](https://img.shields.io/github/stars/mastra-ai/mastra?style=social)|Free|
|msitarzewski/agency-agents|Open-source AI agency toolkit with 70+ specialized agent personas across engineering, design, marketing, sales, and more. Features ready-to-use agent personalities, workflow templates, and multi-tool support for Claude Code, Cursor, Aider and other AI dev tools.|[Github](https://github.com/msitarzewski/agency-agents) ![GitHub Repo stars](https://img.shields.io/github/stars/msitarzewski/agency-agents?style=social)|Free|
|deer-flow|A framework for building high-performance AI agents, developed by ByteDance. It provides a flexible and efficient way to orchestrate complex agent workflows with built-in support for various LLMs.|[Github](https://github.com/bytedance/deer-flow) ![GitHub Repo stars](https://img.shields.io/github/stars/bytedance/deer-flow?style=social)|Free|
|weixin-agent-sdk|WeChat AI Agent bridge framework that connects any AI backend to WeChat through a simple Agent interface. Supports ACP protocol for Claude Code, Codex and other compatible agents.|[Github](https://github.com/wong2/weixin-agent-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/wong2/weixin-agent-sdk?style=social)|Free|
| codex-plugin-cc | Claude Code plugin that enables using OpenAI Codex for code reviews and task delegation directly within Claude Code workflow. Provides /codex:review, /codex:adversarial-review and other commands | [Github](https://github.com/openai/codex-plugin-cc) ![GitHub Repo stars](https://img.shields.io/github/stars/openai/codex-plugin-cc?style=social) | Free |
|instruct
agent-skillsaiartificial-intelligenceawesomeawesome-listawesome-listschatgptclaudeclaude-skillsclaudecodedeepseekgeminigemini3-progptgpt-5llmmachinelearningnanobananatools

More Skills