원클릭으로
dbhopper
Prepare and file NRW claims with DBhopper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare and file NRW claims with DBhopper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dbhopper |
| description | Prepare and file NRW claims with DBhopper. |
| license | MIT-0 |
Use this skill when the user wants to prepare, validate, dry-run, or submit an NRW Mobilitätsgarantie claim for delayed or cancelled local public transport in North Rhine-Westphalia.
dbhopper OpenClaw plugin. On the stock coding
profile, the operator must include dbhopper in tools.alsoAllow and, for
sandboxed agents, in tools.sandbox.tools.alsoAllow.plugins.entries.dbhopper.config.workspaceRoot.assets/private/settings.toml. The selected path_usr,
path_clm, path_buy, and path_pym directories must be outside the
plugin workspace, and coding agents should not have read/write tool access
to those external directories. Use
dbhopper_private_settings_status to list IDs and
dbhopper_private_settings_select to change only ID_USR, ID_CLM,
ID_BUY, and ID_PYM. Use dbhopper_private_settings_configure for
runtime modes such as claim_request_mode and purchase_mode.ID_CLM; do not read those files into the conversation.ID_USR; do not read those files into the conversation.ID_PYM; do not read those files into the conversation.summaryScreenshot for claims and reviewScreenshot for ticket checkout.
Send or show those images to the user before asking for real submission.If the native tools are unavailable, report the missing OpenClaw policy. Do not
edit OpenClaw configuration, invoke DBhopper through exec, or bypass the
native tools.
Treat short requests such as publish 02 as authorization for validation and
a visible full dry run to the final review page only. They never authorize
changing claim_request_mode to auto, using submit mode, or setting
confirmSubmit. After returning the summary screenshot, stop. Only a new user
message that explicitly confirms submission after reviewing that screenshot
can authorize the separately human-approved submit boundary.
dbhopper_claim_schema when shaping a new claim.toml.dbhopper_prepare_claim to create the claim folder and copy evidence.
Pass file paths or asset names only; the plugin copies bytes into the claim
folder and merges claim profile data internally without writing it into
claim.toml.dbhopper_validate_claim before any browser work.dbhopper_run_claim with
mode: "dry_run" and stop_after_station_resolution: true first. Pass
check_bahnhof_suffix, start_check_bahnhof_suffix, or
end_check_bahnhof_suffix as both, hbf_only, or bf_only to tune
whether the browser probes Hauptbahnhof/Hbf candidates, Bahnhof/Bf
candidates, or both. Leave exact_station_departure and
exact_station_arrival empty on the first invocation so the plugin probes
dropdown choices. On a later invocation, pass a returned live label in those
fields to force and verify that exact station. If the choices are ambiguous,
stop and ask the user for the exact station name before rerunning.dbhopper_run_claim with mode: "dry_run" for the full review pass.
It must stop at the summary page and return summaryScreenshot. Preserve the
configured visible-browser behavior by omitting headless unless the user
explicitly requests headless operation.claim_request_mode must be
auto, and the tool call must use mode: "submit" and
confirmSubmit: true.claim_submitted_recipe.toml, submittedScreenshot, and the confirmation
PDF when the form provides one. Send the saved submissionPdf path back
through the active user channel. If a configured email tool is available
and the user asked for email delivery, send the same PDF by email from that
tool.dbhopper_db_standard_login_check,
dbhopper_db_marketplace_access_check, and
dbhopper_db_api_credential_probe for one-time credential onboarding
diagnostics without printing secrets.dbhopper_ticket_buying_dry_run for search/results only or
dbhopper_ticket_checkout_dry_run to explore checkout boundaries. These
tools must not buy a ticket. In default review mode, checkout runs stop on
DB's Check page and return a sensitive screenshot artifact under
assets/private/purchases/ for user review. Set
test_run_purchase = true in settings.toml only when the user explicitly
asks for the numbered per-stage purchase test-run text and screenshot trail
under external path_prc/test-runs.
If purchase_mode is auto, expect auto_unavailable until final
purchase-capable automation is deliberately implemented.Mobilitätsgarantie station fields are live autocomplete controls. Treat TOML station values as guesses, not as exact accepted form values.
stationSelections and per-vector probeChoices to decide
whether a station is clear.Hbf, and city plus
Bf; compare the resulting dropdown lists against the TOML intent.exact_station_departure and
exact_station_arrival. On a rerun, use those fields only after the LLM or
user has chosen a specific live dropdown label.hbf_only when the user likely means a Hauptbahnhof, such as
Duisburg Hbf. Prefer bf_only when the station is a plain Bahnhof, such as
Köln Messe/Deutz Bf. Use both when the suffix intent is unclear./api/public/complaint/create endpoint.claim.toml or claim profile files unless the user asks.
Treat claim data and browser artifacts as sensitive by default.test_run_claim_request = true only when the user explicitly asks for a
page-by-page claim browser text and screenshot trail. Otherwise use only the
returned summaryScreenshot.claim_request_mode = "review" for ordinary claim dry-runs. Never
switch it to "auto" in the same turn that produced the summary screenshot.
A new explicit user confirmation and the separate human approval gate are
required.dbhopper_credentials_validate for shape checks without exposing
secrets.path_usr, path_clm, path_buy, or path_pym; those paths
are user-owned settings.