home / skills / serendipityoneinc / srp-claude-code-marketplace / misc

misc skill

/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 misc

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
691 B
---
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.

Overview

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.

How this skill works

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.

When to use it

  • Checking China Railway train schedules, station codes, or ticket availability before travel.
  • Monitoring flight status and delays when you have the Variflight API key.
  • Searching Airbnb for accommodation options and filtering by price, location, or amenities.
  • Finding social posts, product reviews, or lifestyle content on Rednote (Little Red Book).
  • Automating travel planning workflows that combine trains, flights, and stays.

Best practices

  • Provide precise station names or codes for more accurate 12306 results.
  • Set X_VARIFLIGHT_KEY as an environment variable before using flight queries.
  • Use location, date range, and amenity filters when searching Airbnb to reduce noise.
  • Respect rate limits and terms of service of each external provider when making repeated queries.
  • Sanitize and validate user input for searches to avoid ambiguous or broad queries.

Example use cases

  • Look up high-speed train options and departure times between two Chinese cities for a specific date.
  • Check a flight’s current status and estimated delay using the Variflight connector.
  • Search Airbnb listings in a city for a weekend stay with a two-bedroom filter and budget cap.
  • Retrieve recent Rednote posts tagged with a product name to gather user opinions and photos.
  • Combine train, flight, and accommodation lookups to prepare a multi-leg travel plan.

FAQ

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.