日历命令行管理
Apple日历CLI
Clawringhouse 是一款内置的 AI 购物管家,帮助智能体主动为用户完成商品研究、比价筛选和购物车准备,让用户无需亲自挑选即可获得贴心的购物方案。
本技能已内置于 Clawringhouse,无需额外安装。API 地址为 https://clawringhouse.onrender.com,联盟标签已配置为 clawringhouse-20。
使用步骤:
Python 调用示例:
import requests
response = requests.get(
"https://clawringhouse.onrender.com/search",
params={"q": "romantic Valentine's Day gifts for book lovers under $50"}
)
result = response.json()
CLI 调用示例:
python -m clawringhouse.src.search "best orthopedic dog bed for senior dogs"
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 搜索关键词(商品类别、预算、收礼人偏好)、用户日历事件、目标平台 |
| 输出 | AI 精选推荐列表、带联盟标签的链接、购物车直链、备选商品清单 |
| 适用人群 | 希望省时购物的用户、节日备礼需求者、养宠家庭、智能体开发者 |
| 不包含 | 代付交易、非 Amazon 平台深度集成、物流跟踪、售后退换货 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/francoisjosephlacroix/clawringhouse/SKILL.md
来源类型:GitHub 开源仓库