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. nomadamas
  4. /
  5. k-skill
  6. /
  7. Intercity Bus Booking

Intercity Bus Booking

Editor's Note

This handles Korean intercity bus (시외버스) lookups and booking prep through Tmoney's official API flows. It searches timetables, checks seat availability and fares, and can walk you up to the card payment screen, but leaves the final transaction manual. The included Python helper does the heavy lifting with proper session cookies and hidden form fields, which matters because Tmoney will silently fail if you skip parameters like bef_Aft_Dvs. Keep it separate from express bus (고속버스) routes since those use different terminal codes and the KOBUS system. Useful for automating the tedious lookup parts while staying safely outside actual payment submission. The docs are thorough about mobile browser quirks and stale session handling.

Install

npx skills add https://github.com/nomadamas/k-skill --skill intercity-bus-booking
Votes
0
Installs524
GitHub Stars5.3k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment