wiki-ingest: 4 Agent Use Cases (autonomous PM, content factory, product factory, knowledge base RAG) - 2026-04-15 evening batch

This commit is contained in:
2026-04-15 20:35:29 +08:00
parent b2e7c5bb9a
commit 9688f3f54b
34 changed files with 1227 additions and 23 deletions

View File

@@ -0,0 +1,22 @@
---
title: "Alex Finn"
type: entity
tags: [content-creator, youtube]
last_updated: 2026-04-15
---
## Aliases
- Alex Finn
## Summary
YouTube 内容创作者,发布 Life-changing OpenClaw Use Cases 视频,涵盖内容工厂、市场研究等多个 agent 应用场景,激发了大量用户的 OpenClaw 工作流搭建灵感。
## Key Contributions
- OpenClaw Use Cases 视频系列
- 内容工厂Content Factory工作流灵感
- 市场研究产品工厂Market Research & Product Factory灵感
## Key Connections
- [[Content Factory]] ← 灵感来源
- [[Market Research Product Factory]] ← 灵感来源
- [[Alex Finn YouTube Channel]] ← 发布渠道

24
wiki/entities/ClawHub.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "ClawHub"
type: entity
tags: [marketplace, plugin, openclaw, skills]
last_updated: 2026-04-15
---
## Definition
按单个 skill 安装的 OpenClaw 插件市场协议。每个 skill 独立发布、单独安装,无需安装整个 marketplace。
## Aliases
- ClawHub Registry
- clawhub.com
## Key Facts
- 发布命令:./scripts/sync-clawhub.sh --all
- 安装命令clawhub install <skill-name>(如 clawhub install baoyu-imagine
- 许可协议MIT-0
- 覆盖范围内容生成baoyu-xhs-images/infographic/cover-image 等、AI 图像baoyu-imagine、工具技能baoyu-translate 等)
## Connections
- [[宝玉]] ← 发布者 ← [[ClawHub]]
- [[baoyu-skills]] ← 发布到 ← [[ClawHub]]
- [[OpenClaw]] ← 平台 ← [[ClawHub]]

View File

@@ -0,0 +1,20 @@
---
title: "Matt Van Horne"
type: entity
tags: [developer, open-source, skill-author]
last_updated: 2026-04-15
---
## Aliases
- Matt Van Horne
- mvanhorn
## Summary
Last30Days skill 作者,为 OpenClaw 提供 Reddit/X/YouTube 等多平台热点聚合研究能力。其 skill 是市场研究与产品发现自动化管道的核心依赖。
## Key Contributions
- Last30Days skill8 大数据源热点聚合研究工具
## Key Connections
- [[Last30Days]] ← Skill 作者
- [[Market Research Product Factory]] ← 核心技术依赖

View File

@@ -0,0 +1,21 @@
---
title: "Nicholas Carlini"
type: entity
tags: [researcher, ai]
last_updated: 2026-04-15
---
## Aliases
- Nicholas Carlini
- Carlini
## Summary
AI 研究者,自主编码 agent 方法论提出者。提出"让 agent 自我组织而非微观管理"理念倡导通过共享状态文件STATE.yaml实现去中心化 agent 协调。
## Key Contributions
- STATE.yaml 去中心化协调模式
- 自主编码 agent 自组织方法论
## Key Connections
- [[Autonomous Project Management]] ← 灵感来源
- [[Anthropic]] ← Building Effective Agents 相关研究