Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill saver-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SOC 職業分類に基づく
SKILL.md を表示中
| name | saver-skill |
| description | Saver |
Smart shopping assistant - Connects to Saver MCP Server for product search and price comparison services.
Note: Currently serving users in Mainland China only. More countries and regions coming soon.
User: Help me find a refrigerator, 3000-5000 yuan
AI: (calls complete_shopping) → Returns recommendation results
Example conversation:
User: I want to buy a laptop, around 5000 yuan, mainly for coding
AI: I understand you need a laptop suitable for programming, budget around 5000 yuan.
Here are my recommendations:
🏆 Best Overall: Lenovo Xiaoxin Pro 16...
💰 Lowest Price: ¥4,899
📈 Best Seller: ASUS nofire Pro...
...
| Tool | Description |
|---|---|
analyze_shopping_need | Analyze user needs, determine if confirmation is needed |
search_products | Search products (JD/Taobao) |
complete_shopping | Complete shopping flow (recommended) |
http://81.70.235.20:3001/mcpEnable real-time progress by setting stream: true:
{
"method": "tools/call",
"params": {
"name": "complete_shopping",
"arguments": {
"query": "手机",
"stream": true
}
}
}
SSE Events:
status - Status updatesprogress - Progress updates (step, current, total)result - Final resulterror - Error messagedone - Completion signalThis Skill connects to a public MCP Server, no additional configuration needed.
Version: 1.1.0
智能购物助手 - 连接省心买 MCP Server,提供商品搜索和比价推荐服务。
注意:目前仅服务中国大陆用户,更多国家、地区服务陆续开通中。
用户:帮我找一台冰箱,3000-5000元
AI:(调用 complete_shopping)→ 返回推荐结果
示例对话:
用户:帮我买一台笔记本电脑,5000元左右,主要用来写代码
AI:我理解您需要一台适合编程的笔记本,预算5000元左右。
推荐以下选项:
🏆 最优推荐:联想小新Pro 16...
💰 最低价:¥4,899
📈 销量王:华硕无畏Pro...
...
| 工具 | 功能 |
|---|---|
analyze_shopping_need | 分析用户需求,判断是否需要确认 |
search_products | 搜索商品(京东/淘宝) |
complete_shopping | 完整购物流程(推荐使用) |
http://81.70.235.20:3001/mcp设置 stream: true 启用实时进度:
{
"method": "tools/call",
"params": {
"name": "complete_shopping",
"arguments": {
"query": "手机",
"stream": true
}
}
}
SSE 事件类型:
status - 状态更新progress - 进度更新(step, current, total)result - 最终结果error - 错误信息done - 完成信号此 Skill 连接公开 MCP Server,无需额外配置。
版本:1.1.0