技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 201 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:austineyapp/travel-procurement
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's instructions, required files, and lack of installs or credentials are coherent with a travel-sourcing/recommendation purpose and don't request unrelated access.
目的
Name/description match the provided instructions and templates. The skill is instruction-only and does not request unrelated binaries, environment variables, or config paths — everything requested is proportional to a route/quote recommendation task.
说明范围
SKILL.md confines behavior to collecting trip constraints, sourcing and normalizing transport options, and producing recommendations using the included option-format reference. It only references the local template file and doesn't instruct reading other system files, environment variables, or contacting unexpected endpoints.
安装机制
No install spec or code files are included (instruction-only). This is the lowest-risk delivery model — nothing is downloaded or written to disk by the skill itself.
证书
The skill requires no credentials, env vars, or config paths. It expects user-provided trip details (dates, route, pax, luggage, budget), which are appropriate and necessary for its purpose.
持久
always is false and autonomous invocation is the platform default. The skill does not request persistent presence or system-wide config changes and contains no instructions to modify other skills or system settings.
综合结论
This skill is instruction-only and appears consistent with travel sourcing and recommendation. Before using it, be prepared to provide trip details (dates, origin/destination, passenger and luggage counts, budget, comfort needs). Do not share payment credentials, account passwords, or other sensitive secrets — the skill does not need them to generate options. If you expect the skill to perform bookings or payments, verify in advance how those …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Travel Procurement」。简介:Source, compare, and recommend travel transport options (bus/train/shuttle/taxi…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/austineyapp/travel-procurement/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: travel-procurement
description: Source, compare, and recommend travel transport options (bus/train/shuttle/taxi/private transfer) from user-provided trip constraints. Use for route planning, quote comparison, and decision-ready recommendations.
---
# Travel Procurement
## Workflow
1. Collect constraints: date/time window, route, pax, luggage, budget, comfort constraints.
2. Source options in order: public transport first, then shared shuttle, then private transfer/taxi.
3. Normalize each option in a common format (price, duration, cancellation, fit/risk).
4. Recommend: best value, best convenience, best fallback.
5. Ask for explicit decision (A/B/C) and prepare next-step execution.
## Output Standard
- Keep concise and decision-ready.
- Every option must include total price and practical caveat.
- Always include one fallback.
## References
- Read `references/option-format.md` for option and recommendation templates.