@GYLQ520: 搞 AI Agent 的注意了!token 烧钱烧到心疼? 有个开源工具叫 curl.md,专门把网页转成 Markdown 格式喂给 AI,token 消耗直接砍一大截。CLI、浏览器插件、API 三种用法随你选,Cursor、Clau…
摘要
curl.md is an open-source tool that converts web pages to optimized Markdown format for AI agents, significantly reducing token consumption and cost. It offers CLI, browser extension, and API usage, with integrations for Cursor, Claude, and other agents.
查看缓存全文
缓存时间: 2026/06/15 02:51
搞 AI Agent 的注意了!token 烧钱烧到心疼?
有个开源工具叫 curl.md,专门把网页转成 Markdown 格式喂给 AI,token 消耗直接砍一大截。CLI、浏览器插件、API 三种用法随你选,Cursor、Claude 这些主流工具都已经接进去了,白嫖还不用吗?
🔗 https://t.co/TjtpvINPCE
curl.md
Source: https://curl.md/ Skip to content
https://curl.md/Live3,351,210,362tokens savedInstall now
URL to markdown for agents
Turn websites into optimized, low token output to supercharge your context. Works with every agent.
Users saved $10,053.63by using curl.md
Use CLI or prefix any URL with `curl.md/`
FAQ
What is curl.md?curl.md turns URLs into markdown optimized for agents to help you get better context and save tokens/money.
How do I use curl.md?You can use it in
by prefixing any URL with`curl.md/`,in the terminal via`curl curl.md/<url>`or with
or through the
How much does curl.md cost?You can use curl.md for free with generous
for higher limits or use prepaid credits to skip rate limits.
Which coding agents does curl.md support?Official integrations exist for
Amp,
OpenCode, and
Pi. Codex, Cursor, and other agents can use
skills, the
CLI/MCP server, or add their own integrations by reading the
Is curl.md open source?Yes. The source code is public on
under the
MIT License. Anyone can use it, modify it, or contribute.
curl.md/github.com
相似文章
@justloveabit: 用这个开源工具,我让一群AI替我上班了 事情是这样的,最近一直在折腾各种AI agent。Claude Code开一堆窗口,Codex也在跑,偶尔还要用Cursor。结果呢,乱成一锅粥——哪个agent在干啥,花了多少钱,完全搞不清楚。重…
本文介绍了一款名为Paperclip的开源工具,用于统一管理和调度多个AI Agent。它通过模拟公司组织架构、任务分配与预算控制等功能,解决了多Agent协作时上下文丢失、成本不可控和调度混乱的痛点。
@GitHub_Daily: 想把网页内容喂给 AI,结果抓回来一堆导航栏、广告和乱码,上下文窗口浪费大半,AI 还读不明白。 于是找到 PullMD 这个开源项目,可以把任意网页内容提取转成干净的 Markdown 文件。 只需提供网页链接,自动识别页面类型,层层提…
PullMD 是一个开源的 URL 转 Markdown 服务,可以自动提取网页正文内容,去除导航、广告等杂物,支持无头浏览器和多种接口(网页、REST API、MCP),便于 AI 工具和用户获取干净的网页文本。
@QingQ77: 一句话告诉 Agent 要操控哪个网站,它自动帮你生成 CLI 工具,直接走你已登录的 Chrome 浏览器,不用调 API 或搞 token。 https://github.com/better-world-ai/x-cli… x-cl…
x-cli 是一个开源项目,通过 AI agent 自动生成操控网页的 CLI 工具,利用 Chrome 已登录会话,无需 API 或 token。支持安装 Kimi WebBridge 插件后一句话生成 CLI,已内置百度搜索、Google 搜索等示例工具。
@0xMulight: Claude Code终极爬虫手册:5大开源Skill让AI真正会上网干活 想让Claude别再只是聊天工具,而是直接上手抓数据、操作网页、批量处理内容?下面这套组合就是最实用的方案。 我把方案整理成这份手册,可以直接复制给Claude …
本文介绍了5个开源工具(Agent-reach、Scrapling、Browser-use、Claude in Chrome、Web-access),让Claude Code等AI Agent具备网页数据抓取、浏览器操作等能力,从轻量到重量级覆盖不同场景,并提供配置心法。
@AYi_AInotes: https://x.com/AYi_AInotes/status/2058536443174158504
作者分享了自己三年使用PDF喂AI的踩坑经历,指出Markdown比PDF更适合作为AI输入格式,因为PDF本质上是坐标+字符的混合体,AI需要先解析结构,容易出错且消耗更多token。文章提供了具体案例和推荐工具(markitdown、pandoc、LlamaParse),并预告了一个名为“喂AI的艺术”的新系列。