campertunity
星标16
分支4
更新时间2026年4月15日 04:22
Search for campgrounds, check availability and book campsites across the entire world
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Search for campgrounds, check availability and book campsites across the entire world
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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")