home / skills / serendipityoneinc / srp-claude-code-marketplace / misc
/plugins/srp-misc/skills/misc
This skill helps you quickly obtain train, flight, accommodation, and social media insights by querying 12306, Variflight, Airbnb, and Rednote APIs.
npx playbooks add skill serendipityoneinc/srp-claude-code-marketplace --skill miscReview the files below or copy the command above to add this skill to your agents.
---
name: misc
description: Miscellaneous tools - train tickets (12306), flight info (Variflight), accommodation (Airbnb), and social media (Rednote/Xiaohongshu)
---
# SRP Misc Tools
A collection of miscellaneous MCP tools for daily life.
## Available MCP Servers
### 12306-mcp - Train Tickets
Query China Railway 12306 for train tickets, station codes, and schedules.
### variflight - Flight Info
Query flight information including status, delays, and schedules. Requires `X_VARIFLIGHT_KEY` environment variable.
### airbnb - Accommodation
Search Airbnb listings for accommodation options.
### rednote - Xiaohongshu
Access Rednote (Xiaohongshu / Little Red Book) content and search.
This skill bundles several practical, daily-life utilities for travel, accommodation, and social content lookup. It provides unified access to China Railway train tickets, flight status, Airbnb listings, and Rednote (Little Red Book) content. The tools are designed to quickly fetch schedules, availability, and search results from each service.
Each tool queries a specific external service: the 12306 connector looks up train schedules, station codes, and ticket availability; the Variflight connector returns flight status, delays, and timing (requires an API key in X_VARIFLIGHT_KEY); the Airbnb connector searches rental listings and filters results; the Rednote connector retrieves posts and search results from the Little Red Book platform. The skill exposes simple commands to run these queries and returns structured results for further use.
Do I need any API keys?
Only the Variflight connector requires an API key; set it via the X_VARIFLIGHT_KEY environment variable.
Can I book tickets or accommodations through this skill?
This skill provides search and status information; it does not perform bookings directly.