站点地图

Sitemapper

by BytesAgain

Generate and analyze XML sitemaps for SEO audits. Use when creating sitemaps, planning site structure, validating format, searching indexed pages.

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

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/sitemapper

文档

Sitemapper

Travel planning and trip management toolkit. Plan trips, search destinations, manage bookings, track budgets, and journal your travels — all from the command line.

Commands

Run sitemapper <command> [args] to use.

CommandDescription
plan <input>Plan a trip or itinerary and log it
search <input>Search for destinations, flights, or accommodations
book <input>Log a booking or reservation
pack-list <input>Create or update a packing list
budget <input>Track travel expenses and budget
convert <input>Convert currencies or units for travel
weather <input>Log weather info for a destination
route <input>Plan and save travel routes
checklist <input>Manage pre-trip or travel checklists
journal <input>Write travel journal entries
compare <input>Compare destinations, prices, or options
remind <input>Set travel reminders or notes
statsShow summary statistics across all log files
export <fmt>Export all data (json, csv, or txt)
search <term>Search all entries for a keyword
recentShow the 20 most recent history entries
statusHealth check — version, data size, entry count
helpShow help message
versionShow version (v2.0.0)

Each data command (plan, search, book, pack-list, budget, convert, weather, route, checklist, journal, compare, remind) works in two modes:

  • Without arguments — displays the 20 most recent entries from its log
  • With arguments — saves the input with a timestamp to its dedicated log file

Data Storage

All data is stored in ~/.local/share/sitemapper/:

  • plan.log, search.log, book.log, pack-list.log, budget.log, convert.log — per-command log files
  • weather.log, route.log, checklist.log, journal.log, compare.log, remind.log — additional command logs
  • history.log — unified activity history across all commands
  • export.json, export.csv, export.txt — generated export files

Set SITEMAPPER_DIR environment variable to override the default data directory.

Requirements

  • Bash 4+ with standard coreutils (date, wc, du, tail, grep, sed)
  • No external dependencies — pure shell implementation

When to Use

  1. Planning a trip — organize itineraries, destinations, and travel dates step by step
  2. Tracking travel expenses — log costs, set budgets, and compare spending across trips
  3. Managing bookings — keep a record of flights, hotels, and reservations in one place
  4. Packing preparation — build and maintain packing lists for different trip types
  5. Travel journaling — write timestamped journal entries during or after trips

Examples

bash
# Plan a trip
sitemapper plan "Tokyo 7-day trip: Apr 10-17, budget $2000"

# Search for destinations
sitemapper search "beach destinations southeast asia under $1500"

# Log a booking
sitemapper book "Flight: LAX→NRT Apr 10, ANA NH105, $890 confirmed"

# Create a packing list
sitemapper pack-list "passport, charger, umbrella, medication, camera"

# Track budget
sitemapper budget "Day 1: hotel $120, food $45, transport $15 = $180"

# Check weather for destination
sitemapper weather "Tokyo Apr 10-17: 15-22°C, partly cloudy, light rain expected"

# Write a journal entry
sitemapper journal "Visited Senso-ji temple. Amazing architecture, great street food nearby."

# Export all data as JSON
sitemapper export json

# View recent activity
sitemapper recent

# Show statistics
sitemapper stats

Output

All commands output results to stdout. Log entries are stored with timestamps in pipe-delimited format (YYYY-MM-DD HH:MM|value). Use export to convert all data to JSON, CSV, or plain text.


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

相关 Skills

谷歌视频工具

by bwbernardweston18

热门

>

搜索与获取
未扫描4.5k
热门

股票投研9点分析框架,覆盖基本面/财务/竞品/估值/宏观/情绪等维度

搜索与获取
未扫描4.5k

SEO审计工具

by amdf01-debug

热门

搜索与获取
未扫描4.5k

相关 MCP 服务

网页抓取

编辑精选

by Anthropic

热门

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

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

搜索与获取
87.1k

by Anthropic

热门

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

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

搜索与获取
87.1k

Brave 搜索

编辑精选

by Anthropic

热门

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

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

搜索与获取
87.1k

评论