Gift Finder

by BytesAgain

Recommend gifts by person, budget, and occasion with creative card ideas. Use when picking birthday gifts, finding presents, or writing greetings.

3.7k搜索与获取未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain1/gift-finder

文档

Gift Finder

Multi-purpose utility tool for running tasks, managing configuration, tracking entries, searching data, and exporting results. All operations are logged with timestamps and stored locally for full traceability.

Commands

CommandUsageDescription
rungift-finder run <input>Execute main function with given input
configgift-finder configShow configuration file location
statusgift-finder statusShow current status (ready/not ready)
initgift-finder initInitialize the data directory
listgift-finder listList all entries from the data log
addgift-finder add <entry>Add a new entry with today's date
removegift-finder remove <entry>Remove an entry
searchgift-finder search <term>Search entries for a keyword (case-insensitive)
exportgift-finder exportExport all data from the log
infogift-finder infoShow version and data directory path
helpgift-finder helpShow help with all available commands
versiongift-finder versionPrint version string

Data Storage

All data is stored locally at ~/.local/share/gift-finder/ (override with GIFT_FINDER_DIR env var):

  • data.log — Main data log for entries added via add, listed via list, searched via search
  • history.log — Unified activity log across all commands with timestamps
  • config.json — Configuration file (referenced by config command)
  • Follows XDG Base Directory spec (XDG_DATA_HOME supported)

No cloud services, no network calls, no API keys required. Fully offline.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities (date, grep, cat)
  • No external dependencies

When to Use

  1. Maintaining a gift idea list — Use gift-finder add "Wireless headphones for Dad's birthday" to build a running list of gift ideas, then gift-finder list to review them all when shopping time comes.
  2. Searching past entries — Use gift-finder search "birthday" to find all birthday-related entries across your data log when you need inspiration from previous ideas.
  3. Initializing a fresh workspace — Use gift-finder init when setting up on a new machine to create the data directory structure, then gift-finder status to verify everything is ready.
  4. Exporting data for sharing — Use gift-finder export to dump all entries to stdout, which can be redirected to a file or piped to another tool for further processing.
  5. Quick system info check — Use gift-finder info to see the current version and data directory path, useful for debugging or verifying which instance is active.

Examples

bash
# Initialize the data directory
gift-finder init

# Add a gift idea
gift-finder add "Kindle Paperwhite for Mom"

# Add another entry
gift-finder add "Board game collection for family game night"

# List all entries
gift-finder list

# Search for entries containing "Mom"
gift-finder search "Mom"

# Check current status
gift-finder status

# View configuration location
gift-finder config

# Show version and data path
gift-finder info

# Export all data
gift-finder export

# Run main function
gift-finder run "process holiday list"

# Remove an entry
gift-finder remove "Kindle Paperwhite for Mom"

How It Works

Gift Finder stores all data locally in ~/.local/share/gift-finder/. The add command appends entries to data.log with the current date prefix (YYYY-MM-DD). Every command logs its activity to history.log with timestamps in MM-DD HH:MM format. The list command displays the full data log, while search performs case-insensitive grep across entries.

Notes

  • Entries are stored as plain text for easy inspection and portability
  • The remove command logs the removal but actual deletion depends on implementation
  • All operations are purely local — no network access, no external APIs
  • Redirect output to files with gift-finder export > my_list.txt

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

相关 Skills

agent-browser

by chulla-ceja

热门

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

搜索与获取
未扫描3.7k

接口规范

by alexxxiong

热门

API 规范管理工具 - 跨项目 API 文档的初始化、更新、查询与搜索。Triggers: 'API文档', 'API规范', '接口文档', '路由解析', 'apispec', 'API lookup', 'API search'.

搜索与获取
未扫描3.7k

investment-research

by caijichang212

热门

Perform structured investment research (投研分析) for a company/stock/ETF/sector using a repeatable framework: fundamentals (basic/财务报表与商业模式), technical analysis (技术指标与关键价位), industry research (行业景气与竞争格局), valuation (估值对比/情景), catalysts and risks, and produce a professional research report + actionable plan. Use when the user asks for: equity/ETF analysis, earnings/financial statement breakdown, peer/industry comparison, valuation ranges, bull/base/bear scenarios, technical trend/support-resistance, or a full research memo.

搜索与获取
未扫描3.7k

相关 MCP 服务

by Anthropic

热门

Puppeteer 是让 Claude 自动操作浏览器进行网页抓取和测试的 MCP 服务器。

这个服务器解决了手动编写 Puppeteer 脚本的繁琐问题,适合需要自动化网页交互的开发者,比如抓取动态内容或做端到端测试。不过,作为参考实现,它可能缺少生产级的安全防护,建议在可控环境中使用。

搜索与获取
82.9k

网页抓取

编辑精选

by Anthropic

热门

Fetch 是 MCP 官方参考服务器,让 AI 能抓取网页并转为 Markdown 格式。

这个服务器解决了 AI 直接处理网页内容时格式混乱的问题,适合需要让 Claude 分析在线文档或新闻的开发者。不过作为参考实现,它缺乏生产级的安全配置,你得自己处理反爬虫和隐私风险。

搜索与获取
82.9k

Brave 搜索

编辑精选

by Anthropic

热门

Brave Search 是让 Claude 直接调用 Brave 搜索 API 获取实时网络信息的 MCP 服务器。

如果你想让 AI 助手帮你搜索最新资讯或技术文档,这个工具能绕过传统搜索的限制,直接返回结构化数据。特别适合需要实时信息的开发者,比如查 API 更新或竞品动态。不过它依赖 Brave 的 API 配额,高频使用可能受限。

搜索与获取
82.9k

评论