← 返回 Skills 市场
dataify-server

Dataify Booking Hotellist

作者 dataify-server · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dataify-booking-hotellist
功能描述
Collect Booking hotel information through Dataify Scraper API. Use when the user asks to gather, scrape, crawl, fetch, extract, or collect Booking hotel info...
使用说明 (SKILL.md)

Dataify Booking Hotel Info

Use this skill to create Booking hotel information collection tasks through Dataify's builder endpoint.

Required Workflow

  1. Use the booking_hotellist_by-url spider when the user wants to collect Booking hotel information from one or more Booking URLs.
  2. Check the local Python runtime before calling scripts. Prefer python; use python3 if that is the available Python command. Require Python 3 or newer. Do not use version-specific commands such as py -3.10.
  3. Tell the user which parameters are required and what the defaults are. Ask whether any values should be changed.
  4. Ask whether the user wants to collect multiple parameter sets. If yes, collect multiple spider_parameters objects for the same spider ID. If the user already supplied multiple Booking URLs, treat that as a multiple-set request.
  5. Before every real API call, show a Markdown confirmation table with the exact parameters that will be submitted. The table must use these columns: Parameter, Current value, Default value, Required, Description.
  6. If any dropdown fields are added in the future, show all available dropdown values in Markdown tables with exactly these columns: Label, Value. This tool currently has no dropdown fields.
  7. Ask the user whether any value should be changed. Do not call the API until the user explicitly confirms the table.
  8. Check for the Dataify API token only after parameter confirmation. Prefer a token explicitly provided by the user, then DATAIFY_API_TOKEN from the environment.
  9. If no token is available, tell the user: Missing Dataify API token. Provide a token, or log in/register at https://dataify.com/login. If you already have one, open https://dataify.com/dashboard/ and copy the API TOKEN from the top-right area.
  10. If the user provides a token and DATAIFY_API_TOKEN is not already saved locally, ask whether to save it as DATAIFY_API_TOKEN. Save it only after explicit consent and never echo the token back.
  11. After the API call, report the collection task ID and status. Look for common response fields such as task_id, taskId, id, status, data.task_id, data.id, or data.status. Then remind the user to view task details in the official dashboard: https://dataify.com/dashboard/

Parameter Preview

Use the preview helper whenever possible:

python scripts/preview_params.py --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"

For multiple parameter sets, pass the exact JSON array:

python scripts/preview_params.py --parameters-json '[{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"},{"url":"https://www.booking.com/hotel/us/example.en-gb.html"}]'

API Call

Use the call helper after confirmation and token handling:

python scripts/booking_hotellist.py --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"
python scripts/booking_hotellist.py --parameters-json '[{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"},{"url":"https://www.booking.com/hotel/us/example.en-gb.html"}]'

If the token was provided in the conversation instead of the environment, pass it with --token and do not expose it in user-facing output:

python scripts/booking_hotellist.py --token "USER_TOKEN" --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"

Tool

Mode Spider ID Required parameters Default spider_parameters
by-url booking_hotellist_by-url url [{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"}]

Every request also accepts file_name. If omitted, use {{TasksID}}.

Fixed Request Fields

Always submit to https://scraperapi.dataify.com/builder?platform=1 with:

Field Value
spider_name booking.com
spider_id booking_hotellist_by-url
spider_parameters JSON array of one or more parameter objects
spider_errors true
file_name User value, otherwise {{TasksID}}

Send parameters as form data. Keep spider_parameters as a JSON string inside the form body.

安全使用建议
Review before installing if you will use a real Dataify API token. Prefer DATAIFY_API_TOKEN from a controlled environment or another non-argv secret mechanism, avoid placing tokens directly in shell commands, and only allow token persistence if you know exactly where it will be stored and how to remove it.
能力评估
Purpose & Capability
The artifacts coherently implement a Dataify Booking.com hotel-listing collection helper: preview parameters, confirm user inputs, then submit form data to the documented Dataify builder endpoint.
Instruction Scope
The workflow requires explicit confirmation before API calls, but the documented example passes a user API token on the command line, which can expose the token through process arguments or shell history.
Install Mechanism
The package contains a skill file, two small Python helper scripts, and an agent UI descriptor; no dependency install, background service, or automatic execution mechanism is present.
Credentials
Network access to scraperapi.dataify.com and use of DATAIFY_API_TOKEN are purpose-aligned and disclosed, but the version metadata has sparse capability tagging for those powers.
Persistence & Privilege
The skill tells the agent it may save a provided token as DATAIFY_API_TOKEN after consent, but it does not specify where or how the token should be stored, scoped, rotated, or removed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dataify-booking-hotellist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dataify-booking-hotellist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the dataify-booking-hotellist skill. - Enables collection of Booking.com hotel information using the Dataify Scraper API. - Supports creating tasks for hotel info extraction from one or multiple Booking URLs. - Guides users through parameter setup and task confirmation in Markdown tables before each API call. - Handles API token management, including user input and safe storage options. - Provides clear feedback after task creation, including task ID, status, and dashboard instructions.
元数据
Slug dataify-booking-hotellist
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dataify Booking Hotellist 是什么?

Collect Booking hotel information through Dataify Scraper API. Use when the user asks to gather, scrape, crawl, fetch, extract, or collect Booking hotel info... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Dataify Booking Hotellist?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dataify-booking-hotellist」即可一键安装,无需额外配置。

Dataify Booking Hotellist 是免费的吗?

是的,Dataify Booking Hotellist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dataify Booking Hotellist 支持哪些平台?

Dataify Booking Hotellist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dataify Booking Hotellist?

由 dataify-server(@dataify-server)开发并维护,当前版本 v1.0.0。

💬 留言讨论