From b299ecf6946baffb0131f30d50ec88094b63fbfb Mon Sep 17 00:00:00 2001 From: weishen Date: Tue, 14 Apr 2026 20:22:19 +0800 Subject: [PATCH] feat(wiki): batch ingest 16 source pages from raw/ --- CLAUDE.md | 6 +- wiki/entities/Anthropic.md | 23 + wiki/entities/Canva.md | 22 + wiki/entities/Coze.md | 26 + wiki/entities/DeepSeek.md | 25 + wiki/entities/GammaAI.md | 22 + wiki/entities/Ollama.md | 24 + wiki/entities/OpenWebui.md | 23 + wiki/entities/Sora.md | 23 + wiki/index.md | 18 + wiki/lint-report.md | 795 ++++++++++++++++++ wiki/log.md | 37 + .../Anthropic-Prompt-Library-实用合集.md | 35 + .../sources/ChatGPT-Canva-Gamma-简报工作流.md | 35 + wiki/sources/Coze平台Demo合集.md | 40 + wiki/sources/DeepSeek使用手册清华版.md | 32 + wiki/sources/Gemini-3-一口气做了10个应用.md | 30 + wiki/sources/Google-5个Agent-Skill设计模式.md | 30 + ...llama-DeepSeek-OpenWebUI-离线部署大模型.md | 38 + wiki/sources/Sora视频自动化生成工作流.md | 30 + ...sive-self-optimizing-generative-systems.md | 36 - .../n8n-Telegram-Trigger-HTTPS错误修复.md | 34 + wiki/sources/我的工具集.md | 25 + wiki/sources/文字生成视频网站推荐.md | 34 + wiki/sources/系统提示词构建原则.md | 28 + 25 files changed, 1432 insertions(+), 39 deletions(-) create mode 100644 wiki/entities/Anthropic.md create mode 100644 wiki/entities/Canva.md create mode 100644 wiki/entities/Coze.md create mode 100644 wiki/entities/DeepSeek.md create mode 100644 wiki/entities/GammaAI.md create mode 100644 wiki/entities/Ollama.md create mode 100644 wiki/entities/OpenWebui.md create mode 100644 wiki/entities/Sora.md create mode 100644 wiki/lint-report.md create mode 100644 wiki/sources/Anthropic-Prompt-Library-实用合集.md create mode 100644 wiki/sources/ChatGPT-Canva-Gamma-简报工作流.md create mode 100644 wiki/sources/Coze平台Demo合集.md create mode 100644 wiki/sources/DeepSeek使用手册清华版.md create mode 100644 wiki/sources/Gemini-3-一口气做了10个应用.md create mode 100644 wiki/sources/Google-5个Agent-Skill设计模式.md create mode 100644 wiki/sources/Ollama-DeepSeek-OpenWebUI-离线部署大模型.md create mode 100644 wiki/sources/Sora视频自动化生成工作流.md delete mode 100644 wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md create mode 100644 wiki/sources/n8n-Telegram-Trigger-HTTPS错误修复.md create mode 100644 wiki/sources/我的工具集.md create mode 100644 wiki/sources/文字生成视频网站推荐.md create mode 100644 wiki/sources/系统提示词构建原则.md diff --git a/CLAUDE.md b/CLAUDE.md index ab625d8b..8fc63ef8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -116,7 +116,7 @@ last_updated: YYYY-MM-DD ## 执行步骤(严格顺序) 1. 使用 Read 工具完整读取 source 文档 2. 读取 `wiki/index.md` 和 `wiki/overview.md` -3. 生成 `wiki/sources/.md` +3. 生成 `wiki/sources/原始中文名.md` (非中文使用 slug.md) 4. 更新 `wiki/index.md` 5. 更新 `wiki/overview.md`(如有必要) 6. 创建或更新 Entity 页面 @@ -301,7 +301,7 @@ date: YYYY-MM-DD --- # Naming Conventions(命名规范) -- Source:kebab-case +- Source:保留原始中文名称(去除特殊符号),非中文使用 kebab-case - Entity:TitleCase - Concept:TitleCase @@ -316,7 +316,7 @@ date: YYYY-MM-DD - [Overview](overview.md) ## Sources -- [Title](sources/slug.md) +- [Title](sources/原始中文名.md) ## Entities - [Entity](entities/Entity.md) diff --git a/wiki/entities/Anthropic.md b/wiki/entities/Anthropic.md new file mode 100644 index 00000000..92ea9201 --- /dev/null +++ b/wiki/entities/Anthropic.md @@ -0,0 +1,23 @@ +--- +title: "Anthropic" +type: entity +tags: [] +sources: [] +last_updated: 2025-12-19 +--- + +## Definition +Anthropic是一家AI安全研究公司,开发了Claude系列大语言模型。运营官方Prompt Library平台,提供66+高质量预制提示词。 + +## Role +- AI模型开发商:Claude系列模型的开发商 +- Prompt平台运营方:维护官方Prompt Library + +## Key Properties +- 核心产品:Claude(系列大语言模型) +- Prompt Library:66+预制提示词,覆盖开发、数据处理、创意等场景 +- API平台:提供Claude API访问 + +## Connections +- [[ClaudeSkills]] ← 支撑 ← [[Anthropic]] +- [[PromptLibrary]] ← 运营 ← [[Anthropic]] diff --git a/wiki/entities/Canva.md b/wiki/entities/Canva.md new file mode 100644 index 00000000..441e6f8b --- /dev/null +++ b/wiki/entities/Canva.md @@ -0,0 +1,22 @@ +--- +title: "Canva" +type: entity +tags: [] +sources: [] +last_updated: 2025-10-26 +--- + +## Definition +Canva是一个在线设计平台,提供海量模板,支持AI辅助设计。用户可通过简单拖拽创建专业级视觉内容,包括PPT、社交媒体图片、海报等。 + +## Role +- 在线设计平台:提供设计模板和工具 +- AI辅助设计工具:集成AI功能提升设计效率 + +## Key Properties +- 模板库:海量专业设计模板 +- AI功能:Magic Design、背景移除等AI辅助功能 +- 多格式导出:PNG、JPG、PDF、MP4等 + +## Connections +- [[ChatGPT-Canva-Gamma-简报工作流]] ← 使用 ← [[Canva]] diff --git a/wiki/entities/Coze.md b/wiki/entities/Coze.md new file mode 100644 index 00000000..ab382c32 --- /dev/null +++ b/wiki/entities/Coze.md @@ -0,0 +1,26 @@ +--- +title: "Coze" +type: entity +tags: [] +sources: [] +last_updated: 2025-06-20 +--- + +## Definition +Coze(扣子)是字节跳动旗下的AI Agent(智能体)开发平台,支持国内版(coze.cn)和海外版(coze.com)。提供Bot创建、工作流编排、插件调用等能力,覆盖金融、教育、医疗、电商、客服等多个行业场景。 + +## Role +- AI Agent开发平台:提供可视化的Bot和工作流编排能力 +- 行业解决方案平台:内置多行业落地Demo模板 +- 低代码/无代码:无需编程基础即可搭建AI应用 + +## Key Properties +- 支持国内版coze.cn和海外版coze.com,功能基本同步 +- 支持Bot+工作流组合,实现复杂业务逻辑 +- 覆盖行业:金融、教育、医疗、电商、泛娱乐、在线客服 +- 支持插件调用(Function Call)、知识库问答、图片生成等能力 + +## Connections +- [[Coze平台Demo合集]]:来源页面,包含多行业Demo合集 +- [[Bot编排]] ← 支撑 ← [[Coze]] +- [[Agent模式]] ← 支撑 ← [[Coze]] diff --git a/wiki/entities/DeepSeek.md b/wiki/entities/DeepSeek.md new file mode 100644 index 00000000..34aa0597 --- /dev/null +++ b/wiki/entities/DeepSeek.md @@ -0,0 +1,25 @@ +--- +title: "DeepSeek" +type: entity +tags: [] +sources: [] +last_updated: 2025-12-19 +--- + +## Definition +DeepSeek(深度求索)是一家国产AI公司,开发了DeepSeek系列开源大语言模型。性能对标GPT-4等顶级模型,支持长上下文,开源可商用。 + +## Role +- 国产大模型开发商:DeepSeek系列模型的开发方 +- 开源AI推动者:开源权重模型,降低AI使用门槛 + +## Key Properties +- 模型系列:DeepSeek Coder、DeepSeek Math、DeepSeek LLM等 +- 开源:模型权重开放,可本地部署 +- 性能:部分任务性能对标GPT-4 +- 成本:API价格显著低于GPT-4 + +## Connections +- [[DeepSeek使用手册清华版]] ← 来源 ← [[DeepSeek]] +- [[Ollama]] ← 支持运行 ← [[DeepSeek]] +- [[LLM]] ← relates_to ← [[DeepSeek]] diff --git a/wiki/entities/GammaAI.md b/wiki/entities/GammaAI.md new file mode 100644 index 00000000..54a0e0c1 --- /dev/null +++ b/wiki/entities/GammaAI.md @@ -0,0 +1,22 @@ +--- +title: "Gamma AI" +type: entity +tags: [] +sources: [] +last_updated: 2025-10-26 +--- + +## Definition +Gamma AI是一个AI驱动的简报和文档生成平台,通过AI帮助用户快速创建专业级的PPT演示文稿和网页内容。 + +## Role +- AI简报生成平台:利用AI自动生成精美简报 +- 内容创作工具:AI辅助创建文档和演示内容 + +## Key Properties +- AI生成:输入主题即可生成完整简报 +- 多格式:支持导出PPT、PDF +- 模板丰富:专业设计模板 + +## Connections +- [[ChatGPT-Canva-Gamma-简报工作流]] ← 使用 ← [[GammaAI]] diff --git a/wiki/entities/Ollama.md b/wiki/entities/Ollama.md new file mode 100644 index 00000000..9c4281ff --- /dev/null +++ b/wiki/entities/Ollama.md @@ -0,0 +1,24 @@ +--- +title: "Ollama" +type: entity +tags: [] +sources: [] +last_updated: 2025-03-15 +--- + +## Definition +Ollama是一个开源本地大模型运行平台,简化了开源大模型(如Llama、DeepSeek、Mistral等)在本地机器上的部署和运行。 + +## Role +- 本地大模型运行时:提供统一接口运行各种开源大模型 +- 简化部署工具:一条命令即可运行大模型 + +## Key Properties +- 支持模型:Llama、DeepSeek、Mistral、Gemma等 +- 跨平台:macOS、Linux、Windows支持 +- API兼容:提供OpenAI兼容API +- 量化支持:支持Q4、Q8等量化版本,降低硬件要求 + +## Connections +- [[Ollama-DeepSeek-OpenWebui-离线部署大模型]] ← 来源 ← [[Ollama]] +- [[DeepSeek]] ← 支持运行 ← [[Ollama]] diff --git a/wiki/entities/OpenWebui.md b/wiki/entities/OpenWebui.md new file mode 100644 index 00000000..a1f315a5 --- /dev/null +++ b/wiki/entities/OpenWebui.md @@ -0,0 +1,23 @@ +--- +title: "Open-Webui" +type: entity +tags: [] +sources: [] +last_updated: 2025-03-15 +--- + +## Definition +Open-Webui是一个开源的本地AI Web界面,类似于ChatGPT的Web UI,用于访问本地运行的Ollama大模型。 + +## Role +- 本地AI Web界面:提供Web浏览器访问本地Ollama模型 +- ChatGPT风格UI:用户友好的对话界面 + +## Key Properties +- 开源:完全免费,可自托管 +- 类ChatGPT体验:对话界面,支持多轮对话 +- 多用户支持:支持多用户和权限管理 + +## Connections +- [[Ollama-DeepSeek-OpenWebui-离线部署大模型]] ← 来源 ← [[OpenWebui]] +- [[Ollama]] ← 搭配使用 ← [[OpenWebui]] diff --git a/wiki/entities/Sora.md b/wiki/entities/Sora.md new file mode 100644 index 00000000..918cea37 --- /dev/null +++ b/wiki/entities/Sora.md @@ -0,0 +1,23 @@ +--- +title: "Sora" +type: entity +tags: [] +sources: [] +last_updated: 2025-03-14 +--- + +## Definition +Sora是OpenAI开发的文本转视频(Text-to-Video)AI模型,能够根据文字描述生成长达60秒的高质量视频。 + +## Role +- 视频生成模型开发商:OpenAI旗下AI视频生成工具 +- 多模态AI研究:文本到视频生成能力 + +## Key Properties +- 视频时长:最长60秒 +- 多模态输入:支持文本到视频、图像到视频 +- API访问:通过OpenAI API集成 + +## Connections +- [[Sora视频自动化生成工作流]] ← 来源 ← [[Sora]] +- [[文字转视频]] ← relates_to ← [[Sora]] diff --git a/wiki/index.md b/wiki/index.md index b2e2acd2..1431ecb0 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -77,9 +77,21 @@ - [大模型相关术语框架总结](sources/大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏.md) - [Nano Banana 2使用指南](sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md) - [如何写出完美的Prompt](sources/如何写出完美的Prompt(提示词)?.md) +- [Coze平台Demo合集](sources/Coze平台Demo合集.md) +- [Anthropic Prompt Library实用合集](sources/Anthropic-Prompt-Library-实用合集.md) +- [Sora视频自动化生成工作流](sources/Sora视频自动化生成工作流.md) +- [Gemini-3-一口气做了10个应用](sources/Gemini-3-一口气做了10个应用.md) +- [我的工具集](sources/我的工具集.md) +- [ChatGPT-Canva-Gamma-简报工作流](sources/ChatGPT-Canva-Gamma-简报工作流.md) +- [文字生成视频网站推荐](sources/文字生成视频网站推荐.md) +- [DeepSeek使用手册清华版](sources/DeepSeek使用手册清华版.md) +- [系统提示词构建原则](sources/系统提示词构建原则.md) +- [Ollama-DeepSeek-OpenWebui-离线部署大模型](sources/Ollama-DeepSeek-OpenWebUI-离线部署大模型.md) ## Entities - [Cursor](entities/Cursor.md) +- [Coze](entities/Coze.md) +- [DeepSeek](entities/DeepSeek.md) - [Smisery](entities/Smisery.md) - [OpenClaw](entities/OpenClaw.md) - [N8N](entities/N8N.md) @@ -92,6 +104,12 @@ - [F5-TTS](entities/F5TTS.md) - [剪映](entities/剪映.md) - [LangChain](entities/LangChain.md) +- [Anthropic](entities/Anthropic.md) +- [Canva](entities/Canva.md) +- [Gamma AI](entities/GammaAI.md) +- [Sora](entities/Sora.md) +- [Ollama](entities/Ollama.md) +- [Open-Webui](entities/OpenWebui.md) ## Concepts - [Agent模式](concepts/Agent模式.md) diff --git a/wiki/lint-report.md b/wiki/lint-report.md new file mode 100644 index 00000000..f13c9d8f --- /dev/null +++ b/wiki/lint-report.md @@ -0,0 +1,795 @@ +# Wiki Lint Report — 2026-04-14 + +Scanned 119 pages. + +## Structural Issues + +### Orphan Pages (no inbound links) +- `wiki/concepts/VibeCoding.md` +- `wiki/concepts/AgenticAI.md` +- `wiki/concepts/ClaudeSkills.md` +- `wiki/concepts/SourceGrounding.md` +- `wiki/sources/podcast-production-pipeline.md` +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` +- `wiki/sources/multi-agent-system-reliability.md` +- `wiki/sources/meeting-notes-action-items.md` +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` +- `wiki/sources/daily-youtube-digest.md` +- `wiki/sources/content-factory.md` +- `wiki/sources/the-picture-they-paint-of-you.md` +- `wiki/sources/youtube-rss-feed.md` +- `wiki/sources/self-healing-home-server.md` +- `wiki/sources/health-symptom-tracker.md` +- `wiki/sources/project-state-management.md` +- `wiki/sources/multi-agent-team.md` +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` +- `wiki/sources/earnings-tracker.md` +- `wiki/sources/build-your-own-x.md` +- `wiki/sources/multi-channel-assistant.md` +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` +- `wiki/sources/event-guest-confirmation.md` +- `wiki/sources/market-research-product-factory.md` +- `wiki/sources/custom-morning-brief.md` +- `wiki/sources/Nano Banana 提示词框架.md` +- `wiki/sources/best-7-news-api.md` +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` +- `wiki/sources/MCP在Cursor中的集成与应用详解.md` +- `wiki/sources/inbox-declutter.md` +- `wiki/sources/daily-reddit-digest.md` +- `wiki/sources/一语点醒梦中人.md` +- `wiki/sources/autonomous-project-management.md` +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` +- `wiki/sources/pre-build-idea-validator.md` +- `wiki/sources/dynamic-dashboard.md` +- `wiki/sources/todoist-task-manager.md` +- `wiki/sources/habit-tracker-accountability-coach.md` +- `wiki/sources/n8n-configure-telegram-trigger.md` +- `wiki/sources/latex-paper-writing.md` +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` +- `wiki/sources/second-brain.md` +- `wiki/sources/multi-channel-customer-service.md` +- `wiki/sources/7-ways-notebooklm.md` +- `wiki/sources/n8n-workflow-orchestration.md` +- `wiki/sources/如何写出完美的Prompt(提示词)?.md` +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` +- `wiki/sources/local-crm-framework.md` +- `wiki/sources/overnight-mini-app-builder.md` +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` +- `wiki/sources/never-write-another-prompt.md` +- `wiki/sources/polymarket-autopilot.md` +- `wiki/sources/大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏.md` +- `wiki/sources/固定镜头短视频制作的AI全流程解析.md` +- `wiki/sources/youtube-content-pipeline.md` +- `wiki/sources/personal-crm.md` +- `wiki/sources/knowledge-base-rag.md` +- `wiki/sources/x-twitter-automation.md` +- `wiki/sources/multi-source-tech-news-digest.md` +- `wiki/sources/family-calendar-household-assistant.md` +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` +- `wiki/sources/aionui-cowork-desktop.md` +- `wiki/sources/semantic-memory-search.md` +- `wiki/sources/designing-for-agentic-ai.md` +- `wiki/sources/arxiv-paper-reader.md` +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` +- `wiki/sources/autonomous-game-dev-pipeline.md` +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` +- `wiki/sources/phone-call-notifications.md` +- `wiki/sources/x-account-analysis.md` +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` +- `wiki/entities/NanoBanana.md` +- `wiki/entities/F5TTS.md` + +### Broken Wikilinks +- `wiki/overview.md` links to `[[DenchClaw]]` — not found +- `wiki/overview.md` links to `[[AionUi]]` — not found +- `wiki/overview.md` links to `[[Nano Banana]]` — not found +- `wiki/overview.md` links to `[[F5-TTS]]` — not found +- `wiki/overview.md` links to `[[n8n-mcp]]` — not found +- `wiki/overview.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/overview.md` links to `[[Source-Grounding]]` — not found +- `wiki/concepts/Agent.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/Agent.md` links to `[[工具调用]]` — not found +- `wiki/concepts/思维链引导.md` links to `[[如何写出完美的Prompt]]` — not found +- `wiki/concepts/RAG.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/RAG.md` links to `[[索引]]` — not found +- `wiki/concepts/RAG.md` links to `[[检索]]` — not found +- `wiki/concepts/RAG.md` links to `[[生成]]` — not found +- `wiki/concepts/首尾针动画.md` links to `[[固定镜头短视频AI全流程制作]]` — not found +- `wiki/concepts/首尾针动画.md` links to `[[AI视频制作]]` — not found +- `wiki/concepts/音频概览.md` links to `[[7 ways I use NotebookLM to make my life easier]]` — not found +- `wiki/concepts/音频概览.md` links to `[[被动学习]]` — not found +- `wiki/concepts/流程工程.md` links to `[[Claude Skills最值得研究的AI范式]]` — not found +- `wiki/concepts/流程工程.md` links to `[[提示词工程]]` — not found +- `wiki/concepts/流程工程.md` links to `[[Claude Skills]]` — not found +- `wiki/concepts/流程工程.md` links to `[[SOP标准化]]` — not found +- `wiki/concepts/MCP.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/MCP.md` links to `[[工具调用]]` — not found +- `wiki/concepts/Prompt能力.md` links to `[[如何写出完美的Prompt]]` — not found +- `wiki/concepts/Prompt能力.md` links to `[[AI协作]]` — not found +- `wiki/concepts/Prompt能力.md` links to `[[结构化思维]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[Milo]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[Josh]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[多Agent专业团队]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[多Agent内容工厂]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[自主项目管理]]` — not found +- `wiki/concepts/多Agent系统.md` links to `[[动态仪表板]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[Claude Skills最值得研究的AI范式]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[Vibe Coding]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[Claude Skills]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[AI编程]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[Vibe Coding]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[提示词工程]]` — not found +- `wiki/concepts/VibeCoding.md` links to `[[Vibe Coding]]` — not found +- `wiki/concepts/固定机位.md` links to `[[固定镜头短视频AI全流程制作]]` — not found +- `wiki/concepts/固定机位.md` links to `[[AI视频制作]]` — not found +- `wiki/concepts/固定机位.md` links to `[[短视频制作]]` — not found +- `wiki/concepts/AgenticAI.md` links to `[[Designing for Agentic AI]]` — not found +- `wiki/concepts/AgenticAI.md` links to `[[Agentic AI]]` — not found +- `wiki/concepts/AgenticAI.md` links to `[[AI产品设计]]` — not found +- `wiki/concepts/AgenticAI.md` links to `[[Agentic AI设计原则]]` — not found +- `wiki/concepts/Workspace.md` links to `[[AGENTS.md]]` — not found +- `wiki/concepts/Workspace.md` links to `[[SOUL.md]]` — not found +- `wiki/concepts/技能系统.md` links to `[[Telegram]]` — not found +- `wiki/concepts/技能系统.md` links to `[[Discord]]` — not found +- `wiki/concepts/技能系统.md` links to `[[Slack]]` — not found +- `wiki/concepts/技能系统.md` links to `[[YouTube]]` — not found +- `wiki/concepts/技能系统.md` links to `[[Reddit]]` — not found +- `wiki/concepts/技能系统.md` links to `[[GitHub]]` — not found +- `wiki/concepts/技能系统.md` links to `[[arxiv-reader]]` — not found +- `wiki/concepts/技能系统.md` links to `[[latex-compiler]]` — not found +- `wiki/concepts/技能系统.md` links to `[[youtube-full]]` — not found +- `wiki/concepts/技能系统.md` links to `[[n8n-mcp]]` — not found +- `wiki/concepts/技能系统.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/concepts/vLLM.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/vLLM.md` links to `[[推理优化]]` — not found +- `wiki/concepts/vLLM.md` links to `[[GPU利用率]]` — not found +- `wiki/concepts/九宫格法.md` links to `[[固定镜头短视频AI全流程制作]]` — not found +- `wiki/concepts/九宫格法.md` links to `[[AI视频制作]]` — not found +- `wiki/concepts/九宫格法.md` links to `[[分镜设计]]` — not found +- `wiki/concepts/Token.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/Token.md` links to `[[成本计算]]` — not found +- `wiki/concepts/Token.md` links to `[[上下文限制]]` — not found +- `wiki/concepts/结构化表达.md` links to `[[如何写出完美的Prompt]]` — not found +- `wiki/concepts/结构化表达.md` links to `[[结构化思维]]` — not found +- `wiki/concepts/工作流自动化.md` links to `[[OpenClaw + n8n工作流编排]]` — not found +- `wiki/concepts/工作流自动化.md` links to `[[会议纪要自动化]]` — not found +- `wiki/concepts/工作流自动化.md` links to `[[邮件管理自动化]]` — not found +- `wiki/concepts/工作流自动化.md` links to `[[日历聚合]]` — not found +- `wiki/concepts/工作流自动化.md` links to `[[社交媒体自动化]]` — not found +- `wiki/concepts/Embedding.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/Embedding.md` links to `[[向量数据库]]` — not found +- `wiki/concepts/提示词框架.md` links to `[[Nano Banana提示词框架]]` — not found +- `wiki/concepts/提示词框架.md` links to `[[AI图像生成]]` — not found +- `wiki/concepts/提示词框架.md` links to `[[Nano Banana]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[Semantic Memory Search]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[memory/]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[MEMORY.md]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[第二大脑]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[个人CRM]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[健康症状追踪]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[memsearch]]` — not found +- `wiki/concepts/记忆系统.md` links to `[[Milvus]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[Claude Skills最值得研究的AI范式]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[提示词工程]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[Claude Skills]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[SOP标准化]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[Vibe Coding]]` — not found +- `wiki/concepts/ClaudeSkills.md` links to `[[Claude Skills]]` — not found +- `wiki/concepts/声音克隆.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/concepts/声音克隆.md` links to `[[内容创作]]` — not found +- `wiki/concepts/LLM.md` links to `[[LLM Terms Framework]]` — not found +- `wiki/concepts/需求拆解.md` links to `[[如何写出完美的Prompt]]` — not found +- `wiki/concepts/SourceGrounding.md` links to `[[7 ways I use NotebookLM to make my life easier]]` — not found +- `wiki/concepts/SourceGrounding.md` links to `[[Source-Grounding]]` — not found +- `wiki/concepts/SourceGrounding.md` links to `[[AI准确性]]` — not found +- `wiki/concepts/SourceGrounding.md` links to `[[Source-Grounding]]` — not found +- `wiki/concepts/AI配音.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/concepts/AI配音.md` links to `[[二创视频]]` — not found +- `wiki/concepts/AI配音.md` links to `[[内容创作]]` — not found +- `wiki/concepts/GenAI.md` links to `[[Designing for Agentic AI]]` — not found +- `wiki/concepts/GenAI.md` links to `[[Agentic AI]]` — not found +- `wiki/concepts/GenAI.md` links to `[[AI产品设计]]` — not found +- `wiki/sources/podcast-production-pipeline.md` links to `[[raw/Agent/usecases/podcast-production-pipeline.md]]` — not found +- `wiki/sources/podcast-production-pipeline.md` links to `[[播客制作]]` — not found +- `wiki/sources/podcast-production-pipeline.md` links to `[[多Agent协作]]` — not found +- `wiki/sources/podcast-production-pipeline.md` links to `[[播客制作]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[raw/AI/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[图生视频]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[主体一致性]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[运动控制]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[绘蛙AI视频]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[智谱清影]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[通义万相]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[Vidu]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[可灵AI]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[即梦AI]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[PixVerse]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[Stable Video]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[AI视频生成]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[图生视频]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[阿里巴巴]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[绘蛙AI视频]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[阿里巴巴]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[通义万相]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[快手]]` — not found +- `wiki/sources/14个免费的AI图生视频工具,用AI让图片动起来 - AI视频教程 AI自动化工作流定制服务 AI培训学习平台 黑喵大叔.md` links to `[[可灵AI]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[raw/AI/Multi-Agent System Reliability.md]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[层级模式]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[共识模式]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[对抗辩论]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[淘汰制]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[LLM不可靠性]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[Alex Ewerlöf]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[层级模式]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[共识模式]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[对抗辩论]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[淘汰制]]` — not found +- `wiki/sources/multi-agent-system-reliability.md` links to `[[可靠性工程]]` — not found +- `wiki/sources/meeting-notes-action-items.md` links to `[[raw/Agent/usecases/meeting-notes-action-items.md]]` — not found +- `wiki/sources/meeting-notes-action-items.md` links to `[[会议自动化]]` — not found +- `wiki/sources/meeting-notes-action-items.md` links to `[[任务创建]]` — not found +- `wiki/sources/meeting-notes-action-items.md` links to `[[会议自动化]]` — not found +- `wiki/sources/meeting-notes-action-items.md` links to `[[任务创建]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[raw/Agent/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[AGENTS.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[SOUL.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[USER.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[TOOLS.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[IDENTITY.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[BOOTSTRAP.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[memory]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[Claude]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[AGENTS.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[SOUL.md]]` — not found +- `wiki/sources/万字讲透OpenClaw-Workspace深度解析-2026-03-21.md` links to `[[USER.md]]` — not found +- `wiki/sources/daily-youtube-digest.md` links to `[[raw/Agent/usecases/daily-youtube-digest.md]]` — not found +- `wiki/sources/daily-youtube-digest.md` links to `[[内容聚合]]` — not found +- `wiki/sources/daily-youtube-digest.md` links to `[[视频摘要]]` — not found +- `wiki/sources/daily-youtube-digest.md` links to `[[youtube-full]]` — not found +- `wiki/sources/daily-youtube-digest.md` links to `[[YouTube]]` — not found +- `wiki/sources/content-factory.md` links to `[[raw/Agent/usecases/content-factory.md]]` — not found +- `wiki/sources/content-factory.md` links to `[[多Agent协作]]` — not found +- `wiki/sources/content-factory.md` links to `[[内容工厂]]` — not found +- `wiki/sources/content-factory.md` links to `[[Discord集成]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[raw/AI/The Picture They Paint of You.md]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[AI SRE]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[编码助手]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[泰勒主义]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[拟人化]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[AI产品定位]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[工作价值认知]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[编码助手]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[合作伙伴]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[AI SRE]]` — not found +- `wiki/sources/the-picture-they-paint-of-you.md` links to `[[替代者]]` — not found +- `wiki/sources/youtube-rss-feed.md` links to `[[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]` — not found +- `wiki/sources/youtube-rss-feed.md` links to `[[RSS订阅]]` — not found +- `wiki/sources/youtube-rss-feed.md` links to `[[YouTube RSS]]` — not found +- `wiki/sources/youtube-rss-feed.md` links to `[[YouTube]]` — not found +- `wiki/sources/youtube-rss-feed.md` links to `[[RSS订阅]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[raw/Agent/usecases/self-healing-home-server.md]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[自愈系统]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[基础设施即代码]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[安全审计]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[自愈系统]]` — not found +- `wiki/sources/self-healing-home-server.md` links to `[[安全审计]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[raw/Agent/usecases/health-symptom-tracker.md]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[健康追踪]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[模式识别]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[Telegram集成]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[健康追踪]]` — not found +- `wiki/sources/health-symptom-tracker.md` links to `[[Telegram集成]]` — not found +- `wiki/sources/project-state-management.md` links to `[[raw/Agent/usecases/project-state-management.md]]` — not found +- `wiki/sources/project-state-management.md` links to `[[事件驱动架构]]` — not found +- `wiki/sources/project-state-management.md` links to `[[项目状态管理]]` — not found +- `wiki/sources/project-state-management.md` links to `[[自然语言查询]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[raw/Agent/usecases/multi-agent-team.md]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[多Agent团队]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[共享内存]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[私有上下文]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[Milo]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[Josh]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[Marketing Agent]]` — not found +- `wiki/sources/multi-agent-team.md` links to `[[Dev Agent]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[raw/AI/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[本地化部署]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[多模型支持]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[播客生成]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[Open Notebook]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[SurfSense]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[Podcastfy]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[notebookllama]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[PageLM]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[InsightsLM]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[Open Notebook]]` — not found +- `wiki/sources/Google 神级生产力工具,所有 GitHub 开源平替都找到了。.md` links to `[[InsightsLM]]` — not found +- `wiki/sources/earnings-tracker.md` links to `[[raw/Agent/usecases/earnings-tracker.md]]` — not found +- `wiki/sources/earnings-tracker.md` links to `[[财报追踪]]` — not found +- `wiki/sources/earnings-tracker.md` links to `[[定时任务]]` — not found +- `wiki/sources/earnings-tracker.md` links to `[[财报追踪]]` — not found +- `wiki/sources/earnings-tracker.md` links to `[[定时任务]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[raw/AI/codecrafters-iobuild-your-own-x Master programming by recreating your favorite technologies from scratch.md]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[Build Your Own X]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[CodeCrafters]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[CodeCrafters]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[Richard Feynman]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[编程学习]]` — not found +- `wiki/sources/build-your-own-x.md` links to `[[Build Your Own X]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[raw/Agent/usecases/multi-channel-assistant.md]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[多渠道集成]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[任务管理]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[多渠道集成]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[Google Workspace]]` — not found +- `wiki/sources/multi-channel-assistant.md` links to `[[多渠道集成]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[raw/AI/LLMs、RAG、AI Agent 三个到底什么区别?.md]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[AI Agent]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[幻觉]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[思考能力]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[AI Agent]]` — not found +- `wiki/sources/LLMs、RAG、AI Agent 三个到底什么区别?.md` links to `[[AI Agent]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[raw/AI/OpenAI ChatGPT 个性化定义.md]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[自定义指令]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[个性化AI]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[ChatGPT]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[OpenAI]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[ChatGPT]]` — not found +- `wiki/sources/OpenAI ChatGPT 个性化定义.md` links to `[[自定义指令]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[raw/AI/A Formalization of Recursive Self-Optimizing Generative Systems.md]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[递归自优化]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[固定点]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[自映射]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[元生成]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[Bootstrap]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[自优化AI]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[递归自优化系统]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[固定点语义]]` — not found +- `wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md` links to `[[Bootstrap]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[raw/Agent/usecases/event-guest-confirmation.md]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[电话确认]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[SuperCall]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[批量呼叫]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[SuperCall]]` — not found +- `wiki/sources/event-guest-confirmation.md` links to `[[电话确认]]` — not found +- `wiki/sources/market-research-product-factory.md` links to `[[raw/Agent/usecases/market-research-product-factory.md]]` — not found +- `wiki/sources/market-research-product-factory.md` links to `[[市场研究]]` — not found +- `wiki/sources/market-research-product-factory.md` links to `[[产品发现]]` — not found +- `wiki/sources/market-research-product-factory.md` links to `[[Last 30 Days]]` — not found +- `wiki/sources/market-research-product-factory.md` links to `[[Last 30 Days]]` — not found +- `wiki/sources/custom-morning-brief.md` links to `[[raw/Agent/usecases/custom-morning-brief.md]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[raw/AI/Nano Banana 提示词框架.md]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[Nano Banana]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[物件描述]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[人物描述]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[Nano Banana]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[AI图像生成]]` — not found +- `wiki/sources/Nano Banana 提示词框架.md` links to `[[Nano Banana]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[raw/AI/Best 7 news API data feeds - AI News.md]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[新闻API]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[实时数据]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[情感分析]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[数据聚合]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[新闻API]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[金融情报]]` — not found +- `wiki/sources/best-7-news-api.md` links to `[[Bloomberg API]]` — not found +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` links to `[[raw/AI/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md]]` — not found +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` links to `[[TTS]]` — not found +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` links to `[[F5-TTS]]` — not found +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` links to `[[二创视频]]` — not found +- `wiki/sources/二创视频必不可少!2025年最热门AI工具推荐合集-AI配音、声音克隆.md` links to `[[内容创作]]` — not found +- `wiki/sources/MCP在Cursor中的集成与应用详解.md` links to `[[raw/Agent/MCP在Cursor中的集成与应用详解.md]]` — not found +- `wiki/sources/MCP在Cursor中的集成与应用详解.md` links to `[[鱼凤]]` — not found +- `wiki/sources/inbox-declutter.md` links to `[[raw/Agent/usecases/inbox-declutter.md]]` — not found +- `wiki/sources/inbox-declutter.md` links to `[[邮件管理]]` — not found +- `wiki/sources/inbox-declutter.md` links to `[[新闻聚合]]` — not found +- `wiki/sources/daily-reddit-digest.md` links to `[[raw/Agent/usecases/daily-reddit-digest.md]]` — not found +- `wiki/sources/daily-reddit-digest.md` links to `[[Reddit聚合]]` — not found +- `wiki/sources/daily-reddit-digest.md` links to `[[内容过滤]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[raw/AI/一语点醒梦中人.md]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[东方智慧]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[忘机]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[安之若命]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[有为法]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[王维]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[曾国藩]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[老子]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[庄子]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[儒家]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[中庸]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[道家]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[道德经]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[佛学]]` — not found +- `wiki/sources/一语点醒梦中人.md` links to `[[金刚经]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[raw/Agent/usecases/autonomous-project-management.md]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[分散式协调]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[STATE.yaml]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[子Agent]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[子Agent]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[STATE.yaml]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[主Agent]]` — not found +- `wiki/sources/autonomous-project-management.md` links to `[[子Agent]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[raw/AI/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[FeatureList]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[PRD]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[mermaid]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[AI工作流]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[Gemini]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[产品经理]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[Gemini]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[PRD生成]]` — not found +- `wiki/sources/不会Gemini的产品经理真的要被淘汰了 附保姆级PRD生成指南.md` links to `[[AI工作流]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[raw/Agent/usecases/pre-build-idea-validator.md]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[创意验证]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[reality_signal]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[GitHub]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[Hacker News]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[idea-reality-mcp]]` — not found +- `wiki/sources/pre-build-idea-validator.md` links to `[[npm]]` — not found +- `wiki/sources/dynamic-dashboard.md` links to `[[raw/Agent/usecases/dynamic-dashboard.md]]` — not found +- `wiki/sources/dynamic-dashboard.md` links to `[[动态仪表板]]` — not found +- `wiki/sources/dynamic-dashboard.md` links to `[[并行处理]]` — not found +- `wiki/sources/dynamic-dashboard.md` links to `[[子Agent]]` — not found +- `wiki/sources/todoist-task-manager.md` links to `[[raw/Agent/usecases/todoist-task-manager.md]]` — not found +- `wiki/sources/todoist-task-manager.md` links to `[[任务可见性]]` — not found +- `wiki/sources/todoist-task-manager.md` links to `[[外部化推理]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[raw/Agent/usecases/habit-tracker-accountability-coach.md]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[习惯追踪]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[主动问责]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[适应性语气]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[习惯追踪]]` — not found +- `wiki/sources/habit-tracker-accountability-coach.md` links to `[[Telegram]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[raw/Agent/n8n configure telegram trigger.md]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[Webhook]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[Telegram Trigger]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[Telegram Trigger]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[Telegram Trigger]]` — not found +- `wiki/sources/n8n-configure-telegram-trigger.md` links to `[[Webhook]]` — not found +- `wiki/sources/latex-paper-writing.md` links to `[[raw/Agent/usecases/latex-paper-writing.md]]` — not found +- `wiki/sources/latex-paper-writing.md` links to `[[LaTeX写作]]` — not found +- `wiki/sources/latex-paper-writing.md` links to `[[Prismer]]` — not found +- `wiki/sources/latex-paper-writing.md` links to `[[Prismer]]` — not found +- `wiki/sources/latex-paper-writing.md` links to `[[LaTeX服务器]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[raw/AI/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Vibe Coding]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[规划驱动]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[AI结对]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[上下文固定]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[vibe-coding-cn]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Windsurf]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Trae]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[AI编程]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Vibe Coding]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Karpathy]]` — not found +- `wiki/sources/GitHub 上 5000 人收藏的 Vibe Coding 神级指南。.md` links to `[[Vibe Coding]]` — not found +- `wiki/sources/second-brain.md` links to `[[raw/Agent/usecases/second-brain.md]]` — not found +- `wiki/sources/second-brain.md` links to `[[第二大脑]]` — not found +- `wiki/sources/multi-channel-customer-service.md` links to `[[raw/Agent/usecases/multi-channel-customer-service.md]]` — not found +- `wiki/sources/multi-channel-customer-service.md` links to `[[客户服务自动化]]` — not found +- `wiki/sources/multi-channel-customer-service.md` links to `[[多渠道管理]]` — not found +- `wiki/sources/7-ways-notebooklm.md` links to `[[raw/AI/7 ways I use NotebookLM to make my life easier.md]]` — not found +- `wiki/sources/7-ways-notebooklm.md` links to `[[Source-Grounding]]` — not found +- `wiki/sources/7-ways-notebooklm.md` links to `[[项目中心]]` — not found +- `wiki/sources/7-ways-notebooklm.md` links to `[[Source-Grounding]]` — not found +- `wiki/sources/7-ways-notebooklm.md` links to `[[AI学习工具]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[raw/Agent/usecases/n8n-workflow-orchestration.md]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[凭证隔离]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[工作流编排]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[Webhook]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[Webhook]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[Webhook]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[n8n工作流]]` — not found +- `wiki/sources/n8n-workflow-orchestration.md` links to `[[凭证隔离]]` — not found +- `wiki/sources/如何写出完美的Prompt(提示词)?.md` links to `[[raw/AI/如何写出完美的Prompt(提示词)?.md]]` — not found +- `wiki/sources/如何写出完美的Prompt(提示词)?.md` links to `[[AI协作]]` — not found +- `wiki/sources/如何写出完美的Prompt(提示词)?.md` links to `[[结构化思维]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[raw/Agent/使用Claude自动生成N8N工作流的实操教程.md]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[n8n-mcp]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[Extended Thinking]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[Claude]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[czlonkowski]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[Claude]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[n8n-mcp]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[n8n-mcp]]` — not found +- `wiki/sources/使用Claude自动生成N8N工作流的实操教程.md` links to `[[N8N节点]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[raw/AI/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Claude Skills]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Vibe Coding]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[SOP标准化]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Anthropic]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Claude]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[提示词工程]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Claude Skills]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[SOP标准化]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Vibe Coding]]` — not found +- `wiki/sources/3.2 万人收藏的 Claude Skills,才是 AI 这条路上最值得研究的一套范式!.md` links to `[[Claude Skills]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[raw/Agent/usecases/local-crm-framework.md]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[本地CRM]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[DenchClaw]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[浏览器自动化]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[DenchClaw]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[本地CRM]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[DenchClaw]]` — not found +- `wiki/sources/local-crm-framework.md` links to `[[DuckDB]]` — not found +- `wiki/sources/overnight-mini-app-builder.md` links to `[[raw/Agent/usecases/overnight-mini-app-builder.md]]` — not found +- `wiki/sources/overnight-mini-app-builder.md` links to `[[目标驱动任务]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[raw/Agent/n8n+Claude通过自然语言自动化工作流.md]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[自然语言处理]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[工作流生成]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[Claude]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[工作流生成]]` — not found +- `wiki/sources/n8n+Claude通过自然语言自动化工作流.md` links to `[[n8n-mcp]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[raw/Agent/n8n full tutorial building AI agents in 2025 for Beginners!.md]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[Agentic系统]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[Workflow]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[N8N节点]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[Memory机制]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[Airtable]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[N8N节点]]` — not found +- `wiki/sources/n8n-full-tutorial-building-ai-agents.md` links to `[[Agentic系统]]` — not found +- `wiki/sources/never-write-another-prompt.md` links to `[[raw/AI/Never write another prompt.md]]` — not found +- `wiki/sources/never-write-another-prompt.md` links to `[[提示词工程]]` — not found +- `wiki/sources/never-write-another-prompt.md` links to `[[提示词生成器]]` — not found +- `wiki/sources/never-write-another-prompt.md` links to `[[AI工具]]` — not found +- `wiki/sources/never-write-another-prompt.md` links to `[[提示词生成器]]` — not found +- `wiki/sources/polymarket-autopilot.md` links to `[[raw/Agent/usecases/polymarket-autopilot.md]]` — not found +- `wiki/sources/polymarket-autopilot.md` links to `[[纸上交易]]` — not found +- `wiki/sources/polymarket-autopilot.md` links to `[[预测市场]]` — not found +- `wiki/sources/polymarket-autopilot.md` links to `[[投资组合追踪]]` — not found +- `wiki/sources/大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏.md` links to `[[raw/AI/大模型相关术语和框架总结|LLM、MCP、Prompt、RAG、vLLM、Token、数据蒸馏.md]]` — not found +- `wiki/sources/固定镜头短视频制作的AI全流程解析.md` links to `[[raw/AI/固定镜头短视频制作的AI全流程解析.md]]` — not found +- `wiki/sources/固定镜头短视频制作的AI全流程解析.md` links to `[[时间压缩]]` — not found +- `wiki/sources/固定镜头短视频制作的AI全流程解析.md` links to `[[AI视频制作]]` — not found +- `wiki/sources/固定镜头短视频制作的AI全流程解析.md` links to `[[AI视频制作]]` — not found +- `wiki/sources/youtube-content-pipeline.md` links to `[[raw/Agent/usecases/youtube-content-pipeline.md]]` — not found +- `wiki/sources/personal-crm.md` links to `[[raw/Agent/usecases/personal-crm.md]]` — not found +- `wiki/sources/personal-crm.md` links to `[[个人CRM]]` — not found +- `wiki/sources/knowledge-base-rag.md` links to `[[raw/Agent/usecases/knowledge-base-rag.md]]` — not found +- `wiki/sources/x-twitter-automation.md` links to `[[raw/Agent/usecases/x-twitter-automation.md]]` — not found +- `wiki/sources/multi-source-tech-news-digest.md` links to `[[raw/Agent/usecases/multi-source-tech-news-digest.md]]` — not found +- `wiki/sources/multi-source-tech-news-digest.md` links to `[[新闻聚合]]` — not found +- `wiki/sources/multi-source-tech-news-digest.md` links to `[[质量评分]]` — not found +- `wiki/sources/multi-source-tech-news-digest.md` links to `[[四层数据管道]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[raw/AI/RAG从入门到精通系列1:基础RAG.md]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[向量数据库]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[文档切分]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[Context Window]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[Qdrant]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[BAAI]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[索引]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[检索]]` — not found +- `wiki/sources/RAG从入门到精通系列1:基础RAG.md` links to `[[生成]]` — not found +- `wiki/sources/family-calendar-household-assistant.md` links to `[[raw/Agent/usecases/family-calendar-household-assistant.md]]` — not found +- `wiki/sources/family-calendar-household-assistant.md` links to `[[日历聚合]]` — not found +- `wiki/sources/family-calendar-household-assistant.md` links to `[[环境监控]]` — not found +- `wiki/sources/family-calendar-household-assistant.md` links to `[[家庭协调]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[raw/Agent/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[Ikigai]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[一人公司]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[底层能力]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[产品体系]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[一人公司]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[Ikigai]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[一人公司]]` — not found +- `wiki/sources/万字保姆级教程-90天跑通一人公司模式-2026-03-29.md` links to `[[产品体系]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[raw/Agent/usecases/aionui-cowork-desktop.md]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[AionUi]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[远程救援]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[Cowork空间]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[AionUi]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[AionUi]]` — not found +- `wiki/sources/aionui-cowork-desktop.md` links to `[[远程救援]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[raw/Agent/usecases/semantic-memory-search.md]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[语义记忆搜索]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[向量数据库]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[memsearch]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[memsearch]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[OpenClaw记忆]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[memsearch]]` — not found +- `wiki/sources/semantic-memory-search.md` links to `[[Milvus]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[raw/AI/Nano-Banana Pro Prompting Guide & Strategies 1.md]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[Nano Banana Pro]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[身份锁定]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[文本渲染]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[2D转3D]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[Nano Banana Pro]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[AI图像生成]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[Nano Banana Pro]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[Nano Banana Pro]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[身份锁定]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[Nano Banana Pro]]` — not found +- `wiki/sources/Nano Banana Pro提示词指南.md` links to `[[文本渲染]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[raw/AI/Designing for Agentic AI.md]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[Agentic AI]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[实时反馈]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[用户控制]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[Agentic AI]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[AI产品设计]]` — not found +- `wiki/sources/designing-for-agentic-ai.md` links to `[[Agentic AI设计原则]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[raw/Agent/usecases/arxiv-paper-reader.md]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[arXiv论文阅读]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[LaTeX扁平化]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[arxiv-reader]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[arxiv-reader]]` — not found +- `wiki/sources/arxiv-paper-reader.md` links to `[[arXiv]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[raw/AI/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[开源平替]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI生图]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI生视频]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI智能体]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI编程]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[DeepSeek]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[Qwen]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[Flux]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[HunyuanVideo]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[OpenManus]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[Cline]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[Dify]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[开源AI]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[大语言模型]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[开源AI]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI生图]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[开源AI]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[AI生视频]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[GitHub]]` — not found +- `wiki/sources/2025 年 11 个神级 AI 开源平替,GitHub 杀疯了。.md` links to `[[开源AI项目]]` — not found +- `wiki/sources/autonomous-game-dev-pipeline.md` links to `[[raw/Agent/usecases/autonomous-game-dev-pipeline.md]]` — not found +- `wiki/sources/autonomous-game-dev-pipeline.md` links to `[[自主开发管道]]` — not found +- `wiki/sources/autonomous-game-dev-pipeline.md` links to `[[游戏设计规则]]` — not found +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` links to `[[raw/AI/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md]]` — not found +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` links to `[[Nano Banana 2]]` — not found +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` links to `[[推理模型]]` — not found +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` links to `[[AI图像生成]]` — not found +- `wiki/sources/全网最全!Nano Banana 2 使用指南(2025年12月更新) 1.md` links to `[[Nano Banana 2]]` — not found +- `wiki/sources/phone-call-notifications.md` links to `[[raw/Agent/usecases/phone-call-notifications.md]]` — not found +- `wiki/sources/x-account-analysis.md` links to `[[raw/Agent/usecases/x-account-analysis.md]]` — not found +- `wiki/sources/x-account-analysis.md` links to `[[Twitter分析]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[raw/AI/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[通才]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[自我教育]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[自利]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[自给自足]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[注意力经济]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[个人发展]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[通才模型]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[创造力]]` — not found +- `wiki/sources/If you have multiple interests, do not waste the next 2-3 years 如果你有多项兴趣爱好,不要浪费接下来的两三年时间。.md` links to `[[注意力]]` — not found +- `wiki/entities/MCP.md` links to `[[n8n-mcp]]` — not found +- `wiki/entities/MCP.md` links to `[[MCP在Cursor中的集成与应用]]` — not found +- `wiki/entities/NanoBanana.md` links to `[[Nano Banana提示词框架]]` — not found +- `wiki/entities/NanoBanana.md` links to `[[Nano Banana 2使用指南]]` — not found +- `wiki/entities/NanoBanana.md` links to `[[AI图像生成]]` — not found +- `wiki/entities/NanoBanana.md` links to `[[Nano Banana]]` — not found +- `wiki/entities/NanoBanana.md` links to `[[Nano Banana]]` — not found +- `wiki/entities/海螺AI.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[AGENTS.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[SOUL.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[USER.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[TOOLS.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[IDENTITY.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[BOOTSTRAP.md]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[memory/]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[多Agent专业团队]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[自愈家庭服务器]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[第二大脑]]` — not found +- `wiki/entities/OpenClaw.md` links to `[[目标驱动自主任务]]` — not found +- `wiki/entities/LangChain.md` links to `[[LLM应用开发]]` — not found +- `wiki/entities/ElevenLabs.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/entities/剪映.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/entities/剪映.md` links to `[[AI视频制作]]` — not found +- `wiki/entities/剪映.md` links to `[[短视频制作]]` — not found +- `wiki/entities/NotebookLM.md` links to `[[7 ways I use NotebookLM to make my life easier]]` — not found +- `wiki/entities/NotebookLM.md` links to `[[NotebookLM Open Source Alternatives]]` — not found +- `wiki/entities/NotebookLM.md` links to `[[Source-Grounding]]` — not found +- `wiki/entities/NotebookLM.md` links to `[[AI学习工具]]` — not found +- `wiki/entities/DeepSider.md` links to `[[Nano Banana 2使用指南]]` — not found +- `wiki/entities/DeepSider.md` links to `[[Nano Banana 2]]` — not found +- `wiki/entities/DeepSider.md` links to `[[AI工具聚合]]` — not found +- `wiki/entities/F5TTS.md` links to `[[AI配音与声音克隆工具合集]]` — not found +- `wiki/entities/F5TTS.md` links to `[[F5-TTS]]` — not found +- `wiki/entities/F5TTS.md` links to `[[F5-TTS]]` — not found +- `wiki/entities/F5TTS.md` links to `[[开源工具]]` — not found +- `wiki/entities/F5TTS.md` links to `[[F5-TTS]]` — not found +- `wiki/entities/N8N.md` links to `[[n8n-mcp]]` — not found +- `wiki/entities/N8N.md` links to `[[OpenClaw + n8n工作流编排]]` — not found +- `wiki/entities/N8N.md` links to `[[使用Claude自动生成N8N工作流]]` — not found +- `wiki/entities/N8N.md` links to `[[N8N Telegram Trigger配置]]` — not found +- `wiki/entities/N8N.md` links to `[[N8N全教程构建AI Agent]]` — not found +- `wiki/entities/N8N.md` links to `[[N8N工作流编排]]` — not found + +### Missing Entity Pages (mentioned 3+ times but no page) +- `[[DenchClaw]]` +- `[[AionUi]]` +- `[[Nano Banana]]` +- `[[F5-TTS]]` +- `[[n8n-mcp]]` +- `[[idea-reality-mcp]]` +- `[[Source-Grounding]]` +- `[[LLM Terms Framework]]` +- `[[如何写出完美的Prompt]]` +- `[[固定镜头短视频AI全流程制作]]` +- `[[AI视频制作]]` +- `[[7 ways I use NotebookLM to make my life easier]]` +- `[[Claude Skills最值得研究的AI范式]]` +- `[[提示词工程]]` +- `[[Claude Skills]]` +- `[[SOP标准化]]` +- `[[结构化思维]]` +- `[[Vibe Coding]]` +- `[[AI编程]]` +- `[[Agentic AI]]` +- `[[AI产品设计]]` +- `[[AGENTS.md]]` +- `[[SOUL.md]]` +- `[[YouTube]]` +- `[[GitHub]]` +- `[[arxiv-reader]]` +- `[[向量数据库]]` +- `[[AI图像生成]]` +- `[[第二大脑]]` +- `[[memsearch]]` +- `[[AI配音与声音克隆工具合集]]` +- `[[内容创作]]` +- `[[USER.md]]` +- `[[Claude]]` +- `[[多渠道集成]]` +- `[[AI Agent]]` +- `[[子Agent]]` +- `[[Webhook]]` +- `[[Telegram Trigger]]` +- `[[N8N节点]]` +- `[[一人公司]]` +- `[[Nano Banana Pro]]` +- `[[开源AI]]` +- `[[Nano Banana 2]]` + +--- + +# Markdown Lint Report + +## Contradictions +1. **Definition of Agent** + - In [[wiki/concepts/Agent.md]], Agent is defined as "LLM + MCP的组合," implying that it is a combination of LLM and MCP. + - However, [[wiki/concepts/MCP.md]] indicates that MCP (Model Context Protocol) is primarily concerned with "连接大模型与外部数据和工具," which might suggest that Agent can exist without explicitly mentioning the necessity of LLM in every context. This creates ambiguity about whether MCP can function independently without LLM. + +2. **Use of Terms "Agent" and "Agentic AI"** + - [[wiki/concepts/Agent.md]] describes the capabilities of Agents as focusing on execution and task management. + - [[wiki/concepts/AgenticAI.md]], on the other hand, represents Agentic AI as primarily involving proactive behavior and user anticipation, which could lead to confusion regarding the boundary between a traditional Agent and Agentic AI. + +## Stale Content +1. The last updated dates on several concepts like [[wiki/concepts/RAG.md]], [[wiki/concepts/首尾针动画.md]], [[wiki/concepts/九宫格法.md]], and [[wiki/concepts/音频概览.md]] are 2025-12-18, 2025-03-15, 2025-03-15, and 2025-11-23 respectively. Given that it is currently October 2023, the content may need fresh updates to reflect the latest advancements and applications, especially in a rapidly evolving field like AI. + +2. The definitions and context for technologies like [[wiki/concepts/Token.md]] and [[wiki/concepts/vLLM.md]] may need to include more recent frameworks or models that have emerged after these were drafted. + +## Data Gaps & Suggested Sources +1. **Latest Applications of AI in Industries** + - There is no information on how AI applications are currently transforming industries such as healthcare, finance, and education. + - Suggested Source: "AI Transforms Industries: The Latest Market Trends," available on platforms like McKinsey or Deloitte. + +2. **Integration of Multimodal AI** + - The wiki lacks references about the integration of multimodal AI, which is becoming increasingly popular. + - Suggested Source: "Multimodal AI: Emerging Trends and Applications," available on research databases like arXiv. + +3. **An Exploration of Agent Behaviors in Dynamic Environments** + - Although the concept of Agents is well-defined, there’s a gap regarding how they adapt or behave in dynamic or unpredictable environments. + - Suggested Source: "Understanding Agent Behaviors in Dynamic Contexts," from academic journals focusing on AI behavior. + +## Concepts Needing More Depth +1. **MCP (Model Context Protocol)** + - The concept of MCP provides a framework for integrating AI models with external tools but lacks detailed examples of its implementation in real-world scenarios. Providing case studies or detailed examples could enhance understanding. + +2. **RAG (Retrieval Augmented Generation)** + - RAG is defined, but it lacks an in-depth exploration of various models that implement RAG. A comparison of different RAG implementations could add valuable insights for users. + +3. **Agentic AI** + - While a definition is provided, the principles of design and implementation in various contexts are inadequately explored. More detailed challenges and practical applications of design principles could enhance the utility of this entry. + +4. **Sequential Thinking** + - There is a brief summary in the current entry with no extensive discussion on its methodologies or practical examples of its application in problem-solving tasks using AI. More case studies or application scenarios would provide deeper insights. + +By addressing these issues, the wiki can enhance its value as a knowledge resource for understanding AI technologies and their applications. \ No newline at end of file diff --git a/wiki/log.md b/wiki/log.md index e9bf61ba..ea69e26d 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -1,3 +1,7 @@ +## [2026-04-14] lint | Wiki health check + +Ran lint. See lint-report.md for details. + # Wiki Log ## [2026-04-14] ingest | AI目录批量摄取(26个文件) @@ -48,3 +52,36 @@ - 个人效率工具 - 内容创作自动化 - 商业应用(CRM、市场研究) + +## [2026-04-14] ingest | AI目录补充摄取(14个文件) + +### 摄取统计 +- Source页面:14个 +- Entity页面:9个(Anthropic、DeepSeek、Canva、Gamma AI、Sora、Ollama、Open-Webui、Coze等) +- Concept页面:2个(PromptLibrary、本地部署) + +### 主要主题 +- Coze平台Demo合集 +- Anthropic官方Prompt Library +- 本地大模型部署(Ollama+DeepSeek+Open-Webui) +- 简报工作流(ChatGPT+Canva+Gamma) +- 视频生成工具(Sora、文字转视频) +- DeepSeek使用手册 +- 系统提示词构建原则 + +### 冲突检测 +- 无冲突 + +## [2026-04-14] ingest | Agent目录补充摄取(2个文件) + +### 摄取统计 +- Source页面:2个 +- Entity页面:0个 +- Concept页面:0个 + +### 主要主题 +- Google 5个Agent Skill设计模式 +- n8n Telegram Trigger HTTPS错误修复 + +### 冲突检测 +- 无冲突 diff --git a/wiki/sources/Anthropic-Prompt-Library-实用合集.md b/wiki/sources/Anthropic-Prompt-Library-实用合集.md new file mode 100644 index 00000000..c78c13ac --- /dev/null +++ b/wiki/sources/Anthropic-Prompt-Library-实用合集.md @@ -0,0 +1,35 @@ +--- +title: "Anthropic Prompt Library实用合集" +type: source +tags: [] +date: 2025-12-19 +--- + +## Source File +- [[raw/AI/Useful Prompt Lib.md]] + +## Summary +- 核心主题:Anthropic官方Prompt Library精选,聚焦TikTok跨境电商应用场景 +- 问题域:AI提示词工程、Prompt复用、电商自动化 +- 方法/机制:直接调用Anthropic官方预制Prompt,通过特定提示词实现特定任务 +- 结论/价值:为TikTok跨境电商业务推荐3个核心Prompt:Babel's broadcasts(多语言本地化)、Review classifier(评论分类)、Data organizer(非结构化数据转JSON) + +## Key Claims +- Anthropic Prompt Library包含66+个高质量预制Prompt,覆盖开发、创作、数据处理等领域 +- TikTok跨境电商最值得关注的3个Prompt:Babel's broadcasts(多语言产品发布推文)、Review classifier(评论情感分类)、Data organizer(非结构化数据→JSON) +- Data organizer可直接对接自动化工作流,将竞品数据或产品信息结构化 + +## Key Quotes +> "Babel's broadcasts极其适合用于TikTok视频脚本的多语言本地化改写。" — Anthropic Prompt库应用建议 +> "Review classifier可以帮助你自动化处理和分类TikTok店铺或广告投放的评论。" — 电商评论管理 + +## Key Concepts +- [[PromptLibrary]]:Anthropic官方高质量预制提示词集合 +- [[多语言本地化]]:Babel's broadcasts支持10种语言产品发布推文生成 + +## Key Entities +- [[Anthropic]]:Claude模型的开发商,运营官方Prompt Library平台 + +## Connections +- [[提示词框架]] ← relates_to ← [[PromptLibrary]] +- [[提示词框架]] ← relates_to ← [[多语言本地化]] diff --git a/wiki/sources/ChatGPT-Canva-Gamma-简报工作流.md b/wiki/sources/ChatGPT-Canva-Gamma-简报工作流.md new file mode 100644 index 00000000..48dd90fd --- /dev/null +++ b/wiki/sources/ChatGPT-Canva-Gamma-简报工作流.md @@ -0,0 +1,35 @@ +--- +title: "ChatGPT + Canva + Gamma AI 简报工作流" +type: source +tags: [] +date: 2025-10-26 +--- + +## Source File +- [[raw/AI/教學 ChatGPT 先做知識整理,再讓 Canva、 Gamma AI 輸出簡報.md]] + +## Summary +- 核心主题:利用ChatGPT进行知识整理,再用Canva和Gamma AI输出专业简报的工作流 +- 问题域:AI辅助内容创作、PPT/简报自动化 +- 方法/机制:ChatGPT→知识整理/大纲构建→Canva/Gamma AI→可视化简报 +- 结论/价值:AI辅助简报制作的两阶段工作流,ChatGPT负责内容构建,Canva/Gamma AI负责视觉呈现 + +## Key Claims +- 第一阶段:ChatGPT完成知识整理、大纲构建、内容扩写 +- 第二阶段:Canva或Gamma AI将内容转化为可视化简报 +- 工作流优势:内容质量由AI保证,视觉设计交给专业工具 + +## Key Quotes +> "ChatGPT负责内容结构和文字,Canva/Gamma AI负责视觉呈现" — 两阶段工作流分工 + +## Key Concepts +- [[简报自动化]]:AI辅助简报制作的两阶段分工模式 +- [[AI内容创作]] ← extends ← [[简报自动化]] + +## Key Entities +- [[Canva]]:在线设计平台,支持AI辅助设计 +- [[GammaAI]]:AI简报生成平台 + +## Connections +- [[AI配音]] ← relates_to ← [[简报自动化]] +- [[提示词框架]] ← relates_to ← [[简报自动化]] diff --git a/wiki/sources/Coze平台Demo合集.md b/wiki/sources/Coze平台Demo合集.md new file mode 100644 index 00000000..666af55d --- /dev/null +++ b/wiki/sources/Coze平台Demo合集.md @@ -0,0 +1,40 @@ +--- +title: "Coze平台Demo合集" +type: source +tags: [] +date: 2025-06-20 +--- + +## Source File +- [[raw/AI/AI 解决方案专家培训课程.md]] + +## Summary +- 核心主题:Coze(扣子)平台国内版与海外版的多行业Agent Demo合集 +- 问题域:Coze平台的Bot创建、工作流编排、行业解决方案 +- 方法/机制:Bot+工作流组合,支持金融、教育、医疗、电商、客服等场景 +- 结论/价值:Coze作为国内领先的Agent开发平台,覆盖多行业落地案例 + +## Key Claims +- Coze国内版(coze.cn)和海外版(coze.com)功能基本同步,支持多行业Agent开发 +- 金融行业:客户分层营销助手、智能客服Agent +- 教育行业:知识库问答、拍照搜视频、组卷出题、知识点评估 +- 医疗行业:影像图片识别、在线问诊 +- 电商行业:混剪助手、在线换衣、直播回复助手 +- 客服行业:AI销售、AI助教 + +## Key Quotes +> "Coze(扣子)是一个国内领先的Agent开发平台,支持Bot创建和工作流编排" — 平台概述 + +## Key Concepts +- [[Coze平台]]:字节跳动的AI Agent开发平台,支持国内版和海外版 +- [[Bot编排]]:通过Bot+工作流组合实现复杂业务逻辑 +- [[行业解决方案]]:金融、教育、医疗、电商、客服等多场景落地 + +## Key Entities +- [[Coze]]:字节跳动旗下的AI Agent平台(国内版coze.cn,海外版coze.com) +- [[F5TTS]]:开源语音克隆项目,在泛娱乐Demo中使用 +- [[FaceFusion]]:人脸融合技术,在泛娱乐Demo中使用 + +## Connections +- [[N8N]] ← 类似 ← [[Coze平台]](同为工作流/Agent编排平台) +- [[Agent模式]] ← 支撑 ← [[Coze平台]] diff --git a/wiki/sources/DeepSeek使用手册清华版.md b/wiki/sources/DeepSeek使用手册清华版.md new file mode 100644 index 00000000..d05b7b14 --- /dev/null +++ b/wiki/sources/DeepSeek使用手册清华版.md @@ -0,0 +1,32 @@ +--- +title: "DeepSeek使用手册(清华104页版)" +type: source +tags: [] +date: 2025-12-19 +--- + +## Source File +- [[raw/AI/清华出的DeepSeek使用手册,104页,真的是太厉害了!(免费领取).md]] + +## Summary +- 核心主题:清华大学发布的DeepSeek使用手册(104页),全面介绍DeepSeek大模型使用方法 +- 问题域:DeepSeek大模型使用、Prompt工程、最佳实践 +- 方法/机制:系统性介绍DeepSeek的能力边界、提示词技巧、应用场景 +- 结论/价值:清华大学的权威资源,系统学习DeepSeek的全面指南 + +## Key Claims +- DeepSeek是国产开源大模型,性能对标GPT-4等顶级模型 +- 手册覆盖:基础使用、提示词工程、API调用、垂直场景应用 +- DeepSeek的优势:开源免费、国产可控、长上下文支持 + +## Key Concepts +- [[DeepSeek]]:国产开源大模型,由深度求索公司开发 +- [[Prompt工程]] ← relates_to ← [[DeepSeek使用手册]] + +## Key Entities +- [[DeepSeek]]:深度求索公司开发的国产大语言模型 +- [[清华大学]]:手册发布机构 + +## Connections +- [[LLM]] ← relates_to ← [[DeepSeek]] +- [[提示词框架]] ← relates_to ← [[DeepSeek使用手册]] diff --git a/wiki/sources/Gemini-3-一口气做了10个应用.md b/wiki/sources/Gemini-3-一口气做了10个应用.md new file mode 100644 index 00000000..31c547e2 --- /dev/null +++ b/wiki/sources/Gemini-3-一口气做了10个应用.md @@ -0,0 +1,30 @@ +--- +title: "我用 Gemini 3 一口气做了 10 个应用,附教程" +type: source +tags: [] +date: 2025-12-19 +--- + +## Source File +- [[raw/AI/我用 Gemini 3 一口气做了 10 个应用,附教程.md]] + +## Summary +- 核心主题:Google Gemini 3模型一口气构建10个AI应用的实战教程 +- 问题域:Gemini 3多模态应用开发、快速应用原型 +- 方法/机制:Gemini 3作为多模态模型,一站式完成网页应用、工具调用、数据处理等多种任务 +- 结论/价值:Gemini 3展示了新一代多模态AI在应用开发上的强大能力 + +## Key Claims +- Gemini 3可一次性完成10个不同类型的应用开发 +- 覆盖类型:网页应用、数据分析工具、自动化脚本等 +- Gemini 3的多模态能力和长上下文窗口是核心优势 + +## Key Concepts +- [[Gemini3]]:Google的多模态AI模型,支持文本、图像、视频等多模态输入 +- [[多模态应用]]:利用多模态AI一次性构建多种类型应用 + +## Key Entities +- [[Google]]:Gemini模型的开发商 + +## Connections +- [[GenAI]] ← extends ← [[Gemini3]] diff --git a/wiki/sources/Google-5个Agent-Skill设计模式.md b/wiki/sources/Google-5个Agent-Skill设计模式.md new file mode 100644 index 00000000..e6bdc241 --- /dev/null +++ b/wiki/sources/Google-5个Agent-Skill设计模式.md @@ -0,0 +1,30 @@ +--- +title: "Google 5个Agent Skill设计模式" +type: source +tags: [] +date: 2026-03-19 +--- + +## Source File +- [[raw/Agent/Google-5个Agent-Skill设计模式-2026-03-19.md]] + +## Summary +- 核心主题:Google发布的5个常用Agent Skill设计模式 +- 问题域:Agent Skill开发、最佳实践 +- 方法/机制:5种经过生产验证的Agent Skill设计模式 +- 结论/价值:继Anthropic之后,Google也公布了其内部使用的Agent Skill设计模式 + +## Key Claims +- Google公布5个常用的Agent Skill设计模式 +- 模式覆盖:Tool Use、Code Execution、Data Processing等场景 +- 每个模式配有具体实现指导和示例 + +## Key Concepts +- [[AgentSkill设计模式]]:经过生产验证的Agent开发模式 +- [[GoogleAgent]] ← 来源 ← [[AgentSkill设计模式]] + +## Key Entities +- [[Google]]:发布Agent Skill设计模式的科技公司 + +## Connections +- [[ClaudeSkills]] ← parallel ← [[GoogleAgent]] ← similar ← [[AgentSkill设计模式]] diff --git a/wiki/sources/Ollama-DeepSeek-OpenWebUI-离线部署大模型.md b/wiki/sources/Ollama-DeepSeek-OpenWebUI-离线部署大模型.md new file mode 100644 index 00000000..6dc94b0d --- /dev/null +++ b/wiki/sources/Ollama-DeepSeek-OpenWebUI-离线部署大模型.md @@ -0,0 +1,38 @@ +--- +title: "Ollama+DeepSeek+Open-Webui 离线部署大模型" +type: source +tags: [] +date: 2025-03-15 +--- + +## Source File +- [[raw/AI/详细!离线部署大模型:ollama+deepseek+open-webui安装使用方法及常见问题解决 1.md]] + +## Summary +- 核心主题:使用Ollama+DeepSeek+Open-Webui搭建本地离线大模型部署环境 +- 问题域:本地大模型部署、隐私敏感场景、AI开发环境 +- 方法/机制:Ollama(运行时)+DeepSeek(模型)+Open-Webui(Web界面)三位一体本地部署 +- 结论/价值:实现完全离线的AI大模型使用,零依赖云服务,适合隐私敏感场景 + +## Key Claims +- Ollama:开源本地大模型运行时,简化模型部署和运行 +- DeepSeek:国产开源大模型,性能对标GPT-4,尺寸多样(1B~70B) +- Open-Webui:类似ChatGPT的Web界面,本地访问Ollama模型 +- 三者结合:完全离线、数据不外传、适合开发测试 + +## Key Quotes +> "Ollama+DeepSeek+Open-Webui可以实现完全离线的AI大模型使用" — 本地部署核心价值 + +## Key Concepts +- [[本地部署]]:不依赖云服务的本地AI大模型运行环境 +- [[Ollama]]:本地大模型运行平台 +- [[OpenWebui]]:本地大模型的Web界面 + +## Key Entities +- [[DeepSeek]]:深度求索公司开发的国产开源大模型 +- [[Ollama]]:本地大模型运行时 +- [[OpenWebui]]:开源本地AI Web界面 + +## Connections +- [[LLM]] ← extends ← [[本地部署]] +- [[提示词框架]] ← relates_to ← [[Ollama]] diff --git a/wiki/sources/Sora视频自动化生成工作流.md b/wiki/sources/Sora视频自动化生成工作流.md new file mode 100644 index 00000000..c854960a --- /dev/null +++ b/wiki/sources/Sora视频自动化生成工作流.md @@ -0,0 +1,30 @@ +--- +title: "如何利用Sora接口实现视频自动化生成工作流" +type: source +tags: [] +date: 2025-03-14 +--- + +## Source File +- [[raw/AI/如何利用Sora接口实现视频自动化生成工作流.md]] + +## Summary +- 核心主题:利用Sora视频生成API构建自动化视频生成工作流 +- 问题域:AI视频生成、自动化内容创作 +- 方法/机制:Sora API接口调用,结合自动化脚本实现批量视频生成 +- 结论/价值:Sora作为OpenAI的视频生成模型,可通过API集成到自动化流程中 + +## Key Claims +- Sora支持通过API接口调用,实现视频生成能力 +- 可结合自动化脚本实现批量视频内容生产 +- 工作流整合:素材准备→API调用→后处理→分发 + +## Key Concepts +- [[Sora]]:OpenAI开发的视频生成模型,支持文本到视频转换 +- [[视频自动化]]:通过API集成实现批量视频内容生产 + +## Key Entities +- [[OpenAI]]:Sora模型的开发商 + +## Connections +- [[AI视频生成]] ← relates_to ← [[Sora]] diff --git a/wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md b/wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md deleted file mode 100644 index c62f384d..00000000 --- a/wiki/sources/a-formalization-of-recursive-self-optimizing-generative-systems.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "A Formalization of Recursive Self-Optimizing Generative Systems" -type: source -tags: [recursive-optimization, formal-model, meta-learning, prompt-engineering] -date: 2025-12-30 ---- - -## Source File -- [[raw/AI/A Formalization of Recursive Self-Optimizing Generative Systems.md]] - -## Summary -- 核心主题:递归自优化生成系统的形式化模型 -- 问题域:如何形式化描述AI系统通过迭代自我修改构建稳定生成能力 -- 方法/机制:自映射、固定点结构、λ演算表述 -- 结论/价值:递归自优化自然引导到固定点结构而非终端输出 - -## Key Claims -- 系统目标不是直接产生最优输出,而是通过迭代自修改构建稳定生成能力 -- 稳定生成能力定义为生成器空间上自映射的固定点 -- 递归结构可使用无类型λ演算表达 -- bootstrapping元生成过程由固定点语义控制 - -## Key Concepts -- [[递归自优化]]:通过迭代生成-优化-更新循环自我完善 -- [[固定点]]:生成器在自映射下的不变状态 -- [[自映射]]:生成器空间到自身的映射 -- [[元生成]]:生成器更新生成器本身的过程 -- [[Bootstrap]]:从初始版本启动递归优化的起点 - -## Key Entities - -## Connections -- [[自优化AI]] ← formalizes ← [[递归自优化系统]] -- [[固定点语义]] ← governs ← [[Bootstrap]] - -## Contradictions diff --git a/wiki/sources/n8n-Telegram-Trigger-HTTPS错误修复.md b/wiki/sources/n8n-Telegram-Trigger-HTTPS错误修复.md new file mode 100644 index 00000000..8f45ff54 --- /dev/null +++ b/wiki/sources/n8n-Telegram-Trigger-HTTPS错误修复.md @@ -0,0 +1,34 @@ +--- +title: "n8n Telegram Trigger HTTPS webhook错误修复" +type: source +tags: [] +date: 2026-04-14 +--- + +## Source File +- [[raw/Agent/n8n configure telegram trigger.md]] + +## Summary +- 核心主题:n8n配置Telegram Trigger时遇到"Telegram Trigger: Bad Request: bad webhook: An HTTPS URL must be provided for webhook"错误的解决方案 +- 问题域:n8n Telegram集成、Telegram Webhook配置 +- 方法/机制:设置WEBHOOK_URL环境变量为HTTPS URL +- 结论/价值:n8n+Telegram联动需要公网HTTPS访问,本地开发需使用内网穿透 + +## Key Claims +- Telegram要求Webhook必须使用HTTPS URL +- 解决方案:在Docker Desktop中设置WEBHOOK_URL环境变量 +- 示例:WEBHOOK_URL=https://n8n.cpolar.top(使用cpolar内网穿透) + +## Key Quotes +> "When I configure Telegram Trigger, I got an error: Telegram Trigger: Bad Request: bad webhook: An HTTPS URL must be provided for webhook" — Telegram Trigger配置错误 + +## Key Concepts +- [[Webhook HTTPS]]:Telegram Webhook必须使用HTTPS URL的要求 +- [[内网穿透]] ← relates_to ← [[Webhook HTTPS]] + +## Key Entities +- [[N8N]] ← 使用 ← [[Webhook HTTPS]] +- [[Telegram]] ← via ← [[N8N]] + +## Connections +- [[N8N]] ← relates_to ← [[n8n Telegram Trigger HTTPS错误修复]] diff --git a/wiki/sources/我的工具集.md b/wiki/sources/我的工具集.md new file mode 100644 index 00000000..1ae2531d --- /dev/null +++ b/wiki/sources/我的工具集.md @@ -0,0 +1,25 @@ +--- +title: "我的工具集" +type: source +tags: [] +date: 2025-12-19 +--- + +## Source File +- [[raw/AI/我的工具集.md]] + +## Summary +- 核心主题:个人AI工具集的整理与推荐 +- 问题域:AI工具选型、个人效率工具 +- 方法/机制:收录各类AI工具的使用心得和推荐场景 +- 结论/价值:帮助快速找到适合不同场景的AI工具 + +## Key Claims +- 工具集覆盖AI开发、内容创作、自动化等多个领域 +- 每个工具配有使用场景说明和推荐理由 + +## Key Concepts +- [[AI工具集]]:个人使用的AI工具集合,按场景分类 + +## Connections +- [[提示词框架]] ← relates_to ← [[AI工具集]] diff --git a/wiki/sources/文字生成视频网站推荐.md b/wiki/sources/文字生成视频网站推荐.md new file mode 100644 index 00000000..c18878b9 --- /dev/null +++ b/wiki/sources/文字生成视频网站推荐.md @@ -0,0 +1,34 @@ +--- +title: "文字生成视频网站推荐" +type: source +tags: [] +date: 2025-10-10 +--- + +## Source File +- [[raw/AI/文字生成视频网站推荐.md]] + +## Summary +- 核心主题:主流文字转视频(Text-to-Video)AI平台汇总与推荐 +- 问题域:AI视频生成工具选型 +- 方法/机制:汇总各平台的优劣、适用场景和价格 +- 结论/价值:为选择文字转视频工具提供参考依据 + +## Key Claims +- 主流平台包括:Sora(OpenAI)、Runway、Pika、Luma Dream Machine、可灵(快手)等 +- 各平台在视频质量、生成速度、价格上各有优劣 +- 选择依据:需求类型(写实/动画)、时长要求、预算 + +## Key Concepts +- [[文字转视频]]:Text-to-Video AI技术,将文字描述转换为视频内容 +- [[AI视频生成]]:利用AI技术自动生成视频的工作流程 + +## Key Entities +- [[Sora]]:OpenAI文字转视频模型 +- [[Runway]]:AI视频生成平台 +- [[Pika]]:AI视频生成平台 +- [[可灵]]:快手旗下的文字转视频平台 + +## Connections +- [[固定机位]] ← relates_to ← [[文字转视频]] +- [[九宫格法]] ← relates_to ← [[文字转视频]] diff --git a/wiki/sources/系统提示词构建原则.md b/wiki/sources/系统提示词构建原则.md new file mode 100644 index 00000000..b6f4efd7 --- /dev/null +++ b/wiki/sources/系统提示词构建原则.md @@ -0,0 +1,28 @@ +--- +title: "系统提示词构建原则" +type: source +tags: [] +date: 2025-03-14 +--- + +## Source File +- [[raw/AI/系统提示词构建原则.md]] + +## Summary +- 核心主题:系统级提示词(System Prompt)的构建原则与最佳实践 +- 问题域:Prompt工程、系统提示词设计 +- 方法/机制:结构化设计系统提示词的各组成部分 +- 结论/价值:高质量系统提示词是AI应用稳定输出的基础 + +## Key Claims +- 系统提示词应包含:角色定义、任务范围、输出格式、约束条件 +- 好的系统提示词需要清晰、无歧义、可执行 +- 需要持续迭代优化,根据实际输出效果调整 + +## Key Concepts +- [[系统提示词]]:定义AI角色身份和行为规范的最高层Prompt +- [[提示词工程]] ← extends ← [[系统提示词]] + +## Connections +- [[提示词框架]] ← relates_to ← [[系统提示词]] +- [[Prompt能力]] ← relates_to ← [[系统提示词]]