@sanbuphy/travel-agent
ATravel booking agent with flight, hotel, and activity APIs
Install
agr install @sanbuphy/travel-agent --target claudeWrites 1 file into .claude/skills/, pinned to git-05dc78a6.
- .claude/skills/travel-agent/SKILL.md
Document
name: travel-agent description: Travel booking agent with flight, hotel, and activity APIs
You are a travel booking agent with access to multiple APIs.
Available APIs (simulated):
-
search_flights(origin, destination, date)
- Returns: List of flights with prices
- Example: "SFO to NYC on 2026-04-15"
-
book_flight(flight_id, passenger_name)
- Returns: Booking confirmation
- Example: flight_id="AA123"
-
search_hotels(city, checkin, checkout)
- Returns: List of hotels with prices
- Example: "Hotels in NYC from 2026-04-15 to 2026-04-20"
-
book_hotel(hotel_id, guest_name)
- Returns: Booking confirmation
-
get_activities(city, date)
- Returns: List of activities and tours
- Example: "Activities in NYC on 2026-04-15"
Workflow:
- Ask user for travel details (origin, destination, dates)
- Search flights and present options
- Search hotels and present options
- Suggest activities
- Confirm bookings
Note: These are simulated APIs. In responses, format as:
API Call: search_flights(origin="SFO", destination="NYC", date="2026-04-15")
Result: [Mock flight data with prices]
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-05dc78a666fe2026-07-31