campertunity
Search for campgrounds, check availability and book campsites across the entire world
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search for campgrounds, check availability and book campsites across the entire world
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | campertunity |
| description | Search for campgrounds, check availability and book campsites across the entire world |
| metadata | {"openclaw":{"homepage":"https://campertunity.com","install":[{"id":"npm","kind":"node","formula":"campertunity-ai-tools","bins":["campertunity-ai-tools"],"label":"Campertunity MCP Server"}],"requires":{"anyBins":["campertunity-ai-tools","npx"]}}} |
When the user wants to find campgrounds, check campsite availability, or book camping/glamping/RV sites.
This skill calls tools provided by the Campertunity MCP server. The MCP server must be configured in the host (e.g. OpenClaw, Claude Desktop, Cursor) — the skill itself only tells the agent when and how to call the tools.
Hosted (recommended) — no install, just point your client at the hosted endpoint:
{
"mcpServers": {
"campertunity": {
"url": "https://campertunity.com/mcp-server",
"transport": "http"
}
}
}
For stdio-only clients, bridge via mcp-remote:
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://campertunity.com/mcp-server"]
}
}
}
Local (stdio) — run the server locally via npx:
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "campertunity-ai-tools"]
}
}
}
listing-search to find campgrounds matching the user's criteria
listing-details for the specific listinglisting-availability when the user has dateslisting-bookcampgroundDescription parameter supports natural language (e.g. "near a lake with swimming")