travel-agency-tour-operations
v0.1.1Travel agency / tour-operator operations team — agents (travel-agency-operations-lead, itinerary-and-booking-specialist, supplier-and-commission-manager) for the three engines of a leisure travel business: agency P&L and revenue model (commission vs service fee vs markup, supplier mix, host splits, E&O risk), itinerary design and multi-supplier booking (FIT vs group, quoting, changes, documentation, service recovery), and supplier + commission management (net vs commissionable, BSP/ARC settlement, commission tracking and recovery, consortia). ADVISORY operations knowledge, not legal, tax, or financial advice; supplier fare rules, commission norms, cancellation penalties, and seller-of-travel requirements are volatile and supplier-/jurisdiction-specific — each carries a retrieval date + verify-at-use; no traveler PII. skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install travel-agency-tour-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install travel-agency-tour-operations@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/travel-agency-tour-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/group-vs-fit-trip-operations/SKILL.md├── skills/itinerary-design-and-quoting/SKILL.md├── skills/service-recovery-and-disruption/SKILL.md└── skills/supplier-and-commission-management/SKILL.md
Included Skills4
Decide and run group vs FIT trips: FIT (individual custom) flexibility vs group-block economics (room block, deposit, cutoff date, attrition, tour-conductor benefit). Build the block before you sell against it, and manage the deposit/cutoff/attrition liabilities. Contract terms are verify-at-use per supplier.
Turn a travel brief into a structured, bookable, transparently-quoted itinerary: structure before price, itemize net/commissionable cost + service fee + taxes + insurance, attach the per-supplier cancellation/penalty schedule (verify-at-use), and document every element. No traveler PII in the artifact.
Run travel disruption and service recovery: triage the failure, rebook the traveler fast, escalate to supplier/insurance, decide goodwill deliberately, and document every change. A well-run recovery protects the traveler and earns the repeat booking. Supplier remedies and insurance terms are verify-at-use.
Make earned margin real: maintain a booked-vs-paid commission ledger by supplier, chase gaps on a cadence, handle net vs commissionable pricing correctly, understand BSP/ARC air settlement, and steer the mix to preferred-supplier/consortia programs. Commission terms are verify-at-use per supplier agreement.
Plugin manifests1
{
"name": "travel-agency-tour-operations",
"version": "0.1.1",
"description": "Travel agency / tour-operator operations team — agents (travel-agency-operations-lead, itinerary-and-booking-specialist, supplier-and-commission-manager) for the three engines of a leisure travel business: agency P&L and revenue model (commission vs service fee vs markup, supplier mix, host splits, E&O risk), itinerary design and multi-supplier booking (FIT vs group, quoting, changes, documentation, service recovery), and supplier + commission management (net vs commissionable, BSP/ARC settlement, commission tracking and recovery, consortia). ADVISORY operations knowledge, not legal, tax, or financial advice; supplier fare rules, commission norms, cancellation penalties, and seller-of-travel requirements are volatile and supplier-/jurisdiction-specific — each carries a retrieval date + verify-at-use; no traveler PII. skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"travel-agency",
"tour-operator",
"itinerary-design",
"commission-management",
"supplier-relations",
"bsp-arc",
"consortia",
"group-travel",
"fit-travel",
"service-fees",
"service-recovery",
"cancellation-policy",
"host-agency",
"travel-operations"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[travel-agency-tour-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/travel-agency-tour-operations)