Claude Skill

mengjian-github/openclaw101

Master your AI assistant in 7 days with OpenClaw 101. A comprehensive Next.js tutorial that aggregates web resources for learning AI development from scratch.

Overview

Stars2,925
Forks337
LanguageTypeScript
Last pushed2026-06-05
Last synced2026-06-17
View on GitHub

Repository

Ownermengjian-github
Repositoryopenclaw101
Full namemengjian-github/openclaw101
Repo ID1,147,694,880

Install this Skill

git clone https://github.com/mengjian-github/openclaw101.git

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-05-31
Platforms
OpenClaw
Capabilities
videoai-assistantchinesenextjsopenclawresourcetutorial
Detected files
README.mdpackage.json
Config keys
PACKAGE_JSON
Install methods
  • git clone https://github.com/mengjian-github/openclaw101.git
  • npm install

Summary

OpenClaw 101 is a comprehensive, 7-day tutorial project designed to help users master their personal AI assistant from scratch. It aggregates resources from across the web into a single platform built with Next.js and TypeScript.

Chinese description

🐾 OpenClaw 101 —— 从零开始,7天精通你的AI私人助理 | 全网资源一站式聚合平台

Key features

  • 7-day structured learning path from beginner to mastery
  • Aggregates AI assistant resources from across the web
  • Built with modern Next.js and TypeScript stack
  • Chinese-language focused tutorial and content
  • Open-source project with active community

Use cases

  • Learning to build and customize a personal AI assistant
  • Following a structured tutorial for AI skill development
  • Accessing curated AI resources and tools in one place
  • Contributing to an open-source AI education project

README excerpt

# 🐾 OpenClaw 101 > 从零开始,7天掌握你的 AI 私人助理 | The open-source guide to OpenClaw **[🌐 在线访问](https://openclaw101.dev)** · **[📚 浏览全部资源](https://openclaw101.dev/resources)** · **[📖 飞书知识库](https://my.feishu.cn/wiki/YkWgwqSchi9xW3kEuZscAm0lnFf)** --- ## ✨ 什么是 OpenClaw 101? OpenClaw 101 是一个**开源的 OpenClaw 资源聚合站**,旨在帮助中文用户快速上手 [OpenClaw](https://github.com/openclaw/openclaw) —— 全球最热门的开源 AI 私人助理平台 (136k+ ⭐)。 ### 🎯 核心功能 - **📚 资源聚合** — 收录 35+ 篇来自阿里云、腾讯云、DigitalOcean、B站等平台的优质教程 - **📅 7天学习路径** — 从认识到进阶的系统化学习指南(链接飞书知识库) - **🧩 技能推荐** — 按场景分类的 AI 技能推荐 - **🌍 中英双语** — 同时收录中文和英文资源 - **🔍 筛选搜索** — 按分类、语言、关键词快速找到需要的资源 ### 📋 收录来源 | 来源 | 类型 | |------|------| | 阿里云 | 钉钉接入、企业微信 AppFlow | | 腾讯云 | 飞书接入、企业微信接入 | | DigitalOcean | 一键部署、概览介绍 | | Hostinger | VPS 部署教程 | | Codecademy | 结构化安装教程 | | IBM Think | 深度分析文章 | | B站 (Bilibili) | 视频教程 | | 博客园 / CSDN | 飞书/Telegram 对接 | | Reddit | 完整指南、技能分享 | | 更多... | 持续收录中 | ## 🚀 快速开始 ```bash # 克隆仓库 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. 按照现有格式添加资源对象: ```typescript { title: '资源标题', desc: '一句话描述', url: 'https://...', source: '来源名称', lang: 'zh', // 'zh' 或 'en' category: 'g

Topics

Explore more

Data from GitHub. Synced on 2026-06-17