Agent skill

Visa readiness.
Drop-in for any agent.

The Meridian readiness loop, packaged as an agent skill. Install it into Claude Code, Claude.ai web, Cursor, Codex CLI, or Goose. The skill knows when to look up requirements, how to prep the vault, and when to apply. Anonymous tools are free; user-scoped tools prompt for OAuth on first call.

npx -y @usemeridian/agent-skills@latest install
Cross-vendor: works in 5+ agentsCalls 17 Meridian tools over MCPAnonymous + OAuth tiers

What the skill does

Meridian does not promise visa approval. The skill's job is to surface the readiness verdict honestly, then drive the submission when (and only when) the case is ready.

  1. 1
    requirements_lookup

    Anyone, free. Pulls verified rules for the passport + destination corridor.

  2. 2
    applications_create

    After sign-in. Files the visa application; a fresh case-scoped vault is born empty (privacy default).

  3. 3
    applications_update_section

    After sign-in. Captures trip details section by section — itinerary, accommodations, sponsors, insurance, contacts, dates, embassy.

  4. 4
    applications_documents_upload

    After sign-in. Attaches passport, photo, bank statement, employment letter, insurance, invitation.

  5. 5
    applications_evaluate

    Scores the case with named risks before submission. The verdict is the whole point — Meridian doesn't promise approval, only readiness.

  6. 6
    applications_apply

    After ready verdict. Dispatches Meridian Computer to fill the consulate's portal. Real browser, real submit.

  7. 7
    appointments_book

    Dispatches the booking worker to grab the earliest viable VFS / consulate slot for in-person lanes.

Install

Pick a path. Same skill. Same readiness verdict at the end of the loop.

bash
$ npx -y @usemeridian/agent-skills@latest install
# cursor, codex, or goose? add --agent=NAME
npx -y @usemeridian/agent-skills@latest install --agent=cursor

npx

One command. Drops the skill into ~/.claude/skills by default; --agent= flag for Cursor, Codex, Goose. Re-run to update.

Claude Code

Zip-URL install. Session-scoped; restart Claude Code to remove. Plugin marketplace install once the public mirror lands.

Claude.ai web

Skill upload. Available on Pro, Max, Team, and Enterprise plans. Skill stays installed across chats and projects.

Manual

Unzip into your agent's skills directory. Same SKILL.md across vendors; pair with the MCP server URL.

Skill in. Verdict out.
Ready when your case is.

Install the skill, drop the MCP server URL into your client, and your assistant walks the readiness loop without you spelling it out every time.