Claude Code
Claude Code
手机遥控 Claude Code:cc-connect + Telegram 搭建指南
用 cc-connect 把 Claude Code 桥接到 Telegram,实现手机随时随地给本地项目下指令、看结果、管理会话,5 分钟搞定。
Claude Code
自媒体半自动发布:从浏览器自动化到一行脚本
用 Claude Code 浏览器自动化验证小红书发布流程,发现 token 消耗过高后沉淀为 Playwright 脚本,实现零 token 的一行命令发布。
Claude Code
给知识库接上 Notion:打通手机到 Vault 的最后一公里
用 Notion 作为移动端入口和全局记忆库,单向同步到本地 Obsidian 知识库,打通手机随手记 → 编译 → 发布的完整链路。
GitHub Actions
给知识库接一条自动发布管道:/publish 一下,博客就上线
vault 和 blog 是两个独立 repo。用一个 slash command 加一个 GitHub Actions 工作流,把'写完文章 → 发布到博客'压缩成一句话。
Claude Code
用 Claude Code 搭建 Karpathy 式个人知识库:从零到自动化编译
基于 Karpathy 的 LLM Knowledge Bases 方法论,用 Claude Code 的 slash command 实现了 raw → wiki → blog 的自动化知识编译流水线。