loss-items-query

查询 待复购商品/ 待购买商品 /资损品物品列表/商品补货,支持分页、状态、排序等参数。直接调用你的业务 HTTPS 接口。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "loss-items-query" with this command: npx skills add kunxinian/loss-items-query-ailifeassistant

Loss Items 查询技能

能力

当用户说以下任意关键词时触发:

  • “待复购商品/需要购买的复购商品 / 复购商品 / 待购买物品 / pending”
  • “查询第几页的 loss items”
  • “due remind 的物品”、“status=pending 的列表”等

执行逻辑(必须严格遵守)

  1. 从用户消息中提取参数(默认值见下):

    • page(默认 1)
    • size(默认 20)
    • status(默认 pending)
    • sort(默认 due_remind_at)
    • include_deleted(默认 false)
  2. 执行本目录下的 query_loss_items.py 脚本,传入以上参数。

  3. 把脚本返回的 JSON 转为自然语言总结回复用户(例如“共找到 12 条 pending 记录,第 1 页显示前 20 条...”)

示例对话

用户:查一下 哪些需要复购的商品 → 调用 query_loss_items.py --status pending --page 1 --size 20 → 回复:当前有 8 条待复购的商品,最新 due remind 时间是...

用户:看第 2 页的物品 → 调用 query_loss_items.py --page 2

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated