/SKILL.md
Plan Japan train routes with Yahoo! 乗換案内 and fetch real route content from transit.yahoo.co.jp without MCP servers. Use when users ask for station-to-station routing in Japan, provide natural-language constraints (arrival/departure time, first/last train, cheapest/fastest/fewest transfers, transport exclusions, via stations), or provide English/Chinese station names that must be normalized to Japanese station names before querying.
npx skillsauth add enter-tainer/norikae-guide-skill norikae-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Turn a travel request into Yahoo! 乗換案内 query parameters, fetch the result page, and return useful route content.
渋谷, 新宿, 東京).from, tovia (max 3), year, month, day, hour, minutetimeType, ticket, seatPreference, walkSpeed, sortByuseAirline, useShinkansen, useExpress, useHighwayBus, useLocalBus, useFerrytimeType=arrivaltimeType=first_traintimeType=last_trainpython3 scripts/fetch_norikae_routes.py --from ... --to ... --show-urlpython3 scripts/fetch_norikae_routes.py --url '<url>' --show-url--format html only when structured HTML fragments are needed.sortBy=faresortBy=timesortBy=transferuseShinkansen=falseuseShinkansen=false, useExpress=falseuseHighwayBus=false, useLocalBus=falseticket=cashseatPreference=reservedseatPreference=greentimeType=departureticket=icseatPreference=non_reservedwalkSpeed=slightly_slowsortBy=timetrueReturn these sections in order:
Resolved requestYahoo URLRoute contentscripts/build_norikae_url.pyscripts/fetch_norikae_routes.pyUse fetch_norikae_routes.py by default when users ask for actual route content.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.