Home
Softono
openclaw101

openclaw101

Open source TypeScript
2.9K
Stars
335
Forks
6
Issues
16
Watchers
1 week
Last Commit

About openclaw101

OpenClaw 101 is an open-source resource aggregation platform designed to help Chinese and English-speaking users master OpenClaw, the world's most popular open-source AI personal assistant. The project serves as a comprehensive guide featuring over 35 curated tutorials from leading technology providers such as Alibaba Cloud, Tencent Cloud, DigitalOcean, and Bilibili. It offers a structured 7-day learning path that takes users from initial setup to advanced usage, alongside categorized AI skill recommendations for various scenarios. The platform supports bilingual content and includes powerful filtering and search capabilities to quickly locate resources by category, language, or keyword. Built with Next.js 14 and TypeScript, the site allows users to easily deploy, integrate channels like Feishu and DingTalk, and explore deep-dive technical articles. Developers can contribute by adding new resources to the centralized data file or reporting bugs and feature requests. Under a MIT license, OpenClaw 101 is freely

Platforms

Web Self-hosted

Languages

TypeScript

🐾 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       # 📚 所有资源数据

🤝 如何贡献

添加新资源

  1. Fork 本仓库
  2. 编辑 src/data/resources.ts
  3. 按照现有格式添加资源对象:
{
  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 云平台部署教程
  1. 提交 PR,附上简短说明

其他贡献方式

  • 🐛 报告 Bug — 创建 Issue
  • 💡 功能建议 — 创建 Issue
  • 🌐 改进翻译 — 欢迎 PR
  • 📝 改进内容 — 欢迎 PR

🛠 技术栈

📄 许可证

MIT License — 自由使用、修改和分发。

🙏 致谢


Made with 🐈‍⬛ by 小墨 · 孟健AI编程