← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install campertunity
Description
Search for campgrounds, check availability and book campsites across the entire world
README (SKILL.md)
When to use
When the user wants to find campgrounds, check campsite availability, or book camping/glamping/RV sites.
Setup
Add the MCP server to your config:
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "campertunity-ai-tools"]
}
}
}
Available tools
- listing-search - Search campgrounds by location, amenities, dates, and filters (pet-friendly, RV hookups, hiking, etc.)
- listing-details - Get full details about a specific campground (description, amenities, photos, reviews)
- listing-availability - Check campsite availability for specific dates
- listing-book - Get a booking URL for a campground
Workflow
- Use
listing-searchto find campgrounds matching the user's criteria- Always include location (city/region/country or lat/lng)
- Use filters for specific needs (petFriendly, rv, hiking, etc.)
- Include dates if the user has them
- Present results in a clear table with name, distance, rating, and price
- If the user wants more info, use
listing-detailsfor the specific listing - Check availability with
listing-availabilitywhen the user has dates - Provide a booking link with
listing-book
Tips
- If a search returns no results, try broadening the radius or removing filters
- Availability is not supported for all listings — some will return a link to check manually
- The
campgroundDescriptionparameter supports natural language (e.g. "near a lake with swimming")
Usage Guidance
This skill appears internally consistent: it runs an npm CLI tool to search campsite listings and returns booking links and availability. Before installing, verify the npm package and its source (campertunity-ai-tools) — check the package's npm page or GitHub repo, inspect package.json and any install/run scripts, and confirm the homepage link is legitimate. Because the skill executes a third-party package via npx, consider running it in a sandbox or container if possible, and avoid providing any account credentials or payment information to the skill itself. If you need higher assurance, ask the publisher for a link to the package source or prefer a pinned release rather than running unpinned npx installs.
Capability Analysis
Type: OpenClaw Skill
Name: campertunity
Version: 0.1.0
The skill bundle provides a standard interface for searching and booking campgrounds via the Campertunity MCP server. The instructions in SKILL.md are well-defined and align with the stated purpose, using npx to execute the campertunity-ai-tools package. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: SKILL.md describes searching, details, availability, and returning booking URLs. Requiring the campertunity-ai-tools CLI (or npx to run it) is coherent with this purpose.
Instruction Scope
The instructions are scoped to adding an MCP server that runs the campertunity-ai-tools package and invoking its listing-* tools. They do not instruct the agent to read arbitrary files, environment variables, or other system configuration outside of starting the MCP server and using the declared tools.
Install Mechanism
Install is an npm package (campertunity-ai-tools), which is a common and expected mechanism for a CLI helper but carries moderate supply-chain risk compared with instruction-only skills. The install spec does not download from a random URL or use shorteners, but installing and executing an npm package will run third-party code on the agent host.
Credentials
No environment variables, credentials, or config paths are requested. This matches the described functionality (search + booking links). There are no disproportionate credential requests.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It asks the agent to run an external MCP server (via npx), so runtime behavior includes executing third-party code and making network calls — expected for this kind of integration but worth noting as a privilege to the executed package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install campertunity - After installation, invoke the skill by name or use
/campertunity - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the campertunity skill.
- Search for campgrounds worldwide with filters for amenities, dates, and location.
- View detailed campground info, including reviews and amenities.
- Check campsite availability for specific dates.
- Retrieve booking links for easy reservations.
- Includes setup instructions and workflow guidance.
Metadata
Frequently Asked Questions
What is Campertunity?
Search for campgrounds, check availability and book campsites across the entire world. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Campertunity?
Run "/install campertunity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Campertunity free?
Yes, Campertunity is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Campertunity support?
Campertunity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Campertunity?
It is built and maintained by Jsuppers (@jsuppers); the current version is v0.1.0.
More Skills