尧图建网站 尧图建网站 YAOTU WEB BUILD 免费咨询
ARTICLE DETAIL

资讯详情

深耕网站建设与建站编程的一线实战洞察。

Thursday, January 2, 2026

Thursday, January 2, 2026 Thursday, January 2, 2026【免费下载链接】smaugArchive your Twitter/X bookmarks to markdown with AI-powered analysis. Supports Claude Code and OpenCode for multi-model flexibility. Like a dragon hoarding treasure, Smaug collects the valuable things you bookmark.项目地址: https://gitcode.com/gh_mirrors/sma/smaugsimonw - Gist Host Fork for Rendering GitHub GistsI forked the wonderful gistpreview.github.io to create gisthost.github.ioTweet:https://x.com/simonw/status/123456789Link:https://gisthost.github.io/Filed:gisthost-gist-rendering.mdWhat:Free GitHub Pages-hosted tool that renders HTML files from Gists.tom_doerr - Whisper-Flow Real-time TranscriptionThis is amazing - real-time transcription with WhisperTweet:https://x.com/tom_doerr/status/987654321Link:https://github.com/dimastatz/whisper-flowFiled:whisper-flow.mdWhat:Real-time speech-to-text using OpenAI Whisper with streaming support.### knowledge目录结构 Smaug将不同类型的内容组织到knowledge目录下的不同子目录中形成一个结构化的知识库 #### knowledge/tools/*.md GitHub仓库会生成单独的文件包含丰富的元数据和关键信息 markdown --- title: whisper-flow type: tool date_added: 2026-01-02 source: https://github.com/dimastatz/whisper-flow tags: [ai, transcription, whisper, streaming] via: Twitter bookmark from tom_doerr --- Real-time speech-to-text transcription using OpenAI Whisper... ## Key Features - Streaming audio input - Multiple language support - Low latency output ## Links - [GitHub](https://github.com/dimastatz/whisper-flow) - [Original Tweet](https://x.com/tom_doerr/status/987654321)knowledge/articles/*.md文章类内容同样会生成带有元数据的Markdown文件保存在knowledge/articles/目录下。快速开始指南只需几个简单步骤即可开始使用Smaug管理你的书签和知识安装bird CLITwitter API包装器请参考https://github.com/steipete/bird获取安装说明克隆并安装Smauggit clone https://gitcode.com/gh_mirrors/sma/smaug cd smaug npm install运行设置向导npx smaug setup安装向导将创建所需目录指导你获取Twitter凭证创建配置文件运行完整任务获取使用Claude处理npx smaug run高级使用与自动化Smaug提供了丰富的命令行选项和自动化功能让你可以根据自己的需求定制使用方式。手动运行命令# 完整任务获取使用Claude处理 npx smaug run # 从书签获取默认 npx smaug fetch 20 # 获取所有书签分页 - 需要git版本的bird CLI npx smaug fetch --all npx smaug fetch --all --max-pages 5 # 限制为5页 # 从点赞获取 npx smaug fetch --source likes # 同时从书签和点赞获取 npx smaug fetch --source both # 处理已获取的推文 npx smaug process # 强制重新处理忽略重复 npx smaug process --force # 检查待处理内容 node -e console.log(require(./.state/pending-bookmarks.json).count)自动化设置Smaug可以设置为每30分钟自动运行确保你的书签及时得到处理和归档选项APM2推荐npm install -g pm2 pm2 start npx smaug run --cron */30 * * * * --name smaug pm2 save pm2 startup # 设置开机启动选项BCroncrontab -e # 添加 */30 * * * * cd /path/to/smaug npx smaug run smaug.log 21成本优化与令牌跟踪使用AI服务会产生一定成本Smaug提供了令牌使用跟踪功能帮助你监控和优化支出。令牌使用跟踪使用-t标志跟踪API成本npx smaug run -t # 或 npx smaug run --track-tokens运行结束时会显示详细的使用情况━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ TOKEN USAGE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Main (sonnet): Input: 85 tokens $0.01 Output: 5,327 tokens $0.08 Cache Read: 724,991 tokens $0.22 Cache Write: 62,233 tokens $0.23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ TOTAL COST: $0.53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━【免费下载链接】smaugArchive your Twitter/X bookmarks to markdown with AI-powered analysis. Supports Claude Code and OpenCode for multi-model flexibility. Like a dragon hoarding treasure, Smaug collects the valuable things you bookmark.项目地址: https://gitcode.com/gh_mirrors/sma/smaug创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
返回列表