惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
C
Check Point Blog
V
V2EX
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
A
About on SuperTechFans
D
DataBreaches.Net
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
博客园_首页
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: remove stale showcase intro videos · openclaw/openc...
steipete · 2026-05-23 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -13,26 +13,6 @@ OpenClaw projects are not toy demos. People are shipping PR review loops, mobile

1313

**Want to be featured?** Share your project in [#self-promotion on Discord](https://discord.gg/clawd) or [tag @openclaw on X](https://x.com/openclaw).

1414

</Info>

1515
16-

## Videos

17-
18-

Start here if you want the shortest path from "what is this?" to "okay, I get it."

19-
20-

<CardGroup cols={3}>

21-
22-

<Card title="Full setup walkthrough" href="https://www.youtube.com/watch?v=SaWSPZoPX34">

23-

VelvetShark, 28 minutes. Install, onboard, and get to a first working assistant end to end.

24-

</Card>

25-
26-

<Card title="Community showcase reel" href="https://www.youtube.com/watch?v=mMSKQvlmFuQ">

27-

A faster pass across real projects, surfaces, and workflows built around OpenClaw.

28-

</Card>

29-
30-

<Card title="Projects in the wild" href="https://www.youtube.com/watch?v=5kkIJNUGFho">

31-

Examples from the community, from chat-native coding loops to hardware and personal automation.

32-

</Card>

33-
34-

</CardGroup>

35-
3616

## Fresh from Discord

3717
3818

Recent standouts across coding, devtools, mobile, and chat-native product building.

Original file line numberDiff line numberDiff line change

@@ -105,25 +105,20 @@ html.dark .nav-tabs-underline {

105105

gap: 12px;

106106

}

107107
108-

.showcase-highlight,

109-

.showcase-video-card {

108+

.showcase-highlight {

109+

padding: 14px;

110110

border: 1px solid color-mix(in oklab, rgb(var(--primary)) 18%, transparent);

111111

border-radius: 8px;

112112

background: color-mix(in oklab, rgb(var(--primary)) 3%, transparent);

113113

}

114114
115-

.showcase-highlight {

116-

padding: 14px;

117-

}

118-
119115

.showcase-highlight strong {

120116

display: block;

121117

margin-bottom: 6px;

122118

}

123119
124120

.showcase-highlight span,

125-

.showcase-section-intro,

126-

.showcase-video-card p {

121+

.showcase-section-intro {

127122

opacity: 0.74;

128123

}

129124

@@ -135,50 +130,8 @@ html.dark .nav-tabs-underline {

135130

margin: 0 0 16px;

136131

}

137132
138-

.showcase-video-grid {

139-

display: grid;

140-

grid-template-columns: repeat(3, minmax(0, 1fr));

141-

gap: 18px;

142-

margin: 0 0 28px;

143-

}

144-
145-

.showcase-video-card {

146-

padding: 14px;

147-

box-shadow: 0 18px 44px -32px rgba(0, 0, 0, 0.48);

148-

}

149-
150-

.showcase-video-card h3 {

151-

margin: 0 0 8px;

152-

}

153-
154-

.showcase-video-card p {

155-

margin: 0 0 12px;

156-

}

157-
158-

.showcase-video-card a {

159-

border-bottom: 0;

160-

}

161-
162-

.showcase-video-shell {

163-

position: relative;

164-

margin-bottom: 14px;

165-

padding-bottom: 56.25%;

166-

overflow: hidden;

167-

border-radius: 8px;

168-

background: #0a0a0a;

169-

}

170-
171-

.showcase-video-shell iframe {

172-

position: absolute;

173-

inset: 0;

174-

width: 100%;

175-

height: 100%;

176-

border: 0;

177-

}

178-
179133

@media (max-width: 960px) {

180-

.showcase-highlights,

181-

.showcase-video-grid {

134+

.showcase-highlights {

182135

grid-template-columns: 1fr;

183136

}

184137

}