Openclaw101
🐾 OpenClaw 101 — 从零开始,7天掌握你的AI私人助理 | 全网资源聚合站
Install / Use
/learn @mengjian-github/Openclaw101README
🐾 OpenClaw 101
从零开始,7天掌握你的 AI 私人助理 | The open-source guide to OpenClaw
✨ 什么是 OpenClaw 101?
OpenClaw 101 是一个开源的 OpenClaw 资源聚合站,旨在帮助中文用户快速上手 OpenClaw —— 全球最热门的开源 AI 私人助理平台 (136k+ ⭐)。
🎯 核心功能
- 📚 资源聚合 — 收录 35+ 篇来自阿里云、腾讯云、DigitalOcean、B站等平台的优质教程
- 📅 7天学习路径 — 从认识到进阶的系统化学习指南(链接飞书知识库)
- 🧩 技能推荐 — 按场景分类的 AI 技能推荐
- 🌍 中英双语 — 同时收录中文和英文资源
- 🔍 筛选搜索 — 按分类、语言、关键词快速找到需要的资源
📋 收录来源
| 来源 | 类型 | |------|------| | 阿里云 | 钉钉接入、企业微信 AppFlow | | 腾讯云 | 飞书接入、企业微信接入 | | DigitalOcean | 一键部署、概览介绍 | | Hostinger | VPS 部署教程 | | Codecademy | 结构化安装教程 | | IBM Think | 深度分析文章 | | B站 (Bilibili) | 视频教程 | | 博客园 / CSDN | 飞书/Telegram 对接 | | Reddit | 完整指南、技能分享 | | 更多... | 持续收录中 |
🚀 快速开始
# 克隆仓库
git clone https://github.com/mengjian-github/openclaw101.git
cd openclaw101
# 安装依赖
npm install
# 本地开发
npm run dev
# 构建
npm run build
📁 项目结构
src/
├── app/
│ ├── page.tsx # 首页
│ ├── resources/
│ │ └── page.tsx # 资源聚合页
│ ├── layout.tsx # 全局布局
│ └── globals.css # 全局样式
├── components/
│ ├── Hero.tsx # 首屏
│ ├── WhatIs.tsx # 介绍
│ ├── LearningPath.tsx # 7天学习路径
│ ├── Skills.tsx # 技能推荐
│ ├── ResourcesSection.tsx # 首页资源精选
│ ├── Community.tsx # 社区与贡献
│ ├── Navbar.tsx # 导航栏
│ └── Footer.tsx # 页脚
└── data/
└── resources.ts # 📚 所有资源数据
🤝 如何贡献
添加新资源
- Fork 本仓库
- 编辑
src/data/resources.ts - 按照现有格式添加资源对象:
{
title: '资源标题',
desc: '一句话描述',
url: 'https://...',
source: '来源名称',
lang: 'zh', // 'zh' 或 'en'
category: 'getting-started', // 见下方分类
featured: false, // 是否推荐
tags: ['标签1', '标签2'],
}
资源分类
| 分类 | 说明 |
|------|------|
| official | 官方资源 |
| getting-started | 入门部署教程 |
| channel-integration | 平台接入(飞书/钉钉/Telegram 等) |
| skill-dev | 技能开发 |
| video | 视频教程 |
| deep-dive | 深度分析文章 |
| tools | 工具与插件 |
| cloud-deploy | 云平台部署教程 |
- 提交 PR,附上简短说明
其他贡献方式
🛠 技术栈
- Next.js 14 — React 框架
- TypeScript — 类型安全
- Tailwind CSS — 样式框架
- Cloudflare Pages — 部署托管
📄 许可证
MIT License — 自由使用、修改和分发。
🙏 致谢
- OpenClaw — 开源 AI 助理平台
- Peter Steinberger — OpenClaw 创建者
- 所有教程作者和内容创作者
<p align="center"> Made with 🐈⬛ by <b>小墨</b> · <a href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzkzNTcyNDUwOA==">孟健AI编程</a> </p>
Related Skills
FastGPT
27.7kFastGPT 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.
webiny-js
8.0kOpen-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Built for developers at large organizations.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
flutter-tutor
Flutter Learning Tutor Guide You are a friendly computer science tutor specializing in Flutter development. Your role is to guide the student through learning Flutter step by step, not to provide d
