<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>博客 — Eugen Soloviov</title><description>关于开发、算法交易和产品构建的思考。</description><link>https://suenot.github.io/</link><language>zh</language><item><title>无需邮件服务器，在自有域名上收发邮件：用 Cloudflare 收信，用 Resend 发信，再让 AI 智能体替你写邮件</title><link>https://suenot.github.io/zh/blog/cloudflare-resend-email/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/cloudflare-resend-email/</guid><description>如何在一个晚上搭好一个能用的 you@yourdomain.com 邮箱，完全不需要邮件服务器：通过免费的 Cloudflare Email Routing 收信并转发到 Gmail，通过基于 Amazon SES 的 Resend API 发信，外加一个彩蛋——让 Claude Code 通过 API 给你发邮件。文中讲清楚：为什么收信和发信不冲突，真实的 Cloudflare 和 Resend API 调用，以及我踩过的那些坑。</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>cloudflare</category><category>resend</category><category>email</category><category>dns</category><category>claude-code</category><category>automation</category></item><item><title>cctoggle：一条命令关闭每个 Claude Code 插件和 MCP 服务器——再一键恢复</title><link>https://suenot.github.io/zh/blog/cctoggle-claude-code/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/cctoggle-claude-code/</guid><description>一个小工具和全局 /cctoggle 斜杠命令，一次性关闭所有 Claude Code 插件和用户级 MCP 服务器——把它们的工具定义从上下文中清除——并精确恢复它所禁用的内容。无需重启应用。内含：应用机制、选择性禁用、备份以及局限性。</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>cctoggle</category><category>claude-code</category><category>tokens</category><category>mcp</category><category>plugins</category></item><item><title>Gonka 免费送 $10，无需信用卡：为 AI 初创公司准备的数十亿 Kimi K2.6 Token</title><link>https://suenot.github.io/zh/blog/gonka-free-tokens/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/gonka-free-tokens/</guid><description>GonkaGate 免费发放 $10 余额，无需信用卡，也无需加密货币充值。以约每 100 万 Token $0.000334 的价格计算，这足够换来数十亿个 Kimi K2.6 Token——正是疯狂烧 Token 的 AI 初创公司的燃料。内含：TPS 测试，以及 opencode 与 Hermes Agent 的分步配置。</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>gonka</category><category>llm</category><category>tokens</category><category>kimi</category><category>opencode</category><category>hermes-agent</category></item><item><title>在 Claude Code 中使用 graphify：用知识图谱替代通读整个仓库，在廉价的 OpenRouter 上做语义提取</title><link>https://suenot.github.io/zh/blog/graphify-claude-code/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/graphify-claude-code/</guid><description>我为 Claude Code 准备好的 graphify 配置：用知识图谱替代通读整个仓库，在廉价的 OpenRouter（deepseek）上做语义提取，而不是消耗 Claude 的 token，通过钩子自动监听，防止密钥泄漏进图谱。全部打包在 claude-code-token-savers 仓库里。</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>graphify</category><category>claude-code</category><category>tokens</category><category>knowledge-graph</category><category>openrouter</category></item><item><title>OpenClaude：一个配置替代十个命令</title><link>https://suenot.github.io/zh/blog/openclaude-multi-provider/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/openclaude-multi-provider/</guid><description>OpenClaude 如何用一个 ~/.openclaude.json 配置文件替代每个提供商的独立包装命令。</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>claude-code</category><category>openclaude</category><category>llm</category><category>providers</category><category>tooling</category></item><item><title>如何用 NotebookLM 制作 YouTube 视频：完整指南</title><link>https://suenot.github.io/zh/blog/notebooklm-youtube-guide/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/notebooklm-youtube-guide/</guid><description>分步教程：使用 NotebookLM 生成音频和幻灯片，然后自动组装成带字幕、章节时间戳和元数据的 YouTube 视频——无需视频编辑器，完全不用剪辑。</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate><category>notebooklm</category><category>youtube</category><category>automation</category><category>video</category><category>ai</category><category>open-source</category><category>tooling</category></item><item><title>Muxy — 同时处理多个项目时拯救你注意力的终端</title><link>https://suenot.github.io/zh/blog/muxy-terminal-focus/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/muxy-terminal-focus/</guid><description>Muxy 如何帮助 vibecoder 在 4–8 个打开的项目中保持专注。与 Open Agent Manager 的比较，以及为什么原生终端优于基于 Web 的终端。</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>terminal</category><category>muxy</category><category>vibecoding</category><category>productivity</category><category>tooling</category></item><item><title>Clother：不修改全局设置即可为 Claude Code 添加多供应商包装器</title><link>https://suenot.github.io/zh/blog/clother-claude-wrappers/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/clother-claude-wrappers/</guid><description>如何使用 jolehuit/clother 通过 clother-* 命令在 Z.AI、Kimi、MiniMax、OpenRouter、阿里巴巴、Ollama、LM Studio 和自定义供应商之间切换 Claude Code——无需修改 ~/.claude 或全局环境变量。</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate><category>claude-code</category><category>clother</category><category>llm</category><category>providers</category><category>tooling</category></item><item><title>如何在 LLM 中节省 Token：Claude Code 实用指南</title><link>https://suenot.github.io/zh/blog/saving-tokens-llm/</link><guid isPermaLink="true">https://suenot.github.io/zh/blog/saving-tokens-llm/</guid><description>Claude Code 中节省 Token 的实用方法：子代理、技能、钩子、国产模型、知识图谱和 RAG。帮你将成本降低 10 倍的清单。</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate><category>llm</category><category>claude-code</category><category>optimization</category><category>tokens</category></item></channel></rss>