mooboard-create-trip-board

mooboard-create-trip-board is a skill for Claude Code from jamesdawsonWD/mooboard-skills. It costs 44 tokens per session (1,119 once invoked), scanned A, original, MIT.

A set of instructions for creating a Mooboard travel board on an expandable visual canvas. The board brings trip days or places, bookings, photos, maps, transport details, and preparation tasks into one plan.

In plain words
What is it for?
Use it for weekend trips, road trips, multi-city itineraries, honeymoons, anniversaries, or conference travel.
Why use it?
It avoids scattering an itinerary, reservations, packing list, and travel logistics across separate notes and apps.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it for weekend trips, road trips, multi-city itineraries, honeymoons, anniversaries, or conference travel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jamesdawsonWD/mooboard-skills --skill mooboard-create-trip-board
Clone the repo
git clone --depth 1 https://github.com/jamesdawsonWD/mooboard-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mooboard-create-trip-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board/github.svg)](https://agentmods.dev/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board)
Your own site
<a href="https://agentmods.dev/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board"><img src="https://agentmods.dev/badge/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mooboard-create-trip-board

Your own site · 80×15
<a href="https://agentmods.dev/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board"><img src="https://agentmods.dev/badge/skills/jamesdawsonwd/mooboard-skills/mooboard-create-trip-board.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,119 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.01119
Opus 5 $0.00022 $0.00560
Sonnet 5 $0.00009 $0.00224
Haiku 4.5 $0.00004 $0.00112

Measured 11d ago against content hash 795991e17476, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mooboard-create-trip-board scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mooboard-create-trip-board/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mooboard Create Trip Board

Create a new board under the Mooboard library as a trip planning board on an infinite board.

Core idea

Organize a trip by day columns or place clusters, with bookings, maps/photos, and logistics nearby. Infinite canvas = room for each day.

Do not rely on a layout script. Use multi-agent review.

Best use cases

  • Weekend getaways
  • Multi-city itineraries
  • Honeymoon / anniversary trips
  • Conference travel
  • Road trips

Style rules

Usually includes:

  • trip title + dates + travelers
  • day columns (Day 1 / Day 2 / …) or city sections
  • place photos + booking links
  • logistics notes (flights, lodging, transport)
  • packing / prep todo
  • optional budget callouts

It should not look like a pure mood collage with no schedule.

Layout character

Desired feel

  • Exciting but organized
  • Days/places visually distinct
  • Reservations attached to the day they matter

Default pattern

Day columns

  1. Header band with title/dates
  2. One column per day
  3. Within day: morning / afternoon / evening notes + images + links
  4. Logistics strip above or left of all days
  5. Packing todo on the right

Spacing expectations

  • Gap between day columns: 160–260px
  • Gap within a day: 70–120px
  • Hard minimum gap: 60px

Required multi-agent workflow

Agent 1 — Itinerary Architect

Chooses day vs place structure and outlines each day.

Agent 2 — Region Planner

Sets column/section geometry.

Agent 3 — Evidence Planner

Places photos, booking links, and notes.

Agent 4 — Collision Auditor

Checks spacing and that bookings sit with the right day.

Agent 5 — Traveler Critic

Checks whether the plan is actually doable (pacing, travel time).

Final Manifest Reviewer

Checks the written .mooboard.json:

  • coordinates match the approved plan
  • every image is presentation: "interactive"
  • every link is previewMode: "card" with previewImage
  • folder media matches referenced paths exactly

Read the full file on GitHub · 170 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 170 lines · 44 tokens per session scan A 795991e17476

Subscribe to this mod's changes

mooboard-create-trip-board is a skill published in the GitHub repository jamesdawsonWD/mooboard-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,119 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens