feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,36 @@
---
title: "GOG CLI配置"
type: source
tags: []
date: 2026-03-15
---
## Source File
- [[raw/Skills/GOG-CLI-安装配置指南.md]]
## Summary
- 核心主题gog CLI安装配置完整指南
- 问题域Google Workspace命令行管理
- 方法/机制通过Homebrew安装、OAuth授权、Google Cloud Console配置API
- 结论/价值实现Gmail、Google Calendar、Google Drive、Google Contacts、Google Docs/Sheets的命令行管理
## Key Claims
- gog CLI通过Homebrew安装后需配置OAuth凭证才能使用
- Google API调用需同时满足OAuth授权和API Enablement两层条件
- 需要在Google Cloud Console添加测试用户绕过"此应用未经Google验证"限制
- 每个Google API服务需单独启用如Gmail API、Drive API等
## Key Concepts
- [[OAuth授权]]Google身份认证流程
- [[GoogleWorkspace]]Gmail、Calendar、Drive等企业级Google服务套件
- [[CLI工具]]:命令行界面工具实现自动化
## Key Entities
- [[gogCLI]]Google Workspace CLI工具
- [[GoogleCloudConsole]]Google API管理平台
## Connections
- [[GoogleWorkspace]] ← managed_by ← [[gogCLI]]
## Contradictions
- 无冲突