🐾 OpenClaw 101 — 从零开始,7天掌握你的AI私人助理 | 全网资源聚合站
# Add to your Claude Code skills
git clone https://github.com/mengjian-github/openclaw101Last scanned: 4/22/2026
{
"issues": [
{
"type": "npm-audit",
"message": "next: Information exposure in Next.js dev server due to lack of origin verification",
"severity": "high"
},
{
"type": "npm-audit",
"message": "picomatch: Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-04-22T06:02:11.740Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}openclaw101 is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by mengjian-github. 🐾 OpenClaw 101 — 从零开始,7天掌握你的AI私人助理 | 全网资源聚合站. It has 2,958 GitHub stars.
openclaw101 returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/mengjian-github/openclaw101" and add it to your Claude Code skills directory (see the Installation section above).
openclaw101 is primarily written in TypeScript. It is open-source under mengjian-github on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh openclaw101 against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
从零开始,7天掌握你的 AI 私人助理 | The open-source guide to OpenClaw
OpenClaw 101 是一个开源的 OpenClaw 资源聚合站,旨在帮助中文用户快速上手 OpenClaw —— 全球最热门的开源 AI 私人助理平台 (136k+ ⭐)。
| 来源 | 类型 |
|---|---|
| 阿里云 | 钉钉接入、企业微信 AppFlow |
| 腾讯云 | 飞书接入、企业微信接入 |
| DigitalOcean | 一键部署、概览介绍 |
| Hostinger | VPS 部署教程 |
| Codecademy | 结构化安装教程 |
| IBM Think | 深度分析文章 |
| B站 (Bilibili) | 视频教程 |
| 博客园 / CSDN | 飞书/Telegram 对接 |
| 完整指南、技能分享 | |
| 更多... | 持续收录中 |
# 克隆仓库
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 # 📚 所有资源数据
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 |
云平台部署教程 |
MIT License — 自由使用、修改和分发。