diff --git a/Clippings/Open WebUI Hermes Agent.md b/raw/Agent/Open WebUI Hermes Agent.md similarity index 100% rename from Clippings/Open WebUI Hermes Agent.md rename to raw/Agent/Open WebUI Hermes Agent.md diff --git a/Clippings/n8n 调用openclaw agents的工作流架构.md b/raw/Agent/n8n 调用openclaw agents的工作流架构.md similarity index 100% rename from Clippings/n8n 调用openclaw agents的工作流架构.md rename to raw/Agent/n8n 调用openclaw agents的工作流架构.md diff --git a/Clippings/n8n调用hermes agents的工作流架构.md b/raw/Agent/n8n调用hermes agents的工作流架构.md similarity index 100% rename from Clippings/n8n调用hermes agents的工作流架构.md rename to raw/Agent/n8n调用hermes agents的工作流架构.md diff --git a/Clippings/SRE Weekly Issue 513.md b/raw/Cloud & DevOps/SRE Weekly Issue 513.md similarity index 100% rename from Clippings/SRE Weekly Issue 513.md rename to raw/Cloud & DevOps/SRE Weekly Issue 513.md diff --git a/Clippings/n8n Docker 配置 Telegram 代理 Troubleshooting.md b/raw/Home Office/n8n Docker 配置 Telegram 代理 Troubleshooting.md similarity index 100% rename from Clippings/n8n Docker 配置 Telegram 代理 Troubleshooting.md rename to raw/Home Office/n8n Docker 配置 Telegram 代理 Troubleshooting.md diff --git a/sources/EXECUTIVE-BRIEF.md b/sources/EXECUTIVE-BRIEF.md new file mode 100644 index 00000000..e69de29b diff --git a/sources/n8n调用hermes-agents的工作流架构.md b/sources/n8n调用hermes-agents的工作流架构.md new file mode 100644 index 00000000..e69de29b diff --git a/wiki/concepts/AI-簡報流程.md b/wiki/concepts/AI-簡報流程.md new file mode 100644 index 00000000..da6ab9d7 --- /dev/null +++ b/wiki/concepts/AI-簡報流程.md @@ -0,0 +1,62 @@ +# AI 簡報流程 + +## Definition + +AI 簡報流程是一種結合大型語言模型(LLM)進行前期資料研究、知識整理,與 AI 簡報工具進行視覺設計的兩階段工作方法論。 + +## Core Principles + +1. **先研究、後設計** — 簡報不是從版面設計開始,而是從資料研究開始 +2. **內容為王** — AI 簡報工具擅長視覺設計,不擅長前期資料研究 +3. **分工明確** — LLM 負責文字推理與內容建構,AI 設計工具負責視覺美化 + +## Workflow Stages + +### Stage 1: Knowledge Research (ChatGPT) + +| Stage | Duration | Purpose | +|-------|----------|---------| +| 資料收集 | 5 min | 上網搜尋相關資料,調閱多筆素材 | +| 架構建立 | 1 min | 建立對比表格,整理知識結構 | +| 大綱設計 | 1 min | 輸出文字版簡報大綱 | + +### Stage 2: Visual Design (Canva/Gamma) + +| Tool | Strength | Notes | +|------|----------|-------| +| [[Canva]] | 豐富模板、AI 問答 | 2025年9月支援中文 | +| [[Gamma]] | 專業版面、圖文並茂 | AI 簡報效果最好 | + +## Practical Prompts + +### 資料收集 Prompt +``` +你是個人知識管理專家,請跟我解釋「[主題]」。請一步一步分析: +先「上網搜尋相關資料」,以「條列清單的格式」,用一般人也能懂的用語, +兼顧廣度與深度細節,說明這個主題。 +``` + +### 建立架構 Prompt +``` +整合上面所有討論資料,建立一個「[主題]方法、應用」的對比表格, +呈現出「打破[領域]迷思」的特色。 +``` + +### 簡報大綱 Prompt +``` +統整上方的討論,根據「[主題]」主題,簡報對象是「[目標受眾]」, +設計出 10 頁簡報大綱。請一步一步分析,先梳理上方討論的重點, +根據背景、解決的問題、方法與應用,拆解出最容易讓人理解的順序。 +每一頁有一個明確主題,每個主題下條列關鍵重點,並帶入更多具體的數據資料細節, +並且最後有吸引人的結論。 +``` + +## Related Concepts + +- [[防彈筆記法]] — 知識管理方法論 +- [[ChatGPT-應用]] — LLM 在知識工作中的應用 +- [[知識管理]] — 資料收集、整理、分析的系統方法 + +## References + +- [[jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao|教學:ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報]] diff --git a/wiki/concepts/API-Enablement.md b/wiki/concepts/API-Enablement.md index b6792a0e..dec3b919 100644 --- a/wiki/concepts/API-Enablement.md +++ b/wiki/concepts/API-Enablement.md @@ -1,17 +1,38 @@ --- title: "API Enablement" type: concept -tags: [google, api, cloud] -sources: [] +tags: [google-cloud, oauth, api] --- ## Definition -API Enablement(API 启用)是 Google Cloud Console 中的操作,允许项目启用特定的 API 服务以进行编程访问。 +API Enablement 是在 Google Cloud Console 中为项目启用特定 API 服务的操作。即使 OAuth 认证成功,如果目标 API 未启用,调用时仍会返回 `403 accessNotConfigured` 错误。 -## Context -- gog CLI 调用 Google API 需要两层配置:OAuth 身份认证 + API 启用 -- 常见错误 "403 accessNotConfigured" 表示对应 API 未在项目中启用 -- 启用 API 后需要 30 秒~2 分钟生效,且需要重新授权以获取新权限 +## Two-Layer Authorization Model -## Connections -- [[GOG-CLI-安装配置指南]] ← API 调用前提于 ← [[API-Enablement]] \ No newline at end of file +| 层级 | 控制内容 | 错误示例 | +|------|---------|---------| +| OAuth 授权 | 用户身份认证 | 未授权/权限不足 | +| API Enablement | 是否允许调用 API | `403 accessNotConfigured` | + +## 操作步骤 +1. 进入 **Google Cloud Console** → **APIs & Services** → **Library** +2. 搜索目标 API(如 Gmail API、Calendar API) +3. 点击 **Enable** 启用 +4. 等待生效(通常 30 秒 ~ 2 分钟,有延迟) +5. 重新执行 OAuth 授权(因旧 token 不包含新权限) + +## 典型错误 +> Gmail API has not been used in project XXX + +表示:该 Google Cloud 项目未启用 Gmail API + +## 相关概念 +- [[OAuth]]:第一层认证 +- [[Google-Cloud-Console]]:管理 API 启用的控制台 +- [[Gmail-API]]:Google Workspace API 示例 +- [[Calendar-API]]:日历 API +- [[Drive-API]]:云端硬盘 API +- [[测试用户]]:OAuth 授权配置 + +## 相关工具 +- [[gog CLI]]:一个同时需要 OAuth + API Enablement 才能正常工作的 CLI 工具 diff --git a/wiki/concepts/Byox.md b/wiki/concepts/Byox.md index 8cae25f6..68b20bc2 100644 --- a/wiki/concepts/Byox.md +++ b/wiki/concepts/Byox.md @@ -1,46 +1,62 @@ --- -title: "Byox" -type: concept -tags: [build-your-own-x, learning, programming] +title: Byox - Build Your Own X +description: Learning programming by rebuilding technologies from scratch +tags: [learning, methodology, programming, open-source] --- +# Byox (Build Your Own X) + ## Definition -Byox(Build Your Own X)是一种学习编程的方法论,通过从零重建技术来深入理解其工作原理。核心理念是"What I cannot create, I do not understand"。 -## Covered Topics -该方法覆盖22个技术领域: -- 3D Renderer(3D渲染器) -- Augmented Reality(增强现实) -- BitTorrent Client(BitTorrent客户端) -- Blockchain / Cryptocurrency(区块链/加密货币) -- Bot(机器人) -- Command-Line Tool(命令行工具) -- Database(数据库) -- Docker(容器) -- Emulator / Virtual Machine(虚拟机) -- Front-end Framework(前端框架) -- Game(游戏) -- Git(版本控制) -- Network Stack(网络协议栈) -- Neural Network(神经网络) -- Operating System(操作系统) -- Physics Engine(物理引擎) -- Programming Language(编程语言) -- Regex Engine(正则引擎) -- Search Engine(搜索引擎) -- Shell(终端) -- Template Engine(模板引擎) -- Text Editor(文本编辑器) -- Visual Recognition System(视觉识别系统) -- Voxel Engine(体素引擎) -- Web Browser(浏览器) -- Web Server(Web服务器) +**Byox** (Build Your Own X) is a learning methodology that advocates for mastering programming and technology understanding by **rebuilding complex systems from scratch**. The guiding principle comes from physicist Richard Feynman: -## Learning Approach -- 多语言实现:同一技术可用多种语言实现(C++、Python、JavaScript、Go、Rust等) -- 手把手教程:step-by-step 形式的学习资源 -- 原理优先:不使用现成库,从底层原理实现 +> *"What I cannot create, I do not understand."* -## Related Concepts -- [[Vibe Coding]] — 与 Byox 对比,Vibe Coding 是 AI 代写,Byox 是自己手写 -- [[深度工作]] — Byox 需要深度专注,符合深度工作的理念 \ No newline at end of file +## Core Philosophy + +Instead of passively consuming knowledge about how a technology works, practitioners: + +1. **Choose a technology** they want to understand deeply +2. **Study existing implementations** and documentation +3. **Rebuild it from scratch** using a chosen programming language +4. **Gain deep insight** into how it works internally + +## Coverage + +The Byox methodology covers **26 technology domains**: + +- **Systems**: Operating System, Docker, Container +- **Languages**: Programming Language, Compiler, Interpreter, Regex Engine +- **Data**: Database, NoSQL, Key-Value Store +- **Web**: Web Browser, Web Server, Search Engine +- **Tools**: Git, Shell, Command-Line Tool, Text Editor, Template Engine +- **Graphics**: 3D Renderer, Voxel Engine, Physics Engine +- **AI/ML**: Neural Network, Visual Recognition +- **Networks**: Network Stack, BitTorrent Client +- **Entertainment**: Game, Emulator/Virtual Machine +- **Other**: Blockchain/Cryptocurrency, Augmented Reality, Bot + +## Resources + +Primary resource: [[codecrafters-io/build-your-own-x]] — A curated collection of 500+ step-by-step tutorials + +Complementary platform: [[CodeCrafters]] — Interactive challenges that guide learners through building technologies step by step + +## Notable Examples + +| Technology | Language | Resource | +|------------|----------|----------| +| Database | C | [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) | +| OS | Rust | [Writing an OS in Rust](https://os.phil-opp.com/) | +| Programming Language | Multiple | [Crafting Interpreters](http://www.craftinginterpreters.com/) | +| Web Browser | Python | [Browser Engineering](https://browser.engineering/) | +| Git | Python | [Write yourself a Git](https://wyag.thb.lt/) | +| Docker | Go | [Build Your Own Container](https://www.infoq.com/articles/build-a-container-golang) | + +## Why Byox Works + +1. **Active Learning**: Building forces deep engagement +2. **Hidden Complexity**: Reveals implementation details textbooks skip +3. **Transferable Skills**: Generalizes to understanding other systems +4. **Portfolio Building**: Creates tangible proof of understanding +5. **Confidence**: Only truly knowing something if you can create it diff --git a/wiki/concepts/Calendar-API.md b/wiki/concepts/Calendar-API.md new file mode 100644 index 00000000..1b04cff9 --- /dev/null +++ b/wiki/concepts/Calendar-API.md @@ -0,0 +1,38 @@ +--- +title: "Calendar API" +type: concept +tags: [google-workspace, api, calendar] +--- + +## Definition +Calendar API 是 Google 提供的编程接口,允许第三方应用程序通过 OAuth 2.0 认证访问 Google Calendar 日历服务,实现事件查询、创建、修改和删除等功能。 + +## Key Operations +| 操作 | 描述 | +|------|------| +| events.list | 列出日历事件 | +| events.get | 获取事件详情 | +| events.insert | 创建日历事件 | +| events.patch | 部分更新事件 | +| events.delete | 删除事件 | +| colors.get | 获取颜色配置 | + +## Prerequisites for Access +1. **Google Cloud Console** 中启用 Calendar API +2. 配置 **OAuth 2.0 凭证**(桌面应用类型) +3. 用户完成 OAuth 授权流程 +4. 添加**测试用户**(未验证应用场景) + +## Common Error +- `403 accessNotConfigured`:API 未启用 +- `403 accessDenied`:OAuth 未授权 + +## Related Concepts +- [[OAuth]]:认证机制 +- [[Google-Cloud-Console]]:凭证配置 +- [[测试用户]]:绕过未验证应用限制 +- [[API-Enablement]]:启用 API 的操作 + +## Related Entities +- [[Google]]:API 提供方 +- [[gog CLI]]:使用 Calendar API 的命令行工具 diff --git a/wiki/concepts/Docker-Image.md b/wiki/concepts/Docker-Image.md index 7ffe8989..e54237cc 100644 --- a/wiki/concepts/Docker-Image.md +++ b/wiki/concepts/Docker-Image.md @@ -1,33 +1,139 @@ --- -title: "Docker Image" +title: Docker Image type: concept -tags: [docker, container, image] -sources: [docker-images-transfer-guide, 如何传输Docker-images-并且在另一个Docker安装] -last_updated: 2026-04-17 +tags: [docker, container, virtualization] +last_updated: 2026-04-21 --- -## Summary -Docker Image(Docker 镜像)是容器化平台的核心概念,是一个只读模板,包含应用程序及其运行时所需的全部依赖(代码、运行时、库、环境变量、配置文件等)。 +# Docker Image ## Definition -用于创建 Docker 容器的只读模板,通过分层存储实现高效复用和传输。 -## Key Attributes -- **格式**:分层文件系统 -- **存储方式**:可导出为 tar 归档文件 -- **复用机制**:分层存储,多个镜像可共享基础层 +Docker Image(镜像)是一个轻量级、可执行的独立软件包,包含运行某个软件所需的所有内容:代码、运行时、系统工具、系统库和设置。镜像是 Docker 容器的基础模板。 -## Use Cases -- 应用程序打包和分发 -- 跨环境部署(开发、测试、生产) -- 离线环境镜像迁移 +## Key Characteristics + +### 不可变性(Immutable) + +- 镜像一旦创建就不能修改 +- 对容器的修改只存在于容器层 +- 新修改通过创建新镜像实现 + +### 分层结构(Layered) + +- 由多个只读层组成 +- 层可以复用,多个镜像共享基础层 +- 节省存储空间和传输带宽 + +### 可堆叠性(Stackable) + +- 基于已有镜像构建新镜像 +- 使用 Dockerfile 描述构建过程 +- 每条指令创建新层 + +## Image 结构 + +``` +Dockerfile + ↓ +Image = [Layer 3: Application Code] + [Layer 2: Dependencies] + [Layer 1: Base OS] + [Layer 0: BootFS] +``` + +## Common Operations + +### 查看镜像 + +```bash +docker images +docker image ls +``` + +### 拉取镜像 + +```bash +docker pull nginx:latest +docker pull ubuntu:22.04 +``` + +### 删除镜像 + +```bash +docker rmi nginx:latest +docker image prune -a # 删除所有未使用镜像 +``` + +### 标签管理 + +```bash +docker tag nginx:latest myregistry/nginx:v1.0 +``` + +## Image vs Container + +| 特性 | Image | Container | +|------|-------|-----------| +| 状态 | 只读模板 | 可读写实例 | +| 生命周期 | 持久 | 临时 | +| 数量 | 可复用 | 可多实例 | +| 修改 | 不可变 | 写入容器层 | + +## Image Transfer + +Docker 镜像可以在不同主机之间传输,常见方法: + +### docker save/load(推荐) + +```bash +# 导出 +docker save -o image.tar nginx:latest + +# 导入 +docker load < image.tar +``` + +### docker export/import + +```bash +# 导出容器 +docker export -o container.tar container_id + +# 导入为镜像 +docker import container.tar new_image:latest +``` + +### Registry(云端) + +```bash +# 推送 +docker push myregistry/image:tag + +# 拉取 +docker pull myregistry/image:tag +``` ## Related Concepts -- [[Docker]]:容器化平台 -- [[Docker-Save]]:镜像导出命令 -- [[Docker-Load]]:镜像导入命令 -## Connections -- [[Docker]] ← 包含 ← [[Docker-Image]] -- [[Docker-Image]] ← 可导出为 ← [[Docker-Save]] -- [[Docker-Image]] ← 可导入为 ← [[Docker-Load]] +- [[Docker-Save]]:镜像导出方法 +- [[Docker-Load]]:镜像导入方法 +- [[Docker-Container]]:镜像的运行实例 +- [[Dockerfile]]:镜像构建文件 + +## Relationships + +- [[Docker-Image]] ← 构建 ← [[Dockerfile]] +- [[Docker-Image]] ← 实例化 ← [[Docker-Container]] +- [[Docker-Image]] ← transferred_via ← [[Docker-Save]] +- [[Docker-Image]] ← transferred_via ← [[Docker-Load]] + +## Related Entities + +- [[entities/Docker.md]] + +## Notes + +- 镜像大小取决于基础系统和应用依赖 +- 多架构镜像可通过 manifest list 支持不同平台 +- 定期清理未使用镜像可释放存储空间 diff --git a/wiki/concepts/Docker-Load.md b/wiki/concepts/Docker-Load.md index 61319b82..9e5e861d 100644 --- a/wiki/concepts/Docker-Load.md +++ b/wiki/concepts/Docker-Load.md @@ -1,42 +1,96 @@ --- -title: "Docker Load" +title: Docker Load type: concept -tags: [docker, image, import] -sources: [docker-images-transfer-guide, 如何传输Docker-images-并且在另一个Docker安装] -last_updated: 2026-04-17 +tags: [docker, container, image-transfer] +last_updated: 2026-04-21 --- -## Summary -Docker Load 是 Docker 命令行工具的导入命令,用于从 tar 归档文件还原 Docker 镜像。 +# Docker Load ## Definition -从 tar 格式归档文件导入并还原 Docker 镜像的命令。 -## Command Syntax +`docker load` 是 Docker CLI 命令,用于从 tar 归档文件加载镜像到本地 Docker 镜像存储。与 `docker save` 配合使用,实现镜像的离线迁移。 + +## Syntax + ```bash -docker load < -# 或 -docker load -i +docker load [OPTIONS] ``` -## Examples +### Options + +| Option | Description | +|--------|-------------| +| `-i, --input` | 指定输入的 tar 文件(默认从 stdin 读取) | +| `-q, --quiet` | 静默模式,减少输出 | + +## Usage Examples + +### 基本用法 + ```bash -# 从 tar 文件导入镜像 +# 从文件加载 +docker load < nginx.tar + +# 指定文件 +docker load -i images.tar + +# 静默模式 +docker load -i images.tar -q +``` + +### 典型工作流:从开发机接收镜像到 NAS + +```bash +# 在开发机上 +docker save -o xiaoya.tar xiaoyaliu/alist:latest + +# 将 xiaoya.tar 复制到 NAS +scp xiaoya.tar nas:/volume1/docker/images/ + +# 在 NAS 上加载 docker load < xiaoya.tar -# 使用 -i 参数 -docker load -i xiaoya.tar +# 验证 +docker images | grep xiaoya ``` -## Use Cases -- 离线环境镜像导入 -- 镜像备份恢复 -- 跨主机镜像迁移 +### 使用 SSH 管道直接传输 + +```bash +# 在目标机器上执行(镜像从远程机器流式传输) +ssh user@source-host 'docker save nginx:latest' | docker load +``` ## Related Concepts -- [[Docker-Image]]:被导入的镜像对象 -- [[Docker-Save]]:对应的导出命令 -## Connections +- [[Docker-Save]]:对应的导出命令 +- [[Docker-Image]]:被导入的目标 +- [[Docker-TAR-Archive]]:输入的归档文件格式 + +## Relationships + - [[Docker-Image]] ← 导入为 ← [[Docker-Load]] - [[Docker-Load]] ← 依赖 ← [[Docker-Save]] + +## Key Points + +1. **完整还原**:从 tar 文件完整恢复镜像,包括所有层和元数据 +2. **自动识别**:自动识别 tar 文件中的镜像名称和标签 +3. **可重复导入**:同一镜像可多次导入(会创建重复条目,需配合 `docker rmi`) +4. **ID 匹配**:如果镜像 ID 已存在,会分配新的 ID + +## Comparison with Alternatives + +| 特性 | docker load | docker import | +|------|-------------|---------------| +| 数据源 | docker save 输出 | docker export 输出 | +| 内容 | 完整镜像(含层) | 容器文件系统快照 | +| 元数据 | 完整保留 | 不保留 | +| 适用场景 | 镜像迁移 | 容器基础创建 | + +## Notes + +- 导入后的镜像默认标签可能为 `:`,需要手动 tag +- 使用 `docker tag` 命令为导入的镜像设置标签 +- 大镜像加载可能需要较长时间,显示进度条 diff --git a/wiki/concepts/Docker-Save.md b/wiki/concepts/Docker-Save.md index c139ff8f..f48f6ca7 100644 --- a/wiki/concepts/Docker-Save.md +++ b/wiki/concepts/Docker-Save.md @@ -1,39 +1,76 @@ --- -title: "Docker Save" +title: Docker Save type: concept -tags: [docker, image, export] -sources: [docker-images-transfer-guide, 如何传输Docker-images-并且在另一个Docker安装] -last_updated: 2026-04-17 +tags: [docker, container, image-transfer] +last_updated: 2026-04-21 --- -## Summary -Docker Save 是 Docker 命令行工具的导出命令,用于将一个或多个镜像打包成 tar 归档文件,便于离线传输和备份。 +# Docker Save ## Definition -将 Docker 镜像导出为 tar 格式归档文件的命令。 -## Command Syntax +`docker save` 是 Docker CLI 命令,用于将一个或多个镜像导出为 tar 归档文件(`.tar`),实现镜像的离线存储和传输。 + +## Syntax + ```bash -docker save -o [:] +docker save [OPTIONS] IMAGE [IMAGE...] ``` -## Examples +### Options + +| Option | Description | +|--------|-------------| +| `-o, --output` | 指定输出文件名(默认输出到 stdout) | + +## Usage Examples + +### 基本用法 + ```bash # 导出单个镜像 -docker save -o xiaoya.tar xiaoyaliu/alist +docker save -o nginx.tar nginx:latest # 导出多个镜像 -docker save -o images.tar image1:image2 +docker save -o images.tar nginx:latest redis:alpine postgres:15 + +# 使用管道传输 +docker save nginx:latest | ssh user@remote-host 'docker load' ``` -## Use Cases -- 离线环境镜像迁移 -- 镜像备份和归档 -- 跨网络隔离环境传输 +### 典型工作流:将镜像从开发机传输到 NAS + +```bash +# 在开发机上 +docker save -o xiaoya.tar xiaoyaliu/alist:latest + +# 将 xiaoya.tar 复制到 NAS(通过 SMB/SCP) +scp xiaoya.tar nas:/volume1/docker/images/ + +# 在 NAS 上 +docker load < xiaoya.tar +``` ## Related Concepts -- [[Docker-Image]]:被导出的镜像对象 -- [[Docker-Load]]:对应的导入命令 -## Connections +- [[Docker-Load]]:对应的导入命令 +- [[Docker-Image]]:被导出的对象 +- [[Docker-TAR-Archive]]:生成的归档文件格式 + +## Relationships + - [[Docker-Image]] ← 导出为 ← [[Docker-Save]] +- [[Docker-Save]] → 输出 → [[Docker-TAR-Archive]] + +## Key Points + +1. **保留镜像层**:完整保留镜像的分层结构 +2. **保留元数据**:包括 CMD、ENTRYPOINT、ENV、LABEL 等 +3. **可移植性**:生成的 tar 文件可在任何 Docker 环境中导入 +4. **适用场景**:离线环境迁移、备份、镜像分发 + +## Notes + +- 文件大小可能较大(包含所有镜像层) +- 多次 save 同一镜像会重复包含所有层 +- 可配合 `docker load` 实现完整的镜像迁移闭环 diff --git a/wiki/concepts/Docker-TAR-Archive.md b/wiki/concepts/Docker-TAR-Archive.md new file mode 100644 index 00000000..ddc1b821 --- /dev/null +++ b/wiki/concepts/Docker-TAR-Archive.md @@ -0,0 +1,37 @@ +# Docker TAR Archive + +## Definition + +Docker TAR Archive (`.tar`) 是 Docker 镜像的离线分发格式,通过 `docker save` 命令将镜像及其所有层打包成单个 TAR 文件。 + +## Source References + +- [[sources/如何传输Docker-images-并且在另一个Docker安装.md]] + +## Related Concepts + +- [[concepts/Docker-Image.md]] — TAR 文件中包含的 Docker 镜像 + +## Usage + +### 打包镜像 + +```bash +docker save -o : +``` + +### 导入镜像 + +```bash +docker load < +``` + +## 适用场景 + +- **离线环境**:无法访问 Docker Hub 的私有网络 +- **跨设备迁移**:在不同 Docker 环境之间传输镜像 +- **备份恢复**:保存镜像的离线副本 + +## 标签 + +#docker #offline #migration diff --git a/wiki/concepts/Drive-API.md b/wiki/concepts/Drive-API.md new file mode 100644 index 00000000..5abc5d31 --- /dev/null +++ b/wiki/concepts/Drive-API.md @@ -0,0 +1,38 @@ +--- +title: "Drive API" +type: concept +tags: [google-workspace, api, cloud-storage] +--- + +## Definition +Drive API 是 Google 提供的编程接口,允许第三方应用程序通过 OAuth 2.0 认证访问 Google Drive 云端硬盘服务,实现文件搜索、下载、上传和管理等功能。 + +## Key Operations +| 操作 | 描述 | +|------|------| +| files.list | 列出文件 | +| files.get | 获取文件元数据 | +| files.create | 上传文件 | +| files.update | 更新文件 | +| files.delete | 删除文件 | +| drive.search | 搜索文件 | + +## Prerequisites for Access +1. **Google Cloud Console** 中启用 Drive API +2. 配置 **OAuth 2.0 凭证**(桌面应用类型) +3. 用户完成 OAuth 授权流程 +4. 添加**测试用户**(未验证应用场景) + +## Common Error +- `403 accessNotConfigured`:API 未启用 +- `403 accessDenied`:OAuth 未授权 + +## Related Concepts +- [[OAuth]]:认证机制 +- [[Google-Cloud-Console]]:凭证配置 +- [[测试用户]]:绕过未验证应用限制 +- [[API-Enablement]]:启用 API 的操作 + +## Related Entities +- [[Google]]:API 提供方 +- [[gog CLI]]:使用 Drive API 的命令行工具 diff --git a/wiki/concepts/Event-Sourcing.md b/wiki/concepts/Event-Sourcing.md new file mode 100644 index 00000000..529ad0b2 --- /dev/null +++ b/wiki/concepts/Event-Sourcing.md @@ -0,0 +1,26 @@ +--- +title: "Event Sourcing" +type: concept +tags: [architecture, event-driven, state-management] +--- + +## Summary +Event Sourcing(事件溯源)是一种软件架构模式,通过存储所有状态变更事件而非仅存储当前状态来重建系统历史。 + +## Definition +事件溯源将应用状态的所有变更存储为一系列不可变的事件对象。通过重放这些事件,可以重建任意时间点的系统状态。 + +## Key Principles +- **事件即事实**:状态变更以事件形式持久化,而非覆盖最终状态 +- **完整审计日志**:天然具备完整的审计追踪能力 +- **时间旅行调试**:可以重放事件序列重现历史状态 +- **解耦读写**:写操作存储事件,读操作通过事件投影计算状态 + +## Relationship to Project State Management +Project State Management 系统将 Event Sourcing 模式应用于项目管理: +- 每个项目事件(progress、blocker、decision、pivot)作为不可变事件存储 +- 项目当前状态通过事件投影计算 +- 决策上下文通过查询事件历史恢复 + +## External Links +- [Event Sourcing Pattern - Martin Fowler](https://martinfowler.com/eaaDev/EventSourcing.html) diff --git a/wiki/concepts/Git-集成.md b/wiki/concepts/Git-集成.md new file mode 100644 index 00000000..0aa1cc78 --- /dev/null +++ b/wiki/concepts/Git-集成.md @@ -0,0 +1,27 @@ +--- +title: "Git 集成" +type: concept +tags: [git, automation, project-management] +--- + +## Summary +Git 集成是指将代码提交自动关联到项目事件和任务的机制。 + +## Definition +通过扫描 Git 提交历史,基于分支名称或提交信息自动将代码变更关联到对应项目,实现代码变更与项目进度的可追溯性。 + +## Key Capabilities +- **自动提交扫描**:定期扫描 Git 提交日志 +- **项目关联**:基于分支名或提交消息关联到项目 +- **变更追踪**:记录代码变更与项目事件的对应关系 +- **可追溯性**:支持从代码变更追溯到业务决策 + +## Implementation +Project State Management 系统通过 GitHub CLI (gh) 实现: +```bash +gh run list --limit 50 --since "24 hours ago" +gh api repos/{owner}/{repo}/commits +``` + +## Relationship to Project State Management +Git 集成是 Project State Management 的核心功能之一,通过代码变更与项目事件的双向关联实现端到端可追溯性。 diff --git a/wiki/concepts/Gmail-API.md b/wiki/concepts/Gmail-API.md new file mode 100644 index 00000000..2adacc03 --- /dev/null +++ b/wiki/concepts/Gmail-API.md @@ -0,0 +1,38 @@ +--- +title: "Gmail API" +type: concept +tags: [google-workspace, api, email] +--- + +## Definition +Gmail API 是 Google 提供的编程接口,允许第三方应用程序通过 OAuth 2.0 认证访问 Gmail 邮件服务,实现搜索、读取、发送、管理邮件等功能。 + +## Key Operations +| 操作 | 描述 | +|------|------| +| messages.list | 列出邮件列表 | +| messages.get | 获取邮件详情 | +| messages.send | 发送邮件 | +| messages.modify | 修改邮件标签 | +| drafts.create | 创建草稿 | +| drafts.send | 发送草稿 | + +## Prerequisites for Access +1. **Google Cloud Console** 中启用 Gmail API +2. 配置 **OAuth 2.0 凭证**(桌面应用类型) +3. 用户完成 OAuth 授权流程 +4. 添加**测试用户**(未验证应用场景) + +## Common Error +- `403 accessNotConfigured`:API 未在 Google Cloud Console 中启用 +- `403 accessDenied`:用户未完成 OAuth 授权 + +## Related Concepts +- [[OAuth]]:认证机制 +- [[Google-Cloud-Console]]:凭证配置 +- [[测试用户]]:绕过未验证应用限制 +- [[API-Enablement]]:启用 API 的操作 + +## Related Entities +- [[Google]]:API 提供方 +- [[gog CLI]]:使用 Gmail API 的命令行工具 diff --git a/wiki/concepts/每日站会摘要.md b/wiki/concepts/每日站会摘要.md new file mode 100644 index 00000000..f0d1be63 --- /dev/null +++ b/wiki/concepts/每日站会摘要.md @@ -0,0 +1,28 @@ +--- +title: "每日站会摘要" +type: concept +tags: [project-management, automation, standup] +--- + +## Summary +每日站会摘要是由 AI Agent 自动生成的每日项目进展报告,基于项目事件和 Git 提交记录。 + +## Definition +传统站会需要手动汇报,AI 驱动的每日站会摘要系统自动从项目状态数据库和 Git 提交日志中提取信息,生成结构化报告。 + +## Key Components +- **昨日进展**:从事件日志中提取完成的任务 +- **今日计划**:基于当前阶段和近期对话 +- **当前阻碍**:列出所有 open 状态的阻碍项 +- **Git 提交摘要**:过去 24 小时的代码提交记录 + +## Automation Trigger +通过 Cron Jobs 在每日固定时间自动执行: +1. 扫描过去 24 小时的 Git 提交 +2. 关联提交到对应项目 +3. 查询事件日志获取进展 +4. 查询阻碍项状态 +5. 生成并发送摘要到协作频道 + +## Relationship to Project State Management +每日站会是 Project State Management 系统的重要输出,通过保留事件历史和 Git 集成实现自动化。 diff --git a/wiki/concepts/测试用户.md b/wiki/concepts/测试用户.md new file mode 100644 index 00000000..8630eca7 --- /dev/null +++ b/wiki/concepts/测试用户.md @@ -0,0 +1,41 @@ +--- +title: "测试用户" +type: concept +tags: [google-oauth, security, testing] +--- + +## Definition +测试用户(Test User)是 Google OAuth 中允许未经验证(unverified)应用进行测试的 Google 账号。通过在 Google Cloud Console 的 OAuth 客户端配置中添加测试用户,可以绕过"此应用未经 Google 验证"的安全限制。 + +## 问题背景 + +首次授权未验证应用时,Google 会显示: + +> 此应用未经 Google 验证 +> 此应用请求访问您 Google 账号中的敏感信息。在开发者让该应用通过 Google 验证之前,请勿使用该应用。 + +## 添加测试用户步骤 +1. 打开 [Google Cloud Console - Credentials](https://console.cloud.google.com/apis/credentials) +2. 找到目标 OAuth 客户端 ID,点击进入详情 +3. 找到 **「目标对象」** → **「测试用户」** 部分 +4. 点击 **「添加用户」** +5. 输入测试用 Google 邮箱地址 +6. 保存 + +## 限制 +- 仅限添加的测试用户可授权 +- 仅用于开发/测试用途 +- 生产环境需通过 Google 验证流程 + +## 典型应用场景 +- **gog CLI** 配置:首次配置时需要添加测试用户才能完成 OAuth 授权 +- 其他第三方 Google Workspace CLI 工具 + +## 相关概念 +- [[OAuth]]:开放授权协议 +- [[Google-Cloud-Console]]:管理测试用户的控制台 +- [[API-Enablement]]:另一层授权配置 + +## 相关实体 +- [[Google]]:OAuth 服务提供方 +- [[gog CLI]]:需要测试用户配置的 CLI 工具 diff --git a/wiki/concepts/防彈筆記法.md b/wiki/concepts/防彈筆記法.md index 185fa386..67ad7dd8 100644 --- a/wiki/concepts/防彈筆記法.md +++ b/wiki/concepts/防彈筆記法.md @@ -1,28 +1,114 @@ ---- -title: "防彈筆記法" -type: concept -tags: [knowledge-management, pkm, output-driven] ---- +# 防彈筆記法 ## Definition -任务导向的笔记方法,强调为输出而设计,让每张笔记都能回答"下一步是什么"。 + +防彈筆記法(Bullet-proof Notes)是一種任務導向的個人知識管理系統,由電腦玩物 esor 提出。其核心理念是:**每個任務一則筆記(SSOT)**,把目標、行動、決策、依據、變更都寫回同一張筆記。 ## Core Principles -- **任务导向**:每个任务一则笔记(SSOT) -- **动态演化**:笔记随任务推进持续更新 -- **简单精准**:把目标、行动、决策、依据、变更都写回同一张 -## 5-Layer Structure(从杂到精) +1. **任務導向** — 筆記是為了產出,不是為了收藏 +2. **動態演化** — 筆記隨任務推進持續更新 +3. **簡單精準** — 用最少的結構承載最大的價值 +4. **SSOT(Single Source of Truth)** — 每個任務的完整資訊在一張筆記 -1. **收件匣**:先丟进来,不分类;每日或隔日批次清空 -2. **暂时笔记**:把素材改写成"问题/关键资讯/下一步" -3. **专案目标笔记**:一个任务一则,聚焦目标、下一步、决策记录 -4. **资源/经验笔记**:将踩雷与做法沉淀成可重用清单 -5. **永久任务笔记(SOP)**:把重复流程标准化 +## System Architecture -## Success Criteria -- 打开任务笔记就知道现在要做哪一步 -- 周检视只需翻看"那些任务笔记",不用重找来源 +### 5-Layer Structure -## Source -- 本文作为 [[AI-简报工作流]] 的示例主题出现 \ No newline at end of file +``` +┌─────────────────────────────────────────────┐ +│ Layer 5: 永久任務筆記(SOP) │ +│ → 把重複流程標準化 │ +├─────────────────────────────────────────────┤ +│ Layer 4: 資源/經驗筆記 │ +│ → 將過程踩雷與做法沉澱成可重用清單 │ +├─────────────────────────────────────────────┤ +│ Layer 3: 專案目標筆記(任務一則) │ +│ → 聚焦目標、下一步、決策紀錄 │ +├─────────────────────────────────────────────┤ +│ Layer 2: 暫時筆記 │ +│ → 把素材改寫成「問題/關鍵資訊/下一步」 │ +├─────────────────────────────────────────────┤ +│ Layer 1: 收件匣 │ +│ → 先丟進來,不分類;每日或隔日批次清空 │ +└─────────────────────────────────────────────┘ +``` + +## Task Note Template + +### Header +- 任務名稱(動詞開頭) +- 完成條件(可驗收) +- 截止日 + +### Body (3 Columns) + +| 欄位 | 內容 | +|------|------| +| 決策紀錄 | [YYYY-MM-DD] 結論+依據連結 | +| 下一步×3 | 動詞+產出|Owner|Deadline | +| 參考片段 | 只留「可直接引用的 3 點」 | + +### Footer +- 變更/風險:本週狀況、阻礙與備案(各 1–2 行) +- 復盤區:本次做法摘要、成效與失誤、下次改進 + +## Key Practices + +### 收集:輸出導向的收法 +- 每個高亮配**「我怎麼用」1 句** +- 每篇文章只留下可用片段×3 +- 作業節奏:看到就「一鍵收件匣」→每日或隔日批次清空 + +### 會議記錄:只保留「會帶來動作」的東西 +- 決策表:議題|結論|依據連結|備案 +- 行動表:Action|Owner|驗收標準|Deadline|所屬專案連結 +- 24 小時分流規則:行動嵌回各自專案筆記 + +### 復盤:把「心得」改寫成「下一次會做的事」 +- 本次做法摘要(≤3 句) +- 成效&失誤(各 1–2 點) +- 下次改進×1–3(動詞+驗收條件) +- 可複用規則(1 句) + +## Success Metrics + +| 指標 | 目標 | +|------|------| +| 找資料時間 | 逐步減少 | +| 下一步明確率 | 每個任務都有「下一步×1」 | +| 會議落地率 | 7 天內完成比例 > 70% | +| 行動卡 24h 歸位率 | > 90% | + +## 7-Day Action Plan + +| Day | 任務 | +|-----|------| +| D1-D2 | 選 3 個進行中的任務 → 各建任務筆記 | +| D3-D4 | 把最近的 1 場會議,改用「決策表+行動表」並在 24h 分流 | +| D5 | 清空收件匣,為 3 篇文章各寫「可用片段×3+我怎麼用」 | +| D6 | 每日 3 分鐘微復盤,週末 20 分鐘沉澱 1 份 SOP | +| D7 | 檢視三個數字:找資料時間、下一步明確率、會議落地率 | + +## Tools & AI Integration + +防彈筆記法可用任何工具實現: +- Notion +- Google 文件 +- Obsidian +- Evernote + +### AI 三招 +1. 把零散片段改寫成「下一步×3」 +2. 把會議討論萃成決策表+行動表 +3. 把經驗重構成 SOP/模板並附上原連結 + +## Related Concepts + +- [[知識管理]] — 筆記法的上位概念 +- [[AI-簡報流程]] — 結合防彈筆記製作簡報 +- [[任務管理]] — 任務追蹤與執行 + +## References + +- [[jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao|教學:ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報]] — 防彈筆記法作為案例貫穿全文 diff --git a/wiki/entities/Canva.md b/wiki/entities/Canva.md index 2c334a18..1a97a4d5 100644 --- a/wiki/entities/Canva.md +++ b/wiki/entities/Canva.md @@ -1,21 +1,53 @@ ---- -title: "Canva" -type: entity -tags: [tool, ai, design] ---- +# Canva -## Aliases -- Canva AI +## Overview -## Description -在线图形设计工具,也常用于简报设计。提供丰富的模板、图标、中文字体,2025年推出 AI 问答功能,可通过指令自动生成简报、文件、封面。2025年9月加入中文支持。 +[[Canva]] 是一個線上設計平台,提供豐富的簡報模板、圖示、中文字體元素。用戶即使使用免費帳號,也能輕鬆製作出好看的簡報內容。 + +2025年,Canva 推出了 AI 問答功能,可以透過指令讓 Canva 自己組合內建的各種模板與素材,一句話生成精美簡報、文件、封面等。2025年9月起,該功能支援中文。 ## Key Features -- 简报模板(免费账号也可用) -- 内建图标、图示、中文字体 -- Canva AI 问答功能(2025年) -- AI 设计指令生成 -## Connections -- 集成 [[ChatGPT]] -- 竞争对手:[[Gamma]] \ No newline at end of file +### AI 簡報功能 +- **一鍵生成**:輸入簡報大綱,AI 自動設計版面 +- **中文支援**:2025年9月加入中文支援 +- **模板多樣**:提供豐富的簡報模板 +- **編輯靈活**:生成後可在編輯器進一步修改 + +### 常見用途 +- 簡報設計 +- 會議文件 +- 專案報告 +- 學習單 +- 社交媒體圖片 + +## AI 簡報工作流 + +在 [[AI-簡報流程]] 中,Canva 作為第二階段的視覺設計工具: + +``` +ChatGPT(內容研究)→ Canva AI(視覺設計) +``` + +### 操作步驟 +1. 在 ChatGPT 完成文字版簡報大綱 +2. 複製大綱到 Canva AI +3. 選擇:「設計」→「簡報」→「想要的風格」 +4. Canva AI 根據大綱思考分頁、內容重點 +5. 按「產生設計」完成版面套用 +6. 進入編輯器進一步修改 + +## Pricing + +- **免費版**:提供基本模板和功能 +- **付費版(Canva Pro)**:解鎖更多模板、AI 功能、品牌套件 + +## Related Concepts + +- [[AI-簡報流程]] — 結合 ChatGPT 與 Canva 的工作流 +- [[Gamma]] — 另一個 AI 簡報工具 +- [[ChatGPT]] — 內容研究工具 + +## References + +- [[jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao|教學:ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報]] diff --git a/wiki/entities/Docker.md b/wiki/entities/Docker.md index 4afd184e..9aa6e82e 100644 --- a/wiki/entities/Docker.md +++ b/wiki/entities/Docker.md @@ -2,7 +2,7 @@ title: "Docker" type: entity tags: [containerization, virtualization, devops] -sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation] +sources: [cloud-devop-maturity-guideline, DevOps-Culture-and-Transformation, 如何传输Docker-images-并且在另一个Docker安装] last_updated: 2026-04-16 --- diff --git a/wiki/entities/Gamma.md b/wiki/entities/Gamma.md index ad508209..5006d5d8 100644 --- a/wiki/entities/Gamma.md +++ b/wiki/entities/Gamma.md @@ -1,17 +1,44 @@ ---- -title: "Gamma" -type: entity -tags: [tool, ai, presentation] ---- +# Gamma -## Description -AI 简报和网页设计工具,专注于生成专业、美观的图文内容。用于工作、课程简报制作,是 AI 简报工具中效果最好的之一。 +## Overview + +[[Gamma]] 是一個 AI 簡報與網頁生成工具,以「一句話生成精美簡報」著稱,被認為是專業 AI 簡報工具中效果最好的選擇之一。 ## Key Features -- AI 自动生成简报 -- 专业的图文版面 -- 适用于工作、课程场景 -## Connections -- 竞争对手:[[Canva]] -- 集成 [[ChatGPT]] \ No newline at end of file +- **一鍵生成**:輸入主題或大綱,AI 自動生成圖文並茂的簡報 +- **專業版面**:自動排版、配圖、設計 +- **多種輸出格式**:簡報、網頁、文件 +- **編輯靈活**:生成後可進一步自訂 + +## AI 簡報工作流 + +在 [[AI-簡報流程]] 中,Gamma 作為第二階段的視覺設計工具: + +``` +ChatGPT(內容研究)→ Gamma AI(視覺設計) +``` + +### 操作方式 +將 ChatGPT 產生的簡報大綱,直接貼入 Gamma,讓 Gamma AI 做出圖文並茂的簡報。 + +## vs Canva + +| 維度 | [[Canva]] | Gamma | +|------|-----------|-------| +| 模板數量 | 更多 | 中等 | +| AI 功能 | 2025年9月支援中文 | 一直支援多語言 | +| 版面效果 | 優秀 | 專業級 | +| 學習曲線 | 低 | 中等 | + +**建議**:根據團隊熟悉度和專案需求選擇。 + +## Related Concepts + +- [[AI-簡報流程]] — 結合 ChatGPT 與 Gamma 的工作流 +- [[Canva]] — 另一個 AI 簡報工具 +- [[ChatGPT]] — 內容研究工具 + +## References + +- [[jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao|教學:ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報]] diff --git a/wiki/entities/Project-State-Management.md b/wiki/entities/Project-State-Management.md new file mode 100644 index 00000000..4cd843e7 --- /dev/null +++ b/wiki/entities/Project-State-Management.md @@ -0,0 +1,39 @@ +--- +title: "Project State Management" +type: entity +tags: [AI-Agent, project-management, workflow] +--- + +## Definition +Project State Management 是一种事件驱动的项目管理方法,通过数据库存储项目状态和历史事件,AI Agent 自然语言交互追踪进度,替代传统的静态 Kanban 看板。 + +## Core Features +- **事件驱动更新**:"完成 X,阻塞 Y" → 自动状态转换 +- **上下文保留**:记录决策、阻碍、关键洞察 +- **自然语言查询**:询问项目状态、决策原因、当前阻碍 +- **每日站会摘要**:昨日进展、今日计划、当前阻碍 +- **Git 集成**:提交自动关联到项目事件 + +## Technical Stack +- PostgreSQL / SQLite:项目状态数据库 +- GitHub CLI (gh):提交追踪 +- Discord / Telegram:交互渠道 +- Cron Jobs:定时摘要触发 +- Sub-agents:并行项目分析 + +## Database Schema +```sql +projects: id, name, status, current_phase, last_update +events: id, project_id, event_type, description, context, timestamp +blockers: id, project_id, blocker_text, status, created_at, resolved_at +``` + +## Related Concepts +- [[Event Sourcing]] +- [[AI ChatOps]] +- [[每日站会摘要]] + +## Related Entities +- [[Kanban]]:被替代的方案 +- [[PostgreSQL]]:数据库技术栈 +- [[GitHub]]:提交追踪 diff --git a/wiki/entities/Synology-NAS.md b/wiki/entities/Synology-NAS.md new file mode 100644 index 00000000..abedec5c --- /dev/null +++ b/wiki/entities/Synology-NAS.md @@ -0,0 +1,28 @@ +# Synology NAS + +## Definition + +Synology NAS(群晖网络附加存储)是 Synology 公司生产的网络存储设备,提供文件存储、媒体服务、Docker 容器管理等功能。 + +## Source References + +- [[sources/如何传输Docker-images-并且在另一个Docker安装.md]] + +## Key Products + +### Container Manager + +Synology NAS 的 Docker 容器管理应用(原名 "Docker DSM"),提供: +- 镜像管理(查看、导入、删除) +- 容器创建与运行 +- 网络配置 +- 卷管理 + +## Related Concepts + +- [[concepts/Docker-Image.md]] — 可在 Synology NAS Docker 中运行的容器镜像 +- [[concepts/CloudDrive2.md]] — 阿里云盘挂载工具,可与 NAS 配合使用 + +## 标签 + +#nas #synology #home-office diff --git a/wiki/entities/Todoist-Task-Manager.md b/wiki/entities/Todoist-Task-Manager.md new file mode 100644 index 00000000..8294816e --- /dev/null +++ b/wiki/entities/Todoist-Task-Manager.md @@ -0,0 +1,58 @@ +--- +title: "Todoist Task Manager" +type: entity +tags: [AI Agent, Todoist, 任务管理, 可观测性] +--- + +## Aliases +- Todoist Task Manager +- todoist-task-manager + +## Definition + +Todoist Task Manager 是一个 AI Agent 任务可视化系统,通过 Todoist REST API 将 Agent 的内部推理和进度日志同步到 Todoist 任务看板,实现长时间运行任务的状态追踪和透明度提升。 + +## Core Components + +### Bash Scripts + +| Script | 职责 | +|--------|------| +| `scripts/todoist_api.sh` | Todoist REST API 的 curl 封装,支持 GET/POST/PUT/DELETE | +| `scripts/sync_task.sh` | 创建/更新任务,按 Section(In Progress/Waiting/Done)分类 | +| `scripts/add_comment.sh` | 向任务追加评论,记录子步骤完成日志 | + +### Todoist Section Structure + +- `🟡 In Progress` — 正在执行的任务 +- `🟠 Waiting` — 等待中的任务 +- `🟢 Done` — 已完成的任务 + +## Workflow + +1. Agent 接收到复杂任务 → 在 `In Progress` 创建任务,将 Plan 写入任务描述 +2. 每完成一个子步骤 → 调用 `add_comment.sh` 追加进度日志 +3. 任务完成 → 将任务移至 `Done` Section +4. Heartbeat 脚本监控停滞任务并通知用户 + +## Integration + +- **API**: Todoist REST API v2 +- **Agent**: OpenClaw(Agent 可自行创建和管理这些脚本) +- **Visibility**: 外部化内部推理,提升用户对 Agent 行为的可观测性 + +## Related Concepts + +- [[Agent-Task-Visibility]] +- [[Task-Automation]] +- [[工作流自动化]] +- [[Todoist]] + +## Related Entities + +- [[OpenClaw]] +- [[Todoist]] + +## Source + +- [[sources/todoist-task-manager-agent-task-visibility]] diff --git a/wiki/entities/codecrafters-io-build-your-own-x.md b/wiki/entities/codecrafters-io-build-your-own-x.md new file mode 100644 index 00000000..8370568e --- /dev/null +++ b/wiki/entities/codecrafters-io-build-your-own-x.md @@ -0,0 +1,45 @@ +--- +title: codecrafters-io/build-your-own-x +description: A curated collection of step-by-step guides for rebuilding technologies from scratch +tags: [github, learning, programming, open-source] +--- + +# codecrafters-io/build-your-own-x + +## Overview + +[[codecrafters-io/build-your-own-x]] is a renowned GitHub repository that compiles **well-written, step-by-step guides** for recreating favorite technologies from scratch. The project is maintained by [CodeCrafters, Inc.](https://codecrafters.io/) and originated by [Daniel Stefanovic](https://github.com/danistefanovic). + +## Key Facts + +- **Repository**: [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) +- **Platform**: [CodeCrafters](https://codecrafters.io/) +- **License**: CC0 (public domain) +- **Contributors**: Many contributors +- **Languages**: Primarily Markdown documentation + +## 26 Technology Domains + +The repository covers 26 major technology categories: + +| Category | Examples | +|----------|----------| +| 3D Renderer | Ray tracing, rasterization | +| Operating System | Linux from scratch, kernel development | +| Programming Language | Interpreters, compilers | +| Database | Redis, SQL engines, NoSQL | +| Git | Version control from scratch | +| Docker | Container from scratch | +| Web Browser | Layout engine, rendering | +| Web Server | HTTP servers | +| Network Stack | TCP/IP stack | +| Neural Network | Deep learning from scratch | +| Game | Tetris, Breakout | +| Emulator | CHIP-8, GameBoy | +| Bot | Discord, Telegram bots | +| Blockchain | Cryptocurrency implementation | + +## Related + +- [[Byox]] — The learning methodology this repository embodies +- [[CodeCrafters]] — The interactive learning platform diff --git a/wiki/entities/gog-CLI.md b/wiki/entities/gog-CLI.md new file mode 100644 index 00000000..62d1a2cf --- /dev/null +++ b/wiki/entities/gog-CLI.md @@ -0,0 +1,64 @@ +--- +title: "gog CLI" +type: entity +tags: [cli, google-workspace, oauth, automation] +--- + +## Aliases +- gogcli +- gog CLI + +## Definition +gog CLI 是由 steipete 开发并维护的 macOS 命令行工具,通过 Google OAuth API 实现对 Google Workspace(Gmail、Google Calendar、Google Drive、Google Contacts、Google Docs、Google Sheets)的命令行管理。 + +## Installation +```bash +brew install steipete/tap/gogcli +# 验证安装 +which gog +# 输出: /opt/homebrew/bin/gog +``` + +## Core Services Supported +| 服务 | 主要命令 | +|------|---------| +| Gmail | `gog gmail search`, `gog gmail send` | +| Calendar | `gog calendar events`, `gog calendar create` | +| Drive | `gog drive search` | +| Contacts | `gog contacts list` | +| Docs | `gog docs export`, `gog docs cat` | +| Sheets | `gog sheets get`, `gog sheets update` | + +## Authentication +```bash +# 指定凭证 +gog auth credentials /path/to/credentials.json +# 添加账号 +gog auth add ishenwei@gmail.com --services gmail,calendar,drive,contacts,docs,sheets +# 查看授权 +gog auth list +# 撤销授权 +gog auth revoke +``` + +## Configuration +- 凭证路径:`/Users/weishen/Library/Application Support/gogcli/credentials.json` +- 默认账号:`export GOG_ACCOUNT=ishenwei@gmail.com` + +## Related Concepts +- [[OAuth]]:认证机制 +- [[Google-Cloud-Console]]:凭证创建 +- [[测试用户]]:绕过未验证应用限制 +- [[API-Enablement]]:Google API 启用 +- [[Gmail-API]]:Gmail 接口 +- [[Calendar-API]]:日历接口 +- [[Drive-API]]:云端硬盘接口 + +## Related Entities +- [[steipete-tap/gogcli]]:官方 Homebrew Tap +- [[Google]]:服务提供方 +- [[Homebrew]]:安装工具 + +## References +- 官网:https://gogcli.sh +- GitHub:https://github.com/steipete/gogcli diff --git a/wiki/entities/steipete-tap-gogcli.md b/wiki/entities/steipete-tap-gogcli.md new file mode 100644 index 00000000..a28b7eef --- /dev/null +++ b/wiki/entities/steipete-tap-gogcli.md @@ -0,0 +1,30 @@ +--- +title: "steipete-tap/gogcli" +type: entity +tags: [homebrew, gog-cli, google-workspace] +--- + +## Aliases +- gogcli Homebrew Tap +- steipete/homebrew-tap + +## Definition +`steipete-tap/gogcli` 是 Homebrew 官方仓库中维护的 gog CLI 工具的官方安装源。通过 Homebrew 安装命令 `brew install steipete/tap/gogcli` 即可完成安装。 + +## Installation +```bash +brew install steipete/tap/gogcli +``` + +## Key Properties +- **官方维护者**:steipete(Homebrew Tap) +- **安装路径**:macOS 上为 `/opt/homebrew/bin/gog` +- **依赖**:Homebrew 包管理器 + +## Related Concepts +- [[Homebrew]]:macOS 包管理器 +- [[gog CLI]]:该 Tap 安装的工具 + +## Related Entities +- [[Google]]:gog CLI 服务的 Google Workspace 产品线 +- [[Homebrew]]:托管该 Tap 的包管理器 diff --git a/wiki/index.md b/wiki/index.md index 8dc2cf43..b942100b 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -1,1257 +1,1991 @@ - 1|## Overview - 2|- [Overview](overview.md) — 知识库总览 - 3| - 4|- [ZK Steward Agent](sources/zk-steward.md) — 基于 Niklas Luhmann 的 Zettelkasten 方法论构建 AI 时代的知识网络 - 5| - 6|- [The Agency: AI Specialists Ready to Transform Your Workflow](sources/agency-agents-readme.md) — 开源 AI 智能体集合项目,提供 144+ 个跨 12 个部门的专业化 AI Agent - 7| - 8|- [2025 年 11 个神级 AI 开源平替,GitHub 杀疯了](sources/2025-年-11-个-神级-AI-开源平替-GitHub-杀疯了.md) — 2025 年 GitHub 上 8 个 AI 领域的顶尖开源项目盘点 - 9| - 10|- [fireworks-tech-graph](sources/fireworks-tech-graph.md) — AI 驱动技术图生成工具,将中文描述转化为 SVG/PNG 技术图 - 11| - 12|- [JimLiu/baoyu-skills](sources/baoyu-skills.md) — 宝玉分享的 Claude Code 技能集,包含内容生成、AI 图像生成、工具类自动化 17+ 个技能 - 13| - 14|- [我的工具集](sources/wo-de-gong-ju-ji.md) — AI 工具清单整理 - 15| - 16|- [7 ways I use NotebookLM to make my life easier](sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md) — NotebookLM 的 7 种高效使用场景 - 17| - 18|- [TK美国面单授权及操作流程](sources/TK美国面单授权及操作流程.md) — TikTok Shop 美国面单授权配置流程指南 - 19| - 20|- [TikTok Shop - Apache Superset Dashboard设计思路](sources/TikTok-Shop-Apache-Superset-Dashboard设计思路.md) — TikTok Shop 电商数据可视化仪表盘设计指南 - 21| - 22|- [超达物流定价](sources/chao-da-wu-liu-ding-jia.md) — 跨境电商物流定价规则与服务说明 - 23| - 24|- [Building your Quartz](sources/Building-your-Quartz.md) — quartz 静态站点构建与自托管指南(Nginx/Apache/Caddy) - 25| - 26|- [在 Ubuntu 安装 Ollama 并运行 Qwen2.5-Coder 7B](sources/在-Ubuntu-安装-Ollama-并运行-Qwen2.5-Coder-7B.md) — 在 Ubuntu 系统上安装 Ollama 本地大模型运行环境并运行 Qwen2.5-Coder 7B - 27| - 28|- [Obsidian CLI](sources/obsidian-cli.md) — Obsidian 官方命令行工具,用于脚本化、自动化和外部工具集成 - 29| - 30|- [Obsidian 必装 Skills](sources/Obsidian-必装-Skills.md) — Obsidian 必装的 AI Skills 推荐与配置指南 - 31| - 32|- [Obsidian CLI 命令全景速查表](sources/Obsidian-官方-CLI-命令-全景-速查表.md) — Obsidian 官方 CLI 命令速查与自动化工作流(版本要求 v1.12+) - 33| - 34|## Sources -- [Workflow Example: Book Chapter Development](sources/workflow-book-chapter.md) — AI Agent 将粗糙素材转化为战略性第一人称书籍章节草稿的工作流 -- [Multi-Agent Workflow: Startup MVP](sources/workflow-startup-mvp.md) — A step-by-step example of how to coordinate multiple agents to go from idea to shipped MVP -- [Multi-Agent Workflow: Startup MVP with Persistent Memory](sources/workflow-with-memory.md) — 基于 MCP Memory Server 的多智能体协作工作流,解决手动交接上下文丢失问题 -- [Multi-Agent Workflow: Landing Page Sprint](sources/multi-agent-workflow-landing-page-sprint.md) — 多智能体协作在一天内完成高转化率 landing page 开发的 sprint 工作流 -- [Healthcare Marketing Compliance Specialist](sources/healthcare-marketing-compliance.md) — Chinese healthcare marketing compliance, from ads to privacy and platform rules -- [Marketing Douyin Strategist](sources/marketing-douyin-strategist.md) — 抖音短视频营销与直播带货策略智能体,专注于推荐算法、病毒视频策划和内容矩阵策略 -- [Marketing Instagram Curator](sources/marketing-instagram-curator.md) — Instagram 营销专家智能体,专注于视觉叙事、品牌美学开发和多格式内容优化 -- [Marketing Social Media Strategist](sources/marketing-social-media-strategist.md) — 跨平台社交媒体策略智能体,专精 LinkedIn、Twitter 及专业社交平台的思想领导力建设和社区运营 -- [Marketing Baidu SEO Specialist](sources/marketing-baidu-seo-specialist.md) — 百度 SEO 专家智能体,专注于中国搜索引擎优化、ICP 备案合规和百度生态系统整合 -- [Marketing Zhihu Strategist](sources/marketing-zhihu-strategist.md) — 知乎营销与思想领导力建设策略智能体,专注于权威建立、内容运营和精准潜在客户获取 -- [Book Co-Author](sources/marketing-book-co-author.md) — 战略代笔写作智能体,将语音笔记和碎片化思想转化为结构化的第一人称书籍章节 -- [Marketing Cross-Border E-Commerce Specialist](sources/Marketing-Cross-Border-Ecommerce-Specialist.md) — 全漏斗跨境电商运营策略专家,覆盖 Amazon、Shopee、Temu、TikTok Shop 等全球主流平台 -- [Marketing China E-Commerce Operator](sources/marketing-china-ecommerce-operator.md) — 中国电商多平台运营专家,覆盖淘宝、天猫、拼多多、京东、抖音店铺全渠道运营 -- [Marketing Private Domain Operator](sources/marketing-private-domain-operator.md) — 企业微信(WeCom)私域运营与用户生命周期管理专家智能体,专注 SCRM 系统、社群分层运营和全漏斗转化优化 -- [Marketing Video Optimization Specialist](sources/marketing-video-optimization-specialist.md) — YouTube 视频营销算法优化与观众留存率提升专家智能体 -- [Marketing Carousel Growth Engine](sources/marketing-carousel-growth-engine.md) — TikTok/Instagram 轮播内容自动生成与发布系统,通过 Gemini 图片生成和 Upload-Post API 实现每日自主内容生产 -- [Marketing Short-Video Editing Coach](sources/marketing-short-video-editing-coach.md) — 短视频剪辑技术教练智能体,覆盖 CapCut Pro、Premiere Pro、DaVinci Resolve、Final Cut Pro 全流程后期制作 -- [Legal Compliance Checker](sources/support-legal-compliance-checker.md) — The Agency 项目中的法律合规检查专家智能体,专注于多司法管辖区监管合规 -- [UI Designer](sources/design-ui-designer.md) — The Agency 项目中的 UI Designer 智能体,专门负责创建美观、一致、可访问的用户界面 - 36|- [UX Researcher](sources/design-ux-researcher.md) — The Agency 项目中的用户体验研究智能体,专注于用户行为分析和数据驱动的设计决策 - 37|- [Contributing to The Agency](sources/the-agency-contributing.md) — The Agency 项目的贡献指南,涵盖智能体设计规范、PR 流程 - 38|- [为 The Agency 贡献代码](sources/contributing-zh-cn.md) — The Agency 项目的贡献指南,涵盖智能体设计规范、PR 流程和社区参与方式 - 39|- [UX Architect Agent 设计文档](sources/design-ux-architect.md) — UX Architect 技术架构与 UX 专家智能体设计规范,涵盖 CSS 设计系统、布局框架、主题切换机制 -- [Security Policy](sources/SECURITY.md) — agency-agents 项目的安全漏洞报告规范与贡献者安全最佳实践 -- [Examples (Agency Agents)](sources/agency-agents-examples.md) — 多智能体编排示例集,展示 8 个专业智能体并行协作的产品发现完整流程 -- [Nexus Spatial: Full Agency Discovery Exercise](sources/nexus-spatial-discovery.md) — AI Agent 指挥中心在空间计算中的产品发现演练 - 40| - 41|- [Senior Project Manager](sources/project-manager-senior.md) — Converts specifications into developer-ready task lists, enforces realistic scope, and maintains project memory - 42|- [Experiment Tracker](sources/project-management-experiment-tracker.md) — 实验设计与执行跟踪智能体,专注于 A/B 测试、假设验证和数据驱动决策 - 43| - 44|- [Visual Storyteller](sources/design-visual-storyteller.md) — 视觉故事讲述专家智能体,专注于创建视觉叙事、多媒体内容和品牌故事设计 - 45|- [Whimsy Injector Agent Personality](sources/design-whimsy-injector.md) — 品牌体验趣味性注入专家,专注于为品牌添加个性化和乐趣 - 46| - 47|- [Brand Guardian Agent 设计文档](sources/design-brand-guardian.md) — The Agency 项目中的品牌战略与身份保护专家智能体,专注于品牌基础框架、视觉识别系统、品牌一致性与价值保护 - 48|- [Image Prompt Engineer Agent](sources/design-image-prompt-engineer.md) — AI 图像生成提示词工程专家智能体,专注于将视觉概念转化为精确的提示词语言 -- [Behavioral Nudge Engine](sources/product-behavioral-nudge-engine.md) — 行为心理学专家智能体,通过个性化交互节奏和微任务拆分最大化用户动力和任务完成率 - 49|- [Cultural Intelligence Strategist](sources/specialized-cultural-intelligence-strategist.md) — The Agency specialist for detecting invisible exclusion, global-first design, and culturally humble research -- [Corporate Training Designer](sources/corporate-training-designer.md) — 企业培训系统架构与课程开发专家智能体 -- [Academic Psychologist](sources/academic-psychologist.md) — The Agency 项目中的临床与研究心理学家人格定义智能体,基于 Big Five、依恋理论、防御机制等框架提供心理学分析 -- [Academic Anthropologist](sources/academic-anthropologist.md) — The Agency 项目中的文化人类学家智能体,专注于构建具有人类学深度和文化一致性的虚构社会 -- [Academic Geographer](sources/academic-geographer.md) — The Agency 项目中的地理学家智能体,物理与人文地理专家,专注于世界构建中的地理一致性验证 -- [Academic Historian](sources/academic-historian.md) — The Agency 项目中的研究历史学家智能体,验证历史一致性、提供物质文化细节、挑战历史神话 -- [Narratologist](sources/academic-narratologist.md) — The Agency 项目中的叙事理论专家智能体,基于 Propp、Campbell、McKee、Genette 等框架提供故事结构分析 -- [Blockchain Security Auditor](sources/blockchain-security-auditor.md) — The Agency 项目中的智能合约安全审计专家智能体,专注于 DeFi 协议漏洞检测和形式化验证 -- [Study Abroad Advisor](sources/study-abroad-advisor.md) — The Agency 项目中的留学规划专家智能体,为中国学生提供全流程留学申请策略指导 -- [French Consulting Market Navigator](sources/French-Consulting-Market-Navigator.md) — 法国 ESN/SI 生态系统自由职业导航工具,覆盖 margin 模型、平台选择、费率定位和合同谈判 -- [Korean Business Navigator](sources/specialized-korean-business-navigator.md) — 韩国商务文化导航智能体,帮助外国专业人士理解品夠决策流程、人际关系动态和沟通规范 -- [Model QA Specialist](sources/model-qa-specialist.md) — 独立模型 QA 专家智能体,对机器学习和统计模型进行端到端审计 -- [LSP/Index Engineer](sources/lsp-index-engineer.md) — LSP 客户端编排和语义索引工程专家智能体,构建统一代码智能系统 -- [MCP Builder Agent](sources/specialized-mcp-builder.md) — The Agency 中的 MCP Server 开发专家智能体,设计并构建扩展 AI 智能体能力的自定义工具、资源与 Prompt -- [Supply Chain Strategist](sources/supply-chain-strategist.md) — The Agency 项目中的供应链策略专家智能体,专注于供应商管理、战略采购、质量控制与供应链数字化 -- [Automation Governance Architect](sources/automation-governance-architect.md) — The Agency 项目中的自动化治理架构专家智能体,Governance-first 方法评估自动化价值、风险与可维护性 -- [Document Generator](sources/specialized-document-generator.md) — The Agency 项目中的程序化文档创建智能体,负责 PDF、PPTX、XLSX 与 DOCX 的代码化生成 -- [Developer Advocate](sources/specialized-developer-advocate.md) — The Agency 项目中的开发者关系工程师、社区建设者和 DX 架构师,通过技术内容创作、社区参与和产品反馈闭环驱动开发者成功 -- [Product Feedback Synthesizer](sources/product-feedback-synthesizer.md) — The Agency 项目中的用户反馈合成专家智能体,专注于从多渠道收集、分析和合成用户反馈,将定性反馈转化为可量化的产品优先级和战略建议 -- [Support Responder](sources/support-support-responder.md) — The Agency 项目中的客户支持专家智能体,提供全渠道客户服务、问题解决和用户体验优化 -- [Executive Summary Generator](sources/support-executive-summary-generator.md) — The Agency 项目中的战略咨询风格执行摘要生成智能体,使用 McKinsey SCQA、BCG Pyramid、Bain 框架 -- [Product Manager](sources/product-manager.md) — The Agency 项目中的产品经理智能体,定义完整产品生命周期管理框架,涵盖 PRD、机会评估、路线图、GTM 和冲刺健康快照 -- [Product Trend Researcher](sources/product-trend-researcher.md) — The Agency 项目中的市场情报与趋势研究专家智能体,专注于新兴趋势识别、竞争分析和机会评估 -- [Product Sprint Prioritizer](sources/product-sprint-prioritizer.md) — The Agency 项目中的产品冲刺优先级智能体,专注于敏捷冲刺规划、功能优先排序和资源分配 - 50|- [Workflow Architect](sources/specialized-workflow-architect.md) — The Agency 项目中的工作流设计专家智能体,负责流程树、失败分支与交接契约 - 51|- [Agentic Identity & Trust Architect](sources/agentic-identity-trust.md) — The Agency 中负责自治 AI Agent 身份、授权、证据链与信任评分的零信任专家智能体 - 51|- [Agents Orchestrator](sources/agents-orchestrator.md) — The Agency 项目中的自主流水线编排智能体,负责从规格文件到生产部署的完整开发流程编排(PM → ArchitectUX → Dev-QA Loop → Integration) - 52| - 53|- [Inclusive Visuals Specialist](sources/design-inclusive-visuals-specialist.md) — 包容性视觉设计专家智能体,专注于对抗 AI 生成中的系统性偏见,生成文化准确、有尊严的多元人像 - 54|- [XR Cockpit Interaction Specialist](sources/xr-cockpit-interaction-specialist.md) — XR 座舱交互专家智能体,专注于设计和开发 XR 环境的沉浸式座舱控制系统 - 55|- [macOS Spatial/Metal Engineer](sources/macos-spatial-metal-engineer.md) — macOS Spatial/Metal Engineer 智能体,Native Swift 和 Metal 专家,构建高性能 3D 渲染系统和空间计算体验 - 56|- [Terminal Integration Specialist](sources/terminal-integration-specialist.md) — 终端仿真和 SwiftTerm 集成专家智能体,专注于现代 Swift 应用的终端仿真、文本渲染优化 - 57| - 58|- [XR Interface Architect](sources/xr-interface-architect.md) — XR 界面架构师智能体,专注于沉浸式 3D 环境的空间界面设计 - 59| - 60|- [visionOS Spatial Engineer](sources/visionos-spatial-engineer.md) — visionOS 空间计算原生开发专家智能体,专注于 SwiftUI 体积化界面和 Liquid Glass 设计实现 - 61|- [Identity Graph Operator](sources/identity-graph-operator.md) — 多智能体共享身份图操作智能体,负责实体解析、合并提案与冲突治理 - 62| - 63|- [Paid Media Programmatic & Display Buyer](sources/paid-media-programmatic-buyer.md) — 付费媒体程序化购买与展示广告智能体,专注于 DSP 平台管理、Google 展示网络、ABM 展示和合作伙伴媒体策略 - 64| - 65|- [Paid Media PPC Campaign Strategist](sources/paid-media-ppc-strategist.md) — 付费媒体 PPC 智能体,负责大规模搜索、购物和效果最大化广告系列架构设计 - 66| - 67|- [Paid Media Paid Social Strategist](sources/paid-media-paid-social-strategist.md) — The Agency 项目中的付费社交媒体广告智能体,跨平台覆盖 Meta、LinkedIn、TikTok 等 - 68| - 69|- [Paid Media Auditor](sources/paid-media-auditor.md) — 付费媒体审计智能体,系统化评估 Google Ads、Microsoft Ads 和 Meta 广告账户,识别 15-30% 效率提升机会 - 70|- [Studio Operations](sources/project-management-studio-operations.md) — The Agency 项目中的工作室运营与流程优化智能体,负责日常效率、资源协调和持续改进 - 71|- [Accounts Payable Agent](sources/accounts-payable-agent.md) — The Agency 体系中的应付账款与付款执行智能体,负责发票验证、支付路由与审计轨迹 - 72|- [Experiment Tracker](entities/Experiment-Tracker.md) — 实验设计与执行跟踪智能体,专注于 A/B 测试、假设验证和数据驱动决策 - 73|- [Project Shepherd](entities/Project-Shepherd.md) — 专业项目管理人员智能体,专注于跨职能项目协调、时间线管理和利益相关方对齐 - 74|- [Recruitment Specialist](entities/Recruitment-Specialist.md) — The Agency 体系中的招聘运营与人才获取专家,负责全流程招聘与劳动法合规 - 75|- [Accounts Payable Agent](entities/Accounts-Payable-Agent.md) — The Agency 体系中的应付账款与付款执行智能体,负责验证发票、路由支付与防止重复付款 - 76|- [Experiment Tracker](sources/project-management-experiment-tracker.md) — 实验设计与执行跟踪智能体,专注于 A/B 测试、假设验证和数据驱动决策 - 77|- [Jira Workflow Steward](sources/project-management-jira-workflow-steward.md) — 交付可追溯性治理智能体,专注于 Jira 关联的 Git 工作流、可追溯提交、结构化 PR 和发布安全分支策略 - 78| - 79|- [Paid Media Ad Creative Strategist](sources/paid-media-creative-strategist.md) — 付费媒体广告创意策略智能体,专注于广告文案撰写、响应式搜索广告优化和创意测试框架 - 80| - 81|- [Paid Media Tracking & Measurement Specialist](sources/paid-media-tracking-specialist.md) — 付费媒体追踪与测量专家智能体,专注于 GTM 容器架构、GA4 事件设计、服务端标记和转化归因 - 82| - 83|- [Search Query Analyst](sources/search-query-analyst.md) — 付费搜索查询分析智能体,专注于搜索词报告挖掘、否定关键词架构和查询意图映射 - 84| - 85|- [Sales Data Extraction Agent](sources/sales-data-extraction-agent.md) — The Agency 项目中的销售数据提取智能体,监控 Excel 文件并提取 MTD、YTD、Year End 指标 -- [Data Consolidation Agent](sources/data-consolidation-agent.md) — The Agency 项目中的销售数据整合智能体,将提取的销售数据聚合为实时仪表盘和报表 -- [Report Distribution Agent](sources/report-distribution-agent.md) — 自动按领地分发整合后销售报表,支持定时与手动触发并记录完整审计轨迹 -- [Sales Discovery Coach](sources/sales-discovery-coach.md) — 销售发现方法论指导智能体,教导销售团队通过提问、当前状态映射、差距量化和电话结构发现真正购买动机 - 86|- [Outbound Strategist](sources/sales-outbound-strategist.md) — 基于信号的主动外呼销售策略智能体,通过购买信号触发和多渠道序列设计提升转化率 - 87| - 88|- [Deal Strategist](sources/sales-deal-strategist.md) — 销售交易策略智能体,专注于 MEDDPICC 资格认证、竞争定位和赢单规划 - 89| - 90|- [Sales Coach](sources/sales-coach.md) — 销售 coaching 专家智能体,通过 Socratic 方法提升销售代表技能、pipeline 管理和预测准确性 - 91| - 92|- [Proposal Strategist](sources/sales-proposal-strategist.md) — 销售提案策略智能体,将 RFP 响应转化为制胜叙事,擅长制胜主题开发和竞争定位 - 93| - 94|- [Sales Account Strategist](sources/sales-account-strategist.md) — 售后账户策略专家智能体,专注于 Land-and-Expand 执行、利益相关者映射、QBR 设计和净收入留存 - 95| - 96|- [Pipeline Analyst](sources/sales-pipeline-analyst.md) — 销售管道健康诊断与收入预测智能体,专注于管道健康评估、交易速度分析和预测准确性 - 97| - 98|- [Sales Engineer](sources/sales-engineer.md) — 售前工程师智能体,专注于技术发现、演示工程、POC 设计、竞争定位和解决方案架构 - 99|- [Salesforce Architect](sources/specialized-salesforce-architect.md) — Salesforce 企业级解决方案架构设计与治理专家智能体,涵盖多云架构、集成模式、Governor Limits 和数据模型治理 - 100|- [Government Digital Presales Consultant](sources/government-digital-presales-consultant.md) — 政府数字化售前智能体,专注于政策解读、方案设计、招投标与合规适配 - 101|- [Civil Engineer](sources/specialized-civil-engineer.md) — 土木与结构工程智能体,专注于多国规范下的结构分析、岩土设计和建筑合规 -- [Compliance Auditor](sources/compliance-auditor.md) — 技术合规审计专家智能体,专注于 SOC 2、ISO 27001、HIPAA 和 PCI-DSS 认证流程 - 102|- [Cloud Learning Master Index](sources/cloud-learning-master-index.md) — Public Cloud Learning Sessions 课程分类索引与统计信息(10 个类别,121 个视频) - 103| - 104|- [Public Cloud Learning Sessions - EKS Optimization part 1 of 3 - Compute Optimization with Karpenter](sources/public-cloud-learning-sessions-eks-optimization-part-1-of-3-compute-optimization.md) — EKS 计算优化,使用 Karpenter 实现自动扩缩容 - 105|- [Public Cloud Learning Sessions - EKS Optimization part 2 of 3 - Running Containers with Bottlerocket OS](sources/public-cloud-learning-sessions-eks-optimization-part-2-of-3-running-containers-w.md) — Bottlerocket OS 优化容器运行 - 106|- [Public Cloud Learning Sessions - EKS Optimization part 3 of 3 - Introduction to EKS Auto Mode](sources/public-cloud-learning-sessions-eks-optimization-part-3-of-3-introduction-to-eks-auto-mode.md) — EKS Auto Mode 介绍,自动管理数据平面实例、操作系统、补丁和安全更新 - 107| - 108|- [Public Cloud Learning Sessions - Introduction to AI/ML with AWS](sources/public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206.md) — AWS AI/ML 介绍与实践,Suraav Paul 讲解生成式 AI、 Amazon Bedrock 和 ML Ops - 109| - 110|- [Public Cloud Learning Sessions - Reducing Cloud Costs - 20250318](sources/public-cloud-learning-sessions-reducing-cloud-costs-20250318-170100-meeting-reco.md) — 云成本优化策略,涵盖工作负载优化(现代化+Right Sizing)和费率优化(Savings Plans、预留实例) - 111| - 112|- [Public Cloud Learning Sessions - Best practices for EC2 cost optimization in AWS](sources/public-cloud-learning-sessions-best-practices-for-ec2-cost-optimization-in-aws-2.md) — EC2 成本优化最佳实践,涵盖 Graviton 迁移、Spot 实例利用和购买选项 - 113| - 114|- [Public Cloud Learning Sessions - Observability with OpenTelemetry](sources/public-cloud-learning-sessions-observability-with-opentelemetry-20240402-160113-.md) — OpenTelemetry 可观测性框架在 AWS 环境中的应用(Metrics、Logs、Traces 三大信号) - 115| - 116|- [Public Cloud Learning Sessions - Ollie Workflow and The Demand Process](sources/public-cloud-learning-sessions-ollie-workflow-and-the-demand-process-20240416.md) — Oli 工作流流程,用于超大规模云服务商的支出审批、需求管理和请求处理 - 117| - 118|- [我做了个 Skill:让 AI 帮你生成 Logo 和图标](sources/我做了个-Skill-让-AI-帮你生成-Logo-和图标.md) — AI 生成 Logo 的 Skill 工作流,三步生成专业设计资产 - 119| - 120|- [AI Memory Tools:两大阵营的深度解析](sources/AI-Memory-Tools-Two-Camps.md) — AI Agent 记忆工具的两大技术路线:记忆后端(Memory Backend)vs 上下文基质(Context Substrate) - 121| - 122|- [电商如何选品 如何找到爆款 选品策略](sources/dian-shang-xuan-pin-bao-kuan-xuan-pin-celue.md) — 跨境电商选品策略与爆款挖掘方法,20种产品选择策略 - 123| - 124|- [做TK跨境思路不对努力白费](sources/做TK跨境思路不对努力白费.md) — TikTok 跨境电商实战策略,从市场选择到团队建设的完整流程 - 125| - 126|- [Scrapy + Playwright 抓取TikTok Shop Data](sources/Scrapy-Playwright-抓取TikTok-Shop-Data.md) — Docker 容器内配置 Scrapy + Playwright 爬虫环境的完整指南(venv、依赖安装、运行命令) - 127|- [codecrafters-io/build-your-own-x](sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md) — 通过从零重建22个技术领域掌握编程技能 - 128| - 129|- [Never write another prompt](sources/never-write-another-prompt.md) — 通过工具简化 AI 提示词创建流程 - 130| - 131|- [CTP Topic 34 Azure Landing Zone Architecture Overview](sources/ctp-topic-34-azure-landing-zone-architecture-overview.md) — Azure Landing Zone 架构设计,Management Groups、Subscription 分离、Terraform Cloud 自动化 - 132|- [CTP Topic 67 Cloud Native Observability Using OpenTelemetry](sources/ctp-topic-67-cloud-native-observability-using-opentelemetry.md) — 云原生可观测性方案,基于 ADOT 在 EKS 上的部署实践 - 133| - 134|- [CTP Topic 42 Grafana Observability Dashboard](sources/ctp-topic-42-grafana-observability-dashboard.md) — Grafana 可观测性平台与仪表盘设计,支持多数据源集成和 Terraform 自动化部署 - 135| - 136|- [CTP Topic 36 SendGrid as an email service](sources/ctp-topic-36-sendgrid-as-an-email-service.md) — SendGrid 被采用为 CTP 标准邮件服务,替换不安全的语义网关和受限的 SES 方案 - 137| - 138|- [CTP Topic 37 Secrets Certificates Management](sources/ctp-topic-37-secrets-certificates-management.md) — 云转型项目密钥与证书管理方案选型(AWS Secrets Manager vs HashiCorp Vault vs CyberArk PAM),30天试点验证后选择 AWS Secrets Manager - 139| - 140|- [CTP Topic 46 NetApps on AWS](sources/ctp-topic-46-netapps-on-aws.md) — NetApp on AWS (CVO) 架构、部署、数据分层、安全与迁移 - 141| - 142|- [CTP Topic 49 Container Lifecycle Hardening Standards](sources/ctp-topic-49-container-lifecycle-hardening-standards.md) — Micro Focus 容器生命周期加固标准,构建阶段 11 项安全最佳实践 - 143| - 144|- [CTP Topic 58 AWS EC2 Image Builder](sources/ctp-topic-58-aws-ec2-image-builder.md) — AWS EC2 Image Builder 服务,用于自动创建、管理和分发 AMIs 和 Docker 镜像 - 145| - 146|- [CTP Topic 26 Standard AMI – build, publish, share processes](sources/ctp-topic-26-standard-ami-build-publish-share-processes.md) — Foundation AMI 的构建、加固与分发流程 - 147| - 148|- [CTP Topic 50 AMI Roadmap for AWS AMIs](sources/ctp-topic-50-ami-roadmap-for-aws-amis.md) — AWS AMI 路线图与 CCOE 标准化 AMI 发布计划 - 149| - 150|- [CTP Topic 63 Optimise resource cost using automation](sources/ctp-topic-63-optimise-resource-cost-using-automation.md) — 通过自动化技术降低云资源成本,涵盖批准区域、实例类型优化、承诺计划、存储优化和自动化调度 - 151|- [CTP Topic 71 PCG's Guide to RightSizing, Why, How, When](sources/ctp-topic-71-pcgs-guide-to-rightsizing-why-how-when.md) — AWS 资源优化(Right Sizing)的全面指南,涵盖 Why、How、When 三大维度 - 152| - 153|- [Learning Sessions Cloud Transformation Programme 20230808](sources/learning-sessions-cloud-transformation-programme-20230808-183322-meeting-recording.md) — ECS 基础设施即代码部署,CTP 自研 ECS Terraform 模块 - 154| - 155|- [Learning Sessions Cloud Transformation Programme-Deploying RDS via Terraform](sources/Learning-Sessions-Cloud-Transformation-Programme-Deploying-RDS-via-Terraform.md) — 通过 Terraform 部署 Amazon RDS,Greg (DBRE) 介绍 IaC 优势和 Terragrunt 使用 - 156| - 157|- [CTP Topic 48 Terraform vs Terragrunt](sources/ctp-topic-48-terraform-vs-terragrunt.md) — Terraform 与 Terragrunt 对比,Terraform 是云无关 IaC 工具,Terragrunt 是 DRY 包装器 - 158| - 159|- [CTP Topic 16 Cross-account Terraform modules](sources/ctp-topic-16-cross-account-terraform-modules.md) — 多账号 AWS 环境中的跨账号 Terraform 模块实现,通过 Shared Account 中心化部署方案实现安全自动化 - 160| - 161|- [养虾日记1:我用 OpenClaw 管了 28 万张照片:一次真实的多设备照片整理实战](sources/养虾日记1-我用-OpenClaw-管了-28-万张照片-一次真实的多设备照片整理实战.md) — 利用 AI Agent 自动化整理 28 万张照片(MD5 去重 + 批次任务 + Cron 定时执行) - 162| - 163|- [教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報](sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md) — AI 简报制作四阶段工作流(ChatGPT 资料研究 + Canva/Gamma 设计) - 164| - 165|- [养虾日记2:让Agent更懂你:OpenClaw + Self-Improving 复盘实战案例分享](sources/养虾日记2-让Agent更懂你-OpenClaw-Self-Improving-复盘实战案例分享.md) — AI Agent 记忆问题的解决方案(self-improving skill + 双层记忆架构 + 每日复盘机制) - 166| - 167|- [养虾日记3:用 Obsidian + Gitea 为 AI 助手构建持久化笔记系统](sources/养虾日记3-用-Obsidian-Gitea-为-AI-助手构建持久化笔记系统.md) — Obsidian + Gitea + OpenClaw 实现 AI 输出持久化 - 168| - 169|- [养虾日记4:一次「Context Limit Exceeded」错误排查:我以为是小问题,结果踩了大坑](sources/养虾日记4-一次「Context-Limit-Exceeded」错误排查-我以为是小问题-结果踩了大坑.md) — OpenClaw AI Agent 的 Context Limit 错误排查(模型配置问题、Gateway 日志分析、两层配置分清) - 170| - 171|- [养虾日记5:深夜与苏轼聊AI,他说:被浪打下去还能爬起来的才叫风流](sources/养虾日记5-深夜与苏轼聊AI-他说-被浪打下去还能爬起来的才叫风流.md) — 用AI蒸馏历史人物思维框架,创建可对话的"数字导师"(思维蒸馏、女娲·Skill、6维度采集) - 172| - 173|- [养龙虾5天血泪史](sources/养龙虾5天血泪史-我的AI-Agent为什么总失忆-OpenClaw-记忆调试全记录.md) — OpenClaw 内存管理问题诊断与解决(5天调试经验、10条黄金法则) - 174| - 175|- [Autonomous Educational Game Development Pipeline](sources/autonomous-game-dev-pipeline.md) — AI Agent 自主管理教育游戏全生命周期的工作流(Game Developer Agent、Bugs First 策略、Git 自动化) - 176|- [Learn AI for free directly from top companies](sources/learn-ai-for-free-directly-from-top-companies.md) — 汇总 10 个顶级科技公司提供的免费 AI 学习和培训资源(Anthropic、Google、Meta、NVIDIA、Microsoft、OpenAI、IBM、AWS、DeepLearning.AI、Hugging Face) - 177|- [X Account Analysis](sources/x-account-analysis.md) — 使用 OpenClaw 分析 X 账户发布质量的工作流(Bird Skill、定性分析) - 178|- [Goal-Driven Autonomous Tasks](sources/overnight-mini-app-builder.md) — AI Agent 自主目标驱动任务生成与执行工作流 - 179|- [Autonomous Project Management with Subagents](sources/autonomous-project-management.md) — 去中心化多 Subagent 项目管理模式,通过共享 STATE.yaml 协调任务 - 180|- [Multi-Channel Assistant](sources/multi-channel-assistant.md) — AI 助手通过多渠道整合实现任务、日程、消息和提醒的统一管理 - 181|- [Custom Morning Brief](sources/custom-morning-brief.md) — AI Agent 定时发送自动化早间简报(新闻、待办、任务推荐) - 182|- [Daily Reddit Digest](sources/daily-reddit-digest.md) — AI Agent 定时从 Reddit 热门子版块获取热门帖子并生成每日摘要 - 183|- [Dynamic Dashboard with Sub-agent Spawning](sources/dynamic-dashboard-with-sub-agent-spawning.md) — 实时动态仪表盘系统,通过 Sub-agent 并行获取多数据源数据 - 184|- [Health & Symptom Tracker](sources/health-symptom-tracker.md) — AI Agent 自动追踪食物和症状的工作流 - 185|- [Self-Healing Home Server & Infrastructure Management](sources/self-healing-home-server-infrastructure-management.md) — AI Agent 作为家庭基础设施的自动化运维代理(OpenClaw、cron 作业、自愈修复、安全审计) - 186|- [AI-Powered Earnings Tracker](sources/ai-powered-earnings-tracker.md) — AI Agent 自动追踪科技公司财报的工作流(Cron Jobs、Telegram 推送) - 187|- [N8N Full Tutorial Building AI Agents in 2025 for Beginners!](sources/n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md) — N8N 平台构建 AI Agent 的入门教程(节点类型、工具集成、记忆机制) - 188|- [Multi-Channel AI Customer Service Platform](sources/multi-channel-ai-customer-service-platform.md) — 多渠道AI客服平台,整合WhatsApp、Instagram、邮件和Google Reviews统一管理 - 189|- [Second Brain](sources/second-brain.md) — AI Agent 作为个人记忆捕获系统,通过即时通讯零摩擦捕获+Next.js 搜索界面 - 190|- [Personal Knowledge Base (RAG)](sources/knowledge-base-rag.md) — AI Agent 驱动的个人知识库系统,通过语义搜索实现信息的有效检索 - 191|- [LLM Wiki](sources/LLM-Wiki.md) — LLM 持续编译和维护的持久化 wiki 模式,让知识在 source → wiki 的过程中持续累积 - 192|- [Integrations (Agency Agents)](sources/integrations-readme.md) — Integration targets and conversion/install instructions for The Agency agents across multiple agent platforms - 193|- [Aider Integration](sources/aider-readme.md) — Integration notes for using The Agency roster with Aider (CONVENTIONS.md, install/activate/regenerate) - 194|- [Claude Code Integration](sources/claude-code-readme.md) — Notes for using The Agency agents natively with Claude Code (no conversion required) - 195|- [MCP Memory Integration](sources/mcp-memory-readme.md) — How to add persistent cross-session memory to agents using MCP servers (`remember`, `recall`, `rollback`, `search`) -- [Marketing Reddit Community Builder](sources/marketing-reddit-community-builder.md) — Reddit 社区建设营销专家智能体,authentic value delivery和长期关系建立 - 196|- [Backend Architect (with Memory)](sources/backend-architect-with-memory.md) — Backend Architect persona with MCP Memory Integration pattern - 197|- [OpenClaw Integration](sources/openclaw-readme.md) — OpenClaw workspace integration (SOUL.md, AGENTS.md, IDENTITY.md) - 198|- [Cursor Integration](sources/cursor-readme.md) — Convert agents into Cursor `.mdc` project-scoped rule files - 199|- [GitHub Copilot Integration](sources/github-copilot-readme.md) — Agents are compatible with GitHub Copilot `.md` + YAML frontmatter format - 200|- [Gemini CLI Integration](sources/gemini-cli-readme.md) — Package Agency agents as a Gemini CLI extension under `~/.gemini/extensions/agency-agents/` - 201|- [Windsurf Integration](sources/windsurf-readme.md) — Consolidate the full Agency roster into a single `.windsurfrules` file (project-scoped) - 202|- [Antigravity Integration](sources/antigravity-readme.md) — Install Agency agents as Antigravity `agency-` prefixed skills under `~/.gemini/antigravity/skills/` - 203|- [Kimi Code CLI Integration](sources/kimi-readme.md) — Convert Agency agents into Kimi agent directories with `agent.yaml` and `system.md`, installed to `~/.config/kimi/agents/` - 204|- [OpenCode Integration](sources/opencode-readme.md) — Generate project-scoped `.opencode/agents/.md` with `mode: subagent` and color hex codes - 205|- [API Tester (Agent)](sources/testing-api-tester.md) — Agent specializing in comprehensive API testing, performance, and security validation - 206|- [Workflow Optimizer (Agent)](sources/testing-workflow-optimizer.md) — Agent focused on process improvement, automation, and workflow optimization - 207|- [Reality Checker (Agent)](sources/testing-reality-checker.md) — Integration agent enforcing evidence-based production readiness, defaults to NEEDS WORK - 208|- [Performance Benchmarker (Agent)](sources/testing-performance-benchmarker.md) — Agent specializing in performance testing, benchmarking, and optimization (k6 examples, reporting) -- [Support Infrastructure Maintainer](sources/support-infrastructure-maintainer.md) — Expert infrastructure specialist focused on system reliability, performance optimization, and technical operations management - 209|- [Support Analytics Reporter](sources/support-analytics-reporter.md) — Analytics Reporter agent personality definition for data analysis, dashboards, and business intelligence - 210|- [Marketing Kuaishou Strategist](sources/marketing-kuaishou-strategist.md) — 快手营销策略专家智能体,专注下沉市场、直播电商、老铁经济与社区信任构建 -- [Marketing Weibo Strategist](sources/marketing-weibo-strategist.md) — 微博全频谱运营策略专家智能体,专注于趋势话题运营、Super Topic社区管理和粉丝经济 - 211|- [Finance Tracker](sources/support-finance-tracker.md) — 财务分析与预算管理智能体,负责预算、现金流预测、支付时点优化与投资评估 - 210|- [Accessibility Auditor (Agent)](sources/testing-accessibility-auditor.md) — Expert accessibility specialist auditing against WCAG 2.2 standards and testing with assistive technologies - 210|- [Tool Evaluator (Agent)](sources/testing-tool-evaluator.md) — Expert technology assessment specialist for tool evaluation, selection, and strategic adoption - 210|- [Test Results Analyzer (Agent)](sources/testing-test-results-analyzer.md) — Agent focused on analyzing test outputs, defect prediction, and release readiness assessments -- [Evidence Collector (Agent)](sources/testing-evidence-collector.md) — Screenshot-obsessed QA specialist requiring visual proof, defaults to finding 3-5 issues per implementation - 210|- [Multi-Agent Content Factory](sources/multi-agent-content-factory.md) — 在 Discord 中构建多 Agent 内容工厂,实现研究→写作→设计自动化流水线 - 193|- [Dataview——让我从"笔记黑洞"里逃出来的 Obsidian 神器](sources/Dataview-让我从-笔记黑洞-里逃出来的-Obsidian-神器-1.md) — 微信公众号「赫点茶」分享的 Dataview 插件使用体验,让笔记真正"活"起来 - 194|- [为什么你的笔记总是乱糟糟?试试这个方法,彻底告别信息混乱!](sources/bi-ji-zheng-li-fang-fa-ga-bie-hun-luan.md) — 微信公众号「赫点茶」分享的笔记整理方法 - 195|- [开发经验与项目规范整理文档](sources/kai-fa-jing-yan-yu-xiang-mu-gui-fan-zheng-li-wen-dang.md) — 软件开发经验与项目规范整理(变量名维护、文件结构、编码规范、架构原则) - 196|- [Obsidian最有必要安装的10款插件是这些](sources/obsidian-most-essential-plugins.md) — Obsidian 最核心的 10 款必要插件推荐与组合使用建议 - 197|- [Obsidian 高效指南:我常用的插件与实用技巧](sources/obsidian-ga-xiao-zhi-nan-wo-chang-yong-de-cha-jian-yu-shi-ji-qiao.md) — 作者分享的插件使用技巧与知识管理方法 - 198|- [Obsidian Tasks 插件:这可能是最适合懒人的任务管理方式](sources/obsidian-tasks-plugin-lazy-friendly-task-management.md) — Obsidian Tasks 插件的使用体验与效率提升 - 199|- [为什么 Obsidian 让我戒掉了碎片化记录](sources/wei-shi-yao-obsidian-rang-wo-jie-diao-le-sui-pian-hua-ji-lu.md) — 微信公众号「赫点茶」关于 Obsidian 双链机制解决碎片化记录的分享 - 200|- [ChinaTextbook - 41.53 GB,中国小学、初中、高中、大学 PDF 教材](sources/chinatextbook-41-53-gb-china-textbook-pdf.md) — ChinaTextbook GitHub 项目,收集公开的中国 K12 及大学 PDF 教材 - 201|- [如何在项目里安装 Claude Code Templates Skills](sources/如何在项目里安装claude-code-templates-skills.md) — Claude Code Templates 模板平台的安装使用方法(通过 npx 安装 Skills、Agents、MCP 模板) - 202|- [Vibe Coding 经验收集](sources/vibe-coding-experience-collection.md) — Vibe Coding(氛围编程)的实践经验与方法论(伪代码→代码流程、点→线→体迭代、系统 Prompt 优化) - 203|- [Trae远程开发部署指南](sources/trae-remote-development-deployment-guide.md) — Trae IDE 远程连接 Ubuntu 服务器进行 Docker 项目开发的配置指南(SSH 免密、Remote-SSH 插件、两种开发模式) - 204|- [Ubuntu用RustDesk远程登录出现不能使用Wayland登录的错误](sources/ubuntu-rustdesk-wayland-login-error.md) — Ubuntu 24.04 使用 RustDesk 远程桌面时无法在 Wayland 登录界面工作的解决方案 - 205|- [如何在Ubuntu上安装opencode并配置Vibe-Kanban](sources/如何在ubuntu上安装opencode并配置vibe-kanban.md) — OpenCode AI 编程助手的安装、配置与使用指南(Zen 模型列表、Plan/Build 双模式、AGENTS.md 项目初始化) - 206|- [Last30Days 使用指南](sources/Last30Days-使用指南.md) — 多平台热门内容研究工具的使用指南 - 207|- [在Ubuntu 上安装Vibe-Kanban](sources/ubuntu-vibe-kanban-installation.md) — 在 Ubuntu 系统上通过 npx 安装 Vibe-Kanban 并使用 pm2 进行进程管理的完整指南 - 208|- [Cursor 2.0 初学者使用指南](sources/cursor-2.0-beginner-guide.md) — Cursor 2.0 AI 增强代码编辑器的初学者使用教程(安装、界面、AI 代理、代码生成与审查) - 209|- [如何传输 Docker images 并且在另一个 Docker 安装](sources/如何传输Docker-images-并且在另一个Docker安装.md) — Docker 镜像在不同主机之间的传输方法,使用 save/load 命令实现离线迁移 - 210|- [用Docker安装Homarr](sources/docker-homarr-installation.md) — 使用 Docker 部署 Homarr 仪表板应用的配置文件 - 211|- [用Docker安装Apache Superset](sources/用docker安装apache-superset.md) — 使用 Docker 部署 Apache Superset 开源 BI 平台的安装配置指南 - 212|- [家庭网络环境概览](sources/home-network-environment-overview-2026-04-03.md) — 家庭网络基础设施架构与多服务部署方案(FRP、Caddy、Cloudflare) - 213|- [删除旧 Portainer Container + Volume](sources/removing-old-portainer-container-volume.md) — 清理旧的 Portainer 容器、网络和数据卷的完整流程 - 214|- [用 Docker 安装 Portainer](sources/portainer-docker-installation-guide.md) — 使用 Docker 部署 Portainer 可视化管理工具 - 215|- [Ubuntu 禁用合盖休眠](sources/ubuntu-disable-lid-close-sleep.md) — 在 Ubuntu 24.04 中禁用笔记本合盖休眠行为 - 216|- [安装v2rayN](sources/install-v2rayn.md) — v2rayN 多平台安装指南(Windows、Linux、macOS) - 217|- [Install Apache Superset in Docker](sources/install-apache-superset-in-docker.md) — 使用 Docker 部署 Apache Superset 开源 BI 工具 - 218|- [Ubuntu Server科学上网指南](sources/ubuntu-server-scientific-internet-access-guide.md) — 在 Ubuntu Server 上配置代理实现科学上网(V2RayN + ProxyChains + Git/Docker 代理配置) - 219|- [3X-UI Xray on BandwagonVPS](sources/3x-ui-xray-on-bandwagonvps.md) — 在 Bandwagon VPS 上安装配置 3X-UI 面板管理 Xray 代理服务 - 220|- [可自动化、可扩展、AI增强的电商数据采集与处理系统](sources/ai-enhanced-ecommerce-data-collection-processing-system.md) — 基于 Docker + n8n + Scrapy + Playwright 的电商数据采集与处理系统设计 - 221|- [MySQL MariaDB 数据库详细信息](sources/mysql-mariadb-database-details.md) — MySQL/MariaDB 数据库配置与远程访问用户创建 - 222|- [Cloud Operating Model: Key Strategies and Best Practices](sources/Cloud-Operating-Model-Key-Strategies-and-Best-Practices.md) — 云运营模型(COM)四大支柱:治理、自动化、安全、成本管理,涵盖金融、医疗、零售、SaaS 行业用例 - 223|- [用Docker中安装Navidrome](sources/用Docker中安装Navidrome.md) — 使用 Docker 部署 Navidrome 音乐流媒体服务器的配置文件示例 - 224|- [What is DevSecOps? Best Practices, Benefits, and Tools](sources/what-is-devsecops-best-practices-benefits-and-tools.md) — DevSecOps 方法论详解(定义、SDLC 集成、4 大工具类型、Shift Left/Right 策略) - 225|- [RTO vs RPO: Key Differences for Modern Disaster Recovery](sources/RTO-vs-RPO-Key-Differences-for-Modern-Disaster-Recovery.md) — RTO(恢复时间目标)与 RPO(恢复点目标)的定义、区别及 Feature Flag 在现代持续交付中的应用 - 226|- [These 6 Linux apps let you monitor system resources in style](sources/These-6-Linux-apps-let-you-monitor-system-resources-in-style.md) — 6 款 Linux 系统资源监控工具评测(TUI:btop++、htop、glances、bottom;GUI:Mission Center、Stacer) - 227|- [Public vs Private vs Hybrid: Cloud Differences Explained](sources/Public-vs-Private-vs-Hybrid-Cloud-Differences-Explained.md) — 公有云、私有云和混合云的核心区别与选择指南 - 228|- [Understanding Complete ITSM](sources/understanding-complete-itsm.md) — 现代 IT 服务管理的全面演进 - 229|- [How Agentic AI can help for Cloud DevOps](sources/How-Agentic-AI-can-help-for-Cloud-DevOps.md) — Agentic AI 增强 Cloud DevOps 的七大领域(自动化事件响应、成本优化、安全合规等) - 230|- [The Myths and Misconceptions About Cloud Computing | LinkedIn](sources/The-Myths-and-Misconceptions-About-Cloud-Computing-LinkedIn.md) — 云计算常见误解与真相 - 231|- [How Can a Multi Cloud Strategy Transform Your Business ROI?](sources/How-Can-a-Multi-Cloud-Strategy-Transform-Your-Business-ROI.md) — 多云策略如何提升业务ROI(定义、优势、实施方法) - 232|- [DevOps Culture and Transformation: Fostering Collaboration, Agile Practices, and Innovation](sources/DevOps-Culture-and-Transformation.md) — DevOps 文化转型与敏捷实践方法论 - 233|- [Cloud DevOp Maturity - Guideline](sources/cloud-devop-maturity-guideline.md) — 企业级 SaaS 公司的 DevOps 成熟度评估框架 - 234|- [Cloud Maturity Model A Detailed Guide For Cloud Adoption](sources/Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption.md) — 云成熟度模型(CMM)的5级框架及最佳实践指南 - 235|- [DevOps Maturity Model From Traditional IT to Advanced DevOps](sources/DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md) — DevOps 成熟度五级框架(初始→完全成熟),涵盖文化、自动化、流程、协作、技术五大评估领域 - 236|- [How to Simplify Multi-Account Deployments Monitoring: Centralized Logs for AWS CloudFormation StackSets](sources/how-to-simplify-multi-account-deployments-monitoring-centralized-logs-for-aws-cloudformation-stacksets.md) — 多账号环境下 CloudFormation StackSets 部署监控的集中化日志解决方案 - 237|- [Modern ITSM: Driving Efficiency, Security & Resilience](sources/modern-itsm-driving-efficiency-security-resilience.md) — 现代 IT 服务管理的演进趋势,AIOps、零信任架构等技术的应用 - 238|- [通过 VPS+内网反向代理实现域名访问内网穿透](sources/vps-frp-reverse-proxy-internal-network-access.md) — 通过 FRP+Caddy 实现内网服务穿透,Aliyun DNS 域名管理 - 239|- [在Ubuntu上通过VPS+内网反向代理实现域名访问内网穿透](sources/vps-frp-reverse-proxy-ubuntu-internal-network-access.md) — 在 Ubuntu 上通过 FRP+Caddy 实现内网穿透,侧重 SSH 穿透配置 - 240|- [Mac Mini 安装 FRP 0.65.0(ARM64)操作笔记](sources/mac-mini-install-frp-0-65-0-arm64-operation-guide.md) — 在 Mac Mini M4(Apple Silicon/ARM64)上安装 FRP 0.65.0 客户端,实现内网穿透和远程访问 - 241|- [Mac Mini 服务器配置:防止自动锁屏与睡眠](sources/mac-mini-server-prevent-auto-lock-sleep.md) — 配置 Mac Mini 防止自动锁屏和睡眠,确保远程访问持续可用(pmset、caffeinate) - 242|- [Ubuntu 服务器通过 rsync 实现日常增量备份](sources/ubuntu-rsync-incremental-backup-guide.md) — 使用 rsync 实现 Ubuntu 服务器到 NAS 的增量备份,涵盖 NFS 永久挂载和灾难恢复 - 243|- [万字讲透OpenClaw🦞从"能用"到"真好用"的分水岭:Workspace 深度解析](sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md) — OpenClaw workspace 文件体系深度解析(AGENTS.md、SOUL.md、USER.md、IDENTITY.md、TOOLS.md、BOOTSTRAP.md、memory/) - 244|- [在 Ubuntu 安装 Ollama 并运行 Qwen2.5-Coder 7B](sources/ubuntu-install-ollama-run-qwen2.5-coder-7b.md) — 在 Ubuntu 系统上安装 Ollama 本地大模型运行环境并运行 Qwen2.5-Coder 7B 模型 - 245|- [如何在Ubuntu Server上通过NFS挂载Synology NAS上的共享文件夹](sources/ubuntu-server-nfs-synology-nas-mount-guide.md) — 在 Ubuntu Server 上通过 NFS 协议挂载 Synology NAS 共享文件夹 - 246|- [如何在 Ubuntu Server 安装 docker & docker compose](sources/ubuntu-server-docker-docker-compose-installation.md) — 在 Ubuntu Server 上安装 Docker Engine 和 Docker Compose V2 的完整步骤 - 247|- [Linux 运维必会的 150 个命令](sources/Linux-运维必会的-150-个命令.md) — Linux 系统管理常用命令的分类汇总(12类150个命令) - 248|- [NodeWarden - 把 Bitwarden 搬上 Cloudflare Workers](sources/nodewarden-bitwarden-cloudflare-workers-serverless-deployment.md) — 使用 Cloudflare Workers 部署自托管 Bitwarden 密码服务器 - 249|- [网件RAX50路由器刷梅林固件与科学上网插件安装教程](sources/netgear-rax50-merlin-firmware-clash-installation-guide.md) — 网件RAX50路由器刷入梅林固件并安装科学上网插件的完整教程 - 250|- [RAX50 路由器更新 Merlin Clash 订阅指南](sources/rax50-router-update-merlin-clash-subscription.md) — RAX50 路由器 Merlin Clash 订阅更新教程 - 251|- [用Docker安装it-tools](sources/docker-it-tools-installation-guide.md) — 使用 Docker 部署 it-tools 运维工具集合 - 252|- [用Docker安装Jellyfin](sources/docker-jellyfin-installation.md) — 使用 Docker 部署 Jellyfin 媒体服务器的配置文件示例 - 253|- [用Docker安装transmission](sources/docker-transmission-installation-guide.md) — 使用 Docker 部署 Transmission BT 下载客户端 - 254|- [Ubuntu 24.04 启动 SSH 服务](sources/ubuntu-24.04-enable-ssh.md) — 在 Ubuntu 24.04 中启用 SSH 服务的完整步骤(安装、配置、防火墙) - 255|- [Clonezilla对Ubuntu Server进行全盘镜像备份](sources/clonezilla-ubuntu-server-full-disk-backup.md) — 使用 Clonezilla 实现 Ubuntu Server 全盘镜像备份到 NAS - 256|- [Synology NAS + Xiaoya Alist + CloudDrive2 + Plex 搭建家庭媒体平台](sources/synology-nas-xiaoya-alist-clouddrive2-plex-media-platform.md) — 利用群晖NAS + Xiaoya Alist + CloudDrive2 + Plex 搭建家庭媒体平台 - 257|- [在 HP ZBook 工作站笔记本上安装 Ubuntu 24.04.2](sources/ubuntu-24.04.2-hp-zbook-installation-guide.md) — 在 HP ZBook 工作站上安装 Ubuntu 24.04.2 桌面版的完整指南,包含分区配置和启动修复 - 258|- [如何用指纹浏览器安全注册并订阅Claude Pro会员全攻略](sources/claude-pro-fingerprint-browser-subscription-guide.md) — 通过指纹浏览器 + 高纯净度代理 IP 安全注册并订阅 Claude Pro 会员 - 259|- [如何判别你的Linux 服务器是 x64(也就是 x86_64)还是 ARM64](sources/linux-x64-arm64-detection-guide.md) — Linux 服务器架构类型(x86_64 与 ARM64)的 4 种命令行检测方法 - 260|- [在Synology NAS上安装CloudDrive2](sources/synology-nas-clouddrive2-installation.md) — 在 Synology NAS 上安装配置 CloudDrive2 挂载阿里云盘 - 261|- [家庭监控方案:Prometheus + Grafana + Node Exporter + cAdvisor + Blackbox](sources/家庭监控方案-prometheus-grafana-node-exporter-cadvisor-blackbox.md) — 使用开源组件实现家庭监控的完整方案 - 262|- [macOS 创建与解除 Symbolic Link(OpenClaw 目录映射)](sources/macos-symbolic-link-openclaw-directory-mapping.md) — macOS 符号链接的创建与解除方法,将 OpenClaw 隐藏目录映射为可见目录 - 263|- [群晖NAS科学上网方法](sources/synology-nas-scientific-internet-guide.md) — 在群晖 NAS 上通过 V2RayA 配置透明代理,使 Docker 可以科学上网 - 264|- [MinIO + Zipline 自托管图床应用安装教程](sources/minio-zipline-self-hosted-image-bed-tutorial.md) — 在 Synology NAS 上使用 Docker 部署 MinIO + Zipline 自托管图床 - 265|- [TikTok PM - Python Django Project](sources/TikTok-PM-Python-Django-Project.md) — TikTok 产品管理系统(Django Web 应用),涵盖 Django Admin 定制、DRF API、异步任务、Docker 部署完整指南 - 266|- [用Docker安装Homarr](sources/docker-homarr-installation-guide.md) — 使用 Docker 部署 Homarr 仪表板应用的配置文件 - 267|- [How to Get the RSS Feed For Any YouTube Channel](sources/how-to-get-the-rss-feed-for-any-youtube-channel.md) — 通过 View Page Source 获取 YouTube 频道 RSS 订阅源 - 268|- [How to get Youtube Channel ID](sources/how-to-get-youtube-channel-id.md) — 通过 view-source 获取 YouTube 频道 ID 的方法 - 269|- [n8n Docker install & update](sources/n8n-docker-install-update.md) — n8n 工作流自动化工具的 Docker 部署与网络代理配置 - 270|- [n8n configure telegram trigger](sources/n8n-configure-telegram-trigger.md) — n8n Telegram Trigger 配置问题排查与解决(设置 WEBHOOK_URL 环境变量为 HTTPS URL) - 271|- [n8n+Claude 通过自然语言自动化工作流](sources/n8n-Claude-通过自然语言自动化工作流.md) — n8n 与 Claude 集成,通过自然语言自动化工作流 - 272|- [OpenClaw + n8n Workflow Orchestration](sources/n8n-workflow-orchestration.md) — AI Agent 通过 n8n webhook 代理实现凭证隔离和安全交互 - 273|- [OpenClaw as Desktop Cowork (AionUi)](sources/aionui-cowork-desktop.md) — AionUi 桌面端协同工作界面 + OpenClaw 远程救援与多 Agent 管理 - 274|- [Google 5个Agent Skill设计模式](sources/Google-5-Agent-Skill-design-patterns-2026-03-19.md) — Google Cloud 发布的 5 种 Agent Skill 设计模式(Tool Wrapper、Generator、Reviewer、Inversion、Pipeline) - 275|- [MCP在Cursor中的集成与应用详解](sources/MCP-zai-Cursor-zhong-de-ji-cheng-yu-ying-yong-xiang-jie.md) — 在 Cursor IDE 中集成和使用 MCP(Modal Context Protocol)协议的教程 - 276|- [使用Claude自动生成N8N工作流的实操教程](sources/使用Claude自动生成N8N工作流的实操教程.md) — 利用 Claude AI 助手自动生成 n8n 工作流的实操教程(n8n-mcp 集成、Opensea 模型配置) - 277|- [万字保姆级教程,让你90天跑通"一人公司"模式(附AI提示词)](sources/万字保姆级教程-让你90天跑通一人公司模式-附AI提示词.md) — 通过找到个人优势实现一人公司模式的方法论(天才地带自检、Ikigai交集、产品体系搭建) - 278|- [Multi-Agent Specialized Team (Solo Founder Setup)](sources/multi-agent-team.md) — Solo founder 通过多 Agent specialized team 实现高效工作模式(角色定义、共享内存、Telegram 控制、定时任务) - 279| - 280|- [多智能体系统可靠性](sources/Multi-Agent-System-Reliability.md) — 多智能体系统可靠性四种架构模式:层级结构、共识投票、对抗式辩论、淘汰制 - 281| - 282|- [Event Guest Confirmation](sources/event-guest-confirmation.md) — AI Agent 自动外呼确认活动宾客出席(SuperCall、Twilio、GPT-4o Realtime) - 283|- [Podcast Production Pipeline](sources/podcast-production-pipeline.md) — 多 Agent 协同的播客生产流水线,将录制前研究、脚本、Show Notes、社交媒体素材、SEO 描述等 70% 非创意性工作自动化 - 284|- [Automated Meeting Notes & Action Items](sources/meeting-notes-action-items.md) — AI Agent 自动将会议转录转化为结构化笔记,并在项目管理工具(Jira、Linear、Todoist)中创建任务 - 285|- [Daily YouTube Digest](sources/daily-youtube-digest.md) — AI Agent 自动从订阅频道获取视频并生成每日摘要的工作流 - 286|- [YouTube Content Pipeline](sources/youtube-content-pipeline.md) — YouTube 内容策划与研究自动化流水线 - 287|- [Pre-Build Idea Validator](sources/pre-build-idea-validator.md) — AI Agent 项目启动前的创意验证机制(MCP server 扫描 GitHub、npm、PyPI 等计算竞争度评分) - 288|- [Project State Management System](sources/project-state-management.md) — 事件驱动系统替代 Kanban 看板,通过数据库存储项目状态和历史事件,AI Agent 自然语言交互追踪进度 - 289|- [Phone-Based Personal Assistant](sources/phone-based-personal-assistant.md) — 基于电话的AI个人助理,通过语音与OpenClaw交互(ClawdTalk、Telnyx) - 290|- [Market Research & Product Factory](sources/market-research-product-factory.md) — AI 辅助创业自动化流水线(Last 30 Days、Reddit/X 痛点挖掘、MVP 构建) - 291|- [Inbox De-clutter](sources/inbox-declutter.md) — Newsletter 邮件自动化整理与摘要生成(Cron Jobs、用户反馈优化) - 292|- [Todoist Task Manager: Agent Task Visibility](sources/todoist-task-manager-agent-task-visibility.md) — 通过 Todoist API 将 AI Agent 内部推理和进度日志同步到任务管理工具,实现长时间运行任务的可视化追踪 - 293|- [Habit Tracker & Accountability Coach](sources/habit-tracker-accountability-coach.md) - 294|- [LaTeX Paper Writing](sources/latex-paper-writing.md) — AI Agent 作为 LaTeX 写作助手,无本地 TeX Live 即可即时编译 PDF - 295|- [Local CRM Framework with DenchClaw](sources/local-crm-framework-with-denchclaw.md) — 使用 DenchClaw 框架将 OpenClaw 转变为本地 CRM 系统 - 296|- [Polymarket Autopilot: Automated Paper Trading](sources/polymarket-autopilot.md) — AI Agent 自动化模拟交易预测市场(TAIL、BONDING、SPREAD 策略) - 297|- [Personal CRM with Automatic Contact Discovery](sources/personal-crm.md) — AI Agent 自动构建和维护个人 CRM 系统(cron job 扫描邮件日历、自然语言查询、会议准备简报) - 298|- [Phone Call Notifications](sources/phone-call-notifications.md) — AI Agent 通过电话主动呼叫推送重要通知(clawr.ing、双向语音对话) - 299|- [Multi-Source Tech News Digest](sources/multi-source-tech-news-digest.md) — AI Agent 自动从 109+ 来源(RSS、Twitter、GitHub、Web搜索)聚合、评分并推送技术新闻 - 300|- [家庭日历聚合与生活助手](sources/family-calendar-household-assistant.md) — 将 OpenClaw 构建为家庭协调代理,聚合多平台日历、监控消息自动创建日程、管理家庭库存和购物清单 - 301|- [Semantic Memory Search](sources/semantic-memory-search.md) — 为 OpenClaw 添加向量语义搜索能力 - 302|- [不谈技术:普通人该怎么在AI时代赚钱?](sources/bu-tan-ji-shu-pu-tong-ren-gai-zen-me-zai-ai-shi-dai-zhuan-qian.md) — AI时代普通人赚钱策略(品味护城河、端到端、死亡过滤器) - 303| - 304|- [如果你有多项兴趣爱好,不要浪费接下来的两三年时间](sources/如果你有多项兴趣爱好-不要浪费接下来的两三年时间.md) — 多兴趣人群在AI时代的自我教育与创业策略 - 305|- [二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆](sources/二创视频必不可少-2025年最热门AI工具推荐合集-AI配音-声音克隆.md) — 7款主流AI配音及声音克隆工具推荐(ElevenLabs、海螺AI、F5-TTS、TTSMaker、剪映、魔音工坊、AnyVoice) - 306| - 307|- [一语点醒梦中人](sources/一语点醒梦中人.md) — 中国古代哲学智慧名言解读(王维、曾国藩、老子、庄子、佛陀) - 308| - 309|- [固定镜头短视频制作的AI全流程解析](sources/固定镜头短视频制作的AI全流程解析.md) — 利用 AI 技术制作高播放量家装短视频的完整流程(固定机位 + 分镜拆解 + 九宫格图像 + 首尾针动画) - 310| - 311|- [14个免费的AI图生视频工具,用AI让图片动起来](sources/14个免费的AI图生视频工具-yi-ai-rang-tu-pian-dong-qi-lai.md) — 14个免费 AI 图生视频工具评测与推荐(绘蛙、智谱清影、通义万相、Vidu、可灵等) - 312| - 313|- [全网最全!Nano Banana 2 使用指南(2025年12月更新)](sources/全网最全-Nano-Banana-2-使用指南-2025年12月更新-1.md) — 国内使用 Nano Banana 2 的完整指南,通过 DeepSider 插件实现国内访问 - 314| - 315|- [谷歌Nano Banana Pro提示词指南](sources/google-nano-banana-pro-prompt-guide.md) — Google 发布的 Nano Banana Pro 图像生成模型的专业级提示词设计指南(10个专业内容生产技巧、4K 级输出) - 316| - 317|- [Nano Banana 提示词框架](sources/Nano-Banana-提示词框架.md) — Google Nano Banana 图像生成模型的提示词框架(物件描述、人物描述两类结构化 JSON 模板) - 318| - 319|- [A Formalization of Recursive Self-Optimizing Generative Systems](sources/a-formalization-of-recursive-self-optimizing-generative-systems.md) — 递归自优化生成系统的形式化定义与不动点结构 - 320| - 321|- [详细!离线部署大模型:ollama+deepseek+open-webui安装使用方法及常见问题解决](sources/详细-离线部署大模型-ollama-deepseek-open-webui安装使用方法及常见问题解决.md) — 本地离线部署 Ollama + DeepSeek + Open-WebUI 全流程指南(Docker 部署、模型离线下载、API 配置) - 322| - 323|- [Designing for Agentic AI](sources/designing-for-agentic-ai.md) — AI Agent 产品设计的五大最佳实践(透明度、控制力、个性化、对话、预判) - 324| - 325|- [Google 神级生产力工具,所有 GitHub 开源平替都找到了](sources/Google-神级生产力工具-所有-GitHub-开源平替都找到了.md) — 7 款 NotebookLM 开源平替工具汇总(Open Notebook、SurfSense、Podcastfy 等) - 326| - 327|- [文字生成视频网站推荐](sources/文字生成视频网站推荐.md) — 5 款文字生成视频 AI 工具评测(万彩AI、百度AI、Zeemo、Vizard、快影) - 328| - 329|- [LLMs、RAG、AI Agent 三个到底什么区别?](sources/LLMs-RAG-AI-Agent-san-ge-dao-di-shen-me-qu-bie.md) — LLM、RAG、AI Agent 三者区别与组合架构(思考用 LLM、认知用 RAG、执行用 Agent) - 330| - 331|- [OpenAI ChatGPT 个性化定义](sources/OpenAI-ChatGPT-个性化定义.md) — ChatGPT 个性化配置与自定义指令设置 - 332| - 333|- [The Picture They Paint of You](sources/The-Picture-They-Paint-of-You.md) — AI SRE 与编码助手的市场营销定位差异,揭示技术行业对不同角色的认知偏差 - 334| - 335|- [Best 7 news API data feeds - AI News](sources/best-7-news-api-data-feeds-ai-news.md) — 7 款主流新闻 API 数据源对比与选型指南 - 336| - 337|- [Claude Prompt 库汇总](sources/Claude-Prompt-库汇总.md) — Claude AI 助手提示词库的功能分类与推荐(95个提示词模板) - 338| - 339|- [不会Gemini的产品经理真的要被淘汰了 | 附保姆级PRD生成指南](sources/不会Gemini的产品经理真的要被淘汰了-附保姆级PRD生成指南.md) — AI 时代产品经理的能力重塑,Gemini 赋能 PRD 文档生成 - 340| - 341|- [我用 Gemini 3 一口气做了 10 个应用,附教程](sources/我用-Gemini-3-一口气做了-10-个应用-附教程.md) — 使用 Gemini 3 开发 10 个创意应用的方法论与实战案例 - 342| - 343|- [3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!](sources/3-2-wan-ren-shou-cang-de-claude-skills-ai-zhe-tiao-lu-shang-zui-zhi-de-yan-jiu-de-yi-tao-fan-shi.md) — Claude Skills 范式介绍与资源汇总(官方仓库、Awesome 仓库、Skill 聚合站) - 344| - 345|- [宝玉 Claude Code 技能集](sources/baoyu-skills-claude-code-技能集.md) — Claude Code/AI Agent 技能集成的安装与使用方法(内容生成、AI 图像生成、工具类自动化) - 346| - 347|- [GitHub 上 5000 人收藏的 Vibe Coding 神级指南](sources/github-5000-ren-shou-cang-de-vibe-coding-shen-ji-zhi-nan.md) — vibe-coding-cn 中文指南项目介绍 - 348| - 349|- [系统提示词构建原则](sources/xi-tong-ti-shi-ci-gou-jie-yuan-ze.md) — AI 编码助手的系统级 Prompt 设计原则(六维度:身份行为、沟通、任务执行、技术规范、安全防护、工具使用) - 350| - 351|- [如何写出完美的Prompt(提示词)?](sources/如何写出完美的Prompt-提示词-.md) — Prompt 能力是职场底层技能,包含需求拆解、结构化表达、场景共情、迭代优化四个维度 - 352| - 353|- [Nano-Banana Pro 提示词指南与策略](sources/nano-banana-pro-prompting-guide-strategies-1.md) — Google Nano-Banana Pro 图像生成模型的专业级提示词设计指南(10大核心能力、4条黄金法则) - 354| - 355|- [大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏](sources/大模型相关术语和框架总结-LLM-MCP-Prompt-RAG-vLLM-Token-数据蒸馏.md) — 大模型领域核心术语科普(LLM、MCP、Agent、RAG、embedding、vLLM、Token、数据蒸馏) - 356| - 357|- [AI 解决方案专家培训课程](sources/AI-解决方案专家培训课程.md) — Coze 平台 AI Agent 开发实战培训,覆盖金融、医疗、教育、电商等 7 大行业 - 358| - 359|- [如何利用Sora接口实现视频自动化生成工作流](sources/如何利用Sora接口实现视频自动化生成工作流.md) — 利用 Sora 接口和 n8n 实现视频生成的自动化工作流 - 360| - 361|- [GOG-CLI 安装配置指南](sources/GOG-CLI-安装配置指南.md) — 在 macOS 系统上安装和配置 gog CLI,管理 Google Workspace 六大服务 - 362| - 363|- [Install WSL](sources/install-wsl.md) — Windows 上使用 wsl --install 命令一键安装 Linux 子系统 - 364| - 365|- [实战笔记:本地部署 RSSHub 并获取 YouTube 订阅](sources/实战笔记-本地部署-RSSHub-并获取-YouTube-订阅.md) — 在 Ubuntu Server 上通过 Docker 部署 RSSHub 并配置 YouTube Data API - 366| - 367|- [Mac 必装软件清单](sources/Mac-必装软件清单-2026-04-17.md) — Mac 效率软件推荐,从 Windows 转 Mac 用户必备工具 - 368|- [WSL2 启动与网络配置指南](sources/WSL2-启动与网络配置指南.md) — WSL2 在 Windows 上的安装、配置与网络问题解决(镜像网络模式、代理配置) - 369| - 370|- [Blogwatcher Daily 技能收藏](sources/blogwatcher-daily-shou-cang.md) — RSS 订阅监控与每日摘要生成自动化 - 371| - 372|- [CTP Topic 14 Octane Hub on AWS Real life experience](sources/ctp-topic-14-octane-hub-on-aws-real-life-experience.md) — Octane Hub 将生产服务迁移到 AWS 的真实经验分享 - 373| - 374|- [CTP Topic 13 Cloud FinOps Micro Focus Policies best practices to optimize the costs](sources/ctp-topic-13-cloud-finops-micro-focus-policies-best-practices-to-optimize-the-co.md) — 云 FinOps 最佳实践,PCG 成本管理三层服务、标签合规、Reserved Instances 集中管理 - 375| - 376|- [CTP Topic 4 Using Agile to run the Cloud Transformation Program](sources/ctp-topic-4-using-agile-to-run-the-cloud-transformation-program.md) — 云转型计划中的敏捷实践应用,从 Scrum 过渡到 Kanban 的混合模式 - 377| - 378|- [CTP Topic 28 AWS Tag Validation Tool](sources/ctp-topic-28-aws-tag-validation-tool.md) — AWS 标签验证工具,用于审计资源标签合规性 - 379| - 380|- [CTP Topic 30 Managing Change](sources/ctp-topic-30-managing-change.md) — 云转型项目中的变更管理流程,SRE 角色和三种变更类型 - 381| - 382|- [CTP Topic 22 Global DNS service offerings](sources/ctp-topic-22-global-dns-service-offerings.md) — AWS 云 DNS 服务架构与混合云 DNS 设计方案 - 383| - 384|- [CTP Topic 23 Introduction to the Technical Architecture team and function](sources/ctp-topic-23-introduction-to-the-technical-architecture-team-and-function.md) — 技术架构团队职能、组织架构及云转型价值 - 385| - 386|- [CTP Topic 18 Wide Area Networking in AWS Cloud](sources/ctp-topic-18-wide-area-networking-in-aws-cloud.md) — AWS 云广域网架构设计,Transit Gateway、SD-WAN、Prisma Access SASE - 387| - 388|- [CTP Topic 19 Configuring DNS within AWS LZs](sources/ctp-topic-19-configuring-dns-within-aws-lzs.md) — AWS Landing Zone 多账号环境下 DNS 集中化管理 - 389| - 390|- [CTP Topic 20 Program demand process flow and PoC onboarding](sources/ctp-topic-20-program-demand-process-flow-and-poc-onboarding.md) — CTP 程序需求流程与 POC 入站流程,Gate 审批机制 - 391| - 392|- [CTP Topic 21 Supply Chain Security in Micro Focus](sources/ctp-topic-21-supply-chain-security-in-micro-focus.md) — Micro Focus 软件供应链安全的新方法,将供应链安全作为 SDL 第五大支柱 - 393| - 394|- [CTP Topic 24 Micro Focus Product Privacy Framework](sources/ctp-topic-24-micro-focus-product-privacy-framework.md) — Micro Focus 产品隐私框架,将 GDPR/CCPA 法律条款翻译为约 110 项技术要求 - 395| - 396|- [CTP Topic 66 Exposing the differences between PostgreSQL RDS and Aurora](sources/ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora.md) — PostgreSQL on RDS 与 Aurora 的详细对比(架构、性能、成本、故障切换) - 397| - 398|- [CTP Topic 72 Implementing an Enterprise DR Strategy using AWS Backup](sources/ctp-topic-72-implementing-an-enterprise-dr-strategy-using-aws-backup.md) — 使用 AWS Backup 实现企业级灾难恢复策略 - 399| - 400|- [CTP Topic 73 AWS Backup implementation of the Cloud Transformation Program](sources/ctp-topic-73-aws-backup-implementation-of-the-cloud-transformation-program.md) — AWS Backup 在 CTP 云转型计划中的实施 - 401| - 402|- [CTP Topic 65 Tracing the value delivered in Cloud Transformation](sources/ctp-topic-65-tracing-the-value-delivered-in-cloud-transformation.md) — CTP 工作中的价值交付量化与优先级排序方法 - 403| - 404|- [CTP Topic 68 Introduction to Redshift](sources/ctp-topic-68-introduction-to-redshift.md) — AWS Redshift 数据仓库架构与核心组件(MPP、列式存储、Leader Node、Compute Node) - 405| - 406|- [CTP Topic 69 Best Practices for Migrating On-Premises (IOD) Virtual Machines to VMware Cloud on AWS](sources/ctp-topic-69-best-practices-for-migrating-on-premises-iod-virtual-machines-to-vm.md) — 将本地虚拟机迁移到 VMware Cloud on AWS 的最佳实践(HCX、Direct Connect、CCOE) - 407| - 408|- [Learning Sessions ECS Deployment using IAC - 20230808](sources/learning-sessions-ecs-deployment-using-iac-20230808-183322-meeting-recording.md) — ECS 容器服务 IaC 部署,JP 和 Raja M 讲解 ECS 模块、Listener 集中管理、自动扩展和修复 - 409| - 410|- [CTP Topic 70 EKS Deployment using IAC](sources/ctp-topic-70-eks-deployment-using-iac.md) — 通过基础设施即代码(IaC)方式部署 EKS 集群,使用 Terraform 和 Service Catalog 两种方式 - 411| - 412|- [CTP Topic 64 Scaling out with Amazon EKS](sources/ctp-topic-64-scaling-out-with-amazon-eks.md) — Amazon EKS 水平扩展与垂直扩展机制,涵盖 HPA、KEDA、Karpenter、Cluster Autoscaler、IPv6 网络解决方案 - 413| - 414|- [CTP Topic 59 Achieving reliability with Amazon EKS](sources/ctp-topic-59-achieving-reliability-with-amazon-eks.md) — Amazon EKS 可靠性实践,涵盖容器服务选型、共享责任模型、应用/控制/数据平面三层可靠性设计 - 415| - 416|## Sources -- [Workflow Example: Book Chapter Development](sources/workflow-book-chapter.md) — AI Agent 将粗糙素材转化为战略性第一人称书籍章节草稿的工作流 -- [Healthcare Marketing Compliance Specialist](sources/healthcare-marketing-compliance.md) — Chinese healthcare marketing compliance, from ads to privacy and platform rules -- [Marketing Short-Video Editing Coach](sources/marketing-short-video-editing-coach.md) — 短视频剪辑技术教练,覆盖全流程后期制作(剪辑、调色、音频、字幕、动效) - 417|- [CTP Topic 39 Implementing EKS in the AWS Lab Landing Zone](sources/ctp-topic-39-implementing-eks-in-the-aws-lab-landing-zone.md) — 在 AWS Lab Landing Zone 中实现 EKS 集群部署 - 418| - 419|- [CTP Topic 17 Active Directory Services in Gruntwork AWS LZs](sources/ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs.md) — 在 Gruntwork AWS Landing Zones 中集成 Active Directory 服务实践 - 420| - 421|- [CTP Topic 25 Labs Landing Zone overview - ITOM teams](sources/ctp-topic-25-labs-landing-zone-overview-itom-teams.md) — Labs Landing Zone 架构概述,基于 Gruntwork reference architecture - 422| - 423|- [CTP Topic 51 Architecting with AWS Purpose-Built Databases](sources/ctp-topic-51-architecting-with-aws-purpose-built-databases.md) — AWS 专用数据库架构,选择合适的数据库服务 - 424| - 425|- [CTP Topic 52 3 Lines of Defence (3LoD) framework Cloud Security Posture Management (CSPM)](sources/ctp-topic-52-3-lines-of-defence-3lod-framework-cloud-security-posture-management.md) — 三道防线(3LoD)框架与云安全态势管理(CSPM),Cloud Guard 统一监控 - 426| - 427|- [CTP Topic 47 Enterprise Architecture Cloud Standards](sources/ctp-topic-47-enterprise-architecture-cloud-standards.md) — 企业云架构标准、Landing Zone 框架与 Cloud Guardrails - 428| - 429|- [CTP Topic 45 Automatic IP address allocation with IPAM](sources/ctp-topic-45-automatic-ip-address-allocation-with-ipam.md) — 使用 Infoblox NIOS 实现 VPC IP 地址自动化分配 - 430| - 431|- [CTP Topic 61 Workload VPC provision with IPAM Automation](sources/ctp-topic-61-workload-vpc-provision-with-ipam-automation.md) — IPAM 与 Workload VPC 自动化 provisioning,YAML 配置、审批流程 - 432| - 433|- [CTP Topic 43 VMware Cloud on AWS](sources/ctp-topic-43-vmware-cloud-on-aws.md) — VMware 和 AWS 联合云服务,在 AWS 硬件上原生运行 vSphere 8 - 434| - 435|- [CTP Topic 41 NFR's and Error Budgets](sources/ctp-topic-41-nfrs-and-error-budgets.md) — NFR(非功能需求)与 Error Budget(错误预算)在云和敏捷开发中的应用,SRE 实践 - 436| - 437|- [CTP Topic 53 Why bother with Cloud](sources/ctp-topic-53-why-bother-with-cloud.md) — Micro Focus 云转型计划进展与价值分析,成本优化与创新机会 - 438| - 439|- [CTP Topic 57 Product backlog managing demand](sources/ctp-topic-57-product-backlog-managing-demand.md) — Product Backlog 管理需求流程,SMACs 提交、Octane 入池、前置条件阶段 - 440| - 441|- [CTP Topic 60 Monitor AWS using Hyperscale Observability with Grafana](sources/ctp-topic-60-monitor-aws-using-hyperscale-observability-with-grafana.md) — AWS 云监控与 Grafana 可观测性平台集成,Dashboard-as-Code,Terraform 模块自动化 - 442| - 443|- [CTP Topic 12 Using SES SMTP service terraform module](sources/ctp-topic-12-using-ses-smtp-service-terraform-module.md) — 利用 AWS SES SMTP Terraform 模块实现云端邮件发送,VPC 终端节点配置 - 444| - 445|- [CTP Topic 62 AWS Secrets Manager](sources/ctp-topic-62-aws-secrets-manager.md) — AWS Secrets Manager 企业级敏感信息管理,分阶段实施方法(集中化→自动化获取→轮换),Lambda 数据库密码轮换 - 446| - 447|- [CTP Topic 54 ESM SaaS Log Analytics](sources/ctp-topic-54-esm-saas-log-analytics.md) — ESM SaaS Log Analytics(日志分析)架构与实践,ELK Stack/OpenSearch,BEATS 采集,VPC 私有传输,安全加密,成本对比 - 448| - 449|- [CTP Topic 55 AWS Firewall Manager](sources/ctp-topic-55-aws-firewall-manager.md) — AWS Firewall Manager 多账号安全策略集中管理,跨 Landing Zone 安全组统一配置与自动修复 - 450| - 451|- [CTP Topic 56 Automated Infrastructure Testing](sources/ctp-topic-56-automated-infrastructure-testing.md) — 自动化基础设施测试,TerraTest 框架和测试驱动开发在 IaC 中的应用 - 452| - 453|## Sources -- [Workflow Example: Book Chapter Development](sources/workflow-book-chapter.md) — AI Agent 将粗糙素材转化为战略性第一人称书籍章节草稿的工作流 -- [Healthcare Marketing Compliance Specialist](sources/healthcare-marketing-compliance.md) — Chinese healthcare marketing compliance, from ads to privacy and platform rules - 454|- [CTP Topic 31 Network Segregation and Secure Access to AWS Landing Zones](sources/ctp-topic-31-network-segregation-secure-access-aws-landing-zones.md) — AWS Landing Zone 网络隔离与安全访问解决方案 - 455| - 456|- [CTP Topic 32 Using Atlantis CICD for Infrastructure Deployments](sources/ctp-topic-32-using-atlantis-cicd-for-infrastructure-deployments.md) — Atlantis 替代 Jenkins 进行基础设施自动化部署,开源自托管 Terraform CI/CD 工具 - 457| - 458|- [CTP Topic 33 An introduction to GitOps](sources/ctp-topic-33-an-introduction-to-gitops.md) — GitOps 方法论,四大原则(声明式配置、版本控制、CD 流程分离、增量基础设施),与 DevOps 的关系,Pull Model vs Push Model - 459| - 460|- [CTP Topic 15 Working with Renovatebot](sources/ctp-topic-15-working-with-renovatebot.md) — 利用 Renovate Bot 自动化管理云原生基础设施中的依赖项更新,支持 Terraform、Terragrunt、Docker 等技术栈 - 461| - 462|- [CTP Topic 40 SaaS Database Architecture On AWS Cloud](sources/ctp-topic-40-saas-database-architecture-on-aws-cloud.md) — AWS 云上 SaaS 数据库架构,SaaS 数据库团队全球运维实践 - 463| - 464|- [Learning Sessions Standard AMIs Updates 20231205](sources/learning-sessions-standard-amis-updates-20231205-160324-meeting-recording-2.md) — AWS Standard AMIs 概述、更新和发布流程(每两个月发布、支持 23 种操作系统) - 465| - 466|- [Public Cloud Learning Sessions (OpenText) - GitHub Enterprise to GitLab migration](sources/public-cloud-learning-sessions-opentext-github-enterprise-to-gitlab-migration-20.md) — OpenText 将代码仓库从 GitHub Enterprise 迁移到 GitLab,self-serve 模式 - 467| - 468|- [Public Cloud Learning Sessions (OpenText) - Thor Platform & Flows](sources/public-cloud-learning-sessions-opentext-thor-platform-flows-20241210-160056-meet.md) — Project Thor 平台架构与供应链数据流介绍 - 469| - 470|- [Public Cloud Learning Sessions (OpenText) - Evolving from DR to Recovery Assurance](sources/public-cloud-learning-sessions-opentext-evolving-from-dr-to-recovery-assurance-2.md) — DR 向 Recovery Assurance 演进,SRE 和可观测性工程实践 - 471| - 472|- [Public Cloud Learning Sessions (OpenText) - Product Hub (PHT) Overview and Q&A](sources/public-cloud-learning-sessions-opentext-product-hub-pht-overview-and-qa-20240806.md) — Product Hub (PHT) 产品层级追踪器概述,包括产品请求流程、层级结构和外部系统集成 - 473| - 474|- [Public Cloud Learning Sessions - OpenText Tagging Standard V2](sources/public-cloud-learning-sessions-opentext-tagging-standard-v2-20250429-170111-meet.md) — OpenText 标签标准 V2,涵盖云资源、Kubernetes 对象和容器镜像的标签规范 - 475| - 476|- [Public Cloud Learning Sessions - Tagging Standards for all hyperscalers](sources/public-cloud-learning-sessions-tagging-standards-for-all-hyperscalers-20240123-1.md) — 2024 年 1 月 OpenText 标签标准 V1,建立跨 AWS、GCP、Azure 统一标签体系 - 477| - 478|- [Learning Sessions Identity Governance VSM Replacement](sources/learning-sessions-identity-governance-vsm-replacement-20231128-160326-meeting-re.md) — 身份治理(Identity Governance)以及用 IGA 替换 VSM(Virtual Service Manager)的计划 - 479| - 480|- [Public Cloud Learning Sessions - Applicable Business Analysis Techniques](sources/Public-Cloud-Learning-Sessions-Applicable-Business-Analysis-Techniques-20240109.md) — OpenText 业务分析技术学习会议,介绍 BOSCARD、相关方轮盘和需求收集方法 - 481| - 482|- [Public Cloud Learning Sessions - Storage Cost Optimization](sources/public-cloud-learning-sessions-storage-cost-optimization-20240305.md) — AWS 存储服务(EBS、EFS、FSx、S3)成本优化最佳实践,包括存储类型选择、生命周期策略和智能分层 - 483| - 484|- [Public Cloud Learning Sessions - AWS End User Compute Services](sources/public-cloud-learning-sessions-aws-end-user-compute-services-20240430.md) — AWS 终端用户计算(EUC)服务介绍,涵盖 Workspaces 和 AppStream 2.0 - 485| - 486|- [Public Cloud Learning Sessions - Budget Control - 20240319](sources/Public-Cloud-Learning-Sessions-Budget-Control.md) — AWS账户预算控制自动化,提供账户所有者详细的支出警报和成本分析报告,实现成本控制 - 487| - 488|- [CTP Topic 1 Gruntwork Landing Zone Architecture](sources/ctp-topic-1-gruntwork-landing-zone-architecture.md) — 基于 Gruntwork 的 AWS Landing Zone 架构设计 - 489| - 490|- [CTP Topic 2 Git](sources/ctp-topic-2-git.md) — Git 版本控制系统基础与 DevOps 实践 - 491| - 492|- [CTP Topic 3 Deploy and maintain infrastructure](sources/ctp-topic-3-deploy-and-maintain-infrastructure.md) — CTP 云转型计划基础设施部署与维护,Terraform、Terragrunt、模块和服务目录在 Landing Zone 架构下的使用 - 493| - 494|- [CTP Topic 10 AWS Landing Zone (LZ) Data Collection, Tagging Related Security](sources/ctp-topic-10-aws-landing-zone-lz-data-collection-tagging-related-security.md) — AWS Landing Zone 部署流程、数据收集策略、基于标签的安全控制机制 - 495| - 496|- [Public Cloud Learning Sessions (OpenText) - GIS Security Policies](sources/public-cloud-learning-sessions-opentext-gis-security-policies-20241015-160257-me.md) — OpenText 全球信息安全团队(GIS)的安全策略框架与组织结构 - 497| - 498|- [Public Cloud Learning Sessions (OpenText) - Serverless Computing](sources/Public-Cloud-Learning-Sessions-OpenText-Serverless-Computing-20240903.md) — AWS 无服务器计算(Lambda、Step Functions、API Gateway、SAM) - 499| - 500|- [Public Cloud Learning Sessions (OpenText) - Generative AI & Prompt Engineering](sources/public-cloud-learning-sessions-opentext-generative-ai-prompt-engineering-20241112.md) — AWS 生成式 AI 服务与提示词工程基础 - 501| - 502|- [Public Cloud Learning Sessions (OpenText) - AI Use Cases - 20241126](sources/public-cloud-learning-sessions-opentext-ai-use-cases-20241126.md) — AWS AI 专家分享企业级 AI 应用案例与实践 - 503| - 504|- [Public Cloud Learning Sessions (OpenText) - Event Driven Architecture - Part 1](sources/public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091.md) — 事件驱动架构(EDA)介绍,Amazon EventBridge、SQS、SNS - 505|- [Public Cloud Learning Sessions (OpenText) - Event Driven Architecture - Part 2](sources/public-cloud-learning-sessions-opentext-event-driven-architecture-part-2-2024091.md) — 事件驱动架构(EDA)最佳实践与团队独立性 - 506| - 507|- [CTP Topic 35 AWS Landing Zone Design Refresher (SaaS Labs)](sources/ctp-topic-35-aws-landing-zone-design-refresher-saas-labs.md) — AWS Landing Zone 设计更新,SaaS(生产)与 Labs(开发)环境区分 - 508| - 509|- [CTP Topic 8 Implementation of Cloud monitoring using Micro Focus Operations Bridge](sources/ctp-topic-8-implementation-of-cloud-monitoring-using-micro-focus-operations-bridge.md) — 使用 Micro Focus Operations Bridge Manager (OBM) 实现 AWS 云监控的实施方案 - 510| - 511|- [CTP Topic 29 Cloud Monitoring – SaaS LZ accounts](sources/ctp-topic-29-cloud-monitoring-saas-lz-accounts.md) — AWS 云监控解决方案 OpsBridge 在 SaaS Landing Zone 多账号环境中的应用 - 512| - 513|- [CTP Topic 7 SaaS Landing Zone Design](sources/ctp-topic-7-saas-landing-zone-design.md) — 生产环境 SaaS Landing Zone 高级设计,单一 Landing Zone 策略 - 514| - 515|- [CTP Topic 5 AWS Identity and Access Management (IAM)](sources/ctp-topic-5-aws-identity-and-access-management-iam.md) — AWS IAM 用户、组、角色和策略管理,联合访问与权限控制 - 516| - 517|- [CTP Topic 6 AWS Workspaces Demo](sources/ctp-topic-6-aws-workspaces-demo.md) — AWS Workspaces 远程桌面演示,预装 PF SSO、Terraform、TerraGrunt、Git、VS Code 等开发工具 - 518| - 519|- [CTP Topic 11 AD Integration and Login using AD accounts](sources/ctp-topic-11-ad-integration-and-login-using-ad-accounts.md) — Jenkins 与 AD 集成实现自动登录,以及 pre-commit 框架的 IaC 自动化安全检查 - 520| - 521|- [CTP Topic 9 CI CD with Gruntwork](sources/ctp-topic-9-ci-cd-with-gruntwork.md) — CI/CD 与 Gruntwork 集成 - 522| - 523|## Entities -- [Healthcare Marketing Compliance Specialist](entities/Healthcare-Marketing-Compliance-Specialist.md) — The Agency agent persona for healthcare compliance review -- [Cultural Intelligence Strategist](entities/Cultural-Intelligence-Strategist.md) — The Agency agent persona for inclusive, global-first product and prompt audits -- [Compliance Auditor](entities/Compliance-Auditor.md) — The Agency 技术合规审计专家智能体,专注于 SOC 2、ISO 27001、HIPAA 和 PCI-DSS 认证 -- [Karpman Drama Triangle](entities/Karpman-Drama-Triangle.md) — Stephen Karpman 1968 年提出的人际冲突三角模型:迫害者→受害者→拯救者 - 524|- [MUI](entities/MUI.md) — 审批决策者之一,负责超大规模云服务商支出的书面审批 - 525|- [Shannon](entities/Shannon.md) — 审批决策者之一,负责超大规模云服务商支出的书面审批 - 526|- [FinOps Team](entities/FinOps-Team.md) — 负责 Oli 工作流管理的团队,正在将工作流过渡到其管理之下 - 527|- [AWS Instance Scheduler](entities/AWS-Instance-Scheduler.md) — AWS 官方实例调度工具,通过定时启停 EC2 和 RDS 实例实现成本优化 - 528|- [FPNA Team](entities/FPNA-Team.md) — 负责预算可用性验证的团队 - 529|- [Atlantis](entities/Atlantis.md) — 开源自托管 Terraform CI/CD 工具,替代 Jenkins 进行基础设施自动化部署 - 530|- [IAM (AWS Identity and Access Management)](entities/IAM-AWS-Identity-and-Access-Management.md) — AWS 身份和访问管理服务,控制 AWS 资源的访问权限 - 531|- [CCOE](entities/CCOE.md) — Cloud Center of Excellence,推动云采纳和治理的核心组织单元 - 532|- [AWS Firewall Manager](entities/AWS-Firewall-Manager.md) — AWS 集中安全管理服务,跨账户配置防火墙规则和安全策略 - 533|- [CrowdStrike](entities/CrowdStrike.md) — 网络安全公司,2024年7月事件推动行业对DR的重视 - 534|- [Martin Rosler](entities/Martin-Rosler.md) — OpenText 技术专家,OpenText Tagging Standard V2 演讲者 - 535|- [Phenops](entities/Phenops.md) — OpenText 团队,2023 年发起标签标准化工作 - 536|- [Jackie](entities/Jackie.md) — ITOM ESM SAS architect,CTP Topic 54 演讲者 - 537|- [SolarWinds Hack](entities/SolarWinds-Hack.md) — 著名供应链攻击事件,黑客通过构建过程注入后门 - 538|- [Shlomi Ben-Hur](entities/Shlomi-Ben-Hur.md) — Micro Focus 产品安全专家,主讲供应链安全 - 539|- [Ashish](entities/Ashish.md) — Micro Focus 产品安全组安全专家,主讲容器生命周期加固 - 540|- [Coyote](entities/Coyote.md) — Head of Enterprise Application Security,三道防线框架与 CSPM 主讲人 - 541|- [Cloud Guard](entities/Cloud-Guard.md) — CSPM 云安全态势管理解决方案 - 542|- [OpenText](entities/OpenText.md) — 企业内容管理软件公司,主办 Public Cloud Learning Sessions - 543|- [OpsBridge](entities/OpsBridge.md) — OpenText 内部监控平台,接收 Grafana 告警并创建事件 - 544|- [Optic DR](entities/Optic-DR.md) — OpenText 内部监控数据源插件,将数据拉入 Grafana 仪表板 - 545|- [Arnold Dacan](entities/Arnold-Dacan.md) — OpenText 技术专家,Project Thor 演讲者 - 546|- [Kishore Garlopati](entities/Kishore-Garlopati.md) — Azure Landing Zone 技术分享主讲人 - 547|- [Pradeep](entities/Pradeep.md) — AWS Landing Zone 技术分享主讲人,Checkpoint 防火墙专家 - 548|- [Holger Rode](entities/Holger-Rode.md) — Octane Hub CTO 软件工厂团队负责人 - 549|- [Heather Norris](entities/Heather-Norris.md) — 云转型计划(CTP)项目经理,敏捷实践演讲者 - 550|- [Femi George](entities/Femi-George.md) — AWS 数据库销售专家,CTP Topic 51 主讲人 - 551|- [Duolingo](entities/Duolingo.md) — 案例公司,使用 DynamoDB + ElastiCache + Aurora - 552|- [Netflix](entities/Netflix.md) — 案例公司,使用 DynamoDB 存储 JSON 文档 - 553|- [Peloton](entities/Peloton.md) — 案例公司,使用 ElastiCache Redis 提供即时反馈 - 554|- [Mem0](entities/Mem0.md) — Camp 1 记忆后端领导者,53.1k stars - 555|- [MemPalace](entities/MemPalace.md) — 本地优先逐字存储,46.2k stars - 556|- [Supermemory](entities/Supermemory.md) — 时间感知记忆,21.8k stars - 557|- [Zep](entities/Zep.md) — 重新定位为"上下文工程",4.4k stars - 558|- [Thoth](entities/Thoth.md) — 最复杂架构,145 stars,Dream Cycle - 559|- [清华大学](entities/清华大学.md) — 中国顶尖大学,发布 DeepSeek 官方教程 - 560|- [余梦珑](entities/余梦珑.md) — 清华大学博士后,《DeepSeek从入门到精通2025》手册作者 - 561|- [营销人张飞宇](entities/营销人张飞宇.md) — 微信公众号作者,专注于个人品牌、商业变现方法论 - 562|- [空格](entities/空格.md) — 微信公众号作者,专注于 AI 应用开发分享 - 563|- [Mac Mini](entities/Mac-Mini.md) — Apple Mac Mini M4 主控节点,内网 IP 192.168.3.189 - 564|- [RackNerd](entities/RackNerd.md) — VPS 服务提供商,提供公网 IP 192.227.222.142 - 565|- [RDS](entities/RDS.md) — Amazon 托管关系数据库服务,支持 MySQL、PostgreSQL、Oracle 等多种引擎 - 566|- [Synology NAS DS718](entities/Synology-NAS-DS718.md) — 群晖 2 盘位 NAS,内网 IP 192.168.3.17 - 567|- [HP](entities/HP.md) — 惠普公司,全球知名 IT 设备制造商 - 568|- [Homarr](entities/Homarr.md) — 开源仪表板应用,集成多种服务入口 - 569|- [HP ZBook](entities/HP-ZBook.md) — HP 工作站级笔记本产品线 - 570|- [Bandwagon](entities/Bandwagon.md) — VPS 服务提供商 - 571|- [VPS2](entities/VPS2.md) — 运行在 Bandwagon 上的虚拟专用服务器 - 572|- [v2rayN](entities/v2rayN.md) — Windows/Linux 代理客户端 - 573|- [v2rayNG](entities/v2rayNG.md) — Android 代理客户端 - 574|- [Apache](entities/Apache.md) — Apache 软件基金会,全球最大的开源软件基金会之一 - 575|- [Apache Superset](entities/Apache-Superset.md) — Apache 软件基金会旗下的开源 BI 平台 - 576|- [BMC](entities/BMC.md) — 企业软件和云解决方案提供商 - 577|- [NetApp](entities/NetApp.md) — 企业级存储解决方案提供商,Cloud Volume ONTAP (CVO) 产品 - 578|- [AWS](entities/AWS.md) — 全球最大公有云平台(EKS、RDS、S3、Lambda 等) - 579|- [AWS Redshift](entities/AWS-Redshift.md) — Amazon 提供的 PB 级云端数据仓库服务,支持 OLAP - 580|- [Leader Node](entities/Leader-Node.md) — Redshift 集群的领导节点,负责查询规划和结果返回 - 581|- [Compute Node](entities/Compute-Node.md) — Redshift 架构中的计算节点,执行实际查询 - 582|- [Aurora](entities/Aurora.md) — Amazon 自研云原生关系型数据库,6 个 EBS 卷跨 3 个 AZ - 583|- [Amazon DynamoDB](entities/Amazon-DynamoDB.md) — 键值和文档数据库,单数字毫秒延迟,支持每日数万亿请求 - 584|- [Amazon DocumentDB](entities/Amazon-DocumentDB.md) — MongoDB 兼容文档数据库 - 585|- [Amazon ElastiCache](entities/Amazon-ElastiCache.md) — 内存数据库(Redis、Memcached) - 586|- [Amazon Neptune](entities/Amazon-Neptune.md) — 图形数据库 - 587|- [Amazon Timestream](entities/Amazon-Timestream.md) — 时序数据库,专为 IoT 设计 - 588|- [Amazon Keyspaces](entities/Amazon-Keyspaces.md) — Apache Cassandra 托管服务 - 589|- [Gruntwork](entities/Gruntwork.md) — Gruntwork Landing Zones 框架提供商,定义 R&D 和 SAS 环境域名规范 - 590|- [Infoblox](entities/Infoblox.md) — 企业级 DNS/DHCP 和 IPAM 解决方案提供商 - 591|- [Active-Directory](entities/Active-Directory.md) — Microsoft 目录服务,提供 DNS 和身份验证 - 592|- [Jenkins](entities/Jenkins.md) — 开源自动化服务器,用于 CI/CD,Shared Account 托管主 Jenkins 服务器 - 593|- [swinford.net](entities/swinford-net.md) — R&D Labs 环境 Active Directory 域名 - 594|- [intsas.local](entities/intsas-local.md) — SAS 生产环境 Active Directory 域名 - 595|- [Route 53](entities/Route-53.md) — AWS DNS 服务,每个产品拥有独立托管区域 - 596|- [Active Directory](entities/Active-Directory.md) — Microsoft 目录服务,提供身份验证和资源访问控制 - 597|- [MIM](entities/MIM.md) — R&D 环境的安全组管理和权限申请自助服务解决方案 - 598|- [SMACKS Ticket](entities/SMACKS-Ticket.md) — 内部服务管理工单系统,用于生产环境账号申请和密码重置 - 599|- [GCP](entities/GCP.md) — Google Cloud Platform(GKE、GCS、Cloud SQL 等) - 600|- [Azure](entities/Azure.md) — Microsoft 公有云平台(AKS、Cosmos DB 等) - 601|- [Kubernetes](entities/Kubernetes.md) — CNCF 开发的开源容器编排平台 - 602|- [Terraform](entities/Terraform.md) — HashiCorp 开发的开源 IaC 工具 - 603|- [CloudFormation](entities/CloudFormation.md) — AWS 的 IaC 服务 - 604|- [Pulumi](entities/Pulumi.md) — 使用通用编程语言的基础设施即代码工具 - 605|- [StackSets](entities/StackSets.md) — CloudFormation 跨账号跨区域部署功能 - 606|- [EventBridge](entities/EventBridge.md) — AWS 无服务器事件总线服务 - 607|- [CloudWatch](entities/CloudWatch.md) — AWS 监控和可观测性服务 - 608|- [AWS Organizations](entities/AWS-Organizations.md) — AWS 账户管理服务 - 609|- [AWS RAM](entities/AWS-RAM.md) — AWS 资源共享管理器,用于跨账号共享资源 - 610|- [KMS](entities/KMS.md) — AWS 密钥管理服务 - 611|- [AIOps](entities/AIOps.md) — AI 运维平台,利用 AI/ML 技术实现运维自动化 - 612|- [AI SRE](entities/AI-SRE.md) — 使用 AI 自动化站点可靠性工程任务的工具 - 613|- [CMDB](entities/CMDB.md) — 配置管理数据库,存储和管理 IT 基础设施配置项 - 614|- [ISO 27001](entities/ISO-27001.md) — 信息安全管理系统国际标准 - 615|- [HIPAA](entities/HIPAA.md) — 美国健康保险便携性和责任法案 - 616|- [GDPR](entities/GDPR.md) — 欧盟通用数据保护条例 - 617|- [Open Alliance for Cloud Adoption (OACA)](entities/Open-Alliance-for-Cloud-Adoption-OACA.md) — 提出云成熟度模型定义的组织 - 618|- [Cloud Technology Design Forum](entities/Cloud-Technology-Design-Forum.md) — 微焦点内部云架构标准化组织 - 619|- [GitHub](entities/GitHub.md) — 全球最大代码托管平台 - 620|- [OWASP](entities/OWASP.md) — Web 安全标准和 Top Ten 漏洞列表 - 621|- [SonarQube](entities/SonarQube.md) — 开源代码质量和安全分析平台 - 622|- [rsync](entities/rsync.md) — Linux 增量同步工具 - 623|- [NFS](entities/NFS.md) — 网络文件系统协议 - 624|- [NAS](entities/NAS.md) — 网络附加存储 - 625|- [Clonezilla](entities/Clonezilla.md) — 开源磁盘镜像备份工具 - 626|- [Netgear](entities/Netgear.md) — 路由器和网络设备制造商 - 627|- [RAX50](entities/RAX50.md) — 网件 AX4200 WiFi 6 路由器型号 - 628|- [SendGrid](entities/SendGrid.md) — Twilio 旗下的企业级邮件服务,CTP 标准邮件方案 - 629| - 630|- [KoolCenter](entities/KoolCenter.md) — 梅林固件官方下载服务器 - 631|- [MerlinClash](entities/MerlinClash.md) — 基于 Clash 的梅林固件科学上网插件 - 632|- [Transmission](entities/Transmission.md) — 开源 BT 下载客户端 - 633|- [LinuxServer.io](entities/LinuxServer-io.md) — 开源 Docker 镜像维护社区 - 634|- [OpenSSH](entities/OpenSSH.md) — 开源 SSH 协议实现,提供安全远程登录 - 635|- [UFW](entities/UFW.md) — Ubuntu 默认防火墙管理工具 - 636|- [systemd](entities/systemd.md) — Linux 系统和服务管理器 - 637|- [Rufus](entities/Rufus.md) — 开源 USB 启动盘制作工具 - 638|- [n8n](entities/n8n.md) — 开源工作流自动化工具 - 639|- [n8n-mcp](entities/n8n-mcp.md) — 连接 n8n 与 AI 模型的桥接项目,提供 543 个 n8n 节点访问能力 - 640|- [PostgreSQL](entities/PostgreSQL.md) — 开源关系型数据库 - 641|- [FastAPI](entities/FastAPI.md) — 现代 Python Web 框架 - 642|- [MinIO](entities/MinIO.md) — S3 兼容对象存储 - 643|- [AdsPower](entities/AdsPower.md) — 指纹浏览器,用于多账号管理和环境隔离 - 644|- [Airtable](entities/Airtable.md) — 在线数据库工具,常用于 AI Agent 的数据存储和库存管理 - 645|- [AI Foundations](entities/AI-Foundations.md) — AI 学习社区,提供课程和协作资源 - 646|- [Anthropic](entities/Anthropic.md) — AI 公司,开发 Claude 和官方 Skills 仓库 - 647|- [Claude](entities/Claude.md) — Anthropic 公司开发的 AI 聊天助手 - 648|- [Canva](entities/Canva.md) — 在线设计工具,2025年推出 AI 问答功能,支持中文简报生成 - 649|- [Gamma](entities/Gamma.md) — AI 简报工具,专注于图文并茂的专业效果 - 650|- [MiniMax-M2.7](entities/MiniMax-M2.7.md) — 中国 MiniMax 公司开发的大语言模型,200K context window - 651|- [ElevenLabs](entities/ElevenLabs.md) — 国际顶流AI配音工具,支持30+语言和情感语音 - 652|- [海螺AI](entities/海螺AI.md) — MiniMax 出品的AI配音工具,30秒克隆声音,免费 - 653|- [F5-TTS](entities/F5-TTS.md) — 开源TTS项目,2秒音频克隆,支持本地部署 - 654|- [TTSMaker](entities/TTSMaker.md) — 免费AI配音,每周3万字转换,300+音色 - 655|- [剪映](entities/剪映.md) — 抖音官方视频剪辑工具,AI配音功能 - 656|- [魔音工坊](entities/魔音工坊.md) — 企业级AI配音平台,500+音色 - 657|- [AnyVoice](entities/AnyVoice.md) — 免费声音克隆工具,3秒克隆 - 658|- [超达物流](entities/超达物流.md) — 跨境电商物流服务商,提供 UIN 渠道和 TK 平台物流服务 - 659|- [抖音](entities/抖音.md) — 字节跳动旗下短视频平台 - 660|- [WildCard](entities/WildCard.md) — 虚拟信用卡,解决海外支付问题 - 661|- [PingMe](entities/PingMe.md) — 短信接码平台,提供美国区号码 - 662|- [Synology](entities/Synology.md) — 群晖科技,NAS 设备制造商 - 663|- [Jellyfin](entities/Jellyfin.md) — 开源媒体服务器软件 - 664|- [V2RayA](entities/V2RayA.md) — V2Ray 管理面板,专注于透明代理功能 - 665|- [V2Ray](entities/V2Ray.md) — 代理软件核心,支持多种协议 - 666|- [阿里云盘](entities/阿里云盘.md) — 阿里巴巴云存储服务 - 667|- [Plex](entities/Plex.md) — 媒体服务器软件,支持视频刮削和多设备播放 - 668|- [Prismer](entities/Prismer.md) — Docker 容器化 LaTeX 编译环境,提供完整 TeX Live 服务 - 669|- [OpenClaw](entities/OpenClaw.md) — AI Agent 管理工具 - 670|- [Open Notebook](entities/Open-Notebook.md) — GitHub Star 最高的 NotebookLM 开源平替(14.6k) - 671|- [SurfSense](entities/SurfSense.md) — 开源 AI 搜索与研究智能体(11.4k Star) - 672|- [Podcastfy](entities/Podcastfy.md) — 专注于播客生成的 AI 工具 - 673|- [PageLM](entities/PageLM.md) — 将学习材料转化为互动式资源的教育平台 - 674|- [AionUi](entities/AionUi.md) — 桌面端 AI Agent 协同工作应用,内置 OpenClaw 部署专家 - 675|- [NodeWarden](entities/NodeWarden.md) — 运行于 Cloudflare Workers 的 Bitwarden 兼容服务器 - 676|- [NotebookLM](entities/NotebookLM.md) — Google 的 AI 笔记和研究助手,核心特色是 source-grounding - 677|- [BrightData](entities/BrightData.md) — 网页数据采集服务提供商 - 678|- [Decopy](entities/Decopy.md) — AI 摘要生成工具 - 679|- [WaveSpeed](entities/WaveSpeed.md) — AI 图像和视频处理平台 - 680|- [XAR GPT](entities/XAR-GPT.md) — 大脑类 AI 工具,负责分镜拆解 - 681|- [GEMALA](entities/GEMALA.md) — 大脑类 AI 工具,负责视频逻辑分析 - 682|- [KAI](entities/KAI.md) — 动效类 AI 工具,支持首尾针动画生成 - 683| - 684|- [Bitwarden](entities/Bitwarden.md) — 开源密码管理解决方案 - 685| - 686|- [baoyu](entities/baoyu.md) — Claude Code 技能集 baoyu-skills 的作者 - 687| - 688|- [ClawHub](entities/ClawHub.md) — Claude Code/OpenClaw 技能发布和管理平台 - 689| - 690|- [Cloudflare](entities/Cloudflare.md) — CDN、DNS 和无服务器云服务提供商 - 691|- [Appinn](entities/Appinn.md) — 小众软件分享网站 - 692|- [AITmpl](entities/AITmpl.md) — Claude Code 模板资源网站,提供 Skills/Agents/MCP 模板 - 693|- [Alex Finn](entities/Alex-Finn.md) — YouTube 创作者,关于 OpenClaw 用例视频的作者 - 694|- [Nicholas Carlini](entities/Nicholas-Carlini.md) — Google 研究科学家,自主编码 Agent 方案的提出者 - 695|- [苏东坡](entities/苏东坡.md) — 北宋文学家,第一个被思维蒸馏的历史人物,一生三起三落 - 696|- [王维](entities/王维.md) — 唐代诗人、画家,被誉为"诗佛",代表作"行到水穷处,坐看云起时" - 697|- [老子](entities/老子.md) — 春秋时期思想家,道家学派创始人,《道德经》作者 - 698|- [庄子](entities/庄子.md) — 战国时期道家代表人物,《庄子》(《南华经》)作者 - 699|- [佛陀](entities/佛陀.md) — 佛教创始人,古代印度王子,宣讲《金刚经》等经典 - 700|- [曾国藩](entities/曾国藩.md) — 清代重臣、政治家,《治心经·诚心篇》作者 - 701|- [女娲·Skill](entities/女娲-Skill.md) — 开源项目,实现人物思维蒸馏的技术框架 - 702|- [RustDesk](entities/RustDesk.md) — 开源远程桌面软件,支持多平台远程控制 - 703|- [GDM3](entities/GDM3.md) — GNOME Display Manager,Ubuntu 的登录管理器 - 704|- [OpenCode](entities/OpenCode.md) — 开源 AI 编程助手,支持终端、桌面、IDE 三种使用形态 - 705|- [Vibe-Kanban](entities/Vibe-Kanban.md) — AI Agent 管理工具,支持 Vibe Coding 工作流 - 706|- [国家中小学智慧教育平台](entities/国家中小学智慧教育平台.md) — 中国教育部官方教育资源平台 - 707|- [Obsidian](entities/Obsidian.md) — 基于 Markdown 的本地优先笔记软件 - 708|- [印象笔记](entities/印象笔记.md) — 作者之前使用的笔记工具,存在"存而不读"问题 - 709|- [Tasks 插件](entities/Tasks-插件.md) — Obsidian 任务管理插件 - 710|- [Todoist](entities/Todoist.md) — 流行任务管理应用 - 711|- [Telegram](entities/Telegram.md) — 即时通讯应用,提供 Bot API 用于消息推送和交互 - 712|- [Google Sheets](entities/Google-Sheets.md) — Google 在线电子表格,用于数据可视化仪表盘 - 713|- [Anki](entities/Anki.md) — 开源间隔重复闪卡程序 - 714|- [Templater](entities/Templater.md) — Obsidian 动态模板插件 - 715|- [Dataview](entities/Dataview.md) — Obsidian SQL 查询插件 - 716|- [Spaced Repetition](entities/Spaced-Repetition.md) — Obsidian 间隔重复学习插件 - 717|- [Kanban](entities/Kanban.md) — Obsidian 看板视图插件 - 718|- [Projects](entities/Projects.md) — Obsidian 项目管理插件 - 719|- [Outliner](entities/Outliner.md) — Obsidian 大纲视图插件 - 720|- [Calendar](entities/Calendar.md) — Obsidian 日历视图插件 - 721|- [DB Folder](entities/DB-Folder.md) — Obsidian 数据库文件夹插件 - 722|- [Homepage](entities/Homepage.md) — Obsidian 主页插件 - 723|- [File Explorer Note Count](entities/File-Explorer-Note-Count.md) — Obsidian 文件管理器笔记计数插件 - 724|- [Reddit](entities/Reddit.md) — 社交新闻聚合网站,提供子版块热门帖子获取能力 - 725| - 726|- [Webz.io](entities/Webz-io.md) — 综合性新闻 API,覆盖开放网、深网和暗网 - 727|- [GNews API](entities/GNews-API.md) — 轻量级全球新闻 API,适合小型应用 - 728|- [The Guardian API](entities/The-Guardian-API.md) — 英国卫报官方 API,提供高质量编辑内容 - 729|- [Bloomberg API](entities/Bloomberg-API.md) — 彭博金融数据服务,专注实时市场信息 - 730|- [Financial Times API](entities/Financial-Times-API.md) — 金融时报官方 API,提供高端商业和经济洞察 - 731|- [Opoint](entities/Opoint.md) — 媒体监控与情绪分析平台 - 732|- [Mediastack API](entities/Mediastack-API.md) — 可扩展新闻数据服务,提供免费计划 - 733| - 734|- [ChatGPT](entities/ChatGPT.md) — OpenAI 开发的大型语言模型,底座大模型代表 - 735|- [OpenAI](entities/OpenAI.md) — 美国 AI 研究实验室,开发 ChatGPT、GPT 系列模型 - 736|- [DeepSeek](entities/DeepSeek.md) — 中国开发的大语言模型,以开源和高效著称 - 737|- [Qwen](entities/Qwen.md) — 阿里云开发的大型语言模型(通义千问) - 738|- [Midjourney](entities/Midjourney.md) — 专用于图像生成的 AI 模型 - 739|- [Stable Diffusion](entities/Stable-Diffusion.md) — 开源的图像生成模型 - 740|- [Ollama](entities/Ollama.md) — 开源本地大语言模型运行框架 - 741|- [Open-WebUI](entities/Open-WebUI.md) — 开源大语言模型 Web UI 界面 - 742| - 743|- [Coze(扣子)](entities/Coze(扣子).md) — 字节跳动旗下 AI Agent 开发平台,支持 Bot 和 Workflow 两种模式 - 744|- [知乎](entities/知乎.md) — 中国知名问答社区,在培训中作为 Demo 案例 - 745|- [SONY(索尼)](entities/SONY(索尼).md) — 日本电子产品制造商,培训 Demo 案例 - 746| - 747|- [TikTok Shop](concepts/TikTok-Shop.md) — 字节跳动旗下的短视频电商平台 - 748|- [面单授权](concepts/面单授权.md) — 跨境电商物流面单打印的授权配置 - 749|- [面单收费](concepts/面单收费.md) — 物流面单的费用计算规则 - 750|- [预上网](concepts/预上网.md) — 物流轨迹预生成的机制,24-48 小时左右生成 - 751| - 752|- [BRAT 插件](entities/BRAT-插件.md) — Obsidian 第三方插件自动更新工具,用于安装 Beta 版插件 - 753|- [kepano](entities/kepano.md) — Obsidian CEO,defuddle、obsidian-cli 等 Skills 作者 - 754|- [Axton](entities/Axton.md) — 回到Axton 博主,obsidian-canvas-creator 等视觉类 Skills 作者 - 755|- [Choi Wontak](entities/Choi-Wontak.md) — tutor-skills 作者 - 756| - 757|- [VMware-Cloud-on-AWS](entities/VMware-Cloud-on-AWS.md) — VMware 和 AWS 联合云服务,在 AWS 硬件上原生运行 vSphere 8 - 758| - 759|## Entities -- [Healthcare Marketing Compliance Specialist](entities/Healthcare-Marketing-Compliance-Specialist.md) — The Agency agent persona for healthcare compliance review - 760|- [Tom Bice](entities/Tom-Bice.md) — OpenText 财务组织负责人,标签标准制定发起人 - 761|- [Martin Nash](entities/Martin-Nash.md) — OpenText 技术架构经理,CTP Topic 23 主讲人 - 762|- [Matthew Chapman](entities/Matthew-Chapman.md) — OpenText CTP 需求评审会议主持人 - 763|- [AWS-Workspaces](entities/AWS-Workspaces.md) — AWS 托管虚拟桌面服务,提供完全持久化桌面 - 764|- [AppStream-2.0](entities/AppStream-2.0.md) — AWS 应用流服务,提供非持久化桌面和应用流传输 - 765|- [Christian-ODonough](entities/Christian-ODonough.md) — AWS 专家,AWS EUC 服务演讲者 - 766|- [UX Researcher](entities/UX-Researcher.md) — The Agency 项目中的用户体验研究智能体,专注于用户行为分析 - 767|- [Outbound Strategist](entities/Outbound-Strategist.md) — The Agency 项目中的基于信号触发的外呼销售策略智能体,通过购买信号识别和 ICP 定义提升外呼转化率 - 768|- [Identity Graph Operator](entities/Identity-Graph-Operator.md) — The Agency 体系中的共享身份图操作智能体,负责实体归一化、合并与冲突治理 - 769|- [Document Generator](entities/Document-Generator.md) — The Agency 项目中的程序化文档创建智能体,专注于 PDF、PPTX、XLSX 与 DOCX 生成 - 770|- [Workflow Architect](entities/Workflow-Architect.md) — The Agency 项目中的工作流设计专家智能体,负责流程树、失败分支与交接契约 - 771|- [Agentic Identity & Trust Architect](entities/Agentic-Identity-Trust-Architect.md) — The Agency 体系中的自治智能体身份与信任架构专家,负责代理身份验证、委托授权与可审计证据链 - 772|- [Experiment Tracker](entities/Experiment-Tracker.md) — 实验设计与执行跟踪智能体,专注于 A/B 测试、假设验证和数据驱动决策 - 773|- [Project Shepherd](entities/Project-Shepherd.md) — 专业项目管理人员智能体,专注于跨职能项目协调、时间线管理和利益相关方对齐 - 774|- [Recruitment Specialist](entities/Recruitment-Specialist.md) — The Agency 体系中的招聘运营与人才获取专家,负责全流程招聘与劳动法合规 - 775| - 776|## Concepts -- [Healthcare Marketing Compliance](concepts/HealthcareMarketingCompliance.md) — Umbrella concept for lawful healthcare promotion and content governance -- [Cultural Intelligence](concepts/Cultural-Intelligence.md) — Designing products, prompts, and workflows for cross-cultural effectiveness -- [Invisible Exclusion](concepts/Invisible-Exclusion.md) — Hidden friction caused by narrow assumptions and rigid defaults -- [Global-First Architecture](concepts/Global-First-Architecture.md) — Treating localization and internationalization as core architecture requirements -- [Contextual Semiotics](concepts/Contextual-Semiotics.md) — Interpreting colors, icons, and metaphors within a specific culture -- [Cultural Humility](concepts/Cultural-Humility.md) — Researching the audience before claiming confidence about their needs -- [Medical Advertising Compliance](concepts/MedicalAdvertisingCompliance.md) — Review-and-approval rules for medical ads, claims, and publication scope -- [Health Supplement Marketing](concepts/HealthSupplementMarketing.md) — Promotion rules for health supplements and approved function claims -- [Internet Healthcare Compliance](concepts/InternetHealthcareCompliance.md) — Rules for online diagnosis, consultation, prescriptions, and platform operations -- [Medical Aesthetics Compliance](concepts/MedicalAestheticsCompliance.md) — High-risk advertising rules for yimei marketing and appearance anxiety -- [Patient Privacy Protection](concepts/PatientPrivacyProtection.md) — Consent, de-identification, and sensitive health data governance -- [Academic Detailing Compliance](concepts/AcademicDetailingCompliance.md) — Compliant medical education, sponsorship, and rep conduct -- [Big Five Personality Framework](concepts/Big-Five-Personality-Framework.md) — 描述人格结构的五因素模型:开放性、尽责性、外向性、宜人性、神经质 -- [依恋理论](concepts/Attachment-Theory.md) — Bowlby 提出的亲子关系心理模型,四种成人依恋风格分析 -- [Vaillant 防御机制层级](concepts/Vaillant-Defense-Mechanisms.md) — 成熟→神经质→不成熟→自恋性防御的层级结构 -- [认知扭曲](concepts/Cognitive-Distortions.md) — Beck 识别的非理性思维模式,CBT 核心干预目标 -- [群体思维](concepts/Groupthink.md) — Irving Janis 描述的过度团结导致决策失误的群体心理现象 -- [社会认同理论](concepts/Social-Identity-Theory.md) — Tajfel 解释群体偏见和内群体偏好的社会心理机制 - 777|- [Process Optimization](concepts/Process-Optimization.md) — 通过识别瓶颈和重设工作流提升效率、质量与可靠性 - 778|- [Resource Allocation](concepts/Resource-Allocation.md) — 在人员、工具、时间和预算之间协调分配资源 - 779|- [Operational Excellence](concepts/Operational-Excellence.md) — 通过标准化、监控和持续改进实现可靠且可扩展的运营 - 780|- [Cross-Functional Leadership](concepts/Cross-Functional-Leadership.md) — 跨团队与跨职能协作以达成共享目标 - 781|- [A/B Testing](concepts/A-B-Testing.md) — 控制实验,比较对照组与处理组以衡量因果影响 - 782|- [Hypothesis Testing](concepts/Hypothesis-Testing.md) — 统计检验框架,用于判断观察结果是否足以拒绝零假设 - 783|- [Statistical Significance](concepts/Statistical-Significance.md) — 结果不太可能由随机性产生的统计判定 - 784|- [Power Analysis](concepts/Power-Analysis.md) — 估算达到目标检验功效所需样本量的方法 - 785|- [Randomization](concepts/Randomization.md) — 通过随机分配降低偏差并支持因果推断 - 786|- [AWS Config](entities/AWS-Config.md) — AWS 配置审计与合规性服务,记录资源配置变化,支持自动检测和修复 - 787|- [IAM 用户](concepts/IAM-用户.md) — IAM 持久化身份,主要用于服务账号 - 788|- [IAM 角色](concepts/IAM-角色.md) — IAM 临时身份,将主体与权限关联 - 789|- [IAM 策略](concepts/IAM-策略.md) — 定义 AWS 权限的 JSON 文档 - 790|- [联合访问](concepts/联合访问.md) — 通过 AD 组映射 IAM 角色的用户访问方式 - 791|- [最小权限原则](concepts/最小权限原则.md) — 安全最佳实践,只授予所需最小权限 - 792|- [账户架构](concepts/账户架构.md) — PPC 广告活动的组织结构设计,涵盖活动结构、广告组分类、标签系统、命名规范 - 793|- [自动化出价策略](concepts/自动化出价策略.md) — PPC 广告平台的智能出价优化机制,涵盖 tCPA、tROAS、Max Conversions 等策略 - 794|- [绩效最大化](concepts/绩效最大化-Performance-Max.md) — Google Ads 自动化全渠道投放类型,通过机器学习优化跨渠道广告投放 - 795|- [BOSCARD](concepts/BOSCARD.md) — 定义复杂新工作的技术,包含背景、目标、范围、约束、假设、风险、角色、可交付成果 - 796|- [VDI](concepts/VDI.md) — Virtual Desktop Infrastructure,虚拟桌面基础设施,通过远程桌面协议提供虚拟计算环境 - 797|- [WSP-Protocol](concepts/WSP-Protocol.md) — Workspaces 流协议,专为高延迟网络设计 - 798|- [SAML](concepts/SAML.md) — 安全断言标记语言,用于单点登录和多因素认证 - 799|- [BYOD](concepts/BYOD.md) — Bring Your Own Device,自带设备,允许员工使用个人设备访问企业资源 - 800| - 801|- [User Research](concepts/User-Research.md) — 用户研究,通过定性定量方法理解用户行为 - 802|- [Usability Testing](concepts/Usability-Testing.md) — 可用性测试,评估产品易用性 - 803|- [User Persona](concepts/User-Persona.md) — 用户画像,基于实证数据创建的理想用户原型 - 804|- [User Journey Mapping](concepts/User-Journey-Mapping.md) — 用户旅程映射,可视化用户与产品交互全过程 - 805|- [Recruitment Operations](concepts/Recruitment-Operations.md) — 招聘渠道投放、漏斗优化与 ROI 评估的运营方法 - 806|- [Identity Governance](concepts/Identity-Governance.md) — 多智能体环境下的实体身份解析、合并与审计治理框架 - 807|- [Digital Government](concepts/Digital-Government.md) — 政务服务、数据治理和内部协同的数字化重构模式 - 808|- [Smart City](concepts/Smart-City.md) — 城市运行、公共服务与治理的数字化、平台化和智能化模式 - 809|- [Government Procurement](concepts/Government-Procurement.md) — 政府机构围绕预算、招标、评标和合同签署的标准化采购流程 - 810|- [Dengbao](concepts/Dengbao.md) — 网络安全等级保护制度及其建设、测评与整改要求 - 811|- [Miping](concepts/Miping.md) — 商用密码应用安全性评估要求 - 812|- [Xinchuang](concepts/Xinchuang.md) — 国产 CPU、OS、数据库与中间件适配与替代工作 - 813|- [Talent Assessment](concepts/Talent-Assessment.md) — 通过结构化与行为面试评估候选人胜任力的过程 - 814|- [Smart City](concepts/Smart-City.md) — 城市运行、公共服务与治理的数字化、平台化和智能化模式 - 815|- [Government Procurement](concepts/Government-Procurement.md) — 政府机构围绕预算、招标、评标和合同签署的标准化采购流程 - 816|- [Dengbao](concepts/Dengbao.md) — 网络安全等级保护制度及其建设、测评与整改要求 - 817|- [Miping](concepts/Miping.md) — 商用密码应用安全性评估要求 - 818|- [Xinchuang](concepts/Xinchuang.md) — 国产 CPU、OS、数据库与中间件适配与替代工作 - 819|- [Talent Assessment](concepts/Talent-Assessment.md) — 通过结构化与行为面试评估候选人胜任力的过程 - 820|- [Labor Law Compliance](concepts/Labor-Law-Compliance.md) — 招聘、合同、背景调查与用工全过程合规要求 - 821|- [Idempotent Operation](concepts/Idempotent-Operation.md) — 可重复执行而不会产生额外副作用的幂等操作 - 822|- [Audit Trail](concepts/Audit-Trail.md) — 记录关键操作、决策与结果的可追溯日志 - 823|- [Payment Rail](concepts/Payment-Rail.md) — 支付从发送方到接收方所经过的结算通道或网络 - 824|- [Spend Limit](concepts/Spend-Limit.md) — 允许在无需额外批准的情况下执行的最大支出额度 - 825|- [Candidate Experience](concepts/Candidate-Experience.md) — 候选人从投递、筛选到入职全过程的体验质量 - 826|- [Employer Brand](concepts/Employer-Brand.md) — 候选人与员工对企业工作环境与声誉的整体认知 - 827|- [ATS](concepts/ATS.md) — Applicant Tracking System,用于管理招聘流程、候选人与状态 - 828|- [Onboarding](concepts/Onboarding.md) — 从 offer 接受到试用期管理的新员工融入流程 - 829| - 830|- [Product](concepts/Product.md) — 具有独立 CI/CD 流水线或发布周期的软件分发 - 831|- [Product-Backlog](concepts/Product-Backlog.md) — 产品待办列表,存放待开发功能和需求,高亮收益和优先级 - 832|- [SMACs](concepts/SMACs.md) — 需求提交的标准化入口,用于启动计时器和确保需求追踪 - 833|- [Cyber Suite](concepts/Cyber-Suite.md) — PSAC 发布的产品安全加密标准,包括标准/可选套件和审查要求 - 834|- [Observability Engineering](concepts/Observability-Engineering.md) — 可观测性工程,通过指标、日志、追踪持续理解系统健康状态 - 835|- [Security Group Policy](concepts/Security-Group-Policy.md) — Firewall Manager 安全组策略类型,包含通用安全组、审计强制、清理未使用三种 - 836|- [Log Analytics](concepts/Log-Analytics.md) — 日志分析,日志数据的采集、存储、搜索和可视化 - 837|- [ELK Stack](concepts/ELK-Stack.md) — Elasticsearch + Logstash + Kibana 开源日志分析技术栈 - 838|- [OpenSearch](concepts/OpenSearch.md) — AWS 的 ELK 开源分支,托管日志分析服务 - 839|- [Global Standards Coverage](concepts/Global-Standards-Coverage.md) — 跨多国工程规范进行统一设计与审查的能力 - 840|- [Logstash](concepts/Logstash.md) — ELK Stack 中的日志处理管道 - 841|- [Kibana](concepts/Kibana.md) — ELK Stack 的 Web 前端和可视化界面 - 842|- [Recovery Assurance](concepts/Recovery-Assurance.md) — 恢复保障,从设计层面确保系统具备恢复能力 - 843|- [Service Control Policies](concepts/Service-Control-Policies.md) — AWS Organizations 的策略类型,管理组织内账户的最大权限边界 - 844|- [Management Groups](concepts/Management-Groups.md) — Azure 组织管理结构,用于组织和管理多个订阅的分层容器 - 845|- [Subscription](concepts/Subscription.md) — Azure 资源隔离的基本容器,每个订阅有独立的配额和访问控制 - 846|- [PIM(Privileged Identity Management)](concepts/PIM-Privileged-Identity-Management.md) — Azure 特权身份管理,控制提升权限的访问 - 847| - 848|- [Demand Management](concepts/Demand-Management.md) — 平衡用户请求与可用容量的业务流程,确保组织有效管理和分配资源 - 849|- [ITIL Framework](concepts/ITIL-Framework.md) — IT 服务管理框架,将业务流程分为服务战略、设计、转换、运营和改进五个阶段 - 850| - 851|- [Tagging Methodology](concepts/Tagging-Methodology.md) — 标签方法论,通过为资源定义标准化的元数据(如 Owner, BU, Product, Environment),作为自动化管理和安全策略执行的基础 - 852| - 853|- [Checkpoint Firewall](concepts/Checkpoint-Firewall.md) — 部署在云环境中的虚拟防火墙,通过集成 AWS 标签实现动态的对象识别和流量过滤 - 854|- [WAF (Web Application Firewall)](concepts/WAF.md) — Web 应用防火墙,保护 Web 应用免受常见攻击 - 855|- [CloudFront](concepts/CloudFront.md) — AWS 内容分发网络(CDN),加速静态内容分发 - 856| - 857|- [Ordered Layer](concepts/Ordered-Layer.md) — 有序层,防火墙策略的一种组织方式,按顺序执行地理屏蔽、BU 隔离、环境隔离等逻辑 - 858| - 859|- [Boto3](concepts/Boto3.md) — AWS SDK for Python,允许通过 Python 代码调用 AWS API - 860| - 861|- [Gruntwork Landing Zone](concepts/Gruntwork-Landing-Zone.md) — Gruntwork 提供的预配置 AWS 基础架构框架,分为 R&D Labs(swinford.net)和 SAS(intsas.local)环境 - 862|- [Enterprise Architecture](concepts/Enterprise-Architecture.md) — 企业架构,帮助阐明云架构并传达可用资源 - 863|- [Cloud Guardrails](concepts/Cloud-Guardrails.md) — 云守护栏,捕获可扩展性、成本最小化和灵活性的强制性要求 - 864|- [Route 53 Private Hosted Zone](concepts/Route-53-Private-Hosted-Zone.md) — AWS 私有托管区域,仅对指定 VPC 可见 - 865|- [Route 53 Resolver Endpoint](concepts/Route-53-Resolver-Endpoint.md) — Route 53 入站/出站终端节点 - 866|- [DNS Anycast](concepts/DNS-Anycast.md) — DNS 寻址和路由方法,共享 IP 地址实现低延迟和高可用 - 867|- [IPAM](concepts/IPAM.md) — IP 地址管理工具,用于规划、追踪和管理 IP 地址空间 - 868|- [Hybrid DNS Resolution](concepts/Hybrid-DNS-Resolution.md) — 混合云 DNS 解析机制 - 869|- [Domain Join](concepts/Domain-Join.md) — 通过 SRE-provided AMIs 实现自动化将 Windows/Linux 实例加入 AD 域的技术 - 870|- [Cloud Volume ONTAP](concepts/Cloud-Volume-ONTAP.md) — NetApp 云端存储解决方案,运行在 AWS EC2 实例上,支持数据分层到 S3 - 871|- [SRE-provided AMIs](concepts/SRE-provided-AMIs.md) — SRE 团队预构建的机器镜像,内置自动域加入脚本 - 872|- [语义形状系统](concepts/语义形状系统.md) — fireworks-tech-graph 将语义概念映射为固定 SVG 形状的词汇表 - 873|- [Purpose-Built Database](concepts/Purpose-Built-Database.md) — 专用数据库,根据用例选择最佳工具而非一刀切 - 874| - 875|- [MPP](concepts/MPP.md) — 大规模并行处理技术,使查询跨多个计算节点并行执行 - 876|- [OLAP](concepts/OLAP.md) — 在线分析处理,用于复杂查询和决策支持的数据库技术 - 877|- [列式存储](concepts/列式存储.md) — 按列存储数据的数据库存储方式,针对数据仓库操作优化 - 878| - 879|- [记忆后端](concepts/记忆后端.md) — Camp 1 类别的记忆工具,从对话中提取事实并存储到向量数据库 - 880|- [上下文基质](concepts/上下文基质.md) — Camp 2 类别的记忆架构,通过维护结构化文件实现上下文累积 - 881| - 882|- [主动问责](concepts/主动问责.md) — AI Agent 主动询问用户行为完成情况,通过直接提问促进行为改变 - 883|- [AI幻觉](concepts/AI幻觉.md) — AI 生成看似合理但实际错误的内容,需通过技巧避免 - 884|- [AI配音](concepts/AI配音.md) — 使用人工智能技术将文字转化为语音的技术 - 885|- [AI-摘要](concepts/AI-摘要.md) — AI 自动提取和总结文档、视频等内容的核心信息 - 886|- [声音克隆](concepts/声音克隆.md) — 通过少量音频样本训练AI模型,生成与原声相似的语音的技术 - 887|- [提示语设计](concepts/提示语设计.md) — 通过精心设计的提示词提升 AI 输出质量的技术 - 888|- [Claude Skills](concepts/Claude-Skills.md) — 写给 Claude 的"说明书"和 SOP,将反复执行的任务拆解为 AI 可稳定复用流程的技术范式 - 889|- [Document Generation](concepts/Document-Generation.md) — 通过代码、模板和数据驱动流程自动生成 PDF、PPTX、XLSX、DOCX 等专业文档的工作流 - 890|- [Workflow Architecture](concepts/Workflow-Architecture.md) — 将系统行为建模为工作流树的方法,覆盖分支、失败、清理和现实验证 - 891|- [Obsidian Skills](concepts/Obsidian-Skills.md) — 写给 AI Agent 的"说明书",扩展 Obsidian 能力的技能集 - 892|- [Obsidian CLI](concepts/Obsidian-CLI.md) — Obsidian 官方命令行工具,支持笔记增删改查 - 893|- [obsidian-bases](concepts/obsidian-bases.md) — 生成 .base 格式数据库配置文件的技能 - 894|- [obsidian-canvas-creator](concepts/obsidian-canvas-creator.md) — 自动计算节点坐标的 Canvas 创建技能 - 895|- [tutor-skills](concepts/tutor-skills.md) — 将文档转化为结构化知识库并通过互动测验检测学习效果 - 896|- [scholar-skill](concepts/scholar-skill.md) — 基于 L1-L3 分级阅读策略的学术研究技能 - 897|- [Awesome Claude Skills](concepts/Awesome-Claude-Skills.md) — 系统整理各类标准化 LLM Skills 工作流的精选 GitHub 仓库 - 898|- [新闻 API 数据源](concepts/新闻-API-数据源.md) — 聚合、组织并交付结构化新闻数据的服务平台 - 899|- [实时新闻数据](concepts/实时新闻数据.md) — 即时获取当前发生的新闻事件的数据服务 - 900|- [情绪分析](concepts/情绪分析.md) — 分析新闻内容中的情感倾向,识别公众对事件的态度 - 901|- [自定义指令](concepts/自定义指令.md) — ChatGPT 用户设置的行为指导原则 - 902|- [个性化配置](concepts/个性化配置.md) — 用户根据自身需求定制 AI 交互方式的过程 - 903|- [systemd-logind](concepts/systemd-logind.md) — systemd 登录管理器,处理电源管理事件 - 904|- [TMUX 交互模式](concepts/TMUX-jiao-hu-mo-shi.md) — Claude Code 在 TMUX 会话中的交互模式,适合超长任务 - 905|- [HandleLidSwitch](concepts/HandleLidSwitch.md) — 合盖电源行为配置项 - 906|- [休眠 (Hibernate)](concepts/休眠-Hibernate.md) — 内存数据写入磁盘后完全断电 - 907|- [待机 (Suspend)](concepts/待机-Suspend.md) — 内存保持供电的低功耗睡眠状态 - 908|- [pmset](concepts/pmset.md) — macOS 电源管理命令行工具 - 909|- [Print Mode](concepts/Print-Mode.md) — Claude Code 非交互执行模式,通过 stdin 管道传递任务 - 910|- [caffeinate](concepts/caffeinate.md) — macOS 临时阻止系统睡眠的工具 - 911|- [WOL (Wake on LAN)](concepts/WOL-Wake-on-LAN.md) — 网络唤醒功能 - 912|- [Wayland](concepts/Wayland.md) — Linux 桌面环境的现代显示协议,Ubuntu 24.04 默认使用 - 913|- [X11 (Xorg)](concepts/X11-Xorg.md) — 传统 Linux 显示协议,支持远程桌面软件 - 914|- [GPT](concepts/GPT.md) — GUID 分区表,现代硬盘分区标准 - 915|- [UEFI](concepts/UEFI.md) — 统一可扩展固件接口 - 916|- [Secure Boot](concepts/Secure-Boot.md) — UEFI 安全启动特性 - 917|- [efibootmgr](concepts/efibootmgr.md) — Linux EFI 启动顺序管理工具 - 918|- [3X-UI](concepts/3X-UI.md) — Xray 可视化管理面板 - 919|- [Xray](concepts/Xray.md) — 多功能代理软件 - 920|- [VLESS](concepts/VLESS.md) — 轻量级代理协议 - 921|- [Reality](concepts/Reality.md) — 无 TLS 特征的 TLS 伪装协议 - 922|- [Agentic AI](concepts/Agentic-AI.md) — 具备自主决策和任务执行能力的 AI 系统 - 923|- [Coze Workflow](concepts/Coze-Workflow.md) — Coze 平台的工作流模式,支持复杂企业级业务逻辑编排 - 924|- [Bot](concepts/Bot.md) — Coze 平台的对话型 AI 智能体,最基础的智能体开发模式 - 925| - 926|- [固定机位](concepts/固定机位.md) — 摄像机位置固定不变,视频画面统一和连贯的基础 - 927|- [内容连续变化](concepts/内容连续变化.md) — 视频主体信息随时间持续发生明确阶段性变化 - 928|- [时间压缩](concepts/时间压缩.md) — 将长时间拍摄过程在视频中浓缩表现的手法 - 929|- [分镜拆解](concepts/分镜拆解.md) — 将视频内容拆分成多个画面阶段描述的过程 - 930|- [九宫格法](concepts/九宫格法.md) — 同时生成 3×3 共九个分镜画面,保证机位与角度不变 - 931|- [首尾针动画](concepts/首尾针动画.md) — 通过两个关键帧,AI 自动补齐中间动作生成连贯动画 - 932|- [快节奏剪辑](concepts/快节奏剪辑.md) — 视频使用 2-4 倍速加速和硬切手法 - 933|- [卡点](concepts/卡点.md) — 画面变化与音乐节奏巧妙同步 - 934|- [Self-Healing Systems](concepts/Self-Healing-Systems.md) — 主动检测异常并自动修复的系统 - 935|- [Last-30-Days-Skill](concepts/Last-30-Days-Skill.md) — Matt Van Horn 开发的 Reddit/X 研究技能,获取过去 30 天用户痛点 - 936|- [Market-Research](concepts/Market-Research.md) — 通过用户反馈和数据分析识别产品机会的过程 - 937|- [Policy-as-Code](concepts/Policy-as-Code.md) — 策略即代码,自动化安全策略执行和持续合规审计 - 938|- [Hyperautomation](concepts/Hyperautomation.md) — 超级自动化,AI/ML 驱动的端到端流程自动化 - 939|- [AI-driven RCA](concepts/AI-driven-RCA.md) — AI 驱动的根因分析 - 940|- [Predictive Maintenance](concepts/Predictive-Maintenance.md) — 通过历史数据预测并预防故障 - 941|- [Dynamic Configuration Management](concepts/Dynamic-Configuration-Management.md) — 运行时动态调整应用配置 - 942|- [Cost Optimization](concepts/Cost-Optimization.md) — 最大化云资源价值、减少开销 - 943|- [Compliance Enforcement](concepts/Compliance-Enforcement.md) — 自动化确保系统符合安全合规要求 - 944|- [AI ChatOps](concepts/AI-ChatOps.md) — 通过协作平台与 AI 交互进行故障排除 - 945|- [Multi-Tenant Management](concepts/Multi-Tenant-Management.md) — SaaS 多租户自动化管理 - 946|- [MVP](concepts/MVP.md) — 最小可行产品,用最少的资源验证核心产品假设 - 947|- [What-If Simulations](concepts/What-If-Simulations.md) — AI 辅助的决策支持模拟 - 948|- [AI-powered Runbooks](concepts/AI-powered-Runbooks.md) — AI 驱动的运维手册推荐 - 949|- [Cloud Security](concepts/Cloud-Security.md) — 保护云环境中的数据、应用程序和基础设施免受威胁的安全措施 - 950|- [Container Lifecycle Hardening](concepts/Container-Lifecycle-Hardening.md) — 容器全生命周期安全加固实践,构建阶段 11 项安全标准 - 951|- [Read Only Root Filesystem](concepts/Read-Only-Root-Filesystem.md) — 只读根文件系统安全配置 - 952|- [Container Image Scanning](concepts/Container-Image-Scanning.md) — 容器镜像漏洞扫描 - 953|- [Init System](concepts/Init-System.md) — 容器初始化进程,处理信号和僵尸进程 - 954|- [Kubernetes Service Account](concepts/Kubernetes-Service-Account.md) — Kubernetes Pod 身份认证机制 - 955|- [Three Lines of Defense](concepts/Three-Lines-of-Defense.md) — 三道防线风险管理框架,业务单元、集团办公室、审计三层职责划分 - 956|- [Cloud Security Posture Management](concepts/Cloud-Security-Posture-Management.md) — 云安全态势管理,持续监控云资源配置合规性 - 957|- [Zero Trust Architecture](concepts/Zero-Trust-Architecture.md) — 零信任架构,"永不信任、始终验证"的安全框架 - 958|- [Supply Chain Security](concepts/Supply-Chain-Security.md) — 软件供应链安全,保护从开发到交付的全流程 - 959|- [SDL (Security Development Lifecycle)](concepts/SDL-Security-Development-Lifecycle.md) — 软件安全开发生命周期,Micro Focus 13 个安全轨道的系统化方法 - 960|- [Cloud Computing](concepts/Cloud-Computing.md) — 通过互联网远程访问计算资源的云计算服务模式 - 961|- [Public Cloud](concepts/Public-Cloud.md) — 由第三方提供商通过互联网共享交付的云计算部署模式 - 962|- [Private Cloud](concepts/Private-Cloud.md) — 专属于单一组织的云计算部署模式 - 963|- [Hybrid Cloud](concepts/Hybrid-Cloud.md) — 组合使用公有云和私有云的部署模式 - 964|- [Shared Responsibility Model](concepts/Shared-Responsibility-Model.md) — 云服务商与客户共同承担安全责任的框架 - 965|- [Pay-as-you-go](concepts/Pay-as-you-go.md) — 基于实际使用量计费的商业模式 - 966|- [Data Governance](concepts/Data-Governance.md) — 云环境中数据安全性、完整性和合规性的管理框架 - 967|- [Cloud Migration](concepts/Cloud-Migration.md) — 将工作负载从本地迁移到云环境的过程 - 968|- [High Availability](concepts/High-Availability.md) — 通过冗余和故障转移确保系统持续可用的设计原则 - 969|- [Auto-scaling](concepts/Auto-scaling.md) — 根据负载自动调整计算资源的技术 - 970|- [Serverless Computing](concepts/Serverless-Computing.md) — 无需管理服务器即可运行代码的云计算模式 - 971|- [Cloud Service Delivery](concepts/Cloud-Service-Delivery.md) — 涵盖12个核心管理领域的云服务交付生命周期 - 972|- [FinOps](concepts/FinOps.md) — 云财务运营,整合财务管理与云资源优化 - 973|- [Instance Scheduling](concepts/Instance-Scheduling.md) — 实例定时调度,通过预设时间规则自动控制 EC2 和 RDS 实例启停,实现非生产环境成本优化 - 974|- [Right Sizing](concepts/Right-Sizing.md) — 识别正确资源规格匹配工作负载需求,通过 EC2 Right Sizing 推荐、实例调度、闲置资源清理实现成本节省 - 975| - 976|- [CTP Topic 27 AWS Instance Scheduler](sources/ctp-topic-27-aws-instance-scheduler.md) — AWS 实例调度工具,通过定时启停 EC2 和 RDS 实例实现非生产环境成本优化,已通过 Guardrails 自动覆盖 - 977|- [Workload Optimization](concepts/Workload-Optimization.md) — 通过现代化和 Right Sizing 优化资源配置,涵盖 Intel→AMD/Graviton 迁移、GP2→GP3 升级、EKS 版本升级 - 978|- [Rate Optimization](concepts/Rate-Optimization.md) — 基于承诺使用获取折扣,Savings Plans/Reserved Instances/Spot Instances,最低交易价值每年 5,000 美元 - 979|- [Cloud Operating Model](concepts/Cloud-Operating-Model.md) — 云运营模型,管理云资源、安全、成本和治理的框架 - 980|- [DevOps 文化](concepts/DevOps-文化.md) — 打破开发与运维壁垒,优先协作、持续学习和客户导向的文化理念 - 981|- [CI/CD 流水线](concepts/CI-CD-流水线.md) — 自动化测试、集成和部署的持续交付管道 - 982|- [Infrastructure as Code (IaC)](concepts/Infrastructure-as-Code-IaC.md) — 通过代码实现一致性、版本控制的基础设施管理 - 983|- [敏捷实践](concepts/敏捷实践.md) — Scrum、Kanban 等迭代开发方法论 - 984|- [DevSecOps](concepts/DevSecOps.md) — 在 CI/CD 流水线中深度集成安全工具的文化理念 - 985|- [HCX](concepts/HCX.md) — Hybrid Cloud Extender,VMware 混合云扩展工具 - 986|- [GitOps](concepts/GitOps.md) — 使用 Git 作为单一真相源来管理基础设施和部署 - 987|- [持续改进 (Kaizen)](concepts/持续改进.md) — 通过迭代学习不断优化流程的文化实践 - 988|- [混沌工程](concepts/混沌工程.md) — 主动测试系统韧性的实践方法 - 989|- [无责复盘 (Blameless Postmortem)](concepts/无责复盘.md) — 不追究个人责任,聚焦问题本质的失败分析方法 - 990|- [Cloud Maturity Model](concepts/Cloud-Maturity-Model.md) — 评估组织云采纳就绪程度的5级框架 - 991|- [Cloud Adoption](concepts/Cloud-Adoption.md) — 将工作负载和服务从本地迁移到云的过程 - 992|- [Cloud Native](concepts/Cloud-Native.md) — 利用云平台原生特性构建和运行应用的方法 - 993|- [Hybrid Cloud](concepts/Hybrid-Cloud.md) — 组合使用公有云和私有云的部署模式 - 994|- [Multi-Account Strategy](concepts/Multi-Account-Strategy.md) — AWS 多账号架构策略,通过分离工作负载提升安全性和治理能力 - 995|- [Multi-Cloud](concepts/Multi-Cloud.md) — 使用多个云服务商服务的部署策略 - 996|- [DevOps](concepts/DevOps.md) — 结合开发与运营实现持续软件交付的方法论 - 997|- [DevOps 成熟度模型](concepts/DevOps-成熟度模型.md) — 评估组织 DevOps 实践水平的五级框架 - 998|- [SRE](concepts/SRE.md) — 站点可靠性工程,将软件工程方法应用于运维问题 - 999|- [泰勒制](concepts/泰勒制.md) — 基于标准化和效率最大化的工业管理方法,影响 AI 工具定位 - 1000|- [增量备份](concepts/增量备份.md) — 仅备份变化数据的备份策略 - 1001|- [NFS永久挂载](concepts/NFS永久挂载.md) — 通过 /etc/fstab 实现 NFS 开机自动挂载 - 1002|- [灾难恢复](concepts/灾难恢复.md) — 系统故障后的数据还原流程 - 1003|- [IaaS](concepts/IaaS.md) — 基础设施即服务,提供虚拟计算资源 - 1004|- [PaaS](concepts/PaaS.md) — 平台即服务,提供应用开发和部署平台 - 1005|- [SaaS](concepts/SaaS.md) — 软件即服务,以订阅方式提供软件应用 - 1006|- [CAPEX to OPEX](concepts/CAPEX-to-OPEX.md) — 从资本支出向运营支出的财务模式转变 - 1007|- [Cloud Security Maturity Model (CSMM)](concepts/Cloud-Security-Maturity-Model-CSMM.md) — 评估云安全成熟度的模型 - 1008|- [AWS Cloud Adoption Framework](concepts/AWS-Cloud-Adoption-Framework.md) — AWS 的云采纳框架 - 1009|- [Azure Cloud Adoption Framework](concepts/Azure-Cloud-Adoption-Framework.md) — Azure 的云采纳框架 - 1010|- [Google Cloud Adoption Framework](concepts/Google-Cloud-Adoption-Framework.md) — Google Cloud 的云采纳框架 - 1011|- [Cloud Center of Excellence (CCOE)](concepts/Cloud-Center-of-Excellence-CCOE.md) — 推动云采纳和治理的核心组织单元 - 1012|- [开源平替](concepts/开源平替.md) — 功能可替代闭源商业产品的开源项目 - 1013|- [Source-grounding](concepts/source-grounding.md) — NotebookLM 核心机制,仅使用用户上传的文档作为知识库 - 1014|- [Audio Overviews](concepts/audio-overviews.md) — 将文档转化为双人 AI 对话播客的功能 - 1015|- [教育资源数字化](concepts/教育资源数字化.md) — 将传统教育内容转化为数字格式的过程 - 1016|- [SDLC(软件开发生命周期)](concepts/SDLC.md) — 软件开发的六个阶段流程 - 1017|- [SAST(静态应用安全测试)](concepts/SAST.md) — 静态代码分析,在编码早期发现漏洞 - 1018|- [SCA(软件成分分析)](concepts/SCA.md) — 检测开源依赖中的已知漏洞 - 1019|- [IAST(交互式应用安全测试)](concepts/IAST.md) — 运行时动态检测安全问题 - 1020|- [梅林固件](concepts/梅林固件.md) — 华硕路由器第三方固件改良版,支持插件和高级网络配置 - 1021|- [科学上网](concepts/科学上网.md) — 通过代理服务器绕过网络限制访问被封锁网站的技术 - 1022|- [Clash](concepts/Clash.md) — 基于规则分流的代理客户端 - 1023|- [故障转移](concepts/故障转移.md) — 连接故障时自动切换至备用节点的机制 - 1024|- [代理链 (ProxyChains)](concepts/代理链-ProxyChains.md) — 强制终端命令走代理的工具 - 1025|- [透明代理](concepts/透明代理.md) — 通过防火墙规则强制流量走代理的机制 - 1026| - 1027|- [SSH](concepts/SSH.md) — 安全远程登录协议 - 1028|- [Socket Activation](concepts/Socket-Activation.md) — systemd 按需启动机制 - 1029|- [Scrapy](concepts/Scrapy.md) — Python 爬虫框架 - 1030|- [Playwright](concepts/Playwright.md) — Microsoft 浏览器自动化工具 - 1031|- [LaTeX编译](concepts/LaTeX编译.md) — 通过 pdflatex/xelatex/lualatex 将 LaTeX 源码编译为 PDF - 1032|- [arxiv-reader skill](concepts/arxiv-reader-skill.md) — arXiv 论文读取 skill(arxiv_fetch、arxiv_sections、arxiv_abstract) - 1033|- [BibTeX/BibLaTeX](concepts/BibTeX-BibLaTeX.md) — LaTeX 文档中管理参考文献的格式系统 - 1034|- [LaTeX模板](concepts/LaTeX模板.md) — 预配置的 LaTeX 文档类(article、IEEE、beamer、中文) - 1035|- [Ollama](concepts/Ollama.md) — 本地大语言模型运行环境 - 1036|- [指纹浏览器](concepts/指纹浏览器.md) — 模拟不同设备指纹的多账号浏览器,实现环境隔离 - 1037|- [SOCKS5代理](concepts/SOCKS5代理.md) — 支持 TCP/UDP 的网络代理协议,隐匿真实 IP - 1038|- [Docker Daemon 代理](concepts/Docker-Daemon-代理.md) — 为 Docker 守护进程配置代理,使 docker pull/push 能通过代理访问外网 - 1039|- [Docker-网桥](concepts/Docker-网桥.md) — Docker 虚拟网桥,容器与宿主机网络通信的桥梁 - 1040|- [Dockerfile](concepts/Dockerfile.md) — Docker 镜像构建文件,声明式配置镜像构建步骤 - 1041|- [Docker-Network](concepts/Docker-Network.md) — Docker 容器网络隔离和通信机制 - 1042|- [容器化媒体服务](concepts/容器化媒体服务.md) — 通过 Docker 容器化技术部署媒体应用的架构模式 - 1043|- [容器化仪表板](concepts/容器化仪表板.md) — 通过 Docker 容器化部署的仪表板应用,作为统一服务入口 - 1044|- [硬件转码](concepts/硬件转码.md) — 利用 GPU 硬件加速视频编码/解码 - 1045|- [IP纯净度](concepts/IP纯净度.md) — 评定 IP 安全可靠的风险等级指标 - 1046|- [x86_64](concepts/x86_64.md) — 64位 x86 架构,Intel 和 AMD 处理器使用的指令集 - 1047|- [ARM64](concepts/ARM64.md) — 64位 ARM 架构(AArch64),移动设备和部分服务器使用的指令集 - 1048|- [ELF](concepts/ELF.md) — 可执行和链接格式,Linux 可执行文件的标准格式 - 1049|- [CloudDrive2](concepts/CloudDrive2.md) — 阿里云盘挂载工具,可将云盘映射为本地磁盘 - 1050|- [Cloudflare D1](concepts/Cloudflare-D1.md) — Cloudflare 无服务器 SQL 数据库 - 1051|- [Cloudflare R2](concepts/Cloudflare-R2.md) — Cloudflare 无服务器对象存储,S3 兼容 - 1052|- [Vibe Coding](concepts/Vibe-Coding.md) — AI 辅助开发方式,自然语言描述需求,AI 负责代码实现 - 1053|- [Plan Mode](concepts/Plan-Mode.md) — OpenCode 方案预览模式,禁用修改仅展示实现计划 - 1054|- [Build Mode](concepts/Build-Mode.md) — OpenCode 实际执行模式,接收指令后进行代码修改 - 1055|- [Claude Code Templates](concepts/Claude-Code-Templates.md) — Claude Code 预配置模板平台,提供 Skills/Agents/MCP 模板 - 1056|- [npx](concepts/npx.md) — Node.js 官方包执行工具,无需全局安装即可运行 npm 包 - 1057|- [npm](concepts/npm.md) — Node.js 包管理器,用于安装、管理和分享 JavaScript 代码包 - 1058|- [nvm](concepts/nvm.md) — Node.js 版本管理工具,允许安装和切换多个 Node 版本 - 1059|- [pm2](concepts/pm2.md) — Node.js 进程管理器,提供进程守护、日志管理和负载均衡 - 1060|- [Node.js](concepts/Node-js.md) — 基于 Chrome V8 引擎的 JavaScript 运行时 - 1061|- [深度工作](concepts/深度工作.md) — 在无干扰状态下专注职业活动,提高认知产出 - 1062|- [任务管理](concepts/任务管理.md) — 个人待办事项的组织、追踪和完成过程 - 1063|- [双链(Backlinks)](concepts/shuang-lian-backlinks.md) — Obsidian 核心功能,将笔记双向关联形成知识网络 - 1064|- [信息黑洞](concepts/信息黑洞.md) — 只收集不使用的笔记困境,通过连接和复盘解决 - 1065|- [每日笔记](concepts/每日笔记.md) — 每日记录并关联旧笔记的工作方式 - 1066|- [地图笔记](concepts/地图笔记.md) — 整理核心主题的索引页,聚合相关笔记 - 1067|- [定期复盘](concepts/定期复盘.md) — 定期翻看旧笔记,删除无用内容 - 1068|- [知识网络](concepts/知识网络.md) — 通过双链关联形成的笔记网络结构 - 1069|- [Agent Skill 设计模式](concepts/Agent-Skill-设计模式.md) — Google 发布的 5 种 Agent Skill 设计模式(Tool Wrapper、Generator、Reviewer、Inversion、Pipeline) - 1070|- [Tool Wrapper](concepts/Tool-Wrapper.md) — 让 agent 快速成为某个领域专家的 Skill 模式 - 1071|- [Generator](concepts/Generator.md) — 从模板生成结构化输出的 Skill 模式 - 1072|- [Reviewer](concepts/Reviewer.md) — 把检查清单和检查逻辑分开的 Skill 模式 - 1073|- [Inversion](concepts/Inversion.md) — agent 先问用户再做的 Skill 模式 - 1074|- [Pipeline](concepts/Pipeline.md) — 带硬性检查点的严格工作流 Skill 模式 - 1075|- [SkillToolset](concepts/SkillToolset.md) — ADK 提供的 skill 工具集 - 1076|- [渐进式披露](concepts/渐进式披露.md) — 按需加载优化策略,减少 token 消耗 - 1077|- [一人公司模式](concepts/一人公司模式.md) — 用个人优势作为杠杆实现商业变现的创业模式 - 1078|- [Ikigai](concepts/Ikigai.md) — 热爱的、擅长的、市场需要的、能获得报酬的四者交集 - 1079|- [天才地带](concepts/天才地带.md) — 能产生心流的区域,时间飞逝精力充沛 - 1080|- [底层能力](concepts/底层能力.md) — 隐藏在活动表象下的核心能力 - 1081|- [产品体系](concepts/产品体系.md) — 引流→入门→核心→高价四级产品矩阵 - 1082|- [内容矩阵](concepts/内容矩阵.md) — 核心主题×内容形式的二维内容策略 - 1083|- [销售漏斗](concepts/销售漏斗.md) — 获客→激活→转化的客户转化路径 - 1084|- [信号驱动销售](concepts/信号驱动销售.md) — 基于购买信号触发外呼的销售方法论,比冷外呼转化率高 4-8 倍 - 1085|- [ICP 定义](concepts/ICP-定义.md) — 理想客户画像定义,通过 firmographic/behavioral qualifiers 和 disqualifiers 构建 - 1086| - 1087|- [工作流自动化](concepts/工作流自动化.md) — 预定义自动化流程,与 AI Agent 互补 - 1088|- [上下文记忆](concepts/上下文记忆.md) — AI Agent 保留对话历史的能力 - 1089|- [Preference Learning](concepts/Preference-Learning.md) — AI Agent 通过交互学习用户偏好,持续优化内容筛选 - 1090|- [N8N 节点](concepts/N8N-节点.md) — N8N 平台的基本构建单元(触发器、操作、工具、代码、高级 AI) - 1091|- [Agent Chain](concepts/Agent-Chain.md) — 多个 Agent 串联工作,各自负责不同阶段的流水线架构 - 1092|- [层级结构 (Hierarchy)](concepts/层级结构-Hierarchy.md) — Planner → Worker → Validator 三层架构,通过依赖图强制协作 - 1093|- [共识投票 (Consensus)](concepts/共识投票-Consensus.md) — 多数票机制抵消模型随机噪声 - 1094|- [对抗式辩论 (Adversarial Debate)](concepts/对抗式辩论-Adversarial-Debate.md) — 生成器+批评者+评委三角制衡 - 1095|- [淘汰制 (Knock-out)](concepts/淘汰制-Knock-out.md) — 适者生存机制,将 LLM 视为"牲畜" - 1096|- [可靠性工程](concepts/可靠性工程.md) — 将 LLM 视为分布式系统中不可靠组件的工程方法论 - 1097|- [Pre-Recording Research](concepts/Pre-Recording-Research.md) — 录制前的准备工作,包括嘉宾背景研究和话题深度挖掘 - 1098|- [Show Notes](concepts/Show-Notes.md) — 带有时间戳的节目笔记,帮助听众快速定位内容 - 1099|- [Social Media Kit](concepts/Social-Media-Kit.md) — 为每集播客生成的多平台宣传素材包 - 1100|- [去中心化协调](concepts/去中心化协调.md) — 通过共享状态文件实现多 Agent 自主协调的模式 - 1101|- [Subagent 管理](concepts/Subagent-管理.md) — 使用 sessions_spawn/sessions_send 管理子代理的技术 - 1102|- [项目状态管理](concepts/项目状态管理.md) — 基于 STATE.yaml 的任务追踪和协调机制 - 1103|- [Webhook](concepts/Webhook.md) — n8n 接收外部 HTTP POST 请求的触发器 - 1104|- [Credential Isolation](concepts/Credential-Isolation.md) — 凭证隔离模式,API 密钥存储在独立系统 - 1105|- [Lockable Workflow](concepts/Lockable-Workflow.md) — 可锁定工作流模式,锁定后 Agent 无法修改 - 1106|- [向量嵌入](concepts/向量嵌入.md) — 将文本转换为数值向量,用于语义相似度计算 - 1107|- [语义去重](concepts/语义去重.md) — 通过向量相似度判断创意是否重复的技术 - 1108| - 1109|- [Second Brain](concepts/Second-Brain.md) — 通过 AI Agent 实现的个人知识管理系统 - 1110|- [OpenClaw 部署专家](concepts/OpenClaw-部署专家.md) — AionUi 内置的 OpenClaw 安装、诊断、修复助手 - 1111| - 1112|- [数字导师](concepts/数字导师.md) — 用AI复活历史人物,让其成为日常对话的思维顾问 - 1113|- [思维蒸馏](concepts/思维蒸馏.md) — 通过6个并行Agent从6个维度提炼核心思维框架生成AI Skill的技术 - 1114|- [禅意](concepts/禅意.md) — 源于佛教禅宗的哲学思想,强调放下执着、内心宁静 - 1115|- [道法自然](concepts/道法自然.md) — 道家核心思想,万物依自然规律运行 - 1116|- [缘起性空](concepts/缘起性空.md) — 佛教核心概念,一切现象依赖条件存在,无独立自性 - 1117|- [大智若愚](concepts/大智若愚.md) — 藏锋守拙的生存哲学,真正的智慧看似愚钝 - 1118|- [Self-Serve Migration](concepts/Self-Serve-Migration.md) — 自服务迁移模式,各团队自行规划和执行迁移 - 1119|- [GitHub-Enterprise to GitLab Migration](concepts/GitHub-Enterprise-to-GitLab-Migration.md) — OpenText 将代码仓库从 GitHub Enterprise 迁移到 GitLab - 1120|- [Project Thor](concepts/Project-Thor.md) — OpenText 云平台标准化项目,五大支柱框架 - 1121| - 1122|- [和光同尘](concepts/和光同尘.md) — 收敛光芒,混同尘俗,不标新立异以保全自身 - 1123|- [无常](concepts/无常.md) — 佛教核心概念,世间万物不断变化、无永恒不变 - 1124|- [安之若命](concepts/安之若命.md) — 尽人事后坦然接受无法改变的结果 - 1125| - 1126|- [Designing for Agentic AI](concepts/Designing-for-Agentic-AI.md) — AI Agent 产品设计的五大最佳实践 - 1127| - 1128|- [内容技能](concepts/内容技能.md) — 内容生成和发布技能(xhs-images、infographic、cover-image 等) - 1129| - 1130|- [AI生成技能](concepts/AI生成技能.md) — AI 驱动的生成后端(imagine、gemini-web 等) - 1131| - 1132|- [工具技能](concepts/工具技能.md) — 内容处理工具(youtube-transcript、url-to-markdown、translate 等) - 1133| - 1134|- [AI-简报工作流](concepts/AI-简报工作流.md) — 先研究后设计的四阶段简报制作流程 - 1135|- [防彈筆記法](concepts/防彈筆記法.md) — 任务导向的知识管理系统(SSOT、目标行动决策同一笔记) - 1136|- [Generative AI](concepts/Generative-AI.md) — 擅长创建新内容(文本、图像、音乐)的 AI 系统 - 1137| - 1138|- [LLM](concepts/LLM.md) — 大型语言模型,AI 应用的"天才大脑",擅长思考但对当前情况无知 - 1139| - 1140|- [需求拆解能力](concepts/需求拆解能力.md) — 将模糊的目标拆解为具体、可执行的子任务的能力 - 1141|- [结构化表达能力](concepts/结构化表达能力.md) — 用清晰的逻辑组织信息,让 AI 快速抓取核心的能力 - 1142|- [场景共情能力](concepts/场景共情能力.md) — 站在使用场景和受众角度,定义输出的标准与风格的能力 - 1143|- [迭代优化能力](concepts/迭代优化能力.md) — 通过测试反馈持续调整指令,逼近最优结果的能力 - 1144| - 1145|- [Technical-Domains](concepts/Technical-Domains.md) — 将公司技术栈划分为特定领域,每个领域由首席架构师负责生命周期与路线图 - 1146|- [Technical Architecture (TA)](concepts/Technical-Architecture-TA.md) — 最贴近技术的架构层,负责底层技术实施与基础设施治理 - 1147|- [Enterprise Architecture (EA)](concepts/Enterprise-Architecture-EA.md) — 架构体系高层,负责将业务目标转化为技术原则和标准 - 1148|- [Solution Architecture (SA)](concepts/Solution-Architecture-SA.md) — 架构体系中间层,专注特定项目或服务的优化实施 - 1149| - 1150|## Syntheses - 1151|- (暂无) - 1152| +# Wiki Index + +## Overview +- [Overview](overview.md) — living synthesis + +## Sources +- [2026-04-21] [shi-zhan-bi-ji-ben-di-bu-shu-rsshub-bing-huo-qu-youtube-ding-yue](sources/shi-zhan-bi-ji-ben-di-bu-shu-rsshub-bing-huo-qu-youtube-ding-yue.md) — (expected: wiki/sources/shi-zhan-bi-ji-ben-di-bu-shu-rsshub-bing-huo-qu-youtube-ding-yue.md — source missing) +- [2026-04-21] [n8n-调用openclaw-agents的工作流架构](sources/n8n-调用openclaw-agents的工作流架构.md) — (expected: wiki/sources/n8n-调用openclaw-agents的工作流架构.md — source missing) +- [2026-04-21] [n8n-Docker-配置-Telegram-代理-Troubleshooting](sources/n8n-Docker-配置-Telegram-代理-Troubleshooting.md) — (expected: wiki/sources/n8n-Docker-配置-Telegram-代理-Troubleshooting.md — source missing) +- [2026-04-20] [n8n调用hermes-agents的工作流架构](sources/n8n调用hermes-agents的工作流架构.md) — (expected: wiki/sources/n8n调用hermes-agents的工作流架构.md — source missing) +- [2026-04-20] [Open-WebUI--Hermes-Agent](sources/Open-WebUI--Hermes-Agent.md) — (expected: wiki/sources/Open-WebUI--Hermes-Agent.md — source missing) +- [2026-04-20] [language-translator](sources/language-translator.md) — (expected: wiki/sources/language-translator.md — source missing) +- [2026-04-20] [loan-officer-assistant](sources/loan-officer-assistant.md) — (expected: wiki/sources/loan-officer-assistant.md — source missing) +- [2026-04-20] [real-estate-buyer-seller](sources/real-estate-buyer-seller.md) — (expected: wiki/sources/real-estate-buyer-seller.md — source missing) +- [2026-04-20] [legal-document-review](sources/legal-document-review.md) — (expected: wiki/sources/legal-document-review.md — source missing) +- [2026-04-20] [sales-outreach](sources/sales-outreach.md) — (expected: wiki/sources/sales-outreach.md — source missing) +- [2026-04-20] [retail-customer-returns](sources/retail-customer-returns.md) — (expected: wiki/sources/retail-customer-returns.md — source missing) +- [2026-04-20] [specialized-chief-of-staff](sources/specialized-chief-of-staff.md) — (expected: wiki/sources/specialized-chief-of-staff.md — source missing) +- [2026-04-20] [hr-onboarding](sources/hr-onboarding.md) — (expected: wiki/sources/hr-onboarding.md — source missing) +- [2026-04-20] [customer-service](sources/customer-service.md) — (expected: wiki/sources/customer-service.md — source missing) +- [2026-04-20] [healthcare-customer-service](sources/healthcare-customer-service.md) — (expected: wiki/sources/healthcare-customer-service.md — source missing) +- [2026-04-20] [legal-billing-time-tracking](sources/legal-billing-time-tracking.md) — (expected: wiki/sources/legal-billing-time-tracking.md — source missing) +- [2026-04-20] [legal-client-intake](sources/legal-client-intake.md) — (expected: wiki/sources/legal-client-intake.md — source missing) +- [2026-04-20] [hospitality-guest-services](sources/hospitality-guest-services.md) — (expected: wiki/sources/hospitality-guest-services.md — source missing) +- [2026-04-20] [Security Policy](sources/SECURITY.md) +- [2026-04-20] [README](sources/README.md) — (expected: wiki/sources/README.md — source missing) +- [2026-04-20] [The Agency: AI Specialists Ready to Transform Your Workflow](sources/agency-agents-readme.md) +- [2026-04-20] [marketing-seo-specialist](sources/marketing-seo-specialist.md) — (expected: wiki/sources/marketing-seo-specialist.md — source missing) +- [2026-04-20] [marketing-agentic-search-optimizer](sources/marketing-agentic-search-optimizer.md) — (expected: wiki/sources/marketing-agentic-search-optimizer.md — source missing) +- [2026-04-20] [OpenCode Integration](sources/opencode-readme.md) +- [2026-04-20] [Antigravity Integration](sources/antigravity-readme.md) +- [2026-04-20] [Windsurf Integration](sources/windsurf-readme.md) +- [2026-04-20] [Integrations (Agency Agents)](sources/integrations-readme.md) +- [2026-04-20] [README](sources/README.md) — (expected: wiki/sources/README.md — source missing) +- [2026-04-20] [Cursor Integration](sources/cursor-readme.md) +- [2026-04-20] [Claude Code Integration](sources/claude-code-readme.md) +- [2026-04-20] [Aider Integration](sources/aider-readme.md) +- [2026-04-20] [finance-bookkeeper-controller](sources/finance-bookkeeper-controller.md) — (expected: wiki/sources/finance-bookkeeper-controller.md — source missing) +- [2026-04-20] [finance-fpa-analyst](sources/finance-fpa-analyst.md) — (expected: wiki/sources/finance-fpa-analyst.md — source missing) +- [2026-04-20] [finance-investment-researcher](sources/finance-investment-researcher.md) — (expected: wiki/sources/finance-investment-researcher.md — source missing) +- [2026-04-20] [finance-financial-analyst](sources/finance-financial-analyst.md) — (expected: wiki/sources/finance-financial-analyst.md — source missing) +- [2026-04-20] [finance-tax-strategist](sources/finance-tax-strategist.md) — (expected: wiki/sources/finance-tax-strategist.md — source missing) +- [2026-04-20] [engineering-voice-ai-integration-engineer](sources/engineering-voice-ai-integration-engineer.md) — (expected: wiki/sources/engineering-voice-ai-integration-engineer.md — source missing) +- [2026-04-20] [engineering-codebase-onboarding-engineer](sources/engineering-codebase-onboarding-engineer.md) — (expected: wiki/sources/engineering-codebase-onboarding-engineer.md — source missing) +- [2026-04-20] [engineering-minimal-change-engineer](sources/engineering-minimal-change-engineer.md) — (expected: wiki/sources/engineering-minimal-change-engineer.md — source missing) +- [2026-04-20] [Contributing to The Agency](sources/the-agency-contributing.md) +- [2026-04-20] [SRE-Weekly-Issue-513](sources/SRE-Weekly-Issue-513.md) — (expected: wiki/sources/SRE-Weekly-Issue-513.md — source missing) +- [2026-04-20] [LLM Wiki](sources/LLM-Wiki.md) +- [2026-04-20] [我做了个 Skill:让 AI 帮你生成 Logo 和图标](sources/我做了个-Skill-让-AI-帮你生成-Logo-和图标.md) +- [2026-04-20] [Karpathy-最新分享-用-LLM-搭建个人知识库-告别-RAG-的低效循环](sources/Karpathy-最新分享-用-LLM-搭建个人知识库-告别-RAG-的低效循环.md) — (expected: wiki/sources/Karpathy-最新分享-用-LLM-搭建个人知识库-告别-RAG-的低效循环.md — source missing) +- [2026-04-20] [Cloud Operating Model: Key Strategies and Best Practices](sources/Cloud-Operating-Model-Key-Strategies-and-Best-Practices.md) +- [2026-04-19] [DevOps Maturity Model From Traditional IT to Advanced DevOps](sources/DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md) +- [2026-04-19] [Public vs Private vs Hybrid: Cloud Differences Explained](sources/Public-vs-Private-vs-Hybrid-Cloud-Differences-Explained.md) +- [2026-04-19] [JimLiu/baoyu-skills](sources/baoyu-skills.md) +- [2026-04-18] [如何让AI生成风格一致的图片](sources/如何让AI生成风格一致的图片.md) — (expected: wiki/sources/如何让AI生成风格一致的图片.md — source missing) +- [2026-04-18] [Last30Days 使用指南](sources/Last30Days-使用指南.md) +- [2026-04-18] [Obsidian 必装 Skills](sources/Obsidian-必装-Skills.md) +- [2026-04-18] [Cloud Learning Master Index](sources/cloud-learning-master-index.md) +- [2026-04-18] [Public Cloud Learning Sessions - Tagging Standards for all hyperscalers - 20240123 160135 Meeting Recording](sources/public-cloud-learning-sessions-tagging-standards-for-all-hyperscalers-20240123-1.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText)- Thor Platform & Flows - 20241210 160056-Meeting Recording](sources/public-cloud-learning-sessions-opentext-thor-platform-flows-20241210-160056-meet.md) +- [2026-04-18] [Public Cloud Learning Sessions - OpenText Tagging Standard V2 - 20250429 170111 Meeting Recording](sources/public-cloud-learning-sessions-opentext-tagging-standard-v2-20250429-170111-meet.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText)- Product Hub (PHT) Overview and Q&A - 20240806](sources/public-cloud-learning-sessions-opentext-product-hub-pht-overview-and-qa-20240806.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - GitHub Enterprise to GitLab migration - 20240625](sources/public-cloud-learning-sessions-opentext-github-enterprise-to-gitlab-migration-20.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - Evolving from DR to Recovery Assurance](sources/public-cloud-learning-sessions-opentext-evolving-from-dr-to-recovery-assurance-2.md) +- [2026-04-18] [Public Cloud Learning Sessions - AWS End User Compute Services - 20240430](sources/public-cloud-learning-sessions-aws-end-user-compute-services-20240430.md) +- [2026-04-18] [Public Cloud Learning Sessions - Applicable Business Analysis Techniques - 20240109](sources/Public-Cloud-Learning-Sessions-Applicable-Business-Analysis-Techniques-20240109.md) +- [2026-04-18] [CTP Topic 65 Tracing the value delivered in Cloud Transformation](sources/ctp-topic-65-tracing-the-value-delivered-in-cloud-transformation.md) +- [2026-04-18] [CTP Topic 6 AWS Workspaces Demo](sources/ctp-topic-6-aws-workspaces-demo.md) +- [2026-04-18] [CTP Topic 57 Product backlog managing demand](sources/ctp-topic-57-product-backlog-managing-demand.md) +- [2026-04-18] [CTP Topic 53 Why bother with Cloud](sources/ctp-topic-53-why-bother-with-cloud.md) +- [2026-04-18] [CTP Topic 41 NFR's and Error Budgets](sources/ctp-topic-41-nfrs-and-error-budgets.md) +- [2026-04-18] [CTP Topic 4 Using Agile to run the Cloud Transformation Program](sources/ctp-topic-4-using-agile-to-run-the-cloud-transformation-program.md) +- [2026-04-18] [CTP Topic 30 Managing Change](sources/ctp-topic-30-managing-change.md) +- [2026-04-18] [CTP Topic 23 Introduction to the Technical Architecture team and function](sources/ctp-topic-23-introduction-to-the-technical-architecture-team-and-function.md) +- [2026-04-18] [CTP Topic 20 Program demand process flow and PoC onboarding](sources/ctp-topic-20-program-demand-process-flow-and-poc-onboarding.md) +- [2026-04-18] [CTP Topic 10 AWS Landing Zone (LZ) Data Collection, Tagging Related Security](sources/ctp-topic-10-aws-landing-zone-lz-data-collection-tagging-related-security.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText)- Serverless Computing - 20240903](sources/Public-Cloud-Learning-Sessions-OpenText-Serverless-Computing-20240903.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - Generative AI & Prompt Engineering - 20241112](sources/public-cloud-learning-sessions-opentext-generative-ai-prompt-engineering-20241112.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - Event Driven Architecture - Part 2](sources/public-cloud-learning-sessions-opentext-event-driven-architecture-part-2-2024091.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText)-Event Driven Architecture - Part 1](sources/public-cloud-learning-sessions-opentext-event-driven-architecture-part-1-2024091.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - AI Use Cases - 20241126](sources/public-cloud-learning-sessions-opentext-ai-use-cases-20241126.md) +- [2026-04-18] [Public Cloud Learning Sessions - Introduction to Artificial Intelligence (AI) Machine Learning (ML) - 20240206](sources/public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206.md) +- [2026-04-18] [CTP Topic 69 Best Practices for Migrating On-Premises (IOD) Virtual Machines to VMware Cloud on AWS](sources/ctp-topic-69-best-practices-for-migrating-on-premises-iod-virtual-machines-to-vm.md) +- [2026-04-18] [CTP Topic 61 Workload VPC provision with IPAM Automation](sources/ctp-topic-61-workload-vpc-provision-with-ipam-automation.md) +- [2026-04-18] [CTP Topic 45 Automatic IP address allocation with IPAM](sources/ctp-topic-45-automatic-ip-address-allocation-with-ipam.md) +- [2026-04-18] [CTP Topic 43 VMware Cloud on AWS](sources/ctp-topic-43-vmware-cloud-on-aws.md) +- [2026-04-18] [CTP Topic 36 SendGrid as an email service](sources/ctp-topic-36-sendgrid-as-an-email-service.md) +- [2026-04-18] [CTP Topic 31 Network Segregation and Secure Access to the New AWS Landing Zones](sources/ctp-topic-31-network-segregation-secure-access-aws-landing-zones.md) +- [2026-04-18] [CTP Topic 22 Global DNS service offerings](sources/ctp-topic-22-global-dns-service-offerings.md) +- [2026-04-18] [CTP Topic 19: Configuring DNS within AWS LZs](sources/ctp-topic-19-configuring-dns-within-aws-lzs.md) +- [2026-04-18] [CTP Topic 18 Wide Area Networking in AWS Cloud](sources/ctp-topic-18-wide-area-networking-in-aws-cloud.md) +- [2026-04-18] [Public Cloud Learning Sessions (OpenText) - GIS Security Policies](sources/public-cloud-learning-sessions-opentext-gis-security-policies-20241015-160257-me.md) +- [2026-04-18] [CTP Topic 62 AWS Secrets Manager](sources/ctp-topic-62-aws-secrets-manager.md) +- [2026-04-18] [CTP Topic 55 AWS Firewall Manager](sources/ctp-topic-55-aws-firewall-manager.md) +- [2026-04-18] [CTP Topic 52 3 Lines of Defence (3LoD) framework Cloud Security Posture Management (CSPM)](sources/ctp-topic-52-3-lines-of-defence-3lod-framework-cloud-security-posture-management.md) +- [2026-04-18] [CTP Topic 49 Container Lifecycle Hardening Standards](sources/ctp-topic-49-container-lifecycle-hardening-standards.md) +- [2026-04-18] [CTP Topic 37 Secrets Certificates Management](sources/ctp-topic-37-secrets-certificates-management.md) +- [2026-04-18] [CTP Topic 24 Micro Focus Product Privacy Framework](sources/ctp-topic-24-micro-focus-product-privacy-framework.md) +- [2026-04-18] [CTP Topic 21 Supply Chain Security in Micro Focus](sources/ctp-topic-21-supply-chain-security-in-micro-focus.md) +- [2026-04-18] [Public Cloud Learning Sessions - Ollie Workflow and The Demand Process](sources/public-cloud-learning-sessions-ollie-workflow-and-the-demand-process-20240416.md) +- [2026-04-18] [CTP Topic 9 CI CD with Gruntwork](sources/ctp-topic-9-ci-cd-with-gruntwork.md) +- [2026-04-18] [CTP Topic 56 Automated infrastructure testing](sources/ctp-topic-56-automated-infrastructure-testing.md) +- [2026-04-18] [CTP Topic 33 An introduction to GitOps](sources/ctp-topic-33-an-introduction-to-gitops.md) +- [2026-04-18] [CTP Topic 32 Using Atlantis CICD for Infrastructure Deployments](sources/ctp-topic-32-using-atlantis-cicd-for-infrastructure-deployments.md) +- [2026-04-18] [CTP Topic 3 Deploy and maintain infrastructure](sources/ctp-topic-3-deploy-and-maintain-infrastructure.md) +- [2026-04-18] [CTP Topic 2 Git](sources/ctp-topic-2-git.md) +- [2026-04-18] [CTP Topic 15 Working with Renovatebot](sources/ctp-topic-15-working-with-renovatebot.md) +- [2026-04-18] [Public Cloud Learning Sessions-Storage Cost Optimization - 20240305](sources/public-cloud-learning-sessions-storage-cost-optimization-20240305.md) +- [2026-04-18] [Public Cloud Learning Sessions- Reducing Cloud Costs - 20250318](sources/public-cloud-learning-sessions-reducing-cloud-costs-20250318-170100-meeting-reco.md) +- [2026-04-18] [Public Cloud Learning Sessions - Budget Control - 20240319](sources/Public-Cloud-Learning-Sessions-Budget-Control.md) +- [2026-04-18] [Public Cloud Learning Sessions - Best practices for EC2 cost optimization in AWS](sources/public-cloud-learning-sessions-best-practices-for-ec2-cost-optimization-in-aws-2.md) +- [2026-04-18] [CTP Topic 71 PCG's Guide to RightSizing, Why, How, When](sources/ctp-topic-71-pcgs-guide-to-rightsizing-why-how-when.md) +- [2026-04-18] [CTP Topic 63 Optimise resource cost using automation](sources/ctp-topic-63-optimise-resource-cost-using-automation.md) +- [2026-04-18] [CTP Topic 27 AWS Instance Scheduler](sources/ctp-topic-27-aws-instance-scheduler.md) +- [2026-04-18] [CTP Topic 13 Cloud FinOps Micro Focus Policies best practices to optimize the costs](sources/ctp-topic-13-cloud-finops-micro-focus-policies-best-practices-to-optimize-the-co.md) +- [2026-04-18] [Public Cloud Learning Sessions - Observability with OpenTelemetry - 20240402](sources/public-cloud-learning-sessions-observability-with-opentelemetry-20240402-160113-.md) +- [2026-04-18] [Public Cloud Learning Sessions - EKS Optimization part 3 of 3 - Introduction to EKS Auto Mode - 20250304](sources/public-cloud-learning-sessions-eks-optimization-part-3-of-3-introduction-to-eks-auto-mode.md) +- [2026-04-18] [Public Cloud Learning Sessions - EKS Optimization part 2 of 3 - Running Containers with Bottlerocket OS](sources/public-cloud-learning-sessions-eks-optimization-part-2-of-3-running-containers-w.md) +- [2026-04-18] [Public Cloud Learning Sessions - EKS Optimization Part 1 of 3 - Compute Optimization with Karpenter](sources/public-cloud-learning-sessions-eks-optimization-part-1-of-3-compute-optimization.md) +- [2026-04-18] [CTP Topic 8 Implementation of Cloud monitoring using Micro Focus Operations Bridge](sources/ctp-topic-8-implementation-of-cloud-monitoring-using-micro-focus-operations-bridge.md) +- [2026-04-18] [CTP Topic 70 EKS Deployment using IAC](sources/ctp-topic-70-eks-deployment-using-iac.md) +- [2026-04-18] [CTP Topic 67 Cloud Native Observability Using OpenTelemetry](sources/ctp-topic-67-cloud-native-observability-using-opentelemetry.md) +- [2026-04-18] [CTP Topic 64 Scaling out with Amazon EKS](sources/ctp-topic-64-scaling-out-with-amazon-eks.md) +- [2026-04-18] [CTP Topic 60 Monitor AWS using Hyperscale Observability with Grafana](sources/ctp-topic-60-monitor-aws-using-hyperscale-observability-with-grafana.md) +- [2026-04-18] [CTP Topic 59 Achieving reliability with Amazon EKS](sources/ctp-topic-59-achieving-reliability-with-amazon-eks.md) +- [2026-04-18] [CTP Topic 54 ESM SaaS Log Analytics](sources/ctp-topic-54-esm-saas-log-analytics.md) +- [2026-04-18] [CTP Topic 42 Grafana Observability Dashboard](sources/ctp-topic-42-grafana-observability-dashboard.md) +- [2026-04-18] [CTP Topic 39 Implementing EKS in the AWS Lab Landing Zone](sources/ctp-topic-39-implementing-eks-in-the-aws-lab-landing-zone.md) +- [2026-04-18] [CTP Topic 29 Cloud Monitoring – SaaS LZ accounts](sources/ctp-topic-29-cloud-monitoring-saas-lz-accounts.md) +- [2026-04-18] [Learning Sessions ECS Deployment using IAC - 20230808](sources/learning-sessions-ecs-deployment-using-iac-20230808-183322-meeting-recording.md) +- [2026-04-18] [Learning Sessions Cloud Transformation Programme-Deploying RDS via Terraform](sources/Learning-Sessions-Cloud-Transformation-Programme-Deploying-RDS-via-Terraform.md) +- [2026-04-18] [Learning Sessions Cloud Transformation Programme-20230808 183322 Meeting Recording](sources/learning-sessions-cloud-transformation-programme-20230808-183322-meeting-recording.md) +- [2026-04-18] [CTP Topic 48 Terraform vs Terragrunt](sources/ctp-topic-48-terraform-vs-terragrunt.md) +- [2026-04-18] [CTP Topic 16 Cross-account Terraform modules](sources/ctp-topic-16-cross-account-terraform-modules.md) +- [2026-04-18] [CTP Topic 12 Using SES SMTP service terraform module](sources/ctp-topic-12-using-ses-smtp-service-terraform-module.md) +- [2026-04-18] [Learning Sessions Identity Governance VSM Replacement 20231128 160326 Meeting Recording](sources/learning-sessions-identity-governance-vsm-replacement-20231128-160326-meeting-re.md) +- [2026-04-18] [CTP Topic 5 - AWS Identity and Access Management (IAM)](sources/ctp-topic-5-aws-identity-and-access-management-iam.md) +- [2026-04-18] [CTP Topic 11 AD Integration and Login using AD accounts](sources/ctp-topic-11-ad-integration-and-login-using-ad-accounts.md) +- [2026-04-18] [Learning Sessions Standard AMIs Updates 20231205](sources/learning-sessions-standard-amis-updates-20231205-160324-meeting-recording-2.md) +- [2026-04-18] [CTP Topic 73 AWS Backup implementation of the Cloud Transformation Program](sources/ctp-topic-73-aws-backup-implementation-of-the-cloud-transformation-program.md) +- [2026-04-18] [CTP Topic 72: Implementing an Enterprise DR Strategy using AWS Backup](sources/ctp-topic-72-implementing-an-enterprise-dr-strategy-using-aws-backup.md) +- [2026-04-18] [CTP Topic 7 SaaS Landing Zone Design](sources/ctp-topic-7-saas-landing-zone-design.md) +- [2026-04-18] [CTP Topic 68 Introduction to Redshift](sources/ctp-topic-68-introduction-to-redshift.md) +- [2026-04-18] [CTP Topic 66 Exposing the differences between PostgreSQL RDS and Aurora](sources/ctp-topic-66-exposing-the-differences-between-postgresql-rds-and-aurora.md) +- [2026-04-18] [CTP Topic 58 AWS EC2 Image Builder](sources/ctp-topic-58-aws-ec2-image-builder.md) +- [2026-04-18] [CTP Topic 51 Architecting with AWS Purpose-Built Databases](sources/ctp-topic-51-architecting-with-aws-purpose-built-databases.md) +- [2026-04-18] [CTP Topic 50 AMI Roadmap for AWS AMIs](sources/ctp-topic-50-ami-roadmap-for-aws-amis.md) +- [2026-04-18] [CTP Topic 47 Enterprise Architecture Cloud Standards](sources/ctp-topic-47-enterprise-architecture-cloud-standards.md) +- [2026-04-18] [CTP Topic 46 NetApps on AWS](sources/ctp-topic-46-netapps-on-aws.md) +- [2026-04-18] [CTP Topic 44 AWS Backup in Micro Focus](sources/ctp-topic-44-aws-backup-in-micro-focus.md) +- [2026-04-18] [CTP Topic 40 SaaS Database Architecture On AWS Cloud](sources/ctp-topic-40-saas-database-architecture-on-aws-cloud.md) +- [2026-04-18] [CTP Topic 35 AWS Landing Zone Design Refresher (SaaS Labs)](sources/ctp-topic-35-aws-landing-zone-design-refresher-saas-labs.md) +- [2026-04-18] [CTP Topic 34 Azure Landing Zone Architecture Overview](sources/ctp-topic-34-azure-landing-zone-architecture-overview.md) +- [2026-04-18] [CTP Topic 28 AWS Tag Validation Tool](sources/ctp-topic-28-aws-tag-validation-tool.md) +- [2026-04-18] [CTP Topic 26 Standard AMI – build, publish, share processes](sources/ctp-topic-26-standard-ami-build-publish-share-processes.md) +- [2026-04-18] [CTP Topic 25 Labs Landing Zone overview - ITOM teams](sources/ctp-topic-25-labs-landing-zone-overview-itom-teams.md) +- [2026-04-18] [CTP Topic 17 Active Directory Services in Gruntwork AWS LZs](sources/ctp-topic-17-active-directory-services-in-gruntwork-aws-lzs.md) +- [2026-04-18] [CTP Topic 14 Octane Hub on AWS: Real-Life Experiences](sources/ctp-topic-14-octane-hub-on-aws-real-life-experience.md) +- [2026-04-18] [CTP Topic 10 AWS Landing Zone (LZ) Data Collection, Tagging Related Security](sources/ctp-topic-10-aws-landing-zone-lz-data-collection-tagging-related-security.md) +- [2026-04-18] [CTP Topic 1 Gruntwork Landing Zone Architecture](sources/ctp-topic-1-gruntwork-landing-zone-architecture.md) +- [2026-04-18] [Blogwatcher Daily 技能收藏](sources/blogwatcher-daily-shou-cang.md) +- [2026-04-18] [mac-bi-zhuang-ruan-jian-qing-dan-2026-04-17](sources/mac-bi-zhuang-ruan-jian-qing-dan-2026-04-17.md) — (expected: wiki/sources/mac-bi-zhuang-ruan-jian-qing-dan-2026-04-17.md — source missing) +- [2026-04-18] [WSL2 启动与网络配置指南](sources/WSL2-启动与网络配置指南.md) +- [2026-04-18] [Install WSL](sources/install-wsl.md) +- [2026-04-18] [fireworks-tech-graph](sources/fireworks-tech-graph.md) +- [2026-04-17] [Nano-Banana Pro 提示词指南与策略](sources/nano-banana-pro-prompting-guide-strategies-1.md) +- [2026-04-17] [DevOps Culture and Transformation: Fostering Collaboration, Agile Practices, and Innovation](sources/DevOps-Culture-and-Transformation.md) +- [2026-04-17] [GOG-CLI 安装配置指南](sources/GOG-CLI-安装配置指南.md) +- [2026-04-17] [可自动化、可扩展、AI增强的电商数据采集与处理系统](sources/ai-enhanced-ecommerce-data-collection-processing-system.md) +- [2026-04-17] [如何传输 Docker images 并且在另一个 Docker 安装](sources/docker-images-transfer-guide.md) +- [2026-04-17] [Todoist Task Manager: Agent Task Visibility](sources/todoist-task-manager-agent-task-visibility.md) +- [2026-04-17] [Project State Management System: Event-Driven Alternative to Kanban](sources/project-state-management.md) +- [2026-04-17] [Polymarket Autopilot: Automated Paper Trading](sources/polymarket-autopilot-automated-paper-trading.md) +- [2026-04-17] [AI Memory Tools:两大阵营的深度解析](sources/AI-Memory-Tools-Two-Camps.md) +- [2026-04-17] [教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報](sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md) +- [2026-04-17] [在 Ubuntu 安装 Ollama 并运行 Qwen2.5-Coder 7B](sources/在-Ubuntu-安装-Ollama-并运行-Qwen2.5-Coder-7B.md) +- [2026-04-17] [codecrafters-io/build-your-own-x:Master programming by recreating your favorite technologies from scratch.](sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md) +- [2026-04-17] [Building your Quartz](sources/building-your-quartz.md) +- [2026-04-17] [How to Simplify Multi-Account Deployments Monitoring:Centralized Logs for AWS CloudFormation StackSets](sources/how-to-simplify-multi-account-deployments-monitoring-centralized-logs-for-aws-cloudformation-stacksets.md) +- [2026-04-16] [Obsidian CLI 命令全景速查表](sources/Obsidian-官方-CLI-命令-全景-速查表.md) +- [2026-04-16] [Obsidian CLI](sources/obsidian-cli.md) +- [2026-04-16] [Learn AI for free directly from top companies](sources/learn-ai-for-free-directly-from-top-companies.md) +- [2026-04-14] [Ubuntu 安装 FRP 0.65.0(x86_64)操作笔记](sources/ubuntu-frp-0.65.0-x86-64-operation-guide.md) +- [2026-04-14] [养龙虾5天血泪史:我的AI Agent为什么总失忆?OpenClaw 记忆调试全记录](sources/养龙虾5天血泪史-我的AI-Agent为什么总失忆-OpenClaw-记忆调试全记录.md) +- [2026-04-14] [养虾日记5:深夜与苏轼聊AI,他说:被浪打下去还能爬起来的才叫风流](sources/养虾日记5-深夜与苏轼聊AI-他说-被浪打下去还能爬起来的才叫风流.md) +- [2026-04-14] [一次「Context Limit Exceeded」错误排查:我以为是小问题,结果踩了大坑](sources/养虾日记4-一次「Context-Limit-Exceeded」错误排查-我以为是小问题-结果踩了大坑.md) +- [2026-04-14] [养虾日记3:用 Obsidian + Gitea 为 AI 助手构建持久化笔记系统](sources/养虾日记3-用-Obsidian-Gitea-为-AI-助手构建持久化笔记系统.md) +- [2026-04-14] [养虾日记2:让Agent更懂你:OpenClaw + Self-Improving 复盘实战案例分享](sources/养虾日记2-让Agent更懂你-OpenClaw-Self-Improving-复盘实战案例分享.md) +- [2026-04-14] [养虾日记1:我用 OpenClaw 管了 28 万张照片:一次真实的多设备照片整理实战](sources/养虾日记1-我用-OpenClaw-管了-28-万张照片-一次真实的多设备照片整理实战.md) +- [2026-04-14] [不谈技术:普通人该怎么在AI时代赚钱?](sources/bu-tan-ji-shu-pu-tong-ren-gai-zen-me-zai-ai-shi-dai-zhuan-qian.md) +- [2026-04-14] [清华出的DeepSeek使用手册,104页,真的是太厉害了!(免费领取)](sources/清华出的DeepSeek使用手册104页真的是太厉害了免费领取.md) +- [2026-04-14] [AI 工具](sources/wo-de-gong-ju-ji.md) +- [2026-04-14] [开发经验与项目规范整理文档](sources/kai-fa-jing-yan-yu-xiang-mu-gui-fan-zheng-li-wen-dang.md) +- [2026-04-14] [使用Claude自动生成N8N工作流的实操教程](sources/使用Claude自动生成N8N工作流的实操教程.md) +- [2026-04-14] [安装Claude Desktop](sources/n8n-Claude-通过自然语言自动化工作流.md) +- [2026-04-14] [N8N Full Tutorial Building AI Agents in 2025 for Beginners!](sources/n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md) +- [2026-04-14] [n8n Docker install & update](sources/n8n-docker-install-update.md) +- [2026-04-14] [n8n configure telegram trigger](sources/n8n-configure-telegram-trigger.md) +- [2026-04-14] [如何在项目里安装 Claude Code Templates Skills](sources/如何在项目里安装claude-code-templates-skills.md) +- [2026-04-14] [如何在Ubuntu上安装opencode并配置Vibe-Kanban](sources/如何在ubuntu上安装opencode并配置vibe-kanban.md) +- [2026-04-14] [在Ubuntu 上安装Vibe-Kanban](sources/ubuntu-vibe-kanban-installation.md) +- [2026-04-14] [Vibe Coding 经验收集](sources/vibe-coding-experience-collection.md) +- [2026-04-14] [Vibe-Kanban + OpenCode 在 Ubuntu Server 上安装与管理指南](sources/vibe-kanban-opencode-ubuntu-server-installation-guide.md) +- [2026-04-14] [Claude Prompt 库汇总](sources/Claude-Prompt-库汇总.md) +- [2026-04-14] [Trae远程开发部署指南](sources/trae-remote-development-deployment-guide.md) +- [2026-04-14] [These 6 Linux apps let you monitor system resources in style](sources/these-6-linux-apps-let-you-monitor-system-resources-in-style.md) +- [2026-04-14] [TikTok PM - Python Django Project](sources/tiktok-pm-python-django-project.md) +- [2026-04-14] [MCP在Cursor中的集成与应用详解](sources/MCP-zai-Cursor-zhong-de-ji-cheng-yu-ying-yong-xiang-jie.md) +- [2026-04-14] [How to get Youtube Channel ID](sources/how-to-get-youtube-channel-id.md) +- [2026-04-14] [macOS 创建与解除 Symbolic Link(OpenClaw 目录映射)](sources/macos-symbolic-link-openclaw-directory-mapping.md) +- [2026-04-14] [Mac Mini 安装 FRP 0.65.0(ARM64)操作笔记](sources/mac-mini-install-frp-0-65-0-arm64-operation-guide.md) +- [2026-04-14] [家庭网络环境概览](sources/home-network-environment-overview-2026-04-03.md) +- [2026-04-14] [群晖NAS科学上网方法](sources/synology-nas-scientific-internet-guide.md) +- [2026-04-14] [网件RAX50路由器刷梅林固件与科学上网插件安装教程](sources/netgear-rax50-merlin-firmware-clash-installation-guide.md) +- [2026-04-14] [用Docker安装transmission](sources/docker-transmission-installation-guide.md) +- [2026-04-14] [用Docker安装it-tools](sources/docker-it-tools-installation-guide.md) +- [2026-04-14] [用 Docker 安装 Portainer](sources/portainer-docker-installation-guide.md) +- [2026-04-14] [用Docker安装Jellyfin](sources/docker-jellyfin-installation.md) +- [2026-04-14] [用Docker安装Homarr](sources/docker-homarr-installation.md) +- [2026-04-14] [用Docker安装Apache Superset](sources/用docker安装apache-superset.md) +- [2026-04-14] [用Docker中安装Navidrome](sources/用docker中安装navidrome.md) +- [2026-04-14] [家庭监控方案:Prometheus + Grafana + Node Exporter + cAdvisor + Blackbox](sources/家庭监控方案-prometheus-grafana-node-exporter-cadvisor-blackbox.md) +- [2026-04-14] [安装v2rayN](sources/install-v2rayn.md) +- [2026-04-14] [在 HP ZBook 工作站笔记本上安装 Ubuntu 24.04.2](sources/ubuntu-24.04.2-hp-zbook-installation-guide.md) +- [2026-04-14] [如何用指纹浏览器安全注册并订阅Claude Pro会员全攻略](sources/claude-pro-fingerprint-browser-subscription-guide.md) +- [2026-04-14] [如何在 Ubuntu Server 安装 docker & docker compose](sources/ubuntu-server-docker-docker-compose-installation.md) +- [2026-04-14] [如何在Ubuntu Server上通过NFS挂载Synology NAS上的共享文件夹](sources/ubuntu-server-nfs-synology-nas-mount-guide.md) +- [2026-04-14] [如何判别你的Linux 服务器是 x64(也就是 x86_64)还是 ARM64](sources/linux-x64-arm64-detection-guide.md) +- [2026-04-14] [删除旧 Portainer Container + Volume](sources/removing-old-portainer-container-volume.md) +- [2026-04-14] [在Ubuntu上通过VPS+内网反向代理实现域名访问内网穿透](sources/vps-frp-reverse-proxy-ubuntu-internal-network-access.md) +- [2026-04-14] [在Synology NAS上安装CloudDrive2](sources/synology-nas-clouddrive2-installation.md) +- [2026-04-14] [Ubuntu 禁用合盖休眠](sources/ubuntu-disable-lid-close-sleep.md) +- [2026-04-14] [Ubuntu用RustDesk远程登录出现不能使用Wayland登录的错误](sources/ubuntu-rustdesk-wayland-login-error.md) +- [2026-04-14] [Ubuntu服务器通过rsync实现日常增量备份](sources/ubuntu-rsync-incremental-backup-guide.md) +- [2026-04-14] [Ubuntu Server 科学上网指南](sources/ubuntu-server-scientific-internet-access-guide.md) +- [2026-04-14] [Ubuntu 24.04 启动 SSH 服务](sources/ubuntu-24.04-enable-ssh.md) +- [2026-04-14] [RAX50 路由器更新 Merlin Clash 订阅指南](sources/rax50-router-update-merlin-clash-subscription.md) +- [2026-04-14] [NodeWarden - 把 Bitwarden 搬上 Cloudflare Workers,彻底告别服务器](sources/nodewarden-bitwarden-cloudflare-workers-serverless-deployment.md) +- [2026-04-14] [MySQL MariaDB 数据库详细信息](sources/mysql-mariadb-database-details.md) +- [2026-04-14] [MinIO + Zipline 自托管图床应用安装教程](sources/minio-zipline-self-hosted-image-bed-tutorial.md) +- [2026-04-14] [Linux 运维必会的 150 个命令](sources/Linux-运维必会的-150-个命令.md) +- [2026-04-14] [Clonezilla对Ubuntu Server进行全盘镜像备份](sources/clonezilla-ubuntu-server-full-disk-backup.md) +- [2026-04-14] [3X-UI Xray on BandwagonVPS](sources/3x-ui-xray-on-bandwagonvps.md) +- [2026-04-14] [通过 VPS+内网反向代理实现域名访问内网穿透](sources/vps-frp-reverse-proxy-internal-network-access.md) +- [2026-04-14] [Mac Mini 服务器配置:防止自动锁屏与睡眠](sources/mac-mini-server-prevent-auto-lock-sleep.md) +- [2026-04-14] [Install Apache Superset in Docker](sources/install-apache-superset-in-docker.md) +- [2026-04-14] [Cursor 2.0 初学者使用指南](sources/cursor-2.0-beginner-guide.md) +- [2026-04-14] [What is DevSecOps? Best Practices, Benefits, and Tools](sources/what-is-devsecops-best-practices-benefits-and-tools.md) +- [2026-04-14] [What I know about Cloud Service Delivery 1](sources/What-I-know-about-Cloud-Service-Delivery-1.md) +- [2026-04-14] [Modern ITSM: Driving Efficiency, Security & Resilience](sources/modern-itsm-driving-efficiency-security-resilience.md) +- [2026-04-14] [The Myths and Misconceptions About Cloud Computing | LinkedIn](sources/The-Myths-and-Misconceptions-About-Cloud-Computing-LinkedIn.md) +- [2026-04-14] [RTO vs RPO: Key Differences for Modern Disaster Recovery](sources/RTO-vs-RPO-Key-Differences-for-Modern-Disaster-Recovery.md) +- [2026-04-14] [How Can a Multi Cloud Strategy Transform Your Business ROI?](sources/How-Can-a-Multi-Cloud-Strategy-Transform-Your-Business-ROI.md) +- [2026-04-14] [How Agentic AI can help for Cloud DevOps](sources/How-Agentic-AI-can-help-for-Cloud-DevOps.md) +- [2026-04-14] [Cloud Maturity Model A Detailed Guide For Cloud Adoption](sources/Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption.md) +- [2026-04-14] [Cloud DevOp Maturity - Guideline](sources/Cloud-DevOp-Maturity-Guideline.md) +- [2026-04-14] [ChinaTextbook - 41.53 GB,中国小学、初中、高中、大学 PDF 教材](sources/chinatextbook-41-53-gb-china-textbook-pdf.md) +- [2026-04-14] [Obsidian最有必要安装的10款插件是这些](sources/obsidian-most-essential-plugins.md) +- [2026-04-14] [Obsidian 高效指南:我常用的插件与实用技巧](sources/obsidian-ga-xiao-zhi-nan-wo-chang-yong-de-cha-jian-yu-shi-ji-qiao.md) +- [2026-04-14] [Obsidian Tasks 插件:这可能是最适合懒人的任务管理方式](sources/obsidian-tasks-plugin-lazy-friendly-task-management.md) +- [2026-04-14] [Dataview——让我从\"笔记黑洞\"里逃出来的 Obsidian 神器](sources/Dataview-让我从-笔记黑洞-里逃出来的-Obsidian-神器-1.md) +- [2026-04-14] [谷歌Nano Banana Pro提示词指南](sources/google-nano-banana-pro-prompt-guide.md) +- [2026-04-14] [详细!离线部署大模型:ollama+deepseek+open-webui安装使用方法及常见问题解决](sources/详细-离线部署大模型-ollama-deepseek-open-webui安装使用方法及常见问题解决.md) +- [2026-04-14] [系统提示词构建原则](sources/xi-tong-ti-shi-ci-gou-jie-yuan-ze.md) +- [2026-04-14] [文字生成视频网站推荐](sources/文字生成视频网站推荐.md) +- [2026-04-14] [我用 Gemini 3 一口气做了 10 个应用,附教程](sources/我用-Gemini-3-一口气做了-10-个应用-附教程.md) +- [2026-04-14] [如何利用Sora接口实现视频自动化生成工作流](sources/如何利用sora接口实现视频自动化生成工作流.md) +- [2026-04-14] [如何写出完美的Prompt(提示词)?](sources/如何写出完美的Prompt-提示词-.md) +- [2026-04-14] [大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏](sources/大模型相关术语和框架总结-LLM-MCP-Prompt-RAG-vLLM-Token-数据蒸馏.md) +- [2026-04-14] [固定镜头短视频制作的AI全流程解析](sources/固定镜头短视频制作的AI全流程解析.md) +- [2026-04-14] [全网最全!Nano Banana 2 使用指南(2025年12月更新)](sources/全网最全-Nano-Banana-2-使用指南-2025年12月更新-1.md) +- [2026-04-14] [二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆](sources/二创视频必不可少-2025年最热门AI工具推荐合集-AI配音-声音克隆.md) +- [2026-04-14] [不会Gemini的产品经理真的要被淘汰了 | 附保姆级PRD生成指南](sources/不会Gemini的产品经理真的要被淘汰了-附保姆级PRD生成指南.md) +- [2026-04-14] [一语点醒梦中人](sources/一语点醒梦中人.md) +- [2026-04-14] [The Picture They Paint of You](sources/the-picture-they-paint-of-you.md) +- [2026-04-14] [RAG从入门到精通系列1:基础RAG](sources/RAG从入门到精通系列1-基础RAG.md) +- [2026-04-14] [OpenAI ChatGPT 个性化定义](sources/openai-chatgpt-个性化定义.md) +- [2026-04-14] [Never write another prompt](sources/never-write-another-prompt.md) +- [2026-04-14] [Nano Banana 提示词框架](sources/Nano-Banana-提示词框架.md) +- [2026-04-14] [多智能体系统可靠性](sources/Multi-Agent-System-Reliability.md) +- [2026-04-14] [LLMs、RAG、AI Agent 三个到底什么区别?](sources/LLMs-RAG-AI-Agent-san-ge-dao-di-shen-me-qu-bie.md) +- [2026-04-14] [如果你有多项兴趣爱好,不要浪费接下来的两三年时间](sources/如果你有多项兴趣爱好-不要浪费接下来的两三年时间.md) +- [2026-04-14] [How to Get the RSS Feed For Any YouTube Channel](sources/how-to-get-the-rss-feed-for-any-youtube-channel.md) +- [2026-04-14] [Google 神级生产力工具,所有 GitHub 开源平替都找到了](sources/Google-神级生产力工具-所有-GitHub-开源平替都找到了.md) +- [2026-04-14] [GitHub 上 5000 人收藏的 Vibe Coding 神级指南](sources/github-5000-ren-shou-cang-de-vibe-coding-shen-ji-zhi-nan.md) +- [2026-04-14] [Designing for Agentic AI](sources/designing-for-agentic-ai.md) +- [2026-04-14] [Best 7 news API data feeds - AI News](sources/best-7-news-api-data-feeds-ai-news.md) +- [2026-04-14] [AI 解决方案专家培训课程](sources/AI-解决方案专家培训课程.md) +- [2026-04-14] [A Formalization of Recursive Self-Optimizing Generative Systems](sources/a-formalization-of-recursive-self-optimizing-generative-systems.md) +- [2026-04-14] [7 ways I use NotebookLM to make my life easier](sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md) +- [2026-04-14] [3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!](sources/3-2-wan-ren-shou-cang-de-claude-skills-ai-zhe-tiao-lu-shang-zui-zhi-de-yan-jiu-de-yi-tao-fan-shi.md) +- [2026-04-14] [3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!](sources/3-2-wan-ren-shou-cang-de-claude-skills-ai-zhe-tiao-lu-shang-zui-zhi-de-yan-jiu-de-yi-tao-fan-shi.md) +- [2026-04-14] [2025 年 11 个神级 AI 开源平替,GitHub 杀疯了](sources/2025-年-11-个-神级-AI-开源平替-GitHub-杀疯了.md) +- [2026-04-14] [14个免费的AI图生视频工具,用AI让图片动起来](sources/14个免费的AI图生视频工具-yi-ai-rang-tu-pian-dong-qi-lai.md) +- [2026-04-13] [Claude Code 调用方法总结](sources/claude-code-diao-yong-fang-fa-zong-jie.md) +- [2026-04-09] [X Account Analysis](sources/x-account-analysis.md) +- [2026-04-09] [Phone Call Notifications](sources/phone-call-notifications.md) +- [2026-04-09] [Autonomous Educational Game Development Pipeline](sources/autonomous-game-dev-pipeline.md) +- [2026-04-09] [arXiv Paper Reader](sources/arxiv-paper-reader.md) +- [2026-04-09] [Semantic Memory Search](sources/semantic-memory-search.md) +- [2026-04-09] [OpenClaw as Desktop Cowork (AionUi) — Remote Rescue & Multi-Agent Hub](sources/aionui-cowork-desktop.md) +- [2026-04-09] [家庭日历聚合与生活助手](sources/family-calendar-household-assistant.md) +- [2026-04-09] [Multi-Source Tech News Digest](sources/multi-source-tech-news-digest.md) +- [2026-04-09] [X/Twitter Automation from Chat](sources/x-twitter-automation.md) +- [2026-04-09] [Personal Knowledge Base (RAG)](sources/knowledge-base-rag.md) +- [2026-04-09] [Personal CRM with Automatic Contact Discovery](sources/personal-crm.md) +- [2026-04-09] [YouTube Content Pipeline](sources/youtube-content-pipeline.md) +- [2026-04-09] [Goal-Driven Autonomous Tasks](sources/overnight-mini-app-builder.md) +- [2026-04-09] [Local CRM Framework with DenchClaw](sources/local-crm-framework-with-denchclaw.md) +- [2026-04-09] [OpenClaw + n8n Workflow Orchestration](sources/n8n-workflow-orchestration.md) +- [2026-04-09] [Multi-Channel AI Customer Service Platform](sources/multi-channel-ai-customer-service-platform.md) +- [2026-04-09] [Second Brain](sources/second-brain.md) +- [2026-04-09] [LaTeX Paper Writing](sources/latex-paper-writing.md) +- [2026-04-09] [Habit Tracker & Accountability Coach](sources/habit-tracker-accountability-coach.md) +- [2026-04-09] [Dynamic Dashboard with Sub-agent Spawning](sources/dynamic-dashboard-with-sub-agent-spawning.md) +- [2026-04-09] [Pre-Build Idea Validator](sources/pre-build-idea-validator.md) +- [2026-04-09] [Autonomous Project Management with Subagents](sources/autonomous-project-management.md) +- [2026-04-09] [Daily Reddit Digest](sources/daily-reddit-digest.md) +- [2026-04-09] [Inbox De-clutter](sources/inbox-declutter.md) +- [2026-04-09] [Custom Morning Brief](sources/custom-morning-brief.md) +- [2026-04-09] [Market Research & Product Factory](sources/market-research-product-factory.md) +- [2026-04-09] [Phone-Based Personal Assistant](sources/phone-based-personal-assistant.md) +- [2026-04-09] [Event Guest Confirmation](sources/event-guest-confirmation.md) +- [2026-04-09] [Multi-Channel Assistant](sources/multi-channel-assistant.md) +- [2026-04-09] [AI-Powered Earnings Tracker](sources/ai-powered-earnings-tracker.md) +- [2026-04-09] [Multi-Agent Specialized Team (Solo Founder Setup)](sources/multi-agent-team.md) +- [2026-04-09] [Health & Symptom Tracker](sources/health-symptom-tracker.md) +- [2026-04-09] [Self-Healing Home Server & Infrastructure Management](sources/self-healing-home-server-infrastructure-management.md) +- [2026-04-09] [Multi-Agent Content Factory](sources/multi-agent-content-factory.md) +- [2026-04-09] [Daily YouTube Digest](sources/daily-youtube-digest.md) +- [2026-04-09] [Automated Meeting Notes & Action Items](sources/meeting-notes-action-items.md) +- [2026-04-09] [Podcast Production Pipeline](sources/podcast-production-pipeline.md) +- [2026-04-09] [万字保姆级教程,让你90天跑通\"一人公司\"模式(附AI提示词)](sources/万字保姆级教程-让你90天跑通一人公司模式-附AI提示词.md) +- [2026-04-09] [Google 5个Agent Skill设计模式](sources/Google-5-Agent-Skill-design-patterns-2026-03-19.md) +- [2026-04-09] [万字讲透OpenClaw-Workspace深度解析](sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md) +- [2026-04-09] [电商如何选品 如何找到爆款 选品策略](sources/dian-shang-xuan-pin-bao-kuan-xuan-pin-celue.md) +- [2026-04-09] [电商视频Prompt](sources/电商视频Prompt.md) +- [2026-04-09] [TikTok Shop - Apache Superset Dashboard设计思路](sources/TikTok-Shop-Apache-Superset-Dashboard设计思路.md) +- [2026-04-09] [做TK跨境思路不对努力白费](sources/做TK跨境思路不对努力白费.md) +- [2026-04-09] [超达物流定价](sources/chao-da-wu-liu-ding-jia.md) +- [2026-04-09] [TK美国面单授权及操作流程](sources/TK美国面单授权及操作流程.md) +- [2026-04-09] [Scrapy + Playwright 抓取TikTok Shop Data](sources/Scrapy-Playwright-抓取TikTok-Shop-Data.md) +- [2026-03-29] [Workflow Optimizer (Agent)](sources/testing-workflow-optimizer.md) +- [2026-03-29] [Testing Tool Evaluator](sources/testing-tool-evaluator.md) +- [2026-03-29] [Test Results Analyzer](sources/testing-test-results-analyzer.md) +- [2026-03-29] [Reality Checker (Agent)](sources/testing-reality-checker.md) +- [2026-03-29] [Performance Benchmarker (Agent)](sources/testing-performance-benchmarker.md) +- [2026-03-29] [Evidence Collector](sources/testing-evidence-collector.md) +- [2026-03-29] [API Tester (Agent)](sources/testing-api-tester.md) +- [2026-03-29] [Accessibility Auditor](sources/testing-accessibility-auditor.md) +- [2026-03-29] [Support Responder](sources/support-support-responder.md) +- [2026-03-29] [Legal Compliance Checker](sources/support-legal-compliance-checker.md) +- [2026-03-29] [Infrastructure Maintainer](sources/support-infrastructure-maintainer.md) +- [2026-03-29] [Finance Tracker](sources/support-finance-tracker.md) +- [2026-03-29] [Executive Summary Generator](sources/support-executive-summary-generator.md) +- [2026-03-29] [Support Analytics Reporter](sources/support-analytics-reporter.md) +- [2026-03-29] [scenario-startup-mvp](sources/scenario-startup-mvp.md) — (expected: wiki/sources/scenario-startup-mvp.md — source missing) +- [2026-03-29] [scenario-marketing-campaign](sources/scenario-marketing-campaign.md) — (expected: wiki/sources/scenario-marketing-campaign.md — source missing) +- [2026-03-29] [scenario-incident-response](sources/scenario-incident-response.md) — (expected: wiki/sources/scenario-incident-response.md — source missing) +- [2026-03-29] [scenario-enterprise-feature](sources/scenario-enterprise-feature.md) — (expected: wiki/sources/scenario-enterprise-feature.md — source missing) +- [2026-03-29] [phase-6-operate](sources/phase-6-operate.md) — (expected: wiki/sources/phase-6-operate.md — source missing) +- [2026-03-29] [phase-5-launch](sources/phase-5-launch.md) — (expected: wiki/sources/phase-5-launch.md — source missing) +- [2026-03-29] [phase-4-hardening](sources/phase-4-hardening.md) — (expected: wiki/sources/phase-4-hardening.md — source missing) +- [2026-03-29] [phase-3-build](sources/phase-3-build.md) — (expected: wiki/sources/phase-3-build.md — source missing) +- [2026-03-29] [phase-2-foundation](sources/phase-2-foundation.md) — (expected: wiki/sources/phase-2-foundation.md — source missing) +- [2026-03-29] [phase-1-strategy](sources/phase-1-strategy.md) — (expected: wiki/sources/phase-1-strategy.md — source missing) +- [2026-03-29] [phase-0-discovery](sources/phase-0-discovery.md) — (expected: wiki/sources/phase-0-discovery.md — source missing) +- [2026-03-29] [nexus-strategy](sources/nexus-strategy.md) — (expected: wiki/sources/nexus-strategy.md — source missing) +- [2026-03-29] [handoff-templates](sources/handoff-templates.md) — (expected: wiki/sources/handoff-templates.md — source missing) +- [2026-03-29] [agent-activation-prompts](sources/agent-activation-prompts.md) — (expected: wiki/sources/agent-activation-prompts.md — source missing) +- [2026-03-29] [QUICKSTART](sources/QUICKSTART.md) — (expected: wiki/sources/QUICKSTART.md — source missing) +- [2026-03-29] [EXECUTIVE-BRIEF](sources/EXECUTIVE-BRIEF.md) — (expected: wiki/sources/EXECUTIVE-BRIEF.md — source missing) +- [2026-03-29] [ZK Steward Agent](sources/zk-steward.md) +- [2026-03-29] [Supply Chain Strategist](sources/supply-chain-strategist.md) +- [2026-03-29] [Study Abroad Advisor](sources/study-abroad-advisor.md) +- [2026-03-29] [Workflow Architect](sources/specialized-workflow-architect.md) +- [2026-03-29] [Model QA Specialist](sources/model-qa-specialist.md) +- [2026-03-29] [MCP Builder Agent](sources/specialized-mcp-builder.md) +- [2026-03-29] [Korean Business Navigator](sources/specialized-korean-business-navigator.md) +- [2026-03-29] [French Consulting Market Navigator](sources/French-Consulting-Market-Navigator.md) +- [2026-03-29] [Document Generator](sources/specialized-document-generator.md) +- [2026-03-29] [Developer Advocate Agent](sources/specialized-developer-advocate.md) +- [2026-03-29] [Cultural Intelligence Strategist](sources/specialized-cultural-intelligence-strategist.md) +- [2026-03-29] [Civil Engineer](sources/specialized-civil-engineer.md) +- [2026-03-29] [Sales Data Extraction Agent](sources/sales-data-extraction-agent.md) +- [2026-03-29] [Report Distribution Agent](sources/report-distribution-agent.md) +- [2026-03-29] [Recruitment Specialist](sources/recruitment-specialist.md) +- [2026-03-29] [LSP/Index Engineer](sources/lsp-index-engineer.md) +- [2026-03-29] [Identity Graph Operator](sources/identity-graph-operator.md) +- [2026-03-29] [Healthcare Marketing Compliance Specialist](sources/healthcare-marketing-compliance.md) +- [2026-03-29] [Government Digital Presales Consultant](sources/government-digital-presales-consultant.md) +- [2026-03-29] [Data Consolidation Agent](sources/data-consolidation-agent.md) +- [2026-03-29] [Corporate Training Designer](sources/corporate-training-designer.md) +- [2026-03-29] [Compliance Auditor Agent](sources/compliance-auditor.md) +- [2026-03-29] [Blockchain Security Auditor](sources/blockchain-security-auditor.md) +- [2026-03-29] [Automation Governance Architect](sources/automation-governance-architect.md) +- [2026-03-29] [Agents Orchestrator](sources/agents-orchestrator.md) +- [2026-03-29] [Agentic Identity & Trust Architect](sources/agentic-identity-trust.md) +- [2026-03-29] [Accounts Payable Agent](sources/accounts-payable-agent.md) +- [2026-03-29] [XR Interface Architect](sources/xr-interface-architect.md) +- [2026-03-29] [XR Immersive Developer](sources/xr-immersive-developer.md) +- [2026-03-29] [XR Cockpit Interaction Specialist](sources/xr-cockpit-interaction-specialist.md) +- [2026-03-29] [visionOS Spatial Engineer](sources/visionos-spatial-engineer.md) +- [2026-03-29] [Terminal Integration Specialist](sources/terminal-integration-specialist.md) +- [2026-03-29] [macOS Spatial/Metal Engineer](sources/macos-spatial-metal-engineer.md) +- [2026-03-29] [Proposal Strategist Agent](sources/sales-proposal-strategist.md) +- [2026-03-29] [Pipeline Analyst](sources/sales-pipeline-analyst.md) +- [2026-03-29] [Outbound Strategist](sources/sales-outbound-strategist.md) +- [2026-03-29] [Sales Engineer](sources/sales-engineer.md) +- [2026-03-29] [Sales Discovery Coach](sources/sales-discovery-coach.md) +- [2026-03-29] [Deal Strategist](sources/sales-deal-strategist.md) +- [2026-03-29] [Sales Coach](sources/sales-coach.md) +- [2026-03-29] [Sales Account Strategist Agent](sources/sales-account-strategist.md) +- [2026-03-29] [Senior Project Manager](sources/project-manager-senior.md) +- [2026-03-29] [Studio Producer](sources/studio-producer.md) +- [2026-03-29] [Studio Operations](sources/project-management-studio-operations.md) +- [2026-03-29] [Project Shepherd](sources/project-management-project-shepherd.md) +- [2026-03-29] [Jira Workflow Steward](sources/project-management-jira-workflow-steward.md) +- [2026-03-29] [Experiment Tracker](sources/project-management-experiment-tracker.md) +- [2026-03-29] [Product Trend Researcher Agent](sources/product-trend-researcher.md) +- [2026-03-29] [Product Sprint Prioritizer](sources/product-sprint-prioritizer.md) +- [2026-03-29] [Product Manager](sources/product-manager.md) +- [2026-03-29] [Product Feedback Synthesizer](sources/product-feedback-synthesizer.md) +- [2026-03-29] [Behavioral Nudge Engine](sources/product-behavioral-nudge-engine.md) +- [2026-03-29] [Paid Media Tracking & Measurement Specialist](sources/paid-media-tracking-specialist.md) +- [2026-03-29] [Search Query Analyst](sources/search-query-analyst.md) +- [2026-03-29] [Paid Media Programmatic & Display Buyer](sources/paid-media-programmatic-buyer.md) +- [2026-03-29] [Paid Media PPC Campaign Strategist Agent](sources/paid-media-ppc-strategist.md) +- [2026-03-29] [Paid Media Paid Social Strategist](sources/paid-media-paid-social-strategist.md) +- [2026-03-29] [Paid Media Ad Creative Strategist](sources/paid-media-creative-strategist.md) +- [2026-03-29] [Paid Media Auditor](sources/paid-media-auditor.md) +- [2026-03-29] [Marketing Zhihu Strategist](sources/marketing-zhihu-strategist.md) +- [2026-03-29] [marketing-xiaohongshu-specialist](sources/marketing-xiaohongshu-specialist.md) — (expected: wiki/sources/marketing-xiaohongshu-specialist.md — source missing) +- [2026-03-29] [Marketing Weibo Strategist](sources/marketing-weibo-strategist.md) +- [2026-03-29] [marketing-wechat-official-account](sources/marketing-wechat-official-account.md) — (expected: wiki/sources/marketing-wechat-official-account.md — source missing) +- [2026-03-29] [Marketing Video Optimization Specialist](sources/marketing-video-optimization-specialist.md) +- [2026-03-29] [marketing-twitter-engager](sources/marketing-twitter-engager.md) — (expected: wiki/sources/marketing-twitter-engager.md — source missing) +- [2026-03-29] [marketing-tiktok-strategist](sources/marketing-tiktok-strategist.md) — (expected: wiki/sources/marketing-tiktok-strategist.md — source missing) +- [2026-03-29] [Social Media Strategist](sources/marketing-social-media-strategist.md) +- [2026-03-29] [Marketing Short-Video Editing Coach](sources/marketing-short-video-editing-coach.md) +- [2026-03-29] [Marketing Reddit Community Builder](sources/marketing-reddit-community-builder.md) +- [2026-03-29] [Marketing Private Domain Operator](sources/marketing-private-domain-operator.md) +- [2026-03-29] [marketing-podcast-strategist](sources/marketing-podcast-strategist.md) — (expected: wiki/sources/marketing-podcast-strategist.md — source missing) +- [2026-03-29] [marketing-livestream-commerce-coach](sources/marketing-livestream-commerce-coach.md) — (expected: wiki/sources/marketing-livestream-commerce-coach.md — source missing) +- [2026-03-29] [marketing-linkedin-content-creator](sources/marketing-linkedin-content-creator.md) — (expected: wiki/sources/marketing-linkedin-content-creator.md — source missing) +- [2026-03-29] [Marketing Kuaishou Strategist](sources/marketing-kuaishou-strategist.md) +- [2026-03-29] [Marketing Instagram Curator](sources/marketing-instagram-curator.md) +- [2026-03-29] [marketing-growth-hacker](sources/marketing-growth-hacker.md) — (expected: wiki/sources/marketing-growth-hacker.md — source missing) +- [2026-03-29] [Marketing Douyin Strategist](sources/marketing-douyin-strategist.md) +- [2026-03-29] [Marketing Cross-Border E-Commerce Specialist](sources/Marketing-Cross-Border-Ecommerce-Specialist.md) +- [2026-03-29] [marketing-content-creator](sources/marketing-content-creator.md) — (expected: wiki/sources/marketing-content-creator.md — source missing) +- [2026-03-29] [marketing-china-market-localization-strategist](sources/marketing-china-market-localization-strategist.md) — (expected: wiki/sources/marketing-china-market-localization-strategist.md — source missing) +- [2026-03-29] [Marketing China E-Commerce Operator](sources/marketing-china-ecommerce-operator.md) +- [2026-03-29] [Marketing Carousel Growth Engine](sources/marketing-carousel-growth-engine.md) +- [2026-03-29] [Book Co-Author](sources/marketing-book-co-author.md) +- [2026-03-29] [marketing-bilibili-content-strategist](sources/marketing-bilibili-content-strategist.md) — (expected: wiki/sources/marketing-bilibili-content-strategist.md — source missing) +- [2026-03-29] [Marketing Baidu SEO Specialist](sources/marketing-baidu-seo-specialist.md) +- [2026-03-29] [marketing-app-store-optimizer](sources/marketing-app-store-optimizer.md) — (expected: wiki/sources/marketing-app-store-optimizer.md — source missing) +- [2026-03-29] [marketing-ai-citation-strategist](sources/marketing-ai-citation-strategist.md) — (expected: wiki/sources/marketing-ai-citation-strategist.md — source missing) +- [2026-03-29] [OpenClaw Integration](sources/openclaw-readme.md) +- [2026-03-29] [Backend Architect (with Memory)](sources/backend-architect-with-memory.md) +- [2026-03-29] [MCP Memory Integration](sources/mcp-memory-readme.md) +- [2026-03-29] [Kimi Code CLI Integration](sources/kimi-readme.md) +- [2026-03-29] [GitHub Copilot Integration](sources/github-copilot-readme.md) +- [2026-03-29] [Gemini CLI Integration](sources/gemini-cli-readme.md) +- [2026-03-29] [unreal-world-builder](sources/unreal-world-builder.md) — (expected: wiki/sources/unreal-world-builder.md — source missing) +- [2026-03-29] [unreal-technical-artist](sources/unreal-technical-artist.md) — (expected: wiki/sources/unreal-technical-artist.md — source missing) +- [2026-03-29] [unreal-systems-engineer](sources/unreal-systems-engineer.md) — (expected: wiki/sources/unreal-systems-engineer.md — source missing) +- [2026-03-29] [unreal-multiplayer-architect](sources/unreal-multiplayer-architect.md) — (expected: wiki/sources/unreal-multiplayer-architect.md — source missing) +- [2026-03-29] [unity-shader-graph-artist](sources/unity-shader-graph-artist.md) — (expected: wiki/sources/unity-shader-graph-artist.md — source missing) +- [2026-03-29] [unity-multiplayer-engineer](sources/unity-multiplayer-engineer.md) — (expected: wiki/sources/unity-multiplayer-engineer.md — source missing) +- [2026-03-29] [unity-editor-tool-developer](sources/unity-editor-tool-developer.md) — (expected: wiki/sources/unity-editor-tool-developer.md — source missing) +- [2026-03-29] [unity-architect](sources/unity-architect.md) — (expected: wiki/sources/unity-architect.md — source missing) +- [2026-03-29] [technical-artist](sources/technical-artist.md) — (expected: wiki/sources/technical-artist.md — source missing) +- [2026-03-29] [roblox-systems-scripter](sources/roblox-systems-scripter.md) — (expected: wiki/sources/roblox-systems-scripter.md — source missing) +- [2026-03-29] [roblox-experience-designer](sources/roblox-experience-designer.md) — (expected: wiki/sources/roblox-experience-designer.md — source missing) +- [2026-03-29] [roblox-avatar-creator](sources/roblox-avatar-creator.md) — (expected: wiki/sources/roblox-avatar-creator.md — source missing) +- [2026-03-29] [narrative-designer](sources/narrative-designer.md) — (expected: wiki/sources/narrative-designer.md — source missing) +- [2026-03-29] [level-designer](sources/level-designer.md) — (expected: wiki/sources/level-designer.md — source missing) +- [2026-03-29] [godot-shader-developer](sources/godot-shader-developer.md) — (expected: wiki/sources/godot-shader-developer.md — source missing) +- [2026-03-29] [godot-multiplayer-engineer](sources/godot-multiplayer-engineer.md) — (expected: wiki/sources/godot-multiplayer-engineer.md — source missing) +- [2026-03-29] [godot-gameplay-scripter](sources/godot-gameplay-scripter.md) — (expected: wiki/sources/godot-gameplay-scripter.md — source missing) +- [2026-03-29] [game-designer](sources/game-designer.md) — (expected: wiki/sources/game-designer.md — source missing) +- [2026-03-29] [game-audio-engineer](sources/game-audio-engineer.md) — (expected: wiki/sources/game-audio-engineer.md — source missing) +- [2026-03-29] [blender-addon-engineer](sources/blender-addon-engineer.md) — (expected: wiki/sources/blender-addon-engineer.md — source missing) +- [2026-03-29] [Multi-Agent Workflow: Startup MVP with Persistent Memory](sources/workflow-with-memory.md) +- [2026-03-29] [Multi-Agent Workflow: Startup MVP](sources/workflow-startup-mvp.md) +- [2026-03-29] [Multi-Agent Workflow: Landing Page Sprint](sources/multi-agent-workflow-landing-page-sprint.md) +- [2026-03-29] [Workflow Example: Book Chapter Development](sources/workflow-book-chapter.md) +- [2026-03-29] [Nexus Spatial: Full Agency Discovery Exercise](sources/nexus-spatial-discovery.md) +- [2026-03-29] [Examples (Agency Agents)](sources/agency-agents-examples.md) +- [2026-03-29] [engineering-wechat-mini-program-developer](sources/engineering-wechat-mini-program-developer.md) — (expected: wiki/sources/engineering-wechat-mini-program-developer.md — source missing) +- [2026-03-29] [engineering-threat-detection-engineer](sources/engineering-threat-detection-engineer.md) — (expected: wiki/sources/engineering-threat-detection-engineer.md — source missing) +- [2026-03-29] [engineering-technical-writer](sources/engineering-technical-writer.md) — (expected: wiki/sources/engineering-technical-writer.md — source missing) +- [2026-03-29] [engineering-sre](sources/engineering-sre.md) — (expected: wiki/sources/engineering-sre.md — source missing) +- [2026-03-29] [engineering-solidity-smart-contract-engineer](sources/engineering-solidity-smart-contract-engineer.md) — (expected: wiki/sources/engineering-solidity-smart-contract-engineer.md — source missing) +- [2026-03-29] [engineering-software-architect](sources/engineering-software-architect.md) — (expected: wiki/sources/engineering-software-architect.md — source missing) +- [2026-03-29] [engineering-senior-developer](sources/engineering-senior-developer.md) — (expected: wiki/sources/engineering-senior-developer.md — source missing) +- [2026-03-29] [engineering-security-engineer](sources/engineering-security-engineer.md) — (expected: wiki/sources/engineering-security-engineer.md — source missing) +- [2026-03-29] [engineering-rapid-prototyper](sources/engineering-rapid-prototyper.md) — (expected: wiki/sources/engineering-rapid-prototyper.md — source missing) +- [2026-03-29] [engineering-mobile-app-builder](sources/engineering-mobile-app-builder.md) — (expected: wiki/sources/engineering-mobile-app-builder.md — source missing) +- [2026-03-29] [engineering-incident-response-commander](sources/engineering-incident-response-commander.md) — (expected: wiki/sources/engineering-incident-response-commander.md — source missing) +- [2026-03-29] [engineering-git-workflow-master](sources/engineering-git-workflow-master.md) — (expected: wiki/sources/engineering-git-workflow-master.md — source missing) +- [2026-03-29] [engineering-frontend-developer](sources/engineering-frontend-developer.md) — (expected: wiki/sources/engineering-frontend-developer.md — source missing) +- [2026-03-29] [engineering-filament-optimization-specialist](sources/engineering-filament-optimization-specialist.md) — (expected: wiki/sources/engineering-filament-optimization-specialist.md — source missing) +- [2026-03-29] [engineering-feishu-integration-developer](sources/engineering-feishu-integration-developer.md) — (expected: wiki/sources/engineering-feishu-integration-developer.md — source missing) +- [2026-03-29] [engineering-embedded-firmware-engineer](sources/engineering-embedded-firmware-engineer.md) — (expected: wiki/sources/engineering-embedded-firmware-engineer.md — source missing) +- [2026-03-29] [engineering-email-intelligence-engineer](sources/engineering-email-intelligence-engineer.md) — (expected: wiki/sources/engineering-email-intelligence-engineer.md — source missing) +- [2026-03-29] [engineering-devops-automator](sources/engineering-devops-automator.md) — (expected: wiki/sources/engineering-devops-automator.md — source missing) +- [2026-03-29] [engineering-database-optimizer](sources/engineering-database-optimizer.md) — (expected: wiki/sources/engineering-database-optimizer.md — source missing) +- [2026-03-29] [engineering-data-engineer](sources/engineering-data-engineer.md) — (expected: wiki/sources/engineering-data-engineer.md — source missing) +- [2026-03-29] [engineering-code-reviewer](sources/engineering-code-reviewer.md) — (expected: wiki/sources/engineering-code-reviewer.md — source missing) +- [2026-03-29] [engineering-cms-developer](sources/engineering-cms-developer.md) — (expected: wiki/sources/engineering-cms-developer.md — source missing) +- [2026-03-29] [engineering-backend-architect](sources/engineering-backend-architect.md) — (expected: wiki/sources/engineering-backend-architect.md — source missing) +- [2026-03-29] [engineering-autonomous-optimization-architect](sources/engineering-autonomous-optimization-architect.md) — (expected: wiki/sources/engineering-autonomous-optimization-architect.md — source missing) +- [2026-03-29] [engineering-ai-engineer](sources/engineering-ai-engineer.md) — (expected: wiki/sources/engineering-ai-engineer.md — source missing) +- [2026-03-29] [engineering-ai-data-remediation-engineer](sources/engineering-ai-data-remediation-engineer.md) — (expected: wiki/sources/engineering-ai-data-remediation-engineer.md — source missing) +- [2026-03-29] [Whimsy Injector Agent Personality](sources/design-whimsy-injector.md) +- [2026-03-29] [Visual Storyteller](sources/design-visual-storyteller.md) +- [2026-03-29] [UX Researcher](sources/design-ux-researcher.md) +- [2026-03-29] [UX Architect Agent 设计文档](sources/design-ux-architect.md) +- [2026-03-29] [UI Designer](sources/design-ui-designer.md) +- [2026-03-29] [Inclusive Visuals Specialist](sources/design-inclusive-visuals-specialist.md) +- [2026-03-29] [Image Prompt Engineer Agent](sources/design-image-prompt-engineer.md) +- [2026-03-29] [Brand Guardian Agent 设计文档](sources/design-brand-guardian.md) +- [2026-03-29] [Academic Psychologist Agent Personality](sources/academic-psychologist.md) +- [2026-03-29] [Narratologist Agent](sources/academic-narratologist.md) +- [2026-03-29] [Academic Historian Agent](sources/academic-historian.md) +- [2026-03-29] [Geographer](sources/academic-geographer.md) +- [2026-03-29] [Anthropologist Agent Personality](sources/academic-anthropologist.md) +- [2026-03-29] [为 The Agency 贡献代码](sources/contributing-zh-cn.md) +- [2026-03-29] [Salesforce Architect](sources/specialized-salesforce-architect.md) + +## Entities +- [A-Frame](entities/A-Frame.md) +- [Academic-Historian](entities/Academic-Historian.md) +- [Accessibility-Auditor](entities/Accessibility-Auditor.md) +- [Accounts-Payable-Agent](entities/Accounts-Payable-Agent.md) +- [Active-Directory](entities/Active-Directory.md) +- [Adobe-Premiere-Pro](entities/Adobe-Premiere-Pro.md) +- [AdsPower](entities/AdsPower.md) +- [Agentic-Identity-Trust-Architect](entities/Agentic-Identity-Trust-Architect.md) +- [AI-Foundations](entities/AI-Foundations.md) +- [AI-SRE](entities/AI-SRE.md) +- [AionUi](entities/AionUi.md) +- [AIOps](entities/AIOps.md) +- [Airtable](entities/Airtable.md) +- [AITmpl](entities/AITmpl.md) +- [Alex-Ewerlof](entities/Alex-Ewerlof.md) +- [Alex-Finn](entities/Alex-Finn.md) +- [Amazon](entities/Amazon.md) +- [Amazon-DocumentDB](entities/Amazon-DocumentDB.md) +- [Amazon-DynamoDB](entities/Amazon-DynamoDB.md) +- [Amazon-ElastiCache](entities/Amazon-ElastiCache.md) +- [Amazon-Inspector](entities/Amazon-Inspector.md) +- [Amazon-Keyspaces](entities/Amazon-Keyspaces.md) +- [Amazon-Kinesis](entities/Amazon-Kinesis.md) +- [Amazon-Neptune](entities/Amazon-Neptune.md) +- [Amazon-Q](entities/Amazon-Q.md) +- [Amazon-SNS](entities/Amazon-SNS.md) +- [Amazon-SQS](entities/Amazon-SQS.md) +- [Amazon-Timestream](entities/Amazon-Timestream.md) +- [Anki](entities/Anki.md) +- [Ansible](entities/Ansible.md) +- [Anthropic](entities/Anthropic.md) +- [AnyVoice](entities/AnyVoice.md) +- [Apache](entities/Apache.md) +- [Apache-Superset](entities/Apache-Superset.md) +- [Appinn](entities/Appinn.md) +- [Apple](entities/Apple.md) +- [AppStream-2.0](entities/AppStream-2.0.md) +- [ArgoCD](entities/ArgoCD.md) +- [Arnold-Dacan](entities/Arnold-Dacan.md) +- [Asana](entities/Asana.md) +- [Ashish](entities/Ashish.md) +- [Atlantis](entities/Atlantis.md) +- [Aurora](entities/Aurora.md) +- [AWS](entities/AWS.md) +- [AWS-Config](entities/AWS-Config.md) +- [AWS-Firewall-Manager](entities/AWS-Firewall-Manager.md) +- [AWS-Identity-Center](entities/AWS-Identity-Center.md) +- [AWS-Instance-Scheduler](entities/AWS-Instance-Scheduler.md) +- [AWS-Organizations](entities/AWS-Organizations.md) +- [AWS-RAM](entities/AWS-RAM.md) +- [AWS-Redshift](entities/AWS-Redshift.md) +- [AWS-Secrets-Manager](entities/AWS-Secrets-Manager.md) +- [AWS-Workspaces](entities/AWS-Workspaces.md) +- [Axton](entities/Axton.md) +- [Azure](entities/Azure.md) +- [Babylon.js](entities/Babylon.js.md) +- [Backend-Architect](entities/Backend-Architect.md) +- [Bandwagon](entities/Bandwagon.md) +- [baoyu](entities/baoyu.md) +- [Bitwarden](entities/Bitwarden.md) +- [Bloomberg-API](entities/Bloomberg-API.md) +- [BMC](entities/BMC.md) +- [Bottlerocket](entities/Bottlerocket.md) +- [Bottom](entities/Bottom.md) +- [Brand-Guardian](entities/Brand-Guardian.md) +- [BRAT-插件](entities/BRAT-插件.md) +- [Brendan-Standing](entities/Brendan-Standing.md) +- [Brendan-Starnig](entities/Brendan-Starnig.md) +- [Bright-Data](entities/Bright-Data.md) +- [BrightData](entities/BrightData.md) +- [Btop++](entities/Btop++.md) +- [Build-Hub](entities/Build-Hub.md) +- [Caddy](entities/Caddy.md) +- [Calendar](entities/Calendar.md) +- [Canva](entities/Canva.md) +- [CapCut-Pro](entities/CapCut-Pro.md) +- [CCOE](entities/CCOE.md) +- [Chainlink](entities/Chainlink.md) +- [ChatGPT](entities/ChatGPT.md) +- [Choi-Wontak](entities/Choi-Wontak.md) +- [Christian-Deckelman](entities/Christian-Deckelman.md) +- [Christian-ODonough](entities/Christian-ODonough.md) +- [Chuck-Carroll](entities/Chuck-Carroll.md) +- [Civil-Engineer](entities/Civil-Engineer.md) +- [Claude](entities/Claude.md) +- [ClawdTalk](entities/ClawdTalk.md) +- [ClawHub](entities/ClawHub.md) +- [clawr.ing](entities/clawr.ing.md) +- [Clifford-Geertz](entities/Clifford-Geertz.md) +- [Cline](entities/Cline.md) +- [Clonezilla](entities/Clonezilla.md) +- [Cloud-Guard](entities/Cloud-Guard.md) +- [Cloud-Technology-Design-Forum](entities/Cloud-Technology-Design-Forum.md) +- [Cloudflare](entities/Cloudflare.md) +- [CloudFormation](entities/CloudFormation.md) +- [CloudWatch](entities/CloudWatch.md) +- [CMDB](entities/CMDB.md) +- [Codecrafters](entities/Codecrafters.md) +- [codecrafters-io-build-your-own-x](entities/codecrafters-io-build-your-own-x.md) +- [CodePilot](entities/CodePilot.md) +- [collective-work](entities/collective-work.md) +- [Compliance-Auditor](entities/Compliance-Auditor.md) +- [Compute-Node](entities/Compute-Node.md) +- [Content-Creator](entities/Content-Creator.md) +- [Coyote](entities/Coyote.md) +- [Coze(扣子)](entities/Coze(扣子).md) +- [CrowdStrike](entities/CrowdStrike.md) +- [CTP](entities/CTP.md) +- [Cultural-Intelligence-Strategist](entities/Cultural-Intelligence-Strategist.md) +- [Cursor](entities/Cursor.md) +- [Damian](entities/Damian.md) +- [Dan-Koe](entities/Dan-Koe.md) +- [Dataview](entities/Dataview.md) +- [DaVinci-Resolve](entities/DaVinci-Resolve.md) +- [DB-Folder](entities/DB-Folder.md) +- [Decopy](entities/Decopy.md) +- [DeepSeek](entities/DeepSeek.md) +- [DeepSider](entities/DeepSider.md) +- [DenchClaw](entities/DenchClaw.md) +- [Dify](entities/Dify.md) +- [DingTalk-Learning](entities/DingTalk-Learning.md) +- [Discord](entities/Discord.md) +- [Docker](entities/Docker.md) +- [Document-Generator](entities/Document-Generator.md) +- [DOU-Plus-抖加](entities/DOU-Plus-抖加.md) +- [Douyin](entities/Douyin.md) +- [Dr-Anil-Giri](entities/Dr-Anil-Giri.md) +- [DracoVibeCoding](entities/DracoVibeCoding.md) +- [DuckDB](entities/DuckDB.md) +- [Duolingo](entities/Duolingo.md) +- [DV360](entities/DV360.md) +- [Echidna](entities/Echidna.md) +- [ECS-Elastic-Container-Services](entities/ECS-Elastic-Container-Services.md) +- [EKS](entities/EKS.md) +- [EKS-Auto-Mode](entities/EKS-Auto-Mode.md) +- [El-Bebe-Games](entities/El-Bebe-Games.md) +- [ElevenLabs](entities/ElevenLabs.md) +- [ESN-Tier-Classification](entities/ESN-Tier-Classification.md) +- [EventBridge](entities/EventBridge.md) +- [Experiment-Tracker](entities/Experiment-Tracker.md) +- [F5-TTS](entities/F5-TTS.md) +- [FastAPI](entities/FastAPI.md) +- [FedRAMP](entities/FedRAMP.md) +- [Feishu-Knowledge-Base](entities/Feishu-Knowledge-Base.md) +- [Femi-George](entities/Femi-George.md) +- [Fibos](entities/Fibos.md) +- [File-Explorer-Note-Count](entities/File-Explorer-Note-Count.md) +- [Filos-Christolakis](entities/Filos-Christolakis.md) +- [Final-Cut-Pro](entities/Final-Cut-Pro.md) +- [FinanceTracker](entities/FinanceTracker.md) +- [Financial-Times-API](entities/Financial-Times-API.md) +- [FinOps-Team](entities/FinOps-Team.md) +- [FlowSync](entities/FlowSync.md) +- [Flux](entities/Flux.md) +- [Foundry](entities/Foundry.md) +- [FPNA-Team](entities/FPNA-Team.md) +- [Frontend-Developer](entities/Frontend-Developer.md) +- [FRP](entities/FRP.md) +- [FRPServer](entities/FRPServer.md) +- [Futurist-Systems](entities/Futurist-Systems.md) +- [Gamma](entities/Gamma.md) +- [GCP](entities/GCP.md) +- [GDM3](entities/GDM3.md) +- [GDPR](entities/GDPR.md) +- [GEMALA](entities/GEMALA.md) +- [Gemini](entities/Gemini.md) +- [Gemini-API](entities/Gemini-API.md) +- [Geographer](entities/Geographer.md) +- [Gitea](entities/Gitea.md) +- [GitHub](entities/GitHub.md) +- [GitHub-Enterprise](entities/GitHub-Enterprise.md) +- [GitLab](entities/GitLab.md) +- [Glances](entities/Glances.md) +- [GNews-API](entities/GNews-API.md) +- [gog-CLI](entities/gog-CLI.md) +- [Google](entities/Google.md) +- [Google-AI-Studio](entities/Google-AI-Studio.md) +- [Google-Calendar](entities/Google-Calendar.md) +- [Google-Cloud-Console](entities/Google-Cloud-Console.md) +- [Google-Sheets](entities/Google-Sheets.md) +- [Government-Digital-Presales-Consultant](entities/Government-Digital-Presales-Consultant.md) +- [Grafana](entities/Grafana.md) +- [graphd](entities/graphd.md) +- [Graviton](entities/Graviton.md) +- [Growth-Hacker](entities/Growth-Hacker.md) +- [Gruntwork](entities/Gruntwork.md) +- [Healthcare-Marketing-Compliance-Specialist](entities/Healthcare-Marketing-Compliance-Specialist.md) +- [Heather-Norris](entities/Heather-Norris.md) +- [HIPAA](entities/HIPAA.md) +- [Holger-Rode](entities/Holger-Rode.md) +- [HoloLens](entities/HoloLens.md) +- [Homarr](entities/Homarr.md) +- [Homebrew](entities/Homebrew.md) +- [Homepage](entities/Homepage.md) +- [HowToGeek](entities/HowToGeek.md) +- [HP](entities/HP.md) +- [HP-ZBook](entities/HP-ZBook.md) +- [Htop](entities/Htop.md) +- [HunyuanVideo](entities/HunyuanVideo.md) +- [IAM-AWS-Identity-and-Access-Management](entities/IAM-AWS-Identity-and-Access-Management.md) +- [iCloud-Drive](entities/iCloud-Drive.md) +- [idea-reality-mcp](entities/idea-reality-mcp.md) +- [Identity-Graph-Operator](entities/Identity-Graph-Operator.md) +- [IGA](entities/IGA.md) +- [Image-Prompt-Engineer](entities/Image-Prompt-Engineer.md) +- [Inclusive-Visuals-Specialist](entities/Inclusive-Visuals-Specialist.md) +- [Infoblox](entities/Infoblox.md) +- [Instagram-Graph-API](entities/Instagram-Graph-API.md) +- [intsas-local](entities/intsas-local.md) +- [ISO-27001](entities/ISO-27001.md) +- [it-tools](entities/it-tools.md) +- [Jackie](entities/Jackie.md) +- [Jay-Comer](entities/Jay-Comer.md) +- [Jellyfin](entities/Jellyfin.md) +- [Jenkins](entities/Jenkins.md) +- [John-Williams](entities/John-Williams.md) +- [K3s](entities/K3s.md) +- [KAI](entities/KAI.md) +- [Kanban](entities/Kanban.md) +- [Karpenter](entities/Karpenter.md) +- [Karpman-Drama-Triangle](entities/Karpman-Drama-Triangle.md) +- [kepano](entities/kepano.md) +- [Kishore-Garlopati](entities/Kishore-Garlopati.md) +- [KMS](entities/KMS.md) +- [KoolCenter](entities/KoolCenter.md) +- [KoolSchool](entities/KoolSchool.md) +- [Kuaishou](entities/Kuaishou.md) +- [Kubernetes](entities/Kubernetes.md) +- [LaunchDarkly](entities/LaunchDarkly.md) +- [Leader-Node](entities/Leader-Node.md) +- [Legal-Compliance-Checker](entities/Legal-Compliance-Checker.md) +- [LinuxServer-io](entities/LinuxServer-io.md) +- [Loki](entities/Loki.md) +- [Lévi-Strauss](entities/Lévi-Strauss.md) +- [Mac-Mini](entities/Mac-Mini.md) +- [Malt](entities/Malt.md) +- [Manus](entities/Manus.md) +- [Marcel-Mauss](entities/Marcel-Mauss.md) +- [MariaDB](entities/MariaDB.md) +- [Mark-Francis](entities/Mark-Francis.md) +- [Martin-Nash](entities/Martin-Nash.md) +- [Martin-Rosler](entities/Martin-Rosler.md) +- [Matt-Van-Horn](entities/Matt-Van-Horn.md) +- [Matthew-Chapman](entities/Matthew-Chapman.md) +- [MCP-Builder](entities/MCP-Builder.md) +- [Mediastack-API](entities/Mediastack-API.md) +- [Mem0](entities/Mem0.md) +- [MemPalace](entities/MemPalace.md) +- [memsearch](entities/memsearch.md) +- [MerlinClash](entities/MerlinClash.md) +- [Meta-Quest](entities/Meta-Quest.md) +- [MewXAI](entities/MewXAI.md) +- [Micro-Entrepreneur](entities/Micro-Entrepreneur.md) +- [Micro-Focus](entities/Micro-Focus.md) +- [Microsoft](entities/Microsoft.md) +- [Midjourney](entities/Midjourney.md) +- [Mike-Dukes](entities/Mike-Dukes.md) +- [Milvus](entities/Milvus.md) +- [MIM](entities/MIM.md) +- [MiniMax-M2.7](entities/MiniMax-M2.7.md) +- [MinIO](entities/MinIO.md) +- [Mission-Center](entities/Mission-Center.md) +- [Model-QA-Specialist](entities/Model-QA-Specialist.md) +- [MUI](entities/MUI.md) +- [MySQL](entities/MySQL.md) +- [Mythril](entities/Mythril.md) +- [n8n](entities/n8n.md) +- [n8n-mcp](entities/n8n-mcp.md) +- [NAS](entities/NAS.md) +- [Navidrome](entities/Navidrome.md) +- [Neil-Rackham](entities/Neil-Rackham.md) +- [NetApp](entities/NetApp.md) +- [Netflix](entities/Netflix.md) +- [Netgear](entities/Netgear.md) +- [Next-js](entities/Next-js.md) +- [Nexus-Spatial](entities/Nexus-Spatial.md) +- [NFS](entities/NFS.md) +- [Nginx](entities/Nginx.md) +- [Nicholas-Carlini](entities/Nicholas-Carlini.md) +- [Niklas-Luhmann](entities/Niklas-Luhmann.md) +- [NodeWarden](entities/NodeWarden.md) +- [NotebookLM](entities/NotebookLM.md) +- [Obsidian](entities/Obsidian.md) +- [Octane-Hub](entities/Octane-Hub.md) +- [Old-Tie](entities/Old-Tie.md) +- [Ollama](entities/Ollama.md) +- [op7418](entities/op7418.md) +- [Open-Alliance-for-Cloud-Adoption-OACA](entities/Open-Alliance-for-Cloud-Adoption-OACA.md) +- [Open-Notebook](entities/Open-Notebook.md) +- [Open-WebUI](entities/Open-WebUI.md) +- [OpenAI](entities/OpenAI.md) +- [OpenClaw](entities/OpenClaw.md) +- [OpenCode](entities/OpenCode.md) +- [OpenManus](entities/OpenManus.md) +- [OpenSSH](entities/OpenSSH.md) +- [OpenText](entities/OpenText.md) +- [OpenZeppelin](entities/OpenZeppelin.md) +- [Operations-Bridge-Manager-OBM](entities/Operations-Bridge-Manager-OBM.md) +- [Opoint](entities/Opoint.md) +- [OpsBridge](entities/OpsBridge.md) +- [Optic-DR](entities/Optic-DR.md) +- [Outbound-Strategist](entities/Outbound-Strategist.md) +- [Outliner](entities/Outliner.md) +- [OWASP](entities/OWASP.md) +- [PageLM](entities/PageLM.md) +- [Paid-Media-Ad-Creative-Strategist](entities/Paid-Media-Ad-Creative-Strategist.md) +- [Paid-Media-Paid-Social-Strategist](entities/Paid-Media-Paid-Social-Strategist.md) +- [Paid-Media-Tracking-Measurement-Specialist](entities/Paid-Media-Tracking-Measurement-Specialist.md) +- [Palo-Alto-Networks](entities/Palo-Alto-Networks.md) +- [Paul-Hopkins](entities/Paul-Hopkins.md) +- [PCG-Team](entities/PCG-Team.md) +- [PCI-DSS](entities/PCI-DSS.md) +- [Peloton](entities/Peloton.md) +- [Perplexica](entities/Perplexica.md) +- [Phenops](entities/Phenops.md) +- [Pierre-Bourdieu](entities/Pierre-Bourdieu.md) +- [PingMe](entities/PingMe.md) +- [Pipeline-Analyst](entities/Pipeline-Analyst.md) +- [Playwright](entities/Playwright.md) +- [Plex](entities/Plex.md) +- [Podcastfy](entities/Podcastfy.md) +- [Polymarket](entities/Polymarket.md) +- [Portage-Salarial](entities/Portage-Salarial.md) +- [Portainer](entities/Portainer.md) +- [PostgreSQL](entities/PostgreSQL.md) +- [Pradeep](entities/Pradeep.md) +- [Prismer](entities/Prismer.md) +- [Product-Feedback-Synthesizer](entities/Product-Feedback-Synthesizer.md) +- [Product-Hub-PHT](entities/Product-Hub-PHT.md) +- [Product-Manager](entities/Product-Manager.md) +- [Product-Team](entities/Product-Team.md) +- [Project-Shepherd](entities/Project-Shepherd.md) +- [Project-State-Management](entities/Project-State-Management.md) +- [Projects](entities/Projects.md) +- [Prometheus](entities/Prometheus.md) +- [Proposal-Strategist](entities/Proposal-Strategist.md) +- [Public-Cloud-Learning-Sessions](entities/Public-Cloud-Learning-Sessions.md) +- [Pulumi](entities/Pulumi.md) +- [Quartz](entities/Quartz.md) +- [QuickAdd](entities/QuickAdd.md) +- [Qwen](entities/Qwen.md) +- [RackNerd](entities/RackNerd.md) +- [Rajiv](entities/Rajiv.md) +- [Rapid-Prototyper](entities/Rapid-Prototyper.md) +- [RAX50](entities/RAX50.md) +- [RDS](entities/RDS.md) +- [Reality-Checker](entities/Reality-Checker.md) +- [Recapio](entities/Recapio.md) +- [Recruitment-Specialist](entities/Recruitment-Specialist.md) +- [Reddit](entities/Reddit.md) +- [Rejoy-Ganapati](entities/Rejoy-Ganapati.md) +- [resolve.ai](entities/resolve.ai.md) +- [Route-53](entities/Route-53.md) +- [rsync](entities/rsync.md) +- [Rufus](entities/Rufus.md) +- [RustDesk](entities/RustDesk.md) +- [Sales-Discovery-Coach](entities/Sales-Discovery-Coach.md) +- [Salesforce-Architect](entities/Salesforce-Architect.md) +- [ScrapeCreators](entities/ScrapeCreators.md) +- [SendGrid](entities/SendGrid.md) +- [SeniorProjectManager](entities/SeniorProjectManager.md) +- [Sergio](entities/Sergio.md) +- [Shannon](entities/Shannon.md) +- [shenwei](entities/shenwei.md) +- [Shikad-Holtzman](entities/Shikad-Holtzman.md) +- [Shlomi-Ben-Hur](entities/Shlomi-Ben-Hur.md) +- [Silver-Peak](entities/Silver-Peak.md) +- [Sina-Weibo](entities/Sina-Weibo.md) +- [Slack](entities/Slack.md) +- [Slither](entities/Slither.md) +- [SMACKS-Ticket](entities/SMACKS-Ticket.md) +- [Snyk](entities/Snyk.md) +- [SOC-2](entities/SOC-2.md) +- [SolarWinds-Hack](entities/SolarWinds-Hack.md) +- [SonarQube](entities/SonarQube.md) +- [SONY(索尼)](entities/SONY(索尼).md) +- [Spaced-Repetition](entities/Spaced-Repetition.md) +- [Sprint-Prioritizer](entities/Sprint-Prioritizer.md) +- [SRE-Core-Team](entities/SRE-Core-Team.md) +- [Stable-Diffusion](entities/Stable-Diffusion.md) +- [Stacer](entities/Stacer.md) +- [StackSets](entities/StackSets.md) +- [Standard-AMI](entities/Standard-AMI.md) +- [Steele-Taylor](entities/Steele-Taylor.md) +- [steipete-tap-gogcli](entities/steipete-tap-gogcli.md) +- [Stephen-Frank](entities/Stephen-Frank.md) +- [Steve-Jarman](entities/Steve-Jarman.md) +- [STGCRM](entities/STGCRM.md) +- [Studio-Operations](entities/Studio-Operations.md) +- [Supermemory](entities/Supermemory.md) +- [Support-Responder](entities/Support-Responder.md) +- [Suraav-Paul](entities/Suraav-Paul.md) +- [Surav-Paul](entities/Surav-Paul.md) +- [Suravpul](entities/Suravpul.md) +- [SurfSense](entities/SurfSense.md) +- [swinford-net](entities/swinford-net.md) +- [Synology](entities/Synology.md) +- [Synology-NAS](entities/Synology-NAS.md) +- [Synology-NAS-DS718](entities/Synology-NAS-DS718.md) +- [systemd](entities/systemd.md) +- [Tasks-插件](entities/Tasks-插件.md) +- [Telegram](entities/Telegram.md) +- [Telnyx](entities/Telnyx.md) +- [Templater](entities/Templater.md) +- [Terraform](entities/Terraform.md) +- [Terragrunt](entities/Terragrunt.md) +- [The-Agency](entities/The-Agency.md) +- [The-Guardian-API](entities/The-Guardian-API.md) +- [ThinkBook](entities/ThinkBook.md) +- [Thoth](entities/Thoth.md) +- [Three.js](entities/Three.js.md) +- [TikTok-Shop](entities/TikTok-Shop.md) +- [Todoist](entities/Todoist.md) +- [Todoist-Task-Manager](entities/Todoist-Task-Manager.md) +- [Tom-Bice](entities/Tom-Bice.md) +- [Tool-Evaluator-Agent](entities/Tool-Evaluator-Agent.md) +- [Trae](entities/Trae.md) +- [TranscriptAPI](entities/TranscriptAPI.md) +- [Transmission](entities/Transmission.md) +- [TruffleHog](entities/TruffleHog.md) +- [TTSMaker](entities/TTSMaker.md) +- [tukuai](entities/tukuai.md) +- [Twilio](entities/Twilio.md) +- [Twitter-Engager](entities/Twitter-Engager.md) +- [Ubuntu](entities/Ubuntu.md) +- [UFW](entities/UFW.md) +- [UMU](entities/UMU.md) +- [Upload-Post-API](entities/Upload-Post-API.md) +- [Uptime-Kuma](entities/Uptime-Kuma.md) +- [UserProfile](entities/UserProfile.md) +- [UserPsyche](entities/UserPsyche.md) +- [UX-Researcher](entities/UX-Researcher.md) +- [V2Ray](entities/V2Ray.md) +- [V2RayA](entities/V2RayA.md) +- [v2rayN](entities/v2rayN.md) +- [v2rayNG](entities/v2rayNG.md) +- [vibe-coding-cn](entities/vibe-coding-cn.md) +- [Vibe-Kanban](entities/Vibe-Kanban.md) +- [Victor-Etkin](entities/Victor-Etkin.md) +- [Victor-Turner](entities/Victor-Turner.md) +- [Vision-Pro](entities/Vision-Pro.md) +- [visionOS](entities/visionOS.md) +- [visionOS-Spatial-Engineer](entities/visionOS-Spatial-Engineer.md) +- [Visual-Storyteller](entities/Visual-Storyteller.md) +- [Vizard](entities/Vizard.md) +- [VMware-Cloud-on-AWS](entities/VMware-Cloud-on-AWS.md) +- [VPC](entities/VPC.md) +- [VPS2](entities/VPS2.md) +- [VSM](entities/VSM.md) +- [WaveSpeed](entities/WaveSpeed.md) +- [Webz-io](entities/Webz-io.md) +- [WeCom-Learning](entities/WeCom-Learning.md) +- [WhatsApp-Business-API](entities/WhatsApp-Business-API.md) +- [WildCard](entities/WildCard.md) +- [Workflow-Architect](entities/Workflow-Architect.md) +- [XAR-GPT](entities/XAR-GPT.md) +- [Xiaoya](entities/Xiaoya.md) +- [XR-Interface-Architect](entities/XR-Interface-Architect.md) +- [yizhiyanhua-ai](entities/yizhiyanhua-ai.md) +- [YouTube](entities/YouTube.md) +- [Yunxuetang](entities/Yunxuetang.md) +- [Zeemo](entities/Zeemo.md) +- [Zep](entities/Zep.md) +- [Zhihu](entities/Zhihu.md) +- [Zipline](entities/Zipline.md) +- [万彩AI](entities/万彩AI.md) +- [乔布斯](entities/乔布斯.md) +- [京东](entities/京东.md) +- [余梦珑](entities/余梦珑.md) +- [佛陀](entities/佛陀.md) +- [剪映](entities/剪映.md) +- [千川](entities/千川.md) +- [印象笔记](entities/印象笔记.md) +- [国家中小学智慧教育平台](entities/国家中小学智慧教育平台.md) +- [天猫](entities/天猫.md) +- [女娲-Skill](entities/女娲-Skill.md) +- [字节跳动](entities/字节跳动.md) +- [庄子](entities/庄子.md) +- [快影](entities/快影.md) +- [抖音](entities/抖音.md) +- [拼多多](entities/拼多多.md) +- [智谱AI](entities/智谱AI.md) +- [智象未来](entities/智象未来.md) +- [曾国藩](entities/曾国藩.md) +- [海螺AI](entities/海螺AI.md) +- [淘宝](entities/淘宝.md) +- [清华大学](entities/清华大学.md) +- [潞晨科技](entities/潞晨科技.md) +- [爱诗科技](entities/爱诗科技.md) +- [王维](entities/王维.md) +- [生数科技](entities/生数科技.md) +- [痕小子](entities/痕小子.md) +- [百度](entities/百度.md) +- [百度AI开放平台](entities/百度AI开放平台.md) +- [百度站长平台](entities/百度站长平台.md) +- [百度统计](entities/百度统计.md) +- [知乎](entities/知乎.md) +- [空格](entities/空格.md) +- [老子](entities/老子.md) +- [苏东坡](entities/苏东坡.md) +- [营销人张飞宇](entities/营销人张飞宇.md) +- [蓝色脉动](entities/蓝色脉动.md) +- [赫点茶](entities/赫点茶.md) +- [超达物流](entities/超达物流.md) +- [阿里云](entities/阿里云.md) +- [阿里云盘](entities/阿里云盘.md) +- [阿里妈妈](entities/阿里妈妈.md) +- [飞书](entities/飞书.md) +- [魔音工坊](entities/魔音工坊.md) +- [鱼凤老师](entities/鱼凤老师.md) + +## Concepts +- [2D-First-Spatial-Second](concepts/2D-First-Spatial-Second.md) +- [360度反馈](concepts/360度反馈.md) +- [3X-UI](concepts/3X-UI.md) +- [90-10-Rule](concepts/90-10-Rule.md) +- [A-B-Testing](concepts/A-B-Testing.md) +- [ABC-Classification](concepts/ABC-Classification.md) +- [AcademicDetailingCompliance](concepts/AcademicDetailingCompliance.md) +- [Access-Control](concepts/Access-Control.md) +- [ACOS](concepts/ACOS.md) +- [Ad-Strength](concepts/Ad-Strength.md) +- [ADDIE](concepts/ADDIE.md) +- [ADOT](concepts/ADOT.md) +- [AECR-Framework](concepts/AECR-Framework.md) +- [Agent-Archive](concepts/Agent-Archive.md) +- [Agent-Chain](concepts/Agent-Chain.md) +- [Agent-Skill-设计模式](concepts/Agent-Skill-设计模式.md) +- [Agent-Task-Visibility](concepts/Agent-Task-Visibility.md) +- [AgentDesignPrinciples](concepts/AgentDesignPrinciples.md) +- [AgentFileStructure](concepts/AgentFileStructure.md) +- [Agentic-AI](concepts/Agentic-AI.md) +- [AI](concepts/AI.md) +- [AI-ChatOps](concepts/AI-ChatOps.md) +- [AI-driven-RCA](concepts/AI-driven-RCA.md) +- [AI-powered-Runbooks](concepts/AI-powered-Runbooks.md) +- [AI-摘要](concepts/AI-摘要.md) +- [AI-简报工作流](concepts/AI-简报工作流.md) +- [AI-簡報流程](concepts/AI-簡報流程.md) +- [AI代理](concepts/AI代理.md) +- [AI生成技能](concepts/AI生成技能.md) +- [AI结对执行](concepts/AI结对执行.md) +- [AI自动回复](concepts/AI自动回复.md) +- [AI视频生成](concepts/AI视频生成.md) +- [AI辅助剪辑](concepts/AI辅助剪辑.md) +- [AI配音](concepts/AI配音.md) +- [Alertmanager](concepts/Alertmanager.md) +- [Amazon-Bedrock](concepts/Amazon-Bedrock.md) +- [Ambient-Mode](concepts/Ambient-Mode.md) +- [AMI-End-of-Life](concepts/AMI-End-of-Life.md) +- [AMI-Roadmap](concepts/AMI-Roadmap.md) +- [AMI-Sharing](concepts/AMI-Sharing.md) +- [Anachronism](concepts/Anachronism.md) +- [Analytics-Feedback-Loop](concepts/Analytics-Feedback-Loop.md) +- [Analytics-Reporter](concepts/Analytics-Reporter.md) +- [Annales-School](concepts/Annales-School.md) +- [ANSI-Escape-Sequence](concepts/ANSI-Escape-Sequence.md) +- [API-Enablement](concepts/API-Enablement.md) +- [API-Gateway](concepts/API-Gateway.md) +- [ARM64](concepts/ARM64.md) +- [arxiv-reader-skill](concepts/arxiv-reader-skill.md) +- [ATS](concepts/ATS.md) +- [Attachment-Theory](concepts/Attachment-Theory.md) +- [Audience-Engineering](concepts/Audience-Engineering.md) +- [audio-overviews](concepts/audio-overviews.md) +- [Audit-Readiness](concepts/Audit-Readiness.md) +- [Audit-Trail](concepts/Audit-Trail.md) +- [Auto-Healing](concepts/Auto-Healing.md) +- [Auto-scaling](concepts/Auto-scaling.md) +- [Autonomous-QA](concepts/Autonomous-QA.md) +- [Awesome-Claude-Skills](concepts/Awesome-Claude-Skills.md) +- [AWS-Backup](concepts/AWS-Backup.md) +- [AWS-Cloud-Adoption-Framework](concepts/AWS-Cloud-Adoption-Framework.md) +- [AWS-Landing-Zone](concepts/AWS-Landing-Zone.md) +- [AWS-SES](concepts/AWS-SES.md) +- [Azure-Cloud-Adoption-Framework](concepts/Azure-Cloud-Adoption-Framework.md) +- [B2B-Social-Selling](concepts/B2B-Social-Selling.md) +- [Barthes-五代码](concepts/Barthes-五代码.md) +- [BCG-Pyramid-Principle](concepts/BCG-Pyramid-Principle.md) +- [BibTeX-BibLaTeX](concepts/BibTeX-BibLaTeX.md) +- [Big-Five-Personality-Framework](concepts/Big-Five-Personality-Framework.md) +- [Bind-Mount](concepts/Bind-Mount.md) +- [Bird-Skill](concepts/Bird-Skill.md) +- [Blackbox_exporter](concepts/Blackbox_exporter.md) +- [Bloom's-Taxonomy](concepts/Bloom's-Taxonomy.md) +- [BM25](concepts/BM25.md) +- [Book-Co-Author-Agent](concepts/Book-Co-Author-Agent.md) +- [Bootable-USB](concepts/Bootable-USB.md) +- [BOOTSTRAP](concepts/BOOTSTRAP.md) +- [BOSCARD](concepts/BOSCARD.md) +- [Bot](concepts/Bot.md) +- [Boto3](concepts/Boto3.md) +- [BottleRocket](concepts/BottleRocket.md) +- [Bottlerocket-OS](concepts/Bottlerocket-OS.md) +- [Brain-Dump](concepts/Brain-Dump.md) +- [Brand-Foundation-Framework](concepts/Brand-Foundation-Framework.md) +- [Break-Glass-Access](concepts/Break-Glass-Access.md) +- [Budget-Control](concepts/Budget-Control.md) +- [BudgetFramework](concepts/BudgetFramework.md) +- [Build-Mode](concepts/Build-Mode.md) +- [Bulkification](concepts/Bulkification.md) +- [BYOD](concepts/BYOD.md) +- [Byox](concepts/Byox.md) +- [cAdvisor](concepts/cAdvisor.md) +- [caffeinate](concepts/caffeinate.md) +- [Calendar-API](concepts/Calendar-API.md) +- [Calibration-Testing](concepts/Calibration-Testing.md) +- [Campbell-英雄之旅](concepts/Campbell-英雄之旅.md) +- [Canary-Deployment](concepts/Canary-Deployment.md) +- [Candidate-Experience](concepts/Candidate-Experience.md) +- [CAPA](concepts/CAPA.md) +- [CAPEX-to-OPEX](concepts/CAPEX-to-OPEX.md) +- [Carousel-Narrative-Arc](concepts/Carousel-Narrative-Arc.md) +- [Carpenter](concepts/Carpenter.md) +- [CashFlowManagement](concepts/CashFlowManagement.md) +- [Centralized-Logging](concepts/Centralized-Logging.md) +- [CES](concepts/CES.md) +- [Challenger-Sale](concepts/Challenger-Sale.md) +- [Change-Management](concepts/Change-Management.md) +- [Channel-ID](concepts/Channel-ID.md) +- [Character-Arc](concepts/Character-Arc.md) +- [Checkpoint-Firewall](concepts/Checkpoint-Firewall.md) +- [Checks-Effects-Interactions](concepts/Checks-Effects-Interactions.md) +- [Chrome-Profile-Cloning](concepts/Chrome-Profile-Cloning.md) +- [CI-CD-流水线](concepts/CI-CD-流水线.md) +- [CIS-Benchmarks](concepts/CIS-Benchmarks.md) +- [Clash](concepts/Clash.md) +- [Claude-Code-Templates](concepts/Claude-Code-Templates.md) +- [Claude-Skills](concepts/Claude-Skills.md) +- [Clone-Faces](concepts/Clone-Faces.md) +- [Cloud-Adoption](concepts/Cloud-Adoption.md) +- [Cloud-Center-of-Excellence-CCOE](concepts/Cloud-Center-of-Excellence-CCOE.md) +- [Cloud-Computing](concepts/Cloud-Computing.md) +- [Cloud-Guardrails](concepts/Cloud-Guardrails.md) +- [Cloud-Health](concepts/Cloud-Health.md) +- [Cloud-Maturity-Model](concepts/Cloud-Maturity-Model.md) +- [Cloud-Migration](concepts/Cloud-Migration.md) +- [Cloud-Native](concepts/Cloud-Native.md) +- [Cloud-Operating-Model](concepts/Cloud-Operating-Model.md) +- [Cloud-Security](concepts/Cloud-Security.md) +- [Cloud-Security-Maturity-Model-CSMM](concepts/Cloud-Security-Maturity-Model-CSMM.md) +- [Cloud-Security-Posture-Management](concepts/Cloud-Security-Posture-Management.md) +- [Cloud-Service-Delivery](concepts/Cloud-Service-Delivery.md) +- [Cloud-Volume-ONTAP](concepts/Cloud-Volume-ONTAP.md) +- [CloudDrive2](concepts/CloudDrive2.md) +- [Cloudflare-D1](concepts/Cloudflare-D1.md) +- [Cloudflare-R2](concepts/Cloudflare-R2.md) +- [CloudFront](concepts/CloudFront.md) +- [Cluster-Autoscaler](concepts/Cluster-Autoscaler.md) +- [CMMI](concepts/CMMI.md) +- [Cognitive-Distortions](concepts/Cognitive-Distortions.md) +- [Cognitive-Load-Reduction](concepts/Cognitive-Load-Reduction.md) +- [Community-Integration](concepts/Community-Integration.md) +- [Comparative-Mode](concepts/Comparative-Mode.md) +- [Competitive-Intelligence](concepts/Competitive-Intelligence.md) +- [Compliance-Certification](concepts/Compliance-Certification.md) +- [Compliance-Enforcement](concepts/Compliance-Enforcement.md) +- [Composer模型](concepts/Composer模型.md) +- [Compositor-Services](concepts/Compositor-Services.md) +- [Consolidation-Policies](concepts/Consolidation-Policies.md) +- [Consumer-Behavior-Analysis](concepts/Consumer-Behavior-Analysis.md) +- [Container-Image-Scanning](concepts/Container-Image-Scanning.md) +- [Container-Lifecycle-Hardening](concepts/Container-Lifecycle-Hardening.md) +- [Content-Cascade](concepts/Content-Cascade.md) +- [Context-Passing](concepts/Context-Passing.md) +- [Contextual-Semiotics](concepts/Contextual-Semiotics.md) +- [Continuous-Compliance](concepts/Continuous-Compliance.md) +- [Controls-Implementation](concepts/Controls-Implementation.md) +- [Conversion-Tracking](concepts/Conversion-Tracking.md) +- [Cost-Optimization](concepts/Cost-Optimization.md) +- [Coze-Workflow](concepts/Coze-Workflow.md) +- [Credential-Isolation](concepts/Credential-Isolation.md) +- [Cron-Jobs](concepts/Cron-Jobs.md) +- [Cross-Account-Event-Forwarding](concepts/Cross-Account-Event-Forwarding.md) +- [Cross-account-Modules](concepts/Cross-account-Modules.md) +- [Cross-Border-Logistics](concepts/Cross-Border-Logistics.md) +- [Cross-Functional-Leadership](concepts/Cross-Functional-Leadership.md) +- [Cross-Platform-Strategy](concepts/Cross-Platform-Strategy.md) +- [CSAT](concepts/CSAT.md) +- [CSS-设计系统](concepts/CSS-设计系统.md) +- [Cultural-Humility](concepts/Cultural-Humility.md) +- [Cultural-Intelligence](concepts/Cultural-Intelligence.md) +- [Customer-Lifetime-Value](concepts/Customer-Lifetime-Value.md) +- [Customer-Success](concepts/Customer-Success.md) +- [Cyber-Suite](concepts/Cyber-Suite.md) +- [Dashboard-as-Code](concepts/Dashboard-as-Code.md) +- [Data-Driven-Decision-Making](concepts/Data-Driven-Decision-Making.md) +- [Data-Governance](concepts/Data-Governance.md) +- [Data-Sovereignty](concepts/Data-Sovereignty.md) +- [Deal-Health-Scoring](concepts/Deal-Health-Scoring.md) +- [Deal-Scoring](concepts/Deal-Scoring.md) +- [DealStrategy](concepts/DealStrategy.md) +- [Declarative-Configuration](concepts/Declarative-Configuration.md) +- [Default-Bias](concepts/Default-Bias.md) +- [Defense-in-Depth](concepts/Defense-in-Depth.md) +- [Demand-Management](concepts/Demand-Management.md) +- [Demo-Engineering](concepts/Demo-Engineering.md) +- [Dengbao](concepts/Dengbao.md) +- [Design-System](concepts/Design-System.md) +- [Designing-for-Agentic-AI](concepts/Designing-for-Agentic-AI.md) +- [DevOps](concepts/DevOps.md) +- [DevOps-成熟度模型](concepts/DevOps-成熟度模型.md) +- [DevOps-文化](concepts/DevOps-文化.md) +- [DevSecOps](concepts/DevSecOps.md) +- [Diff文件](concepts/Diff文件.md) +- [Digital-Government](concepts/Digital-Government.md) +- [Disaster-Recovery](concepts/Disaster-Recovery.md) +- [Discovery-Process](concepts/Discovery-Process.md) +- [Discrimination-Metrics](concepts/Discrimination-Metrics.md) +- [Django](concepts/Django.md) +- [Django-Admin](concepts/Django-Admin.md) +- [Django-REST-Framework](concepts/Django-REST-Framework.md) +- [DKIM](concepts/DKIM.md) +- [dm-verity](concepts/dm-verity.md) +- [DNS-Anycast](concepts/DNS-Anycast.md) +- [Docker-Compose](concepts/Docker-Compose.md) +- [Docker-Daemon-代理](concepts/Docker-Daemon-代理.md) +- [Docker-Image](concepts/Docker-Image.md) +- [Docker-Load](concepts/Docker-Load.md) +- [Docker-Network](concepts/Docker-Network.md) +- [Docker-Save](concepts/Docker-Save.md) +- [Docker-TAR-Archive](concepts/Docker-TAR-Archive.md) +- [Docker-Volume](concepts/Docker-Volume.md) +- [Docker-容器化](concepts/Docker-容器化.md) +- [Docker-网桥](concepts/Docker-网桥.md) +- [Dockerfile](concepts/Dockerfile.md) +- [Document-Generation](concepts/Document-Generation.md) +- [Domain-Join](concepts/Domain-Join.md) +- [DORA-指标](concepts/DORA-指标.md) +- [Drive-API](concepts/Drive-API.md) +- [DRY-原则](concepts/DRY-原则.md) +- [Dynamic-Configuration-Management](concepts/Dynamic-Configuration-Management.md) +- [Early-Live-Support](concepts/Early-Live-Support.md) +- [Easter-Egg](concepts/Easter-Egg.md) +- [EBS-GP3](concepts/EBS-GP3.md) +- [EBS-Snapshot-Archive](concepts/EBS-Snapshot-Archive.md) +- [EC2-Image-Builder](concepts/EC2-Image-Builder.md) +- [EC2-Spot-Instances](concepts/EC2-Spot-Instances.md) +- [Editorial-Notes](concepts/Editorial-Notes.md) +- [efibootmgr](concepts/efibootmgr.md) +- [EFS-Infrequent-Access](concepts/EFS-Infrequent-Access.md) +- [EFS-vs-EBS](concepts/EFS-vs-EBS.md) +- [EKS-可靠性](concepts/EKS-可靠性.md) +- [ELF](concepts/ELF.md) +- [ELK-Stack](concepts/ELK-Stack.md) +- [Employee-Advocacy](concepts/Employee-Advocacy.md) +- [Employer-Brand](concepts/Employer-Brand.md) +- [Enterprise-Architecture](concepts/Enterprise-Architecture.md) +- [Enterprise-Architecture-EA](concepts/Enterprise-Architecture-EA.md) +- [EOQ](concepts/EOQ.md) +- [Error-Budget](concepts/Error-Budget.md) +- [ESN-Margin](concepts/ESN-Margin.md) +- [Event-Driven-Architecture](concepts/Event-Driven-Architecture.md) +- [Event-Sourcing](concepts/Event-Sourcing.md) +- [Evidence-Collection](concepts/Evidence-Collection.md) +- [Executive-Summary](concepts/Executive-Summary.md) +- [Fairness-Audit](concepts/Fairness-Audit.md) +- [Fallback-机制](concepts/Fallback-机制.md) +- [Fan-out-Pattern](concepts/Fan-out-Pattern.md) +- [Fargate](concepts/Fargate.md) +- [FBA](concepts/FBA.md) +- [Feature-Flag](concepts/Feature-Flag.md) +- [FeatureList](concepts/FeatureList.md) +- [Federated-User](concepts/Federated-User.md) +- [Feedback-Loop](concepts/Feedback-Loop.md) +- [FIA-Framework](concepts/FIA-Framework.md) +- [FinOps](concepts/FinOps.md) +- [Fixed-Point](concepts/Fixed-Point.md) +- [Flash-Loan-Attack](concepts/Flash-Loan-Attack.md) +- [Force-Directed-Layout](concepts/Force-Directed-Layout.md) +- [ForecastAccuracy](concepts/ForecastAccuracy.md) +- [Formal-Verification](concepts/Formal-Verification.md) +- [Foundation-AMI](concepts/Foundation-AMI.md) +- [Foundation-Model](concepts/Foundation-Model.md) +- [FRP](concepts/FRP.md) +- [FSx-for-NetApp-ONTAP](concepts/FSx-for-NetApp-ONTAP.md) +- [Full-Funnel-Advertising](concepts/Full-Funnel-Advertising.md) +- [GA4-Implementation](concepts/GA4-Implementation.md) +- [Game-Developer-Agent](concepts/Game-Developer-Agent.md) +- [Gamification](concepts/Gamification.md) +- [Gap-Assessment](concepts/Gap-Assessment.md) +- [Gap-Selling](concepts/Gap-Selling.md) +- [Gate-Process](concepts/Gate-Process.md) +- [Generative-AI](concepts/Generative-AI.md) +- [Generator](concepts/Generator.md) +- [Generator-Space](concepts/Generator-Space.md) +- [Genette-叙事学](concepts/Genette-叙事学.md) +- [Geographic-Coherence](concepts/Geographic-Coherence.md) +- [Gibberish-Text](concepts/Gibberish-Text.md) +- [Git](concepts/Git.md) +- [Git-集成](concepts/Git-集成.md) +- [GitHub-Enterprise-to-GitLab-Migration](concepts/GitHub-Enterprise-to-GitLab-Migration.md) +- [GitOps](concepts/GitOps.md) +- [Global-First-Architecture](concepts/Global-First-Architecture.md) +- [Global-Standards-Coverage](concepts/Global-Standards-Coverage.md) +- [Gmail-API](concepts/Gmail-API.md) +- [Go-to-Market-Brief](concepts/Go-to-Market-Brief.md) +- [Google-Cloud-Adoption-Framework](concepts/Google-Cloud-Adoption-Framework.md) +- [Government-Procurement](concepts/Government-Procurement.md) +- [Governor-Limits](concepts/Governor-Limits.md) +- [GPT](concepts/GPT.md) +- [Grafana](concepts/Grafana.md) +- [Graph-View](concepts/Graph-View.md) +- [Groupthink](concepts/Groupthink.md) +- [Gruntwork-Landing-Zone](concepts/Gruntwork-Landing-Zone.md) +- [Guest-Confirmation](concepts/Guest-Confirmation.md) +- [HandleLidSwitch](concepts/HandleLidSwitch.md) +- [HCX](concepts/HCX.md) +- [HealthcareMarketingCompliance](concepts/HealthcareMarketingCompliance.md) +- [HealthSupplementMarketing](concepts/HealthSupplementMarketing.md) +- [High-Availability](concepts/High-Availability.md) +- [HIPO](concepts/HIPO.md) +- [Historical-Coherence-Check](concepts/Historical-Coherence-Check.md) +- [HPA](concepts/HPA.md) +- [Hub-and-Spoke](concepts/Hub-and-Spoke.md) +- [Hybrid-Cloud](concepts/Hybrid-Cloud.md) +- [Hybrid-DNS-Resolution](concepts/Hybrid-DNS-Resolution.md) +- [Hyperautomation](concepts/Hyperautomation.md) +- [Hypothesis-Testing](concepts/Hypothesis-Testing.md) +- [IaaS](concepts/IaaS.md) +- [IaC](concepts/IaC.md) +- [IAM-用户](concepts/IAM-用户.md) +- [IAM-策略](concepts/IAM-策略.md) +- [IAM-角色](concepts/IAM-角色.md) +- [IAST](concepts/IAST.md) +- [ICP-备案](concepts/ICP-备案.md) +- [ICP-定义](concepts/ICP-定义.md) +- [Idempotent-Operation](concepts/Idempotent-Operation.md) +- [IDENTITY](concepts/IDENTITY.md) +- [Identity-Governance](concepts/Identity-Governance.md) +- [Ikigai](concepts/Ikigai.md) +- [Immersive-Cockpit](concepts/Immersive-Cockpit.md) +- [Immutable-Infrastructure](concepts/Immutable-Infrastructure.md) +- [Incremental-Updates](concepts/Incremental-Updates.md) +- [Infrastructure-as-Code](concepts/Infrastructure-as-Code.md) +- [Infrastructure-as-Code-IaC](concepts/Infrastructure-as-Code-IaC.md) +- [Init-System](concepts/Init-System.md) +- [Instance-Scheduling](concepts/Instance-Scheduling.md) +- [Intent-Classification](concepts/Intent-Classification.md) +- [InternetHealthcareCompliance](concepts/InternetHealthcareCompliance.md) +- [Invariant-Verification](concepts/Invariant-Verification.md) +- [Inversion](concepts/Inversion.md) +- [InvestmentAnalysis](concepts/InvestmentAnalysis.md) +- [Invisible-Exclusion](concepts/Invisible-Exclusion.md) +- [IPAM](concepts/IPAM.md) +- [IPv6-Networking](concepts/IPv6-Networking.md) +- [IP纯净度](concepts/IP纯净度.md) +- [ITIL-Framework](concepts/ITIL-Framework.md) +- [ITSM](concepts/ITSM.md) +- [Kano-Model](concepts/Kano-Model.md) +- [Kano模型](concepts/Kano模型.md) +- [KEDA](concepts/KEDA.md) +- [Keyboard-Navigation-Audit](concepts/Keyboard-Navigation-Audit.md) +- [Kibana](concepts/Kibana.md) +- [Kill-Switch](concepts/Kill-Switch.md) +- [Kirkpatrick](concepts/Kirkpatrick.md) +- [Knowledge-Base](concepts/Knowledge-Base.md) +- [Knowledge-Extraction](concepts/Knowledge-Extraction.md) +- [KOL-Partnership-Pyramid](concepts/KOL-Partnership-Pyramid.md) +- [Kolb-体验式学习](concepts/Kolb-体验式学习.md) +- [Koppen-Climate-Classification](concepts/Koppen-Climate-Classification.md) +- [KPI-Tracking](concepts/KPI-Tracking.md) +- [KPI-卡片](concepts/KPI-卡片.md) +- [Kraljic-Matrix](concepts/Kraljic-Matrix.md) +- [Kubernetes-Service-Account](concepts/Kubernetes-Service-Account.md) +- [Labor-Law-Compliance](concepts/Labor-Law-Compliance.md) +- [Lambda](concepts/Lambda.md) +- [Land-and-Expand](concepts/Land-and-Expand.md) +- [Last-30-Days-Skill](concepts/Last-30-Days-Skill.md) +- [LaTeX模板](concepts/LaTeX模板.md) +- [LaTeX编译](concepts/LaTeX编译.md) +- [Lead-Generation-Funnel](concepts/Lead-Generation-Funnel.md) +- [Lifecycle-Policy](concepts/Lifecycle-Policy.md) +- [Liquid-Glass-Design-System](concepts/Liquid-Glass-Design-System.md) +- [Listener-Pattern](concepts/Listener-Pattern.md) +- [Listing-Optimization](concepts/Listing-Optimization.md) +- [LLM](concepts/LLM.md) +- [Lockable-Workflow](concepts/Lockable-Workflow.md) +- [Log-Analytics](concepts/Log-Analytics.md) +- [Logstash](concepts/Logstash.md) +- [Longue-Duree](concepts/Longue-Duree.md) +- [LSIF-Language-Server-Index-Format](concepts/LSIF-Language-Server-Index-Format.md) +- [LSP-Client-Orchestration](concepts/LSP-Client-Orchestration.md) +- [LSP-Language-Server-Protocol](concepts/LSP-Language-Server-Protocol.md) +- [Luhmann-四原则](concepts/Luhmann-四原则.md) +- [LUT](concepts/LUT.md) +- [Machine-Learning](concepts/Machine-Learning.md) +- [Management-Groups](concepts/Management-Groups.md) +- [Management-Packs](concepts/Management-Packs.md) +- [Market-Research](concepts/Market-Research.md) +- [Marketing-Attribution-Modeling](concepts/Marketing-Attribution-Modeling.md) +- [Material-Culture](concepts/Material-Culture.md) +- [McKee-故事结构](concepts/McKee-故事结构.md) +- [McKinsey-SCQA-Framework](concepts/McKinsey-SCQA-Framework.md) +- [MCP](concepts/MCP.md) +- [MCP传输协议](concepts/MCP传输协议.md) +- [MCP工具接口设计](concepts/MCP工具接口设计.md) +- [MCP服务器](concepts/MCP服务器.md) +- [MEDDPICC](concepts/MEDDPICC.md) +- [MedicalAdvertisingCompliance](concepts/MedicalAdvertisingCompliance.md) +- [MedicalAestheticsCompliance](concepts/MedicalAestheticsCompliance.md) +- [Memory-Tagging](concepts/Memory-Tagging.md) +- [Memory-目录](concepts/Memory-目录.md) +- [Merge-Point](concepts/Merge-Point.md) +- [Mermaid](concepts/Mermaid.md) +- [Meta-Generative-Operator](concepts/Meta-Generative-Operator.md) +- [Metal](concepts/Metal.md) +- [Micro-Interaction](concepts/Micro-Interaction.md) +- [Micro-Sprint](concepts/Micro-Sprint.md) +- [Microhistory](concepts/Microhistory.md) +- [Miping](concepts/Miping.md) +- [ML-Ops](concepts/ML-Ops.md) +- [Model-Audit](concepts/Model-Audit.md) +- [Momentum-Nudge](concepts/Momentum-Nudge.md) +- [Morning-Briefing](concepts/Morning-Briefing.md) +- [MoSCoW-Method](concepts/MoSCoW-Method.md) +- [MoSCoW优先级](concepts/MoSCoW优先级.md) +- [Motion-Sickness-Threshold](concepts/Motion-Sickness-Threshold.md) +- [MPP](concepts/MPP.md) +- [Multi-Account-Strategy](concepts/Multi-Account-Strategy.md) +- [Multi-Agent-Orchestration](concepts/Multi-Agent-Orchestration.md) +- [Multi-Agent-Team](concepts/Multi-Agent-Team.md) +- [Multi-Agent-Workflow](concepts/Multi-Agent-Workflow.md) +- [Multi-Channel-Personal-Assistant](concepts/Multi-Channel-Personal-Assistant.md) +- [Multi-Channel-Support](concepts/Multi-Channel-Support.md) +- [Multi-Cloud](concepts/Multi-Cloud.md) +- [Multi-Jurisdictional-Compliance](concepts/Multi-Jurisdictional-Compliance.md) +- [Multi-Tenant-Management](concepts/Multi-Tenant-Management.md) +- [MVP](concepts/MVP.md) +- [N8N-节点](concepts/N8N-节点.md) +- [Nano-Banana-2](concepts/Nano-Banana-2.md) +- [Nano-Banana-Pro](concepts/Nano-Banana-Pro.md) +- [Negative-Keyword-Architecture](concepts/Negative-Keyword-Architecture.md) +- [Negative-Prompt-Library](concepts/Negative-Prompt-Library.md) +- [Network-Segregation](concepts/Network-Segregation.md) +- [NFR](concepts/NFR.md) +- [NFS永久挂载](concepts/NFS永久挂载.md) +- [Node-Classes](concepts/Node-Classes.md) +- [Node-js](concepts/Node-js.md) +- [Node-Pool](concepts/Node-Pool.md) +- [Node-Pools](concepts/Node-Pools.md) +- [node_exporter](concepts/node_exporter.md) +- [npm](concepts/npm.md) +- [NPS分析](concepts/NPS分析.md) +- [npx](concepts/npx.md) +- [NRR](concepts/NRR.md) +- [Nudge-Sequence-Logic](concepts/Nudge-Sequence-Logic.md) +- [Nunchi-Reading-Context](concepts/Nunchi-Reading-Context.md) +- [nvm](concepts/nvm.md) +- [OAuth](concepts/OAuth.md) +- [Observability-Engineering](concepts/Observability-Engineering.md) +- [obsidian-bases](concepts/obsidian-bases.md) +- [obsidian-canvas-creator](concepts/obsidian-canvas-creator.md) +- [Obsidian-CLI](concepts/Obsidian-CLI.md) +- [Obsidian-Skills](concepts/Obsidian-Skills.md) +- [Obsidian-插件组合](concepts/Obsidian-插件组合.md) +- [OLAP](concepts/OLAP.md) +- [Onboarding](concepts/Onboarding.md) +- [OpenClaw-部署专家](concepts/OpenClaw-部署专家.md) +- [OpenSearch](concepts/OpenSearch.md) +- [OpenTelemetry](concepts/OpenTelemetry.md) +- [OpenTelemetry-Collector](concepts/OpenTelemetry-Collector.md) +- [Operational-Excellence](concepts/Operational-Excellence.md) +- [Opportunity-Assessment](concepts/Opportunity-Assessment.md) +- [Opt-Out-Completion](concepts/Opt-Out-Completion.md) +- [Optimization-Operator](concepts/Optimization-Operator.md) +- [Oracle-Manipulation](concepts/Oracle-Manipulation.md) +- [Ordered-Layer](concepts/Ordered-Layer.md) +- [OS-Hardening](concepts/OS-Hardening.md) +- [Outcome-Driven-Development](concepts/Outcome-Driven-Development.md) +- [Overlay-Network](concepts/Overlay-Network.md) +- [PaaS](concepts/PaaS.md) +- [Packer](concepts/Packer.md) +- [Paper-Trading](concepts/Paper-Trading.md) +- [Parallel-Kickoff](concepts/Parallel-Kickoff.md) +- [Parallel-Work](concepts/Parallel-Work.md) +- [Partial-Dependence-Plots](concepts/Partial-Dependence-Plots.md) +- [PatientPrivacyProtection](concepts/PatientPrivacyProtection.md) +- [Pattern-Key](concepts/Pattern-Key.md) +- [Pay-as-you-go](concepts/Pay-as-you-go.md) +- [Payment-Rail](concepts/Payment-Rail.md) +- [Period-Authenticity-Report](concepts/Period-Authenticity-Report.md) +- [Photography-Terminology](concepts/Photography-Terminology.md) +- [PIM-Privileged-Identity-Management](concepts/PIM-Privileged-Identity-Management.md) +- [Pipeline](concepts/Pipeline.md) +- [Pipeline-Coverage](concepts/Pipeline-Coverage.md) +- [Pipeline-Velocity](concepts/Pipeline-Velocity.md) +- [PipelineReview](concepts/PipelineReview.md) +- [Plan-Mode](concepts/Plan-Mode.md) +- [Platform-Events](concepts/Platform-Events.md) +- [Playwright](concepts/Playwright.md) +- [pm2](concepts/pm2.md) +- [pmset](concepts/pmset.md) +- [Pod-中断预算](concepts/Pod-中断预算.md) +- [Pod-反亲和性](concepts/Pod-反亲和性.md) +- [Policy-as-Code](concepts/Policy-as-Code.md) +- [Population-Stability-Index](concepts/Population-Stability-Index.md) +- [Population-Stability-Index-PSI](concepts/Population-Stability-Index-PSI.md) +- [POUR-Principles](concepts/POUR-Principles.md) +- [Power-Analysis](concepts/Power-Analysis.md) +- [PRD](concepts/PRD.md) +- [Pre-Build-Idea-Validation](concepts/Pre-Build-Idea-Validation.md) +- [Pre-Recording-Research](concepts/Pre-Recording-Research.md) +- [Predictive-Maintenance](concepts/Predictive-Maintenance.md) +- [Predictive-Modeling](concepts/Predictive-Modeling.md) +- [Preference-Learning](concepts/Preference-Learning.md) +- [Print-Mode](concepts/Print-Mode.md) +- [Private-Cloud](concepts/Private-Cloud.md) +- [Proactive-Recommendations](concepts/Proactive-Recommendations.md) +- [Process-Management](concepts/Process-Management.md) +- [Process-Optimization](concepts/Process-Optimization.md) +- [Product](concepts/Product.md) +- [Product-Backlog](concepts/Product-Backlog.md) +- [Product-Requirements-Document](concepts/Product-Requirements-Document.md) +- [Program-Demand-Process](concepts/Program-Demand-Process.md) +- [Project-Thor](concepts/Project-Thor.md) +- [Prometheus](concepts/Prometheus.md) +- [Prompt-Engineering](concepts/Prompt-Engineering.md) +- [Prompt-Library](concepts/Prompt-Library.md) +- [Prompt-Structure-Framework](concepts/Prompt-Structure-Framework.md) +- [Proof-of-Concept-POC](concepts/Proof-of-Concept-POC.md) +- [Proposal-Strategy](concepts/Proposal-Strategy.md) +- [Propp-叙事形态学](concepts/Propp-叙事形态学.md) +- [Public-Cloud](concepts/Public-Cloud.md) +- [Pull-Model](concepts/Pull-Model.md) +- [Pull-Request-流程](concepts/Pull-Request-流程.md) +- [Pumui-Consensus-Approval](concepts/Pumui-Consensus-Approval.md) +- [Purpose-Built-Database](concepts/Purpose-Built-Database.md) +- [Pydantic参数验证](concepts/Pydantic参数验证.md) +- [QBR](concepts/QBR.md) +- [QMD](concepts/QMD.md) +- [Quality-Gates](concepts/Quality-Gates.md) +- [Qwen2.5-Coder](concepts/Qwen2.5-Coder.md) +- [RAG](concepts/RAG.md) +- [Randomization](concepts/Randomization.md) +- [Rate-Optimization](concepts/Rate-Optimization.md) +- [Read-Only-Root-Filesystem](concepts/Read-Only-Root-Filesystem.md) +- [Reality](concepts/Reality.md) +- [Recovery-Assurance](concepts/Recovery-Assurance.md) +- [Recruitment-Operations](concepts/Recruitment-Operations.md) +- [Recursive-Self-Optimizing-Generative-Systems](concepts/Recursive-Self-Optimizing-Generative-Systems.md) +- [Reentrancy](concepts/Reentrancy.md) +- [Reference-Architecture](concepts/Reference-Architecture.md) +- [Remote-SSH](concepts/Remote-SSH.md) +- [Renovate-Bot](concepts/Renovate-Bot.md) +- [Resource-Allocation](concepts/Resource-Allocation.md) +- [Responsive-Search-Ads-RSA](concepts/Responsive-Search-Ads-RSA.md) +- [Reviewer](concepts/Reviewer.md) +- [RFM-Analysis](concepts/RFM-Analysis.md) +- [RICE-Framework](concepts/RICE-Framework.md) +- [RICE-Prioritization-Score](concepts/RICE-Prioritization-Score.md) +- [RICE评分](concepts/RICE评分.md) +- [Right-Sizing](concepts/Right-Sizing.md) +- [Risk-Management](concepts/Risk-Management.md) +- [Roadmap-Now-Next-Later](concepts/Roadmap-Now-Next-Later.md) +- [Rollback-Mechanism](concepts/Rollback-Mechanism.md) +- [Round-Robin-策略](concepts/Round-Robin-策略.md) +- [Route-53-Private-Hosted-Zone](concepts/Route-53-Private-Hosted-Zone.md) +- [Route-53-Resolver-Endpoint](concepts/Route-53-Resolver-Endpoint.md) +- [RPO](concepts/RPO.md) +- [RRF-Reranking](concepts/RRF-Reranking.md) +- [RSS](concepts/RSS.md) +- [RTO](concepts/RTO.md) +- [S3-Intelligent-Tiering](concepts/S3-Intelligent-Tiering.md) +- [SaaS](concepts/SaaS.md) +- [SalesCoaching](concepts/SalesCoaching.md) +- [SAM](concepts/SAM.md) +- [SAML](concepts/SAML.md) +- [Sandler-Pain-Funnel](concepts/Sandler-Pain-Funnel.md) +- [SAST](concepts/SAST.md) +- [SCA](concepts/SCA.md) +- [scholar-skill](concepts/scholar-skill.md) +- [Scrapy](concepts/Scrapy.md) +- [Screen-Reader-Testing](concepts/Screen-Reader-Testing.md) +- [SCRM](concepts/SCRM.md) +- [SD-WAN](concepts/SD-WAN.md) +- [SDL-Security-Development-Lifecycle](concepts/SDL-Security-Development-Lifecycle.md) +- [SDLC](concepts/SDLC.md) +- [Search-Term-Analysis](concepts/Search-Term-Analysis.md) +- [Seasonal-Calendar](concepts/Seasonal-Calendar.md) +- [Second-Brain](concepts/Second-Brain.md) +- [Secrets-Management](concepts/Secrets-Management.md) +- [Secure-Boot](concepts/Secure-Boot.md) +- [Secure-Coding](concepts/Secure-Coding.md) +- [Security-Group-Policy](concepts/Security-Group-Policy.md) +- [Self-Healing-Systems](concepts/Self-Healing-Systems.md) +- [Self-Improving-Skill](concepts/Self-Improving-Skill.md) +- [Self-Map](concepts/Self-Map.md) +- [Self-Serve-Migration](concepts/Self-Serve-Migration.md) +- [Semantic-Index](concepts/Semantic-Index.md) +- [Sentiment-Early-Warning-System](concepts/Sentiment-Early-Warning-System.md) +- [Sequential-Handoffs](concepts/Sequential-Handoffs.md) +- [Sequential-Thinking](concepts/Sequential-Thinking.md) +- [Server-Side-Tagging](concepts/Server-Side-Tagging.md) +- [Serverless-Application-Model](concepts/Serverless-Application-Model.md) +- [Serverless-Computing](concepts/Serverless-Computing.md) +- [Service-Catalog](concepts/Service-Catalog.md) +- [Service-Control-Policies](concepts/Service-Control-Policies.md) +- [SHAP-Analysis](concepts/SHAP-Analysis.md) +- [Shared-Responsibility-Model](concepts/Shared-Responsibility-Model.md) +- [Shell](concepts/Shell.md) +- [Shift-Right](concepts/Shift-Right.md) +- [Show-Notes](concepts/Show-Notes.md) +- [shuang-lian-backlinks](concepts/shuang-lian-backlinks.md) +- [SkillToolset](concepts/SkillToolset.md) +- [SLA](concepts/SLA.md) +- [SLI](concepts/SLI.md) +- [SLO](concepts/SLO.md) +- [SMACs](concepts/SMACs.md) +- [Smart-City](concepts/Smart-City.md) +- [SMTP](concepts/SMTP.md) +- [Social-Identity-Theory](concepts/Social-Identity-Theory.md) +- [Social-Media-Analytics](concepts/Social-Media-Analytics.md) +- [Social-Media-Kit](concepts/Social-Media-Kit.md) +- [Socket-Activation](concepts/Socket-Activation.md) +- [SOCKS5代理](concepts/SOCKS5代理.md) +- [Solution-Architecture-SA](concepts/Solution-Architecture-SA.md) +- [SOP自动化](concepts/SOP自动化.md) +- [SOUL](concepts/SOUL.md) +- [source-grounding](concepts/source-grounding.md) +- [Spatial-AI-Operations](concepts/Spatial-AI-Operations.md) +- [Spatial-Computing](concepts/Spatial-Computing.md) +- [Spatial-Controls](concepts/Spatial-Controls.md) +- [Spatial-Widgets](concepts/Spatial-Widgets.md) +- [Spend-Limit](concepts/Spend-Limit.md) +- [SPI-Features](concepts/SPI-Features.md) +- [SPIN-Selling](concepts/SPIN-Selling.md) +- [Spot-Interruption](concepts/Spot-Interruption.md) +- [Sprint-Health-Snapshot](concepts/Sprint-Health-Snapshot.md) +- [Sprint-Planning](concepts/Sprint-Planning.md) +- [SQL-View](concepts/SQL-View.md) +- [SRE](concepts/SRE.md) +- [SRE-provided-AMIs](concepts/SRE-provided-AMIs.md) +- [SSH](concepts/SSH.md) +- [SSH-Integration-Patterns](concepts/SSH-Integration-Patterns.md) +- [SSM-Access](concepts/SSM-Access.md) +- [Static-Analysis](concepts/Static-Analysis.md) +- [Statistical-Significance](concepts/Statistical-Significance.md) +- [Statistical-Significance-Testing](concepts/Statistical-Significance-Testing.md) +- [Step-Functions](concepts/Step-Functions.md) +- [STLC](concepts/STLC.md) +- [Story-Structure-Analysis](concepts/Story-Structure-Analysis.md) +- [Strategic-Portfolio-Management](concepts/Strategic-Portfolio-Management.md) +- [Subagent-管理](concepts/Subagent-管理.md) +- [Subscription](concepts/Subscription.md) +- [Super-Topic-Community-Management](concepts/Super-Topic-Community-Management.md) +- [Superset-Dashboard](concepts/Superset-Dashboard.md) +- [Supply-Chain-Security](concepts/Supply-Chain-Security.md) +- [Support-Analytics](concepts/Support-Analytics.md) +- [Support-Tiers](concepts/Support-Tiers.md) +- [SwiftTerm](concepts/SwiftTerm.md) +- [Symbolic-Link](concepts/Symbolic-Link.md) +- [System-Resource-Monitoring](concepts/System-Resource-Monitoring.md) +- [systemd](concepts/systemd.md) +- [systemd-logind](concepts/systemd-logind.md) +- [Tagging-Methodology](concepts/Tagging-Methodology.md) +- [Talent-Assessment](concepts/Talent-Assessment.md) +- [TAM-SAM-SOM](concepts/TAM-SAM-SOM.md) +- [Task-Automation](concepts/Task-Automation.md) +- [TaskListFormat](concepts/TaskListFormat.md) +- [TCO](concepts/TCO.md) +- [TCO-Total-Cost-of-Ownership](concepts/TCO-Total-Cost-of-Ownership.md) +- [Team-Velocity](concepts/Team-Velocity.md) +- [Technical-Architecture-TA](concepts/Technical-Architecture-TA.md) +- [Technical-Discovery](concepts/Technical-Discovery.md) +- [Technical-Domains](concepts/Technical-Domains.md) +- [Technology-Adoption-Curve](concepts/Technology-Adoption-Curve.md) +- [Technology-Scouting](concepts/Technology-Scouting.md) +- [Terminal-Emulation](concepts/Terminal-Emulation.md) +- [Terraform](concepts/Terraform.md) +- [TerraGrunt](concepts/TerraGrunt.md) +- [TerraTest](concepts/TerraTest.md) +- [Test-Driven-Development](concepts/Test-Driven-Development.md) +- [Thought-Leadership](concepts/Thought-Leadership.md) +- [Three-Act-Proposal-Narrative](concepts/Three-Act-Proposal-Narrative.md) +- [Three-Lines-of-Defense](concepts/Three-Lines-of-Defense.md) +- [TikTok-Shop](concepts/TikTok-Shop.md) +- [Time-boxed](concepts/Time-boxed.md) +- [TJM-Brut](concepts/TJM-Brut.md) +- [TMUX-jiao-hu-mo-shi](concepts/TMUX-jiao-hu-mo-shi.md) +- [Todorov-均衡模型](concepts/Todorov-均衡模型.md) +- [Token](concepts/Token.md) +- [Tool-Evaluation-Framework](concepts/Tool-Evaluation-Framework.md) +- [Tool-Wrapper](concepts/Tool-Wrapper.md) +- [TOOLS](concepts/TOOLS.md) +- [Trend-Analysis](concepts/Trend-Analysis.md) +- [Trending-Topic-Operations](concepts/Trending-Topic-Operations.md) +- [Trigger-Framework](concepts/Trigger-Framework.md) +- [TTT](concepts/TTT.md) +- [TUI](concepts/TUI.md) +- [TUI-Text-User-Interface](concepts/TUI-Text-User-Interface.md) +- [tutor-skills](concepts/tutor-skills.md) +- [TweetClaw](concepts/TweetClaw.md) +- [UEFI](concepts/UEFI.md) +- [Usability-Testing](concepts/Usability-Testing.md) +- [USER](concepts/USER.md) +- [User-Journey-Mapping](concepts/User-Journey-Mapping.md) +- [User-Persona](concepts/User-Persona.md) +- [User-Research](concepts/User-Research.md) +- [Vaillant-Defense-Mechanisms](concepts/Vaillant-Defense-Mechanisms.md) +- [VAT](concepts/VAT.md) +- [VDI](concepts/VDI.md) +- [Vendor-Lock-In](concepts/Vendor-Lock-In.md) +- [Versioned-Draft](concepts/Versioned-Draft.md) +- [Vibe-Coding](concepts/Vibe-Coding.md) +- [View-Page-Source](concepts/View-Page-Source.md) +- [Visual-Coherence-Engine](concepts/Visual-Coherence-Engine.md) +- [Visual-Identity-System](concepts/Visual-Identity-System.md) +- [VLESS](concepts/VLESS.md) +- [vLLM](concepts/vLLM.md) +- [Vogler-作家旅程](concepts/Vogler-作家旅程.md) +- [Voice-Agent](concepts/Voice-Agent.md) +- [Voice-of-Customer](concepts/Voice-of-Customer.md) +- [VPA](concepts/VPA.md) +- [VPC-Endpoint](concepts/VPC-Endpoint.md) +- [VPC-Transit-Gateway](concepts/VPC-Transit-Gateway.md) +- [VT100](concepts/VT100.md) +- [WAF](concepts/WAF.md) +- [Wayland](concepts/Wayland.md) +- [WCAG-2-2](concepts/WCAG-2-2.md) +- [Weak-Signal-Detection](concepts/Weak-Signal-Detection.md) +- [Webhook](concepts/Webhook.md) +- [WebXR](concepts/WebXR.md) +- [What-If-Simulations](concepts/What-If-Simulations.md) +- [Whimsy-Taxonomy](concepts/Whimsy-Taxonomy.md) +- [Win-Theme](concepts/Win-Theme.md) +- [WOL-Wake-on-LAN](concepts/WOL-Wake-on-LAN.md) +- [Workflow-Architecture](concepts/Workflow-Architecture.md) +- [Workload-Optimization](concepts/Workload-Optimization.md) +- [Workspace](concepts/Workspace.md) +- [WSJF](concepts/WSJF.md) +- [WSL](concepts/WSL.md) +- [WSL2](concepts/WSL2.md) +- [WSP-Protocol](concepts/WSP-Protocol.md) +- [X11-Xorg](concepts/X11-Xorg.md) +- [x86_64](concepts/x86_64.md) +- [Xinchuang](concepts/Xinchuang.md) +- [Xray](concepts/Xray.md) +- [Y-Combinator](concepts/Y-Combinator.md) +- [YouTube-Digest](concepts/YouTube-Digest.md) +- [youtube-full-skill](concepts/youtube-full-skill.md) +- [Zero-Trust-Access](concepts/Zero-Trust-Access.md) +- [Zero-Trust-Architecture](concepts/Zero-Trust-Architecture.md) +- [Zettelkasten](concepts/Zettelkasten.md) +- [Zod参数验证](concepts/Zod参数验证.md) +- [一人公司模式](concepts/一人公司模式.md) +- [万相台](concepts/万相台.md) +- [三档选校法](concepts/三档选校法.md) +- [上下文修剪](concepts/上下文修剪.md) +- [上下文压缩](concepts/上下文压缩.md) +- [上下文固定](concepts/上下文固定.md) +- [上下文基质](concepts/上下文基质.md) +- [上下文记忆](concepts/上下文记忆.md) +- [下沉市场](concepts/下沉市场.md) +- [业务知识库](concepts/业务知识库.md) +- [个性化配置](concepts/个性化配置.md) +- [临场感增强](concepts/临场感增强.md) +- [主动问责](concepts/主动问责.md) +- [主题切换](concepts/主题切换.md) +- [九宫格法](concepts/九宫格法.md) +- [交接协议](concepts/交接协议.md) +- [产品体系](concepts/产品体系.md) +- [京速推](concepts/京速推.md) +- [人物描述框架](concepts/人物描述框架.md) +- [代理链-ProxyChains](concepts/代理链-ProxyChains.md) +- [任务管理](concepts/任务管理.md) +- [休眠-Hibernate](concepts/休眠-Hibernate.md) +- [伪代码](concepts/伪代码.md) +- [供应商绩效考核](concepts/供应商绩效考核.md) +- [信号驱动销售](concepts/信号驱动销售.md) +- [信息锚定](concepts/信息锚定.md) +- [信息黑洞](concepts/信息黑洞.md) +- [共识投票-Consensus](concepts/共识投票-Consensus.md) +- [内存刷新](concepts/内存刷新.md) +- [内容技能](concepts/内容技能.md) +- [内容矩阵](concepts/内容矩阵.md) +- [内容连续变化](concepts/内容连续变化.md) +- [内网穿透](concepts/内网穿透.md) +- [分镜拆解](concepts/分镜拆解.md) +- [列式存储](concepts/列式存储.md) +- [单一职责](concepts/单一职责.md) +- [卡点](concepts/卡点.md) +- [厚描述(Thick-Description)](concepts/厚描述(Thick-Description).md) +- [原子化知识管理](concepts/原子化知识管理.md) +- [去中心化协调](concepts/去中心化协调.md) +- [双层记忆架构](concepts/双层记忆架构.md) +- [反向代理](concepts/反向代理.md) +- [可见度标准](concepts/可见度标准.md) +- [可观测性三大支柱](concepts/可观测性三大支柱.md) +- [向量嵌入](concepts/向量嵌入.md) +- [和光同尘](concepts/和光同尘.md) +- [品味](concepts/品味.md) +- [响应式断点策略](concepts/响应式断点策略.md) +- [固定机位](concepts/固定机位.md) +- [图像修补](concepts/图像修补.md) +- [图生视频](concepts/图生视频.md) +- [地图笔记](concepts/地图笔记.md) +- [场景共情能力](concepts/场景共情能力.md) +- [均衡分发](concepts/均衡分发.md) +- [增量备份](concepts/增量备份.md) +- [声音克隆](concepts/声音克隆.md) +- [多国联申策略](concepts/多国联申策略.md) +- [多多搜索](concepts/多多搜索.md) +- [多模态输入](concepts/多模态输入.md) +- [大智若愚](concepts/大智若愚.md) +- [天才地带](concepts/天才地带.md) +- [字幕设计](concepts/字幕设计.md) +- [安之若命](concepts/安之若命.md) +- [定期复盘](concepts/定期复盘.md) +- [实时新闻数据](concepts/实时新闻数据.md) +- [实践理论(Practice-Theory)](concepts/实践理论(Practice-Theory).md) +- [家庭库存追踪](concepts/家庭库存追踪.md) +- [容器化仪表板](concepts/容器化仪表板.md) +- [容器化媒体服务](concepts/容器化媒体服务.md) +- [对抗式辩论-Adversarial-Debate](concepts/对抗式辩论-Adversarial-Debate.md) +- [小文件清理](concepts/小文件清理.md) +- [层级结构-Hierarchy](concepts/层级结构-Hierarchy.md) +- [展示广告](concepts/展示广告.md) +- [工作流自动化](concepts/工作流自动化.md) +- [工具技能](concepts/工具技能.md) +- [底层能力](concepts/底层能力.md) +- [建构主义学习理论](concepts/建构主义学习理论.md) +- [开源平替](concepts/开源平替.md) +- [待机-Suspend](concepts/待机-Suspend.md) +- [微服务](concepts/微服务.md) +- [快节奏剪辑](concepts/快节奏剪辑.md) +- [思维蒸馏](concepts/思维蒸馏.md) +- [情绪分析](concepts/情绪分析.md) +- [批次任务](concepts/批次任务.md) +- [拓扑分布约束](concepts/拓扑分布约束.md) +- [持久化桌面](concepts/持久化桌面.md) +- [持续改进](concepts/持续改进.md) +- [指纹浏览器](concepts/指纹浏览器.md) +- [探针](concepts/探针.md) +- [提示词黄金法则](concepts/提示词黄金法则.md) +- [提示语设计](concepts/提示语设计.md) +- [故障转移](concepts/故障转移.md) +- [敏捷实践](concepts/敏捷实践.md) +- [教育资源数字化](concepts/教育资源数字化.md) +- [数字人](concepts/数字人.md) +- [数字导师](concepts/数字导师.md) +- [数据可视化](concepts/数据可视化.md) +- [数据管道-Data-Pipeline](concepts/数据管道-Data-Pipeline.md) +- [数据蒸馏](concepts/数据蒸馏.md) +- [文件驱动UI](concepts/文件驱动UI.md) +- [文化一致性(Cultural-Coherence)](concepts/文化一致性(Cultural-Coherence).md) +- [文字生成视频](concepts/文字生成视频.md) +- [文本渲染](concepts/文本渲染.md) +- [新员工培训-90天计划](concepts/新员工培训-90天计划.md) +- [新闻-API-数据源](concepts/新闻-API-数据源.md) +- [无常](concepts/无常.md) +- [无责复盘](concepts/无责复盘.md) +- [时间压缩](concepts/时间压缩.md) +- [智能体设计原则](concepts/智能体设计原则.md) +- [智能体设计规范](concepts/智能体设计规范.md) +- [最小权限原则](concepts/最小权限原则.md) +- [标化考试规划](concepts/标化考试规划.md) +- [梅林固件](concepts/梅林固件.md) +- [检索指令](concepts/检索指令.md) +- [模块化Prompt库](concepts/模块化Prompt库.md) +- [死亡过滤器](concepts/死亡过滤器.md) +- [每日任务生成](concepts/每日任务生成.md) +- [每日复盘机制](concepts/每日复盘机制.md) +- [每日站会摘要](concepts/每日站会摘要.md) +- [每日笔记](concepts/每日笔记.md) +- [泰勒制](concepts/泰勒制.md) +- [流失预测](concepts/流失预测.md) +- [测试用户](concepts/测试用户.md) +- [消息队列](concepts/消息队列.md) +- [淘汰制-Knock-out](concepts/淘汰制-Knock-out.md) +- [深度工作](concepts/深度工作.md) +- [混合学习](concepts/混合学习.md) +- [混合搜索](concepts/混合搜索.md) +- [混沌工程](concepts/混沌工程.md) +- [渐进式发布](concepts/渐进式发布.md) +- [渐进式披露](concepts/渐进式披露.md) +- [灾难恢复](concepts/灾难恢复.md) +- [点-线-体-迭代](concepts/点-线-体-迭代.md) +- [物件描述框架](concepts/物件描述框架.md) +- [用户LTV](concepts/用户LTV.md) +- [用户生命周期管理](concepts/用户生命周期管理.md) +- [留学文书策略](concepts/留学文书策略.md) +- [留学申请时间线](concepts/留学申请时间线.md) +- [监控可观测性](concepts/监控可观测性.md) +- [直播电商](concepts/直播电商.md) +- [直通车](concepts/直通车.md) +- [知识网络](concepts/知识网络.md) +- [短视频剪辑](concepts/短视频剪辑.md) +- [硬件转码](concepts/硬件转码.md) +- [礼物经济(Gift-Economy)](concepts/礼物经济(Gift-Economy).md) +- [社群分层运营](concepts/社群分层运营.md) +- [禅意](concepts/禅意.md) +- [私域运营](concepts/私域运营.md) +- [科学上网](concepts/科学上网.md) +- [程序化购买](concepts/程序化购买.md) +- [空间界面设计](concepts/空间界面设计.md) +- [竞态条件](concepts/竞态条件.md) +- [端到端](concepts/端到端.md) +- [笔记整理](concepts/笔记整理.md) +- [签证申请准备](concepts/签证申请准备.md) +- [算法优先思维](concepts/算法优先思维.md) +- [粉丝团](concepts/粉丝团.md) +- [精确去重](concepts/精确去重.md) +- [系统-Prompt-优化](concepts/系统-Prompt-优化.md) +- [结构化表达能力](concepts/结构化表达能力.md) +- [统一收件箱](concepts/统一收件箱.md) +- [绩效最大化-Performance-Max](concepts/绩效最大化-Performance-Max.md) +- [缘起性空](concepts/缘起性空.md) +- [翻转课堂](concepts/翻转课堂.md) +- [老铁经济](concepts/老铁经济.md) +- [联合访问](concepts/联合访问.md) +- [背景提升规划](concepts/背景提升规划.md) +- [自动化出价策略](concepts/自动化出价策略.md) +- [自定义指令](concepts/自定义指令.md) +- [虚拟环境-venv](concepts/虚拟环境-venv.md) +- [行动学习](concepts/行动学习.md) +- [规划驱动](concepts/规划驱动.md) +- [视觉叙事](concepts/视觉叙事.md) +- [角色一致性](concepts/角色一致性.md) +- [记忆后端](concepts/记忆后端.md) +- [设计模式库](concepts/设计模式库.md) +- [语义去重](concepts/语义去重.md) +- [语义形状系统](concepts/语义形状系统.md) +- [语义搜索](concepts/语义搜索.md) +- [调色分级](concepts/调色分级.md) +- [账户架构](concepts/账户架构.md) +- [质量评分-Quality-Scoring](concepts/质量评分-Quality-Scoring.md) +- [跨平台适配](concepts/跨平台适配.md) +- [跨店满减](concepts/跨店满减.md) +- [运动图形](concepts/运动图形.md) +- [迭代优化能力](concepts/迭代优化能力.md) +- [选品评分模型](concepts/选品评分模型.md) +- [透明代理](concepts/透明代理.md) +- [通才](concepts/通才.md) +- [速度曲线](concepts/速度曲线.md) +- [道法自然](concepts/道法自然.md) +- [销售漏斗](concepts/销售漏斗.md) +- [镜像网络模式](concepts/镜像网络模式.md) +- [阈限与共融(Liminality-and-Communitas)](concepts/阈限与共融(Liminality-and-Communitas).md) +- [防彈筆記法](concepts/防彈筆記法.md) +- [防穿帮](concepts/防穿帮.md) +- [需求拆解能力](concepts/需求拆解能力.md) +- [静态站点托管](concepts/静态站点托管.md) +- [静态站点生成](concepts/静态站点生成.md) +- [非持久化桌面](concepts/非持久化桌面.md) +- [面单授权](concepts/面单授权.md) +- [面单收费](concepts/面单收费.md) +- [音频工程](concepts/音频工程.md) +- [项目状态管理](concepts/项目状态管理.md) +- [项目章程](concepts/项目章程.md) +- [预上网](concepts/预上网.md) +- [预售](concepts/预售.md) +- [首尾针动画](concepts/首尾针动画.md) +- [高级展示图](concepts/高级展示图.md) +- [黄金3秒钩子](concepts/黄金3秒钩子.md) + +## Syntheses diff --git a/wiki/log.md b/wiki/log.md index 097fb70a..c2935606 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -1,3 +1,34 @@ +## [2026-04-21] ingest | codecrafters-io/build-your-own-x +- Source file: raw/AI/codecrafters-iobuild-your-own-x Master programming by recreating your favorite technologies from scratch.md +- Status: ✅ 成功摄入 +- Summary: Build Your Own X 是一个 GitHub 精选教程集,通过从零重建你最喜爱的技术来掌握编程。涵盖 25+ 技术领域(OS、Git、Docker、Database、编程语言/编译器、神经网络、Web 浏览器、游戏、AR、BitTorrent、区块链、Bot、CLI工具、模拟器、前端框架、物理引擎、搜索引擎、Shell、模板引擎、文本编辑器、视觉识别、体素引擎),每个领域收录多种语言(Python、C、C++、Go、JavaScript、Rust等)的优质分步教程。核心理念:Richard Feynman 的名言"What I cannot create, I do not understand"。 +- Concepts created: [[Byox]](已存在,更新为独立 Concept 页面,补充 26 领域和 500+ 精选教程索引) +- Entities created: [[codecrafters-io/build-your-own-x]](GitHub 知识库实体页面) +- Source page: wiki/sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md +- Notes: Source 页面包含完整 26 技术领域分类索引;Byox Concept 补充精选资源(Crafting Interpreters、Writing an OS in Rust、Browser Engineering、Write yourself a Git 等);Entity 页面包含技术领域对照表;覆盖 Database/OS/编程语言/Web浏览器/Git/Docker/神经网络等 + + +## [2026-04-21] ingest | 如何传输 Docker images 并且在另一个 Docker 安装 +- Source file: raw/Home Office/如何传输Docker images 并且在另一个Docker安装.md +- Status: ✅ 成功摄入 +- Summary: Docker 镜像在不同主机之间的离线传输方法,使用 docker save 和 docker load 命令实现无需 registry 的镜像迁移。典型场景:将工作笔记本上的 Docker 镜像传输到 Synology NAS 的 Docker 环境。核心命令:docker save -o images.tar image_name:tag 和 docker load < images.tar。同时介绍了 docker commit 和 docker export/import 两种替代方法。 +- Concepts created: Docker-Image, Docker-Save, Docker-Load +- Entities updated: Docker(添加 source 引用) +- Source page: wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md +- Notes: Home Office 分类文档;Docker 相关 Concept 页面已创建;与已有 Xiaoya entity 形成知识链接;Docker 镜像离线传输是 NAS 环境中常见需求 +- Entities created: Synology NAS +- Source page: wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md +- Notes: 属于 Home Office 场景的实用运维技能;与现有的 Docker-Daemon-代理 等概念互补 + +## [2026-04-21] ingest | Project State Management System +- Source file: raw/Agent/usecases/project-state-management.md +- Status: ✅ 成功摄入 +- Summary: 事件驱动的项目状态管理系统,通过数据库存储项目状态和历史事件,AI Agent 自然语言交互替代静态 Kanban 看板。核心理念:事件即事实,存储所有状态变更而非最终状态;上下文保留,记录决策、阻碍、关键洞察。关键技术:PostgreSQL/SQLite 项目状态数据库、GitHub CLI 提交追踪、每日 Cron 摘要、Cron Jobs 定时触发。 +- Concepts created: Event Sourcing, 每日站会摘要, Git 集成 +- Entities created: Project State Management +- Source page: wiki/sources/project-state-management.md +- Notes: 与 Kanban 看板存在方法论冲突:事件驱动强调自动追踪和上下文保留,Kanban 强调可视化团队协作;Event Sourcing 作为理论基础首次创建为独立 concept;每日站会摘要通过 Cron 自动生成;Git 集成实现代码变更与项目进度的可追溯性 + ## [2026-04-21] ingest | Marketing Carousel Growth Engine - Source file: raw/Agent/agency-agents/marketing/marketing-carousel-growth-engine.md - Status: ✅ 成功摄入 @@ -738,3 +769,48 @@ - Entities created/updated: Synology, Xiaoya - Source page: wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md - Notes: 已有 Docker 相关 Concept 页面(Docker-Save.md, Docker-Load.md, Docker-Image.md),本次更新添加了新 source 引用;新建 Xiaoya entity;Docker 镜像离线传输是 NAS 环境中常见需求 + +## [2026-04-21] ingest | Todoist Task Manager: Agent Task Visibility +- Source file: raw/Agent/usecases/todoist-task-manager.md +- Status: ✅ 成功摄入 +- Summary: 通过 Todoist REST API 将 AI Agent 内部推理和进度日志同步到任务看板,实现长时间运行任务的状态可视化追踪。提供 todoist_api.sh、sync_task.sh、add_comment.sh 三个脚本,支撑状态可视化、推理外部化、进度流式更新、自动协调四大能力。 +- Concepts created: Agent-Task-Visibility(已存在,已验证内容准确) +- Entities created: Todoist Task Manager +- Source page: wiki/sources/todoist-task-manager-agent-task-visibility.md +- Notes: Entity Todoist.md 已存在,本次新建 Todoist-Task-Manager.md entity;Concept Agent-Task-Visibility.md 已存在,本次验证内容与 source 一致 + +## [2026-04-21] ingest | Polymarket Autopilot: Automated Paper Trading +- Source file: raw/Agent/usecases/polymarket-autopilot.md +- Status: ✅ 成功摄入 +- Summary: AI Agent 自动化 Polymarket 模拟交易工作流,通过 Cron Jobs + Web API 监控市场数据,执行 TAIL(趋势跟踪)、BONDING(逆向)、SPREAD(套利)三种策略,每日推送 Discord 报告。初始模拟资金 $10,000,支持子代理并行分析多市场。 +- Concepts created: Paper-Trading(已存在,已验证关联) +- Entities created: Polymarket(已存在,已验证关联) +- Source page: wiki/sources/polymarket-autopilot-automated-paper-trading.md +- Notes: Entity Polymarket.md 和 Concept Paper-Trading.md 已存在并关联本次 source;skillsNeeded: web_search/web_fetch, postgres/SQLite, Discord, Cron Jobs, Sub-agent + +## [2026-04-21] ingest | 教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報 +- Source file: raw/AI/教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報.md +- Status: ✅ 成功摄入 +- Summary: 四阶段AI简报工作流:先用ChatGPT做资料研究(5分钟)、建立知识架构(1分钟)、输出文字大纲(1分钟),再交给Canva/Gamma AI完成视觉设计。核心观点:简报不是从版面设计开始,而是从资料研究开始。 +- Concepts created: AI-簡報流程, 防彈筆記法 +- Entities created: Canva, Gamma +- Source page: wiki/sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md +- Notes: 教程来自电脑玩物 esor,以"防弹笔记法"作为案例贯穿全文;Canva 2025年9月已支持中文;防弹笔记法作为知识管理方法论具有独立价值 + +## [2026-04-21] ingest | Last30Days 使用指南 +- Source file: raw/Skills/Last30Days-使用指南.md +- Status: ✅ 成功摄入 +- Summary: Last-30-Days-Skill 多平台热门内容研究工具使用指南,支持 Reddit、X、YouTube、TikTok、Instagram、Hacker News、Polymarket、Web 共 8 个数据源,深度研究 2-8 分钟,输出结构化报告(含研究发现、关键模式、统计数据、推荐下一步)。 +- Concepts created: (无新增,Last-30-Days-Skill 已在 overview.md 中定义) +- Entities updated: (无新增) +- Source page: wiki/sources/Last30Days-使用指南.md +- Notes: 原文件已存在于 index.md;本次为内容更新覆盖,新增 v2.9.5 Bluesky 支持和 Comparative Mode 对比模式;API Keys 配置完整记录 + +## [2026-04-21] ingest | GOG-CLI 安装配置指南 +- Source file: raw/Skills/GOG-CLI-安装配置指南.md +- Status: ✅ 成功摄入 +- Summary: macOS 系统上安装和配置 gog CLI 的完整指南,通过命令行管理 Google Workspace 六大服务(Gmail、Calendar、Drive、Contacts、Docs、Sheets)。涵盖 Homebrew 安装、OAuth 凭证配置、Google Cloud Console 设置、测试用户配置、API Enablement 两层授权机制、常用命令速查和故障排除。 +- Concepts created: [[Gmail-API]], [[Calendar-API]], [[Drive-API]], [[API-Enablement]], [[测试用户]] +- Entities created: [[gog CLI]], [[steipete-tap-gogcli]] +- Source page: wiki/sources/GOG-CLI-安装配置指南.md +- Notes: Source page 已存在(2026-04-19),本次为内容更新并补全关联 Entity/Concept 页面;gog CLI 是实现 Google Workspace 命令行管理的关键工具;与已有的 OAuth、Google-Cloud-Console、Homebrew 概念形成完整知识链 diff --git a/wiki/overview.md b/wiki/overview.md index a6ed14d8..65072b55 100644 --- a/wiki/overview.md +++ b/wiki/overview.md @@ -1,9 +1,12 @@ 1|# Wiki Overview 2| - 3|## 主题领域 - 4|AI 开源项目、Cloud & DevOps、Vibe Coding、AI时代个人发展、跨境电商 - 5| - 6|## 核心概念 +## 主题领域 +AI 开源项目、Cloud & DevOps、Vibe Coding、AI时代个人发展、跨境电商、Google Workspace 自动化 + +## Google Workspace CLI +- gog CLI:macOS 命令行工具,通过 OAuth 实现对 Gmail、Google Calendar、Google Drive、Google Contacts、Google Docs、Google Sheets 的命令行管理;需要 Google Cloud Console 配置 OAuth 凭证 + API Enablement + 测试用户配置 + +## 核心概念 - Legal Compliance Checker:The Agency 项目中的法律合规检查专家智能体,专注于多司法管辖区监管合规(GDPR、CCPA、HIPAA、SOX、PCI-DSS)、风险评估、政策开发与合规监控 - Healthcare Marketing Compliance Specialist:The Agency 中负责中国医疗健康营销合规的专家智能体,覆盖医疗广告、互联网医疗、医美、保健品与隐私合规 @@ -242,7 +245,7 @@ 217|- Voice Agent:具备语音交互能力的 AI 代理,能够通过语音对话完成任务 218|- AI配音(AI TTS):使用人工智能技术将文字转化为语音的技术,主流工具包括 ElevenLabs、海螺AI、F5-TTS、TTSMaker、剪映、魔音工坊、AnyVoice 219|- 声音克隆(Voice Cloning):通过少量音频样本训练AI模型,生成与原声相似的语音的技术 - 220|- Byox(Build Your Own X):通过从零重建22个技术领域掌握编程技能的方法论,核心理念是"What I cannot create, I do not understand" + 220|- Byox(Build Your Own X):通过从零重建26个技术领域掌握编程技能的方法论,核心理念是"What I cannot create, I do not understand — Richard Feynman",由 [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) 整理汇编,收录 500+ 优质教程,涵盖 OS、Git、Docker、Database、编程语言/编译器、神经网络、Web 浏览器、游戏引擎、物理引擎、Web服务器、搜索引擎、Shell、正则引擎、模板引擎、文本编辑器、虚拟机、区块链等;配套平台 [CodeCrafters](https://codecrafters.io/) 提供交互式挑战 221| 222|- X Account Analysis(X 账户分析):使用 OpenClaw + Bird Skill 获取用户推文并分析发布质量,定性分析替代 X 内置的定量统计 223| diff --git a/wiki/sources/GOG-CLI-安装配置指南.md b/wiki/sources/GOG-CLI-安装配置指南.md index e151ca78..117548a2 100644 --- a/wiki/sources/GOG-CLI-安装配置指南.md +++ b/wiki/sources/GOG-CLI-安装配置指南.md @@ -16,7 +16,7 @@ date: 2026-04-19 ## Key Claims - gog CLI 是管理 Google Workspace 的命令行工具,支持 Gmail、Calendar、Drive、Contacts、Docs、Sheets 六大服务 -- OAuth 授权需要两层配置:用户身份认证(OAuth)+ API 服务启用 +- OAuth 授权需要两层配置:用户身份认证(OAuth)+ API 服务启用(API Enablement) - Google 未验证应用需要添加测试用户才能授权 ## Key Quotes @@ -36,12 +36,14 @@ date: 2026-04-19 ## Key Entities - [[Homebrew]]:macOS 包管理器,用于安装 gog CLI - [[Google]]:Google 公司,开发 gog CLI 工具 -- [[steipete-tap-gogcli]]:gog CLI 的 Homebrew 官方仓库 +- [[gog CLI]]:Google Workspace 命令行管理工具(本次创建) +- [[steipete-tap-gogcli]]:gog CLI 的 Homebrew 官方仓库(本次创建) ## Connections - [[Homebrew]] ← 安装于 ← [[GOG-CLI-安装配置指南]] - [[Google-Cloud-Console]] ← 创建凭证于 ← [[GOG-CLI-安装配置指南]] - [[OAuth]] ← 授权机制于 ← [[GOG-CLI-安装配置指南]] +- [[gog CLI]] ← 工具实现于 ← [[GOG-CLI-安装配置指南]] ## Contradictions -- (暂无) \ No newline at end of file +- (暂无) diff --git a/wiki/sources/Last30Days-使用指南.md b/wiki/sources/Last30Days-使用指南.md index 2d9d28ae..aecf1dd0 100644 --- a/wiki/sources/Last30Days-使用指南.md +++ b/wiki/sources/Last30Days-使用指南.md @@ -1,46 +1,205 @@ --- -title: "Last30Days 使用指南" -type: source -tags: [hackernews, instagram, last30days, polymarket, scrapecreator, tiktok, x, youtube] -date: 2026-04-19 +title: Last30Days 使用指南 --- ## Source File - [[raw/Skills/Last30Days-使用指南.md]] -## Summary -- 核心主题:多平台热门内容研究工具的使用指南 -- 问题域:市场调研、竞品分析、趋势发现 -- 方法/机制:通过 Python 脚本聚合 Reddit、X、YouTube、TikTok、Instagram、Hacker News、Polymarket、Web 共 8 个数据源的热门内容,生成结构化研究报告 -- 结论/价值:帮助用户快速获取过去 30 天内的用户痛点、市场趋势和竞品动态,是 AI 辅助创业自动化的核心工具 +--- -## Key Claims -- Last30Days 支持 8 个数据源,权重排序为 Reddit/X > YouTube > TikTok > Polymarket > Web -- 深度研究需要 2-8 分钟,可通过 --quick(8-12 条/来源)或 --deep(50-70 条 Reddit,40-60 条 X)调整 -- 对比模式("cursor vs windsurf")可生成并排对比研究 -- Polymarket 赔率数据是最高置信度的信息来源,因其基于真实货币投注 +## 概述 -## Key Quotes -> "深度研究需要 2-8 分钟,耐心等待" — 使用指南 -> "Polymarket 赔率是最高置信度的数据" — 使用指南 +`/last30days` 研究过去 30 天内在 Reddit、X、YouTube、TikTok、Instagram、Hacker News、Polymarket 和网页上的热门内容,生成研究报告。 -## Key Concepts -- [[Comparative Mode]]:对比模式,通过 "X vs Y" 格式生成并排对比研究 -- [[Last-30-Days-Skill]]:Matt Van Horn 开发的 Reddit/X 研究技能,获取过去 30 天用户痛点 -- [[Market-Research]]:通过用户反馈和数据分析识别产品机会的过程 -- [[MVP]]:最小可行产品,用最少的资源验证核心产品假设 -- [[Comparative Mode]]:对比模式,通过 "X vs Y" 格式生成并排对比研究 +**特点**: 深度研究需要 2-8 分钟,支持 8 个数据来源,结果自动保存到 `~/Documents/Last30Days/` -## Key Entities -- [Matt Van Horn](entities/Matt-Van-Horn.md):Last30Days skill 的作者 -- [ScrapeCreators](entities/ScrapeCreators.md):提供 Reddit、TikTok、Instagram 数据采集的 API 服务(前 100 次免费) -- [Polymarket](entities/Polymarket.md):预测市场平台,基于真实货币投注提供高置信度趋势数据 -- [OpenClaw](entities/OpenClaw.md):运行 Last30Days skill 的 AI Agent 框架 +--- -## Connections -- [[Market Research & Product Factory]] ← uses ← [[Last-30-Days-Skill]] -- [[Last-30-Days-Skill]] ← requires ← [[ScrapeCreators]] -- [[Last-30-Days-Skill]] ← supports ← [[Polymarket]] +## 调用方式 -## Contradictions -- (暂无) \ No newline at end of file +```bash +python3 ~/.openclaw/skills/last30days-official/scripts/last30days.py "<话题>" --emit=compact --no-native-web --save-dir=~/Documents/Last30Days +``` + +### 示例 +```bash +# 基本搜索 +python3 ~/.openclaw/skills/last30days-official/scripts/last30days.py "AI一人公司" + +# 指定 X 账号搜索 +python3 ~/.openclaw/skills/last30days-official/scripts/last30days.py "OpenClaw" --x-handle=openclawai + +# 对比模式 +python3 ~/.openclaw/skills/last30days-official/scripts/last30days.py "cursor vs windsurf" +``` + +--- + +## 参数说明 + +| 参数 | 说明 | 示例 | +| `--days=N` | 回溯 N 天(默认30天) | `--days=7` | +| `--quick` | 快速模式(8-12条/来源) | | +| `--deep` | 深度模式(50-70条Reddit,40-60条X) | | +| `--x-handle=HANDLE` | 指定 X 账号搜索(不含@) | `--x-handle=elonmusk` | +| `--emit=compact` | 紧凑输出 | | +| `--no-native-web` | 不使用内置 web 搜索 | | +| `--save-dir=PATH` | 保存目录 | `--save-dir=~/Documents/Last30Days` | + +--- + +## 数据来源 + +| 来源 | 权重 | 说明 | +|------|------|------| +| Reddit | 高 | 有 upvotes、comments 互动数据 | +| X (Twitter) | 高 | 有 likes、retweets 互动数据 | +| YouTube | 高 | 有观看数、likes 和字幕 | +| TikTok | 中 | 有观看数、likes 和标题 | +| Instagram | 中 | 有观看数、likes 和标题 | +| Hacker News | 中 | 有 points、comments | +| Polymarket | 高 | 真实钱币投注,数据真实可信 | +| Web | 低 | 无互动数据,补充博客/新闻 | + +**权重说明**: Reddit/X > YouTube > TikTok > Polymarket > Web + +--- + +## 输出格式 + +### 1. What I Learned(研究发现) +- 基于 QUERY_TYPE 类型的摘要 +- 引用真实来源(@handle、r/subreddit) +- 3-5 个关键模式 + +### 2. Key Patterns(关键模式) +- 按权重排序的模式列表 +- 每个模式注明来源 + +### 3. Stats(统计数据) +``` +├─ 🟠 Reddit: N threads │ N upvotes │ N comments +├─ 🔵 X: N posts │ N likes │ N reposts +├─ 🔴 YouTube: N videos │ N views │ N with transcripts +├─ 🎵 TikTok: N videos │ N views │ N likes +├─ 📸 Instagram: N reels │ N views │ N likes +├─ 🟡 HN: N stories │ N points │ N comments +├─ 📊 Polymarket: N markets │ 相关赔率 +├─ 🌐 Web: N pages — Source Name, Source Name +└─ 🗣️ Top voices: @handle1, @handle2 +``` + +### 4. Invitation(推荐下一步) +根据 QUERY_TYPE 类型推荐后续操作 + +--- + +## API Keys 配置 + +在 `~/.openclaw/.env` 中配置: + +```bash +# 必填 +SCRAPECREATORS_API_KEY=*** # Reddit + TikTok + Instagram(一个 key 覆盖三个) + +# X/Twitter 搜索(2选1) +AUTH_TOKEN=*** # 方案1: 从浏览器 cookie 复制 +CT0=... # 方案1: 从浏览器 cookie 复制 +XAI_API_KEY=*** # 方案2: XAI API Key + +# Web 搜索(可选) +OPENROUTER_API_KEY=*** # OpenRouter/Perplexity +TAVILY_API_KEY=*** # Brave Search +PARALLEL_API_KEY=*** # Parallel AI + +# Bluesky(可选) +BSKY_HANDLE=you.bsky.social +BSKY_APP_PASSWORD=*** +``` + +### 当前已配置 +- ✅ SCRAPECREATORS_API_KEY +- ✅ XAI_API_KEY +- ✅ OPENROUTER_API_KEY +- ✅ TAVILY_API_KEY + +--- + +## 新功能 (v2.9.5) + +### Bluesky 支持 +- 需要 BSKY_HANDLE + BSKY_APP_PASSWORD +- 创建 app password: bsky.app/settings/app-passwords + +### Comparative Mode(对比模式) +```bash +"cursor vs windsurf" # 得到并排对比 +``` + +### Per-project .env +在项目根目录创建 `.claude/last30days.env` 覆盖全局配置 + +### SessionStart config check +Claude Code 启动时自动验证配置 + +--- + +## 最佳实践 + +### 1. 选择合适的深度 +| 场景 | 推荐 | +|------|------| +| 测试话题 | `--quick` | +| 每周追踪 | `--days=7 --quick` | +| 深度研究 | `--deep` | +| 全面研究 | 默认 30 天 | + +### 2. X 账号精确搜索 +如果搜索人物/品牌,加上 `--x-handle`: +```bash +--x-handle=openclawai # 搜索 OpenClaw 官方帖子 +``` + +### 3. 对比模式 +问 "X vs Y" 得到并排对比研究 + +### 4. Web 搜索补充 +根据类型自动补充: +- RECOMMENDATIONS: `best {topic} recommendations` +- NEWS: `{topic} news 2026` +- PROMPTING: `{topic} prompts examples` +- GENERAL: `{topic} 2026 discussion` + +--- + +## 典型使用场景 + +| 场景 | 推荐用法 | +|------|---------| +| 每周行业动态 | `/last30days AI工具 --days=7 --quick` | +| 竞品深度分析 | `/last30days competitor --deep --x-handle=竞品账号` | +| 工具对比选型 | `/last30days toolA vs toolB` | +| 人物热点追踪 | `/last30days person --x-handle=personHandle` | +| 热点趋势发现 | `/last30days trending_topic` | + +--- + +## 注意事项 + +1. 深度研究需要 2-8 分钟,耐心等待 +2. TikTok/Instagram 需要 ScrapeCreators API key(前 100 次免费) +3. 建议先用 `--quick` 测试话题方向 +4. Reddit 评论往往比帖子更有价值,关注 top comments +5. Polymarket 赔率是最高置信度的数据 + +--- + +## 相关资源 + +- GitHub: https://github.com/mvanhorn/last30days-skill +- 技能目录: `~/.openclaw/skills/last30days-official/` +- 研究保存: `~/Documents/Last30Days/` + +--- + +*此笔记由星辉根据 README.md 总结生成* diff --git a/wiki/sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md b/wiki/sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md index 99a7ca5c..ecbb6956 100644 --- a/wiki/sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md +++ b/wiki/sources/codecrafters-iobuild-your-own-x-master-programming-by-recreating-your-favorite-technologies-from-scratch.md @@ -1,41 +1,98 @@ --- -title: "codecrafters-io/build-your-own-x: Master programming by recreating your favorite technologies from scratch" -type: source +title: codecrafters-io/build-your-own-x:Master programming by recreating your favorite technologies from scratch. +source: https://github.com/codecrafters-io/build-your-own-x?tab=readme-ov-file#build-your-own-insert-technology-here +author: shenwei +published: +created: 2026-01-01 +description: Master programming by recreating our favorite technologies from scratch. tags: [build-your-own-x, byox, codecrafters, github] -date: 2026-04-18 --- +# codecrafters-io/build-your-own-x + ## Source File - [[raw/AI/codecrafters-iobuild-your-own-x Master programming by recreating your favorite technologies from scratch.md]] -## Summary -- 核心主题:通过从零重建技术来掌握编程技能 -- 问题域:学习路径、技能提升方法论 -- 方法/机制:收录大量手把手教程,覆盖22个技术领域,从3D渲染器到神经网络 -- 结论/价值:"What I cannot create, I do not understand"——通过重建掌握底层原理 +## Overview -## Key Claims -- 通过重建技术栈是理解其工作原理的最佳方式 -- 收录22个技术领域的手把手教程 -- 支持多语言实现(C++、Python、JavaScript、Go、Rust等) +**[build-your-own-x](https://github.com/codecrafters-io/build-your-own-x)** is a compilation of well-written, step-by-step guides for recreating our favorite technologies from scratch. -## Key Quotes -> "What I cannot create, I do not understand — Richard Feynman." +> *What I cannot create, I do not understand — Richard Feynman.* -## Key Concepts -- [[Byox]]:Build Your Own X,从零重建技术以深入理解 -- [[手把手教程]]:step-by-step 形式的学习资源 +## Core Philosophy -## Key Entities -- [[Codecrafters]]:维护该教程库的公司 -- [[Daniel Stefanovic]]:项目创始人 +The fundamental principle behind this project is that **learning by creating is the most effective way to truly understand a technology**. Instead of just consuming knowledge passively, practitioners rebuild complex systems from scratch, gaining deep insight into how they work internally. -## Connections -- [[Ollama]] ← related_to ← [[Byox]](本地运行教程需要 Ollama) -- [[Vibe Coding]] ← contrasts_with ← [[Byox]](Vibe Coding 是 AI 代写,Byox 是自己手写) +## Technology Categories -## Contradictions -- 与 [[Vibe Coding]] 冲突: - - 冲突点:学习编程的方式 - - 当前观点:Byox 强调自己动手重建以深入理解 - - 对方观点:Vibe Coding 主张用 AI 替代手工编码 \ No newline at end of file +This repository covers **26 major technology domains**: + +- [[3D Renderer]] +- [[Augmented Reality]] +- [[BitTorrent Client]] +- [[Blockchain / Cryptocurrency]] +- [[Bot]] Development +- [[Command-Line Tool]]s +- [[Database]] +- [[Docker]] +- [[Emulator / Virtual Machine]] +- [[Front-end Framework / Library]] +- [[Game]] Development +- [[Git]] +- [[Network Stack]] +- [[Neural Network]] +- [[Operating System]] +- [[Physics Engine]] +- [[Programming Language]] +- [[Regex Engine]] +- [[Search Engine]] +- [[Shell]] +- [[Template Engine]] +- [[Text Editor]] +- [[Visual Recognition System]] +- [[Voxel Engine]] +- [[Web Browser]] +- [[Web Server]] + +## Related Concepts + +- [[Byox]] - The methodology of learning programming by rebuilding technologies from scratch +- [[Learn In Public]] - Sharing learning progress publicly +- [[CodeCrafters]] - The platform that maintains this repository and provides interactive challenges + +## Notable Tutorials + +### Programming Languages +- [Crafting Interpreters](http://www.craftinginterpreters.com/) - Java implementation +- [Write Yourself a Scheme in 48 Hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) - Haskell +- [Build Your Own Lisp](http://www.buildyourownlisp.com/) - C in 1000 lines +- [Make a Lisp (mal)](https://github.com/kanaka/mal) - Implementations in any language + +### Operating Systems +- [Linux from Scratch](https://linuxfromscratch.org/lfs) +- [Writing an OS in Rust](https://os.phil-opp.com/) +- [Operating Systems: From 0 to 1](https://tuhdo.github.io/os01/) +- [The little book about OS development](https://littleosbook.github.io/) + +### Databases +- [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) - C +- [Build Your Own Redis from Scratch](https://build-your-own.org/redis) - C++ +- [Build Your Own Database from Scratch](https://build-your-own.org/database/) - Go + +### Web Technologies +- [Let's Build a Web Server](https://ruslanspivak.com/lsbaws-part1/) - Python +- [Browser Engineering](https://browser.engineering/) - Python +- [Let's build a browser engine](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html) - Rust + +### Git +- [Gitlet](http://gitlet.maryrosecook.com/docs/gitlet.html) - JavaScript +- [Write yourself a Git!](https://wyag.thb.lt/) - Python +- [ugit: Learn Git Internals](https://www.leshenko.net/p/ugit/) - Python + +## Contributing + +Contributions are welcome! Submit a PR or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new) to add new tutorials. + +## Resources + +- [CodeCrafters](https://codecrafters.io/) - Interactive challenges based on this repository diff --git a/wiki/sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md b/wiki/sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md index c8eada39..4ef003fa 100644 --- a/wiki/sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md +++ b/wiki/sources/jiao-xue-chatgpt-xian-zuo-zhi-shi-zheng-li-zai-rang-canva-gamma-ai-shu-chu-jian-bao.md @@ -1,49 +1,70 @@ --- -title: "教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報" -type: source -tags: [AI简报, 工作流] -date: 2025-10-26 -sources: -- https://www.playpcesor.com/2025/10/chatgpt-canva-gamma-ai.html +title: 教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報 +source: https://www.playpcesor.com/2025/10/chatgpt-canva-ggamma-ai.html author: shenwei +published: 2025-10-26 +created: 2025-12-18 +description: 分享各種行動工作技巧、雲端生活應用,善用數位工具改變你我的工作效率與生活品質。 +tags: [AI簡報, 知識管理, ChatGPT, Canva, Gamma] --- ## Source File - [[raw/AI/教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報.md]] ## Summary -- 核心主题:AI 简报制作的工作流程,先用 ChatGPT 做知识研究整理,再用 Canva/Gamma AI 输出设计 -- 问题域:如何高效制作专业简报,避免 AI 生成的幻觉和浅薄内容 -- 方法/机制:四阶段工作流程(资料搜索→知识架构→大纲生成→设计输出) -- 结论/价值:简报不是从版面设计开始,而是从资料研究开始 -## Key Claims -- 不会直接在 Canva、 Gamma 上凭空制作简报,而是先在 ChatGPT 上做资料收集、整理、分析,再让 AI 工具做版面设计 -- 如果没有经过资料研究、知识整理的过程,直接给一个题目要让论据、内容、案例、版面一次做好,很难做出正确、有效、深入的简报成果 -- 在文字资料的处理和推理思考上,ChatGPT 这类工具比 Canva、 Gamma 做得更好 +这篇教程分享了一套 **AI 简报两阶段工作流**:先在 ChatGPT 做资料研究、知识整理与大纲设计,再交给 Canva AI 或 Gamma AI 完成视觉设计。 -## Key Quotes -> "简报不是从版面设计开始,而是从资料研究开始。" — 作者核心观点 - -> "我不会直接在 Canva、Gamma 这样的工具上凭空制作一份简报。而是先在 ChatGPT 上做资料收集、整理、分析后,再让 Canva、 Gamma AI 做出美美的简报版面。" — 作者工作流 +作者esor(电脑玩物)的核心观点是:**简报不是从版面设计开始,而是从资料研究开始**。直接在 Canva/Gamma 上让 AI 生成简报,容易出现内容不深入、有幻觉的问题。 ## Key Concepts -- [[AI-简报工作流]]:先研究后设计的四阶段简报制作流程 -- [[防彈筆記法]]:任务导向的知识管理系统,本文举例的主题 -- [[SSOT]]:单一真相来源,每个任务一张笔记 -- [[知识架构]]:让 AI 对主题有和用户一致的客观资料认识和主观诠释角度 -## Key Entities -- [[ChatGPT]]:用于资料搜索、知识整理、大纲生成 -- [[Canva]]:AI 简报设计工具,2025年9月加入中文支持 -- [[Gamma]]:AI 简报工具,专注于图文并茂的专业效果 -- [[shenwei]]:作者,专注于数字工具效率的博主 +### 四阶段工作流 -## Connections -- [[ChatGPT]] ← 研究驱动 ← [[AI-简报工作流]] -- [[Canva]] ← 设计执行 ← [[AI-简报工作流]] -- [[Gamma]] ← 设计执行 ← [[AI-简报工作流]] -- [[防彈筆記法]] ← 知识主题 ← [[shenwei]] +1. **阶段一(5分钟)**:用 ChatGPT 上网搜索、收集资料 +2. **阶段二(1分钟)**:建立知识架构,做对比表格整理 +3. **阶段三(1分钟)**:输出文字版简报大纲 +4. **阶段四**:复制大纲到 Canva/Gamma 生成精美版面 -## Contradictions -- (无显著冲突) \ No newline at end of file +### 核心理念 + +- 简报内容需要前期研究、整理、分析 +- ChatGPT 在文字推理思考上优于 Canva/Gamma +- AI 简报工具擅长视觉设计,不擅长前期资料研究 +- "防弹笔记法"作为案例贯穿全文 + +## Tools Mentioned + +- [[ChatGPT]] — 知识研究与整理 +- [[Canva]] — AI 简报设计(2025年9月支持中文) +- [[Gamma]] — AI 简报生成工具 +- 防弹笔记法 — 任务导向的笔记系统 + +## Practical Prompts + +### 资料收集 Prompt +> 你是个人知识管理专家,請跟我解釋「電腦玩物 esor 的防彈筆記法」。請一步一步分析:先「上網搜尋相關資料」,以「條列清單的格式」,用一般人也能懂的用語,兼顧廣度與深度細節,說明這個主題。 + +### 建立架构 Prompt +> 整合上面所有討論資料,建立一個「防彈筆記法方法、應用」的對比表格,呈現出「打破知識管理、資料整理迷思」的特色。 + +### 简报大纲 Prompt +> 統整上方的討論,根據「防彈筆記法是幫你更快輸出的知識管理系統」主題,簡報對象是「一般職場工作者」,設計出 10 頁簡報大綱。請一步一步分析,先梳理上方討論的重點,根據背景、解決的問題、方法與應用,拆解出最容易讓人理解的順序。 + +### Canva 设计 Prompt +> 根據下面簡報大綱,保留完整內容、架構、分頁,利用 canva 製作出精美簡報: + +## Related Concepts + +- [[AI-簡報流程]] — AI 辅助简报设计的完整流程 +- [[防彈筆記法]] — 任务导向的笔记管理方法 +- [[知識管理]] — 资料收集、整理、分析的系统方法 +- [[ChatGPT-應用]] — ChatGPT 在知识工作中的应用 + +## Metadata + +- **Author**: shenwei (电脑玩物) +- **Source**: https://www.playpcesor.com/2025/10/chatgpt-canva-gamma-ai.html +- **Published**: 2025-10-26 +- **Language**: Traditional Chinese +- **Topics**: AI Tools, Presentation Design, Knowledge Management diff --git a/wiki/sources/polymarket-autopilot-automated-paper-trading.md b/wiki/sources/polymarket-autopilot-automated-paper-trading.md new file mode 100644 index 00000000..016eaa4a --- /dev/null +++ b/wiki/sources/polymarket-autopilot-automated-paper-trading.md @@ -0,0 +1,98 @@ +# Polymarket Autopilot: Automated Paper Trading + +## Source File +- [[raw/Agent/usecases/polymarket-autopilot.md]] + +## Metadata +- **Title**: Polymarket Autopilot: Automated Paper Trading +- **Author**: shenwei +- **Tags**: [polymarket-autopilot] + +## Summary + +This workflow automates paper trading on Polymarket with custom strategies: + +- Monitors market data via API (prices, volume, spreads) +- Executes paper trades using TAIL (trend-following) and BONDING (contrarian) strategies +- Tracks portfolio performance, P&L, and win rate +- Delivers daily summaries to Discord with trade logs and insights +- Learns from patterns: adjusts strategy parameters based on backtesting results + +## Pain Point + +Prediction markets move fast. Manual trading means missing opportunities, emotional decisions, and difficulty tracking what works. Testing strategies with real money risks losses before you understand market behavior. + +## What It Does + +The autopilot continuously scans Polymarket for opportunities, simulates trades using configurable strategies, and logs everything for analysis. You wake up to a summary of what it "traded" overnight, what worked, and what didn't. + +Example strategies: +- **TAIL**: Follow trends when volume spikes and momentum is clear +- **BONDING**: Buy contrarian positions when markets overreact to news +- **SPREAD**: Identify mispriced markets with arbitrage potential + +## Skills Needed + +- `web_search` or `web_fetch` (for Polymarket API data) +- `postgres` or SQLite for trade logs and portfolio tracking +- Discord integration for daily reports +- Cron jobs for continuous monitoring +- Sub-agent spawning for parallel market analysis + +## How to Set it Up + +1. Set up a database for paper trading: +```sql +CREATE TABLE paper_trades ( + id SERIAL PRIMARY KEY, + market_id TEXT, + market_name TEXT, + strategy TEXT, + direction TEXT, + entry_price DECIMAL, + exit_price DECIMAL, + quantity DECIMAL, + pnl DECIMAL, + timestamp TIMESTAMPTZ DEFAULT NOW() +); + +CREATE TABLE portfolio ( + id SERIAL PRIMARY KEY, + total_value DECIMAL, + cash DECIMAL, + positions JSONB, + updated_at TIMESTAMPTZ DEFAULT NOW() +); +``` + +2. Create a Discord channel for updates (e.g., #polymarket-autopilot). + +3. Prompt OpenClaw: +``` +You are a Polymarket paper trading autopilot. Run continuously (via cron every 15 minutes): + +1. Fetch current market data from Polymarket API +2. Analyze opportunities using these strategies: + - TAIL: Follow strong trends (>60% probability + volume spike) + - BONDING: Contrarian plays on overreactions (sudden drops >10% on news) + - SPREAD: Arbitrage when YES+NO > 1.05 +3. Execute paper trades in the database (starting capital: $10,000) +4. Track portfolio state and update positions + +Every morning at 8 AM, post a summary to Discord #polymarket-autopilot: +- Yesterday's trades (entry/exit prices, P&L) +- Current portfolio value and open positions +- Win rate and strategy performance +- Market insights and recommendations + +Use sub-agents to analyze multiple markets in parallel during high-volume periods. + +Never use real money. This is paper trading only. +``` + +4. Iterate on strategies based on performance. Adjust thresholds, add new strategies, backtest historical data. + +## Related Links + +- [Polymarket API](https://docs.polymarket.com/) +- [Paper Trading Best Practices](https://www.investopedia.com/articles/trading/11/paper-trading.asp) diff --git a/wiki/sources/project-state-management.md b/wiki/sources/project-state-management.md index f7cd8298..4e17baa3 100644 --- a/wiki/sources/project-state-management.md +++ b/wiki/sources/project-state-management.md @@ -1,8 +1,8 @@ --- title: "Project State Management System: Event-Driven Alternative to Kanban" type: source -tags: [project-state, AI-Agent] -date: 2026-04-17 +tags: [project-state, AI-Agent, project-management] +date: 2026-04-21 --- ## Source File @@ -25,11 +25,50 @@ date: 2026-04-17 > "Instead of dragging cards, you chat with your assistant: 'Finished the auth flow, starting on the dashboard.' The system logs the event, updates project state, and preserves context." — 事件驱动系统的工作方式 +## Architecture + +### Database Schema +```sql +CREATE TABLE projects ( + id SERIAL PRIMARY KEY, + name TEXT UNIQUE, + status TEXT, -- e.g., "active", "blocked", "completed" + current_phase TEXT, + last_update TIMESTAMPTZ DEFAULT NOW() +); + +CREATE TABLE events ( + id SERIAL PRIMARY KEY, + project_id INTEGER REFERENCES projects(id), + event_type TEXT, -- e.g., "progress", "blocker", "decision", "pivot" + description TEXT, + context TEXT, + timestamp TIMESTAMPTZ DEFAULT NOW() +); + +CREATE TABLE blockers ( + id SERIAL PRIMARY KEY, + project_id INTEGER REFERENCES projects(id), + blocker_text TEXT, + status TEXT DEFAULT 'open', -- "open", "resolved" + created_at TIMESTAMPTZ DEFAULT NOW(), + resolved_at TIMESTAMPTZ +); +``` + +### Skills Needed +- PostgreSQL 或 SQLite 用于项目状态数据库 +- GitHub CLI (gh) 用于提交追踪 +- Discord 或 Telegram 用于更新和查询 +- Cron Jobs 用于每日摘要 +- Sub-agents 用于并行项目分析 + ## Key Concepts -- [[事件驱动]]:通过自然语言事件更新自动触发状态转换的机制 -- [[项目状态数据库]]:存储项目信息、历史事件和阻碍项的关系型数据库 -- [[每日站会摘要]]:基于事件和 Git 提交自动生成的每日进度报告 +- [[Event Sourcing]]:事件溯源模式,存储所有状态变更事件而非最终状态 +- [[AI ChatOps]]:通过对话界面与 AI 交互进行项目管理 - [[Git 集成]]:自动扫描 Git 提交并关联到对应项目的机制 +- [[每日站会摘要]]:基于事件和 Git 提交自动生成的每日进度报告 +- [[项目状态数据库]]:存储项目信息、历史事件和阻碍项的关系型数据库 ## Key Entities - [[PostgreSQL]]:项目状态数据库的推荐技术栈(也支持 SQLite) @@ -42,8 +81,6 @@ date: 2026-04-17 - [[Kanban]] ← 被替代 ← [[Project State Management]] - [[AI ChatOps]] ← 实现方式 ← [[Project State Management]] -## Contradictions -- 与 [[Kanban]] 看板方法冲突: - - 冲突点:静态看板需要手动更新,事件驱动系统自动追踪 - - 当前观点:事件驱动系统通过自然语言自动记录,避免手动操作和信息丢失 - - 对方观点:Kanban 看板可视化程度高,适合团队协作和任务分配 \ No newline at end of file +## Related Links +- [Event Sourcing Pattern - Martin Fowler](https://martinfowler.com/eaaDev/EventSourcing.html) +- [Why Kanban Fails for Solo Developers](https://blog.nuclino.com/why-kanban-doesnt-work-for-me) diff --git a/wiki/sources/todoist-task-manager-agent-task-visibility.md b/wiki/sources/todoist-task-manager-agent-task-visibility.md index fd408e9a..af1d321f 100644 --- a/wiki/sources/todoist-task-manager-agent-task-visibility.md +++ b/wiki/sources/todoist-task-manager-agent-task-visibility.md @@ -1,40 +1,130 @@ ---- -title: "Todoist Task Manager: Agent Task Visibility" -type: source -tags: [] -date: 2026-04-19 ---- +# Todoist Task Manager: Agent Task Visibility ## Source File - [[raw/Agent/usecases/todoist-task-manager.md]] -## Summary -- 核心主题:AI Agent 任务可视化与进度追踪 -- 问题域:长时间运行的 Agent 工作流缺乏透明度,用户无法追踪任务进度 -- 方法/机制:通过 Todoist API 将 Agent 内部推理和进度日志同步到任务管理工具 -- 结论/价值:最大化复杂 Agent 工作流的透明度,实时展示任务状态、子步骤完成情况和阻塞点 +--- -## Key Claims -- Agent 工作流复杂度与用户信息需求呈正相关,多步骤任务需要外部化进度追踪 -- 通过 Todoist Section 区分任务状态(In Progress/Waiting/Done)实现任务阶段可视化 -- 任务描述中记录 Agent 内部 Plan 实现推理外部化 -- 子步骤完成通过任务评论实时追加,实现进度流式更新 +Maximize transparency for long-running agentic workflows by syncing internal reasoning and progress logs directly to Todoist. -## Key Quotes -> "When agents run complex, multi-step tasks (like building a full-stack app or performing deep research), the user often loses track of what the agent is currently doing, what steps have been completed, and where the agent might be stuck." — 痛点描述 +## Pain Point -## Key Concepts -- [[Agent-Task-Visibility]]:AI Agent 任务对用户的透明化展示机制 -- [[Task-Automation]]:将手动任务创建过程转化为系统自动执行的机制 +When agents run complex, multi-step tasks (like building a full-stack app or performing deep research), the user often loses track of what the agent is currently doing, what steps have been completed, and where the agent might be stuck. Checking chat logs manually is tedious for background tasks. -## Key Entities -- [[Todoist]]:流行任务管理应用,提供 REST API 用于任务和评论操作 -- [[OpenClaw]]:AI Agent 管理工具,可执行 shell 命令和文件系统操作 +## What It Does -## Connections -- [[OpenClaw]] ← uses → [[Todoist]] -- [[Agent-Task-Visibility]] ← implements → [[Task-Automation]] -- [[Todoist]] ← provides → [[Agent-Task-Visibility]] +This use case uses the `todoist-task-manager` skill to: +1. **Visualize State**: Create tasks in specific sections like `🟡 In Progress` or `🟠 Waiting`. +2. **Externalize Reasoning**: Post the agent's internal "Plan" into the task description. +3. **Stream Logs**: Add sub-step completions as comments to the task in real-time. +4. **Auto-Reconcile**: A heartbeat script checks for stalled tasks and notifies the user. -## Contradictions -- (暂无) \ No newline at end of file +## Skills you Need + +You don't need a pre-built skill. Simply prompt your OpenClaw agent to create the bash scripts described in the **Setup Guide** below. Since OpenClaw can manage its own filesystem and execute shell commands, it will effectively "build" the skill for you upon request. + +## Detailed Setup Guide + +### 1. Configure Todoist + +Create a project (e.g., "OpenClaw Workspace") and get its ID. Create sections for different states: +- `🟡 In Progress` +- `🟠 Waiting` +- `🟢 Done` + +### 2. Implementation: The "Agent-Built" Skill + +Instead of installing a skill, you can ask OpenClaw to create these scripts for you. Each script handles a different part of the communication with the Todoist API. + +**`scripts/todoist_api.sh`** (The Core Wrapper): +```bash +#!/bin/bash +# Usage: ./todoist_api.sh [data_json] +ENDPOINT=$1 +METHOD=$2 +DATA=$3 +TOKEN="YOUR_T...OKEN" + +if [ -z "$DATA" ]; then + curl -s -X "$METHOD" "https://api.todoist.com/rest/v2/$ENDPOINT" \ + -H "Authorization: Bearer *** +else + curl -s -X "$METHOD" "https://api.todoist.com/rest/v2/$ENDPOINT" \ + -H "Authorization: Bearer *** \ + -H "Content-Type: application/json" \ + -d "$DATA" +fi +``` + +**`scripts/sync_task.sh`** (Task & Status Management): +```bash +#!/bin/bash +# Usage: ./sync_task.sh [task_id] [description] [labels_json_array] +CONTENT=$1 +STATUS=$2 +TASK_ID=$3 +DESCRIPTION=$4 +LABELS=$5 +PROJECT_ID="YOUR_PROJECT_ID" + +case $STATUS in + "In Progress") SECTION_ID="SECTION_ID_PROGRESS" ;; + "Waiting") SECTION_ID="SECTION_ID_WAITING" ;; + "Done") SECTION_ID="SECTION_ID_DONE" ;; + *) SECTION_ID="" ;; +esac + +PAYLOAD="{\"content\": \"$CONTENT\"" +[ -n "$SECTION_ID" ] && PAYLOAD="$PAYLOAD, \"section_id\": \"$SECTION_ID\"" +[ -n "$PROJECT_ID" ] && [ -z "$TASK_ID" ] && PAYLOAD="$PAYLOAD, \"project_id\": \"$PROJECT_ID\"" +if [ -n "$DESCRIPTION" ]; then + ESC_DESC=$(echo "$DESCRIPTION" | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/"/\\"/g') + PAYLOAD="$PAYLOAD, \"description\": \"$ESC_DESC\"" +fi +[ -n "$LABELS" ] && PAYLOAD="$PAYLOAD, \"labels\": $LABELS" +PAYLOAD="$PAYLOAD}" + +if [ -n "$TASK_ID" ]; then + ./scripts/todoist_api.sh "tasks/$TASK_ID" POST "$PAYLOAD" +else + ./scripts/todoist_api.sh "tasks" POST "$PAYLOAD" +fi +``` + +**`scripts/add_comment.sh`** (Progress Logging): +```bash +#!/bin/bash +# Usage: ./add_comment.sh +TASK_ID=$1 +TEXT=$2 +ESC_TEXT=$(echo "$TEXT" | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/"/\\"/g') +PAYLOAD="{\"task_id\": \"$TASK_ID\", \"content\": \"$ESC_TEXT\"}" +./scripts/todoist_api.sh "comments" POST "$PAYLOAD" +``` + +### 3. Usage Prompt + +You can give this prompt to your agent to both **setup** and **use** the visibility system: + +```text +I want you to build a Todoist-based task visibility system for your own runs. + +First, create three bash scripts in a 'scripts/' folder: +1. todoist_api.sh (a curl wrapper for Todoist REST API) +2. sync_task.sh (to create or update tasks with specific section_ids for In Progress, Waiting, and Done) +3. add_comment.sh (to post progress logs as comments) + +Use these variables for the setup: +- Token: [Your Todoist API Token] +- Project ID: [Your Project ID] +- Section IDs: [In Progress ID, Waiting ID, Done ID] + +Once created, for every complex task I give you: +1. Create a task in 'In Progress' with your full PLAN in the description. +2. For every sub-step completion, call add_comment.sh with a log of what you did. +3. Move the task to 'Done' when finished. +``` + +## Related Links + +- [Todoist REST API Documentation](https://developer.todoist.com/rest/v2/) diff --git a/wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md b/wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md index 754ca834..01e10ab0 100644 --- a/wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md +++ b/wiki/sources/如何传输Docker-images-并且在另一个Docker安装.md @@ -1,53 +1,129 @@ +--- +title: 如何传输 Docker images 并且在另一个 Docker 安装 +source: +author: shenwei +published: +created: 2025-03-06 +description: 从工作笔记本将 Docker 镜像传输到 Synology NAS Docker 的完整操作流程 +tags: [docker, nas, synology, home-office] +--- + # 如何传输 Docker images 并且在另一个 Docker 安装 ## Source File - [[raw/Home Office/如何传输Docker images 并且在另一个Docker安装.md]] -## Metadata -- **Author**: shenwei -- **Created**: 2025-03-06 -- **Tags**: docker, nas, synology - ## Summary -本文介绍了如何将 Docker 镜像从一台设备传输到另一台设备并导入 Docker 的完整操作流程,适用于在没有网络连接或网络受限的环境下迁移 Docker 镜像。 +Docker 镜像在不同主机之间的离线传输方法,使用 `docker save` 和 `docker load` 命令实现无需 registry 的镜像迁移。典型场景:将工作笔记本上的 Docker 镜像传输到 Synology NAS 的 Docker 环境。 -## Key Points +## Core Commands -### 导出 Docker 镜像 -在源设备上,通过 `docker save` 命令将镜像打包成 tar 文件: -```docker +### 导出镜像(源设备) + +```bash +# 拉取镜像(如需要) +docker pull image_name:tag + +# 打包镜像为 tar 文件 +docker save -o images.tar image_name:tag + +# 或打包多个镜像 +docker save -o images.tar image1:tag image2:tag +``` + +### 导入镜像(目标设备) + +```bash +docker load < images.tar +``` + +## Step-by-Step Guide + +### 步骤 1:在源设备打包镜像 + +在工作笔记本(已安装 Docker Desktop)上,使用 `docker save` 命令将镜像打包成 TAR 文件: + +```bash +# 拉取镜像(如需要) docker pull xiaoyaliu/alist + +# 打包镜像为 tar 文件 docker save -o xiaoya.tar xiaoyaliu/alist ``` -### 导入 Docker 镜像 -在目标设备上,通过 `docker load` 命令将 tar 文件导入: -```docker +### 步骤 2:传输 TAR 文件 + +将生成的 `xiaoya.tar` 文件上传到 Synology NAS 的文件系统中(通过 SMB/NFS 等方式)。 + +### 步骤 3:在 NAS 导入镜像 + +通过 SSH 连接到 NAS,运行 `docker load` 命令导入镜像: + +```bash +# 进入 tar 文件所在目录 +cd /volume1/docker/images + +# 导入镜像 docker load < xiaoya.tar ``` +### 步骤 4:验证 + +```bash +# 查看镜像列表 +docker images + +# 在 NAS 的 Container Manager 界面中查看镜像列表 +``` + +## Alternative Methods + +### 方法二:使用 docker commit + +从容器创建新镜像后再导出: + +```bash +# 从容器创建镜像 +docker commit container_id new_image_name:tag + +# 导出镜像 +docker save -o images.tar new_image_name:tag +``` + +### 方法三:使用 docker export/import + +> ⚠️ 注意:export/import 操作的是容器文件系统,而非镜像层,不保留 CMD/ENTRYPOINT 等元数据 + +```bash +# 导出容器 +docker export -o container.tar container_id + +# 导入为镜像 +docker import container.tar new_image_name:tag +``` + +## save/load vs export/import + +| 特性 | save/load | export/import | +|------|-----------|---------------| +| 操作对象 | 镜像层 | 容器文件系统 | +| 保留历史层 | ✅ | ❌ | +| 保留元数据 | ✅ | ❌ | +| 文件大小 | 较大 | 较小 | +| 适用场景 | 镜像迁移 | 容器快照 | + ## Related Concepts -- [[Docker]] — 容器化平台 -- [[Synology NAS]] — 群晖网络附加存储 -- [[Docker Registry]] — Docker 镜像仓库(替代方案) -- [[Container Migration]] — 容器迁移 +- [[concepts/Docker-Image.md]] +- [[concepts/Docker-Save.md]] +- [[concepts/Docker-Load.md]] ## Related Entities -- [[xiaoyaliu/alist]] — 阿里云盘列表程序 Docker 镜像 +- [[entities/Docker.md]] +- [[entities/Xiaoya.md]] -## Practical Application +## Tags -该方法适用于以下场景: -1. **离线环境**:目标设备无法访问互联网,无法直接 `docker pull` -2. **节省带宽**:大镜像只需下载一次,后续可多次复用 -3. **NAS 存储**:将镜像 tar 文件存储在 NAS 上,便于管理 -4. **批量部署**:同一镜像需要在多台设备上部署 - -## See Also - -- [[docker-homarr-installation-guide]] — Homarr Docker 安装指南 -- [[docker-jellyfin-installation]] — Jellyfin Docker 安装指南 -- [[portainer-docker-installation-guide]] — Portainer Docker 安装指南 +#docker #synology #nas #home-office #镜像传输