CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. kirorab
  4. /
  5. 12306-skill
  6. /
  7. 12306

12306

Editor's Note

This is a wrapper around China Railway's official 12306 API for querying train schedules and ticket availability. You can filter by train type (G/D/Z/T/K), departure windows, travel duration, and seat class, with output in HTML, markdown tables, or JSON. The station lookup is essential because city names are ambiguous (武汉 has four stations, 上海 has four, and querying by city returns trains from any of them). If you're building travel tools for China or need to help users plan high-speed rail trips with transfers, this handles the tedious parts. No API key needed since it hits the public endpoint directly, and station data caches locally for a week.

Install

npx skills add https://github.com/kirorab/12306-skill --skill 12306
Votes
0
Installs497
GitHub Stars5
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment