Skip to main content
Skills are packaged prompts + instructions for coding agents (Claude Code, Codex, Openclaw, Cursor). They tell the agent:
  • Which Jinko tools exist and how they compose
  • What the canonical booking flow looks like
  • What NOT to do (e.g., never fabricate traveler data)
  • Common pitfalls and how to recover
Think of a skill as a runbook the agent auto-consults when you ask it to do something travel-related.

Available skills

What’s inside @gojinko/plugin

Install (Claude Code)

Claude Code picks up the skill automatically. First time you ask it a travel question it’ll propose the Jinko flow.

Install (Codex)

The plugin ships with both Claude and Codex skill manifests so you install it once.

Install (Openclaw)

Via the Clawhub UI: clawhub.ai/kevinjinko/jinko-flightInstall. The skill is bundled with a curated prompt.

When to use a skill

Skills are for coding agents. Consumer-facing conversational agents (Claude Desktop, ChatGPT) work great with just the MCP endpoint + OAuth.

Writing your own

The existing skills are plain markdown with a small YAML preamble. Copy one and edit:
  • Claude Code plugins: plugin repo
  • Codex plugins: same repo, parallel folder
Make a PR if you write a skill for a client we don’t yet support, we’ll list it here.

Want more?

Jinko Discord has a #skills channel where the community shares custom skills and prompts. Email dev@gojinko.com for the invite.