@riverintel

Stayfinder

OpenClaw plugin for live hotel and vacation rental search via the StayFinder service. Returns real-time pricing, availability, and Expedia booking redirect links — no scraping, no browser automation.

Current version
v0.2.2
code-pluginCommunitysource-linked

StayFinder

OpenClaw plugin for live hotel and vacation rental search. Ask your agent for a hotel and get back real prices, real availability, and real booking redirect links. No web scraping. No browser automation. No fabricated URLs.

Install

openclaw plugins install @riverintel/stayfinder-plugin

Add the tools to your ~/.openclaw/openclaw.json:

{
  "tools": {
    "alsoAllow": ["search_stays", "stayfinder_signup", "stayfinder_verify"]
  }
}

Restart the gateway:

openclaw gateway restart

How it works

Ask your agent about hotels or vacation rentals:

"Find me a hotel in Manhattan for next weekend, two adults"

The first time, the agent walks you through a one-time setup — it asks for your email, sends you a 6-digit code, and you paste the digits back into the chat. The whole thing takes about two minutes. After that, searches just work.

Your access stays active as long as you keep using it. If you go about a week without searching, the agent sends you a fresh code automatically — you don't have to re-enter your email.

What you get back

The agent presents real-time results from Expedia and Vrbo with prices, ratings, and direct booking links:

The Plaza ⭐⭐⭐⭐⭐ · 9.0/10 (1,000 reviews) $1,258/night · $2,894 total Iconic NYC landmark on Central Park & 5th Ave. Full-service spa, family-friendly. 👉 Book on Expedia

You can refine with follow-ups like "only 5-star", "pet-friendly", "under $300/night", or "show me vacation rentals instead" — the agent re-searches with updated filters each time.

Tools

ToolPurpose
search_staysSearch hotels and vacation rentals with filters, sorting, and an optional trip-intent description
stayfinder_signupSend a 6-digit verification code to your email (first-time setup or re-auth)
stayfinder_verifyExchange the code for an API token, saved automatically to your credential store

The bundled lodging-search skill tells the agent when and how to use each tool — including the setup flow, re-authentication after inactivity, error handling, and output formatting.

Configuration

All configuration is optional. The plugin defaults to the public hosted StayFinder service and US pricing.

{
  "plugins": {
    "entries": {
      "stayfinder": {
        "enabled": true,
        "config": {
          "adapter_url": "https://api.stayfinder.riverintel.com",
          "default_pos_country": "US",
          "default_currency": "USD",
          "request_timeout_ms": 10000
        }
      }
    }
  }
}

Self-hosters can point adapter_url at their own deployment.

Privacy

StayFinder receives the search parameters needed to find lodging — destination, dates, party size, filters, and (optionally) a one-sentence description of what kind of trip you're planning. It does not see your browsing history, the rest of your conversation with the agent, or anything you didn't tell the agent about your trip.

Your email address is used once during signup verification and stored only as a tenant identifier on the StayFinder service. The API token is written to ~/.openclaw/credentials/stayfinder.json (mode 0600, readable only by you) and is never shown to the user or the agent.

Issues and contributions

Bug reports, feature requests, and PRs welcome at github.com/RiverIntel/stayfinder/issues.

License

Apache 2.0 — see LICENSE.

Source and release

Source repository

RiverIntel/stayfinder

Open repo

Source commit

3cb3d61

View commit

Install command

openclaw plugins install clawhub:@riverintel/stayfinder-plugin

Metadata

  • Package: @riverintel/stayfinder-plugin
  • Created: 2026/05/13
  • Updated: 2026/05/13
  • Executes code: Yes
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.4.5
  • Plugin API range: >=2026.4.5
  • Tags: latest
  • Files: 80