重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
news-shopping by merit-systems/agentcash-skills
npx skills add https://github.com/merit-systems/agentcash-skills --skill news-shopping通过 x402 保护的端点访问 Google News 和 Google Shopping。
有关安装和钱包设置,请参阅 rules/getting-started.md。
| 任务 | 端点 | 价格 | 描述 |
|---|---|---|---|
| 新闻搜索 | https://stableenrich.dev/api/serper/news | $0.04 | Google 新闻搜索 |
| 购物搜索 | https://stableenrich.dev/api/serper/shopping | $0.04 | Google 购物搜索 |
搜索 Google 新闻文章:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "artificial intelligence regulation"}'
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
参数:
q - 搜索查询(必需)num - 结果数量(默认:10)gl - 国家代码(例如:"us"、"uk"、"de")hl - 语言(例如:"en"、"es"、"fr")tbs - 时间过滤器(qdr:h, qdr:d, qdr:w, qdr:m, qdr:y)| 过滤器 | 含义 |
|---|---|
qdr:h | 过去一小时 |
qdr:d | 过去 24 小时 |
qdr:w | 过去一周 |
qdr:m | 过去一个月 |
qdr:y | 过去一年 |
示例 - 过去一周的新闻:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "AI startups funding", "tbs": "qdr:w"}'
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "technology news", "gl": "uk", "hl": "en"}'
返回:
搜索 Google 购物产品:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "wireless noise cancelling headphones"}'
参数:
q - 搜索查询(必需)num - 结果数量(默认:10)gl - 用于价格/可用性的国家代码hl - 语言返回:
获取本地价格和可用性:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "MacBook Pro M3", "gl": "us"}'
(可选)检查余额:npx agentcash@latest balance
使用适当的时间过滤器进行搜索
查看并总结头条新闻
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "company name OR competitor name", "tbs": "qdr:d", "num": 20}'
使用 qdr:h 搜索过去一小时的新闻
识别关键来源和事实
注意发展中的方面
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "breaking news topic", "tbs": "qdr:h"}'
定义搜索条件(类别、价格范围)
搜索 Google 购物
比较不同商家的价格
呈现优缺点并存的最佳选项
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "ergonomic office chair under $500", "num": 20}'
使用确切的产品名称/型号
比较商家价格
注意运费和可用性
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "exact product name model number"}'
title - 文章标题snippet - 文章摘要source - 出版物名称date - 发布日期link - 文章 URLimageUrl - 缩略图(如果可用)title - 产品名称price - 价格(含货币)source - 商家/店铺link - 产品 URLrating - 星级评分(如果可用)reviews - 评论数量imageUrl - 产品图片delivery - 配送信息(如果可用)"climate change"AI OR "artificial intelligence"gl 参数以确保准确的本地定价两个端点每次调用均为 $0.04。
| 任务 | 调用次数 | 成本 |
|---|---|---|
| 快速新闻检查 | 1 | $0.04 |
| 每日新闻摘要 | 2-3 | $0.08-0.12 |
| 产品研究 | 1-2 | $0.04-0.08 |
| 全面市场研究 | 3-5 | $0.12-0.20 |
每周安装数
54
仓库
GitHub 星标数
1
首次出现
2026年2月20日
安全审计
安装于
cursor54
gemini-cli54
github-copilot54
amp54
cline54
codex54
Access Google News and Google Shopping through x402-protected endpoints.
See rules/getting-started.md for installation and wallet setup.
| Task | Endpoint | Price | Description |
|---|---|---|---|
| News search | https://stableenrich.dev/api/serper/news | $0.04 | Google News search |
| Shopping search | https://stableenrich.dev/api/serper/shopping | $0.04 | Google Shopping search |
Search Google News for articles:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "artificial intelligence regulation"}'
Parameters:
q - Search query (required)num - Number of results (default: 10)gl - Country code (e.g., "us", "uk", "de")hl - Language (e.g., "en", "es", "fr")tbs - Time filter (qdr:h, qdr:d, qdr:w, qdr:m, qdr:y)| Filter | Meaning |
|---|---|
qdr:h | Past hour |
qdr:d | Past 24 hours |
qdr:w | Past week |
qdr:m | Past month |
qdr:y | Past year |
Example - news from past week:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "AI startups funding", "tbs": "qdr:w"}'
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "technology news", "gl": "uk", "hl": "en"}'
Returns:
Search Google Shopping for products:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "wireless noise cancelling headphones"}'
Parameters:
q - Search query (required)num - Number of results (default: 10)gl - Country code for pricing/availabilityhl - LanguageReturns:
Get local pricing and availability:
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "MacBook Pro M3", "gl": "us"}'
(Optional) Check balance: npx agentcash@latest balance
Search with appropriate time filter
Review and summarize top stories
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "company name OR competitor name", "tbs": "qdr:d", "num": 20}'
Search with qdr:h for past hour
Identify key sources and facts
Note developing aspects
npx agentcash@latest fetch https://stableenrich.dev/api/serper/news -m POST -b '{"q": "breaking news topic", "tbs": "qdr:h"}'
Define search criteria (category, price range)
Search Google Shopping
Compare prices across merchants
Present top options with pros/cons
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "ergonomic office chair under $500", "num": 20}'
Use exact product name/model
Compare merchant prices
Note shipping and availability
npx agentcash@latest fetch https://stableenrich.dev/api/serper/shopping -m POST -b '{"q": "exact product name model number"}'
title - Article headlinesnippet - Article excerptsource - Publication namedate - Published datelink - Article URLimageUrl - Thumbnail (if available)title - Product nameprice - Price with currencysource - Merchant/storelink - Product URLrating - Star rating (if available)reviews - Number of reviewsimageUrl - Product imagedelivery - Shipping info (if available)"climate change"AI OR "artificial intelligence"gl parameter for accurate local pricingBoth endpoints are $0.04 per call.
| Task | Calls | Cost |
|---|---|---|
| Quick news check | 1 | $0.04 |
| Daily news summary | 2-3 | $0.08-0.12 |
| Product research | 1-2 | $0.04-0.08 |
| Full market research | 3-5 | $0.12-0.20 |
Weekly Installs
54
Repository
GitHub Stars
1
First Seen
Feb 20, 2026
Security Audits
Gen Agent Trust HubWarnSocketWarnSnykWarn
Installed on
cursor54
gemini-cli54
github-copilot54
amp54
cline54
codex54
DOCX文件创建、编辑与分析完整指南 - 使用docx-js、Pandoc和Python脚本
55,000 周安装