Skip to main content

OpenClaude Chinese Community

English | 中文 OpenClaude is a community-driven documentation site providing high-quality Chinese documentation resources for AI development tools.

Documentation

Claude Code

Claude Code is Anthropic’s official AI coding assistant. This site provides complete Chinese documentation including:
  • Getting Started - Quick start, installation and setup
  • Core Concepts - How it works, features overview, best practices
  • Platform Integration - VS Code, JetBrains, Chrome extension, Slack
  • Advanced Features - Skills, Hooks, MCP protocol, plugin system
  • Deployment - GitHub Actions, GitLab CI/CD, headless mode
  • Enterprise Management - Amazon Bedrock, Google Vertex AI, cost monitoring

OpenClaw

OpenClaw is an open-source AI Agent platform with multi-channel messaging integration. Documentation covers:
  • Core Concepts - Agent architecture, session management, memory system
  • Chat Channels - Telegram, WhatsApp, Discord, Slack, Feishu, etc.
  • Deployment - Docker, Node.js, Nix, cloud platform deployment
  • Model Support - Anthropic, OpenAI, Bedrock, Chinese models
  • CLI Commands - Complete command-line tool reference

Local Development

Install Dependencies

npm i -g mint

Start Development Server

mint dev
Visit http://localhost:3000 in your browser to preview the documentation.

Troubleshooting

  • If the dev environment won’t start, run mint update to update the CLI
  • If pages show 404, make sure you’re running in a directory with a valid docs.json

Contributing

Pull requests are welcome to improve the documentation!
  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/improvement)
  3. Commit your changes (git commit -m 'Add some improvement')
  4. Push to the branch (git push origin feature/improvement)
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.
Last modified on February 13, 2026