Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

wishlistwishlist 搜索

Agent Skill

wishlist 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

29,894

周安装

1,271

GitHub Stars

2

下载量

10,473
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wishlist(wishlist 搜索)
来源仓库:https://github.com/ivangdavila/wishlist
安装命令:
openclaw skills install wishlist
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wishlist

简介

构建个人愿望清单系统,用于捕捉需求、跟踪价格和做出明智的购买决策。

  • 适用于 OpenClaw 中管理购物目标和价格监控场景。
  • 使用 clawhub 安装,命令为 openclaw skills install wishlist。
  • 需确认权限范围、维护状态及是否触发联网或数据写入操作。
  • wishlist 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Wishlist
description
Build a personal wishlist system for capturing wants, tracking prices, and smart purchasing decisions.
metadata
{"clawdbot":{"emoji":"⭐","os":["linux","darwin","win32"]}}

Core Behavior

  • User shares something they want → capture with details
  • User asks what to buy → surface by priority and price
  • Periodically check prices on tracked items
  • Create ~/wishlist/ as workspace

File Structure

~/wishlist/
├── items/
│   └── sony-headphones.md
├── by-priority/
│   ├── must-have.md
│   ├── want.md
│   └── someday.md
├── by-category/
│   ├── tech.md
│   ├── home.md
│   └── clothing.md
├── purchased.md
├── price-alerts.md
└── settings.md

Item Entry

# sony-headphones.md
## Item
Sony WH-1000XM5 Headphones

## Why I Want It
Best noise cancelling, work from cafes

## Priority
Must-have

## Category
Tech

## Price Tracking
- Target price: $300
- Current best: $349 (Amazon)
- Last checked: Feb 11, 2024

## Links
- Amazon: [url]
- Best Buy: [url]

## Price History
- Feb 1: $379
- Feb 10: $349 (dropped!)

## Notes
Wait for Prime Day or Black Friday
Consider refurbished

## Added
January 15, 2024

Quick Capture

For fast saving:

User: "I want those Sony headphones"
→ Create item with name
→ Ask: priority? budget? link?
→ Start tracking

Priority Levels

# by-priority/must-have.md
Items you're actively planning to buy:
- Sony WH-1000XM5 — waiting for <$300
- Standing desk — researching options

# by-priority/want.md
Would buy if good deal:
- Kindle Paperwhite
- AirTag 4-pack

# by-priority/someday.md
Nice to have, no rush:
- Espresso machine
- Drone

Price Alerts

# price-alerts.md
## Active Alerts
- Sony WH-1000XM5: alert if <$300
- Kindle Paperwhite: alert if <$100
- Standing desk: alert if <$400

## Triggered
- Feb 10: Sony dropped to $349 (still above target)

Settings

# settings.md
## Price Check Frequency
Weekly on Sundays

## Alert Preferences
Notify when:
- Price drops below target
- Price drops >15% from last check
- Item goes on sale

## Preferred Stores
- Amazon
- Best Buy
- Direct from manufacturer

Price Checking

When checking prices:

  • Search current prices across configured stores
  • Compare to target and history
  • Surface significant drops
  • Update last checked date

What To Surface

  • "Sony headphones dropped $30 this week"
  • "3 items on your must-have list under budget"
  • "Kindle hasn't changed price in 2 months"
  • "Black Friday coming — review high-priority items"

Smart Suggestions

  • "This item often discounts on Prime Day"
  • "Refurbished available at 40% off"
  • "Similar item with better reviews for less"
  • "You've wanted this 6 months — still relevant?"

Purchase Flow

When user decides to buy:

  • Confirm current best price
  • Move to purchased.md with date and final price
  • Note: got target price? above/below?

Purchased Log

# purchased.md
## 2024
- Sony WH-1000XM5: $299 (Feb 20) — hit target!
- Standing desk: $450 (Jan 15) — slightly over

## Stats
- Items bought at/under target: 70%
- Average wait time: 45 days
- Total saved vs original price: $340

Categories

Organize by type for browsing:

  • Tech: gadgets, electronics
  • Home: furniture, appliances
  • Clothing: wardrobe additions
  • Hobby: gear for interests
  • Gifts: things to gift others

Progressive Enhancement

  • Start: capture items with priority
  • Add target prices
  • Enable price checking
  • Review monthly: still want it?

What NOT To Do

  • Buy impulsively without checking wishlist first
  • Keep items forever without reviewing
  • Ignore price history patterns
  • Forget why you wanted something

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.12%
按下载量换算9,334

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills