← 返回
AI智能

Shopping in Sweden

Assist with searching, adding to cart, and securely purchasing products from trusted Swedish e-commerce sites using the Zupyak Mynt Card.
协助在瑞典可信电商网站搜索商品、加入购物车并使用Zupyak Mynt卡安全购买。
caoqi
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 635
下载
💾 10
安装
1
版本
#latest

概述

Shopping Skill

Help the user complete end-to-end online shopping at trusted retailers — from product search to payment confirmation.

User Information

Read recipient details (address, phone, email) from ~/Private/用户个人信息.txt.

Payment Card

Read Zupyak Mynt Card details from ~/Private/Zupyak Mynt card for AI.txt or ~/.private/payment.env. Only use this designated card — never use the user's personal bank cards.

Shopping Flow

  1. Search for the product — Only use trusted sites (see references/trusted-sites.md)
  2. Confirm with the user before ordering — Show product name, price, website, link, and recipient details; wait for approval
  3. Add to cart — Use the browser tool
  4. Fill in details — Read address, email, and phone from ~/Private/
  5. Handle payment — See payment flow below
  6. Confirm the result — Take a screenshot of the order confirmation page

Payment Flow

Payment iframes (Klarna/Stripe/Adyen) are cross-origin and cannot be accessed via browser tool refs. Use CDP WebSocket to connect directly to the iframe target:

# 1. List all targets (including iframes)
curl http://127.0.0.1:18800/json

# 2. Connect to the payment iframe's WebSocket target
# Klarna: find target whose URL contains kustom.co or payments.klarna.com
# Stripe: find target whose URL contains js.stripe.com/v3/elements-inner

# 3. Run JS to get button coordinates
Runtime.evaluate → getBoundingClientRect()

# 4. Send mouse events to click
Input.dispatchMouseEvent (mouseMoved → mousePressed → mouseReleased)

See references/cdp-click.md for full code.

Security Rules

  • Only use trusted platforms — reject unknown domains
  • Always get user confirmation before placing an order
  • Only use the Zupyak Mynt Card — never use the user's personal cards
  • User information is only submitted to the shopping site, never shared with third parties

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 01:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,354 📥 317,971
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,059 📥 797,960
content-creation

X Brand Operator

caoqi
使用xurl API自动化X/Twitter品牌账号管理,实现发帖、关键词互动、定时排期及数据报告,支持浏览器备用与Telegram通知
★ 0 📥 657