Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
当用户询问航班搜索、舱位查询、机票预订、机票改期或机票退票时,使用此 skill 调用分贝通机票服务。
本 skill 通过 python3 执行 HTTP POST 请求调用分贝通机票服务。运行环境必须提供 python3。
预订功能会将用户提供的个人信息(乘客姓名、手机号、证件号等)通过 HTTP POST 发送至分贝通机票服务,以完成机票预订。使用本 skill 即表示用户知晓并同意上述 PII 被发送到外部服务。请勿在日志或回复中暴露用户个人信息。
重要:下方示例中的参数均为占位,调用时需根据用户当前需求填入实际值(城市、日期、航班号、乘机人、联系方式等),勿直接照抄示例值。
重要:使用任何功能前,用户必须先完成鉴权流程。鉴权成功后获得的 apiKey 会自动保存在用户主目录的 ~/.fbt_auth.json 文件中,新会话会自动沿用。
python3 scripts/auth.py send <phone>
示例:
python3 scripts/auth.py send 13800138000
python3 scripts/auth.py verify <phone> <code>
示例:
python3 scripts/auth.py verify 13800138000 123456
python3 scripts/auth.py status
npx skills add LeoYeAI/openclaw-master-skills --skill fbt-flightHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.