Home/Developer Tools/awesome-chatgpt-zh
awesome-chatgpt-zh logo

awesome-chatgpt-zh

EmbraceAGI/awesome-chatgpt-zh

A comprehensive guide to better utilizing ChatGPT in Chinese.

GraphCanon updated 3w · GitHub synced 3w

12k stars948 forksLast push 1mo Python MIT

Decision brief

awesome-chatgpt-zh is a resourceful guide for maximizing ChatGPT's utility in Chinese contexts.

Good fit when

  • When enhancing productivity specifically with Chinese-based prompts and instructions for ChatGPT.
  • To access curated resources, application development guides, and instructional material optimized for Chinese users.

Avoid when

  • If the intended use of ChatGPT is primarily in languages other than Chinese where alternative language-specific guides or repositories may be more beneficial.
  • When seeking direct technical support or updates on the latest features of ChatGPT that are not specifically about improving its usage in a Chinese context.
Pricing:
freemium
Requirements:
Basic knowledge of Python and an understanding of ChatGPT's capabilities would be advantageous.

Observed Jul 16, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Active (23d since push)
As of 3w
Provenance
Not a fork · Organization account
As of 3w
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install awesome-chatgpt-zh
PyPI

How it fits your stack(1)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

This repository provides guidelines for improving the usage of ChatGPT in Chinese, including resources and instructions. Aimed at enhancing productivity with AI chatbot technology.

Capability facts

Languages
python

Source: github.language · Jul 27, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Works with ChatGPTChatGPT

Source: README excerpt (regex_v1, Jul 27, 2026)

# 🤖 ChatGPT 中文指南 🤖
Source link

Tags

README

🤖 ChatGPT 中文指南 🤖

GitHub 持续更新,欢迎关注,欢迎 star ~

为方便国内访问, GitLab 镜像同步更新~

ChatGPT 中文指南项目旨在帮助中文用户了解和使用 ChatGPT 及前沿 AI 技术。我们收集了各种免费和付费的 ChatGPT 资源、高效使用中文与大模型交流的方法、应用开发的相关资源,以及基于大模型能力的生产力工具。项目持续跟进 AI 前沿:从 GPT-5、Claude 4、DeepSeek、Gemini 3 等最新大模型,到 Claude Skills、MCP(模型上下文协议)、AI Agent 智能体开发等当代核心主题,您都能在这里找到丰富的工具、应用与示例。

  • 🤖 ChatGPT 中文指南 🤖
    • 什么是 ChatGPT ?
    • ChatGPT 使用途径
    • 与 ChatGPT 高效对话?——Prompt工程指南
    • OpenAI GPTs 指南
    • 前沿大模型经典技术文章
    • ChatGPT 顶级爆款开源项目(10K+ Stars)
    • ChatGPT 应用
    • ChatGPT 扩展能力 (GPTs / Actions)
    • ChatGPT 应用开发指南
    • Claude Skills 指南
    • MCP 模型上下文协议指南
    • Coding Agents 编程智能体
    • Agent-First 为智能体而构建
    • 浏览器与计算机自动化
    • LLM 开发 RAG 指南
    • Sora 指南
    • LLMs: 大模型
    • AGI:通用人工智能之路
    • AI 生产力工具
    • AI 搞钱
    • 思考
    • ChatGPT 使用交流
    • Star History
    • 贡献指南
    • 致谢

什么是 ChatGPT ?

以下是 ChatGPT 为大家做的自我介绍:

你好!我是ChatGPT,一个由OpenAI开发的大型语言模型,基于GPT-4架构。我的任务是通过自然语言处理技术,与用户进行交流并提供帮助。我可以回答问题、提供建议、进行简单对话等。我的知识截止于2021年9月,所以关于那之后的信息可能无法为您提供准确的答案。请随时向我提问,我会尽我所能帮助您。

ChatGPT 使用途径

与 ChatGPT 高效对话?——Prompt工程指南

OpenAI GPTs 指南

前沿大模型经典技术文章

汇集 OpenAI、Anthropic(Claude)、Google / DeepMind、DeepSeek 的经典技术文章与论文,以及 Andrej Karpathy 的博客、开源教学项目与讲座。

ChatGPT 顶级爆款开源项目(10K+ Stars)

ChatGPT 应用

ChatGPT 扩展能力 (GPTs / Actions)

ChatGPT 应用开发指南

Claude Skills 指南

Claude Skills(Agent Skills)让 AI 智能体按需加载专业能力,是构建可复用、可组合智能体的新范式。本节精选了官方资源、聚合列表、知名技能仓库与工具教程;完整中文资源大全见作者维护的 awesome-claude-skills-zh

MCP 模型上下文协议指南

MCP(Model Context Protocol,模型上下文协议)是让 AI 无缝连接外部工具, 数据与系统的通用接口。本节精选了官方资源、主流客户端与各类知名 MCP Servers;完整中文资源大全(400+ Servers)见作者维护的 Awesome-MCP-ZH

Coding Agents 编程智能体

以 Claude Code、OpenAI Codex 为代表的编程智能体能自主读写代码库、运行命令与提交 PR。本节汇总主流终端/IDE 编码 Agent、自主软件工程 Agent、评测基准与学习资源。

Agent-First 为智能体而构建

软件正迎来"第二类用户"——AI 智能体。本节收录 Agent-First / Agent-Friendly 与 Agent Experience(AX)的理念、关键标准(llms.txt、AGENTS.md、MCP、NLWeb)、实践框架(agentsfirst.dev 九原则、AX 六层栈)与代表文章工具。

浏览器与计算机自动化

让 Agent 像人一样操作浏览器与电脑。本节收录 Browser Use / Computer Use 框架、为 agent 打造的浏览器基础设施(Steel、Browserbase 等)、浏览器自动化 MCP(Chrome DevTools MCP、Playwright MCP)、反检测浏览器、桌面操作 Agent(UI-TARS、Agent S 等)与评测基准。

LLM 开发 RAG 指南

Sora 指南

LLMs: 大模型

AGI:通用人工智能之路

AI 生产力工具

AI 搞钱

思考

ChatGPT 使用交流

1.微信公众号

2.Telegram 电报

欢迎加入电报交流群讨论 ChatGPT 相关资源及日常使用等相关话题:

Star History

贡献指南

欢迎通过 issue 或 PR 提交 ChatGPT 的相关项目,玩法,优质资源~

也欢迎各种贡献,包括修复错误、添加新功能和改进文档。

致谢

我们要对以下项目表示衷心的感谢,他们为我们提供了宝贵的贡献和灵感:

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.