← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install campertunity
功能描述
Search for campgrounds, check availability and book campsites across the entire world
使用说明 (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")
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install campertunity - 安装完成后,直接呼叫该 Skill 的名称或使用
/campertunity触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Campertunity 是什么?
Search for campgrounds, check availability and book campsites across the entire world. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Campertunity?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install campertunity」即可一键安装,无需额外配置。
Campertunity 是免费的吗?
是的,Campertunity 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Campertunity 支持哪些平台?
Campertunity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Campertunity?
由 Jsuppers(@jsuppers)开发并维护,当前版本 v0.1.0。
推荐 Skills