Accor by Crawlora
Public Accor data through Crawlora.
Install
openclaw plugins install clawhub:@crawlora-org/accorAccor by Crawlora
Public Accor data through Crawlora. This package exposes 1 curated tools. It is an independent Crawlora integration, not an official Accor or OpenClaw product.
Install
Requires OpenClaw 2026.9.3, Node >=24.16.0 <25 or >=26.1.0, and a Crawlora API key. Requests use your account credits and rate limits.
openclaw plugins install clawhub:@crawlora-org/accor --accept-capabilities
The flag consents to the tools listed below. These platform plugins can run together. If you have the overlapping Crawlora starter plugin enabled, first run openclaw plugins disable crawlora; this plugin refuses registration while that starter is enabled. Do not re-enable both at once.
Set CRAWLORA_API_KEY in your Gateway process environment, or merge this into your existing OpenClaw config:
{
"plugins": {
"entries": {
"crawlora-accor": {
"enabled": true,
"config": {
"apiKey": "${CRAWLORA_API_KEY}"
}
}
}
}
}
Restart the Gateway. If using plugin/tool allowlists, add crawlora-accor to the existing policy. Config takes precedence over the environment. Each platform has its own config entry; all can use the same Crawlora key.
openclaw plugins inspect crawlora-accor --runtime --json
Example
“Retrieve public Accor data.”
Tools
| Tool | Purpose |
|---|---|
crawlora_accor_catalog_hotels | Use Crawlora to access public Accor data. |
Parameters
These are the exact generated input schemas.
crawlora_accor_catalog_hotels
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "query parameter."
},
"hotel_id": {
"type": "string",
"description": "hotel_id parameter."
},
"latitude": {
"type": "number",
"description": "latitude parameter."
},
"longitude": {
"type": "number",
"description": "longitude parameter."
},
"radius_km": {
"type": "number",
"description": "radius_km parameter."
},
"offset": {
"type": "integer",
"description": "offset parameter."
},
"limit": {
"type": "integer",
"description": "limit parameter."
}
}
}
Data and behavior
Requests transmit tool inputs and your API key only to https://api.crawlora.net/api/v1, using the published Crawlora SDK. The key goes in a header, never tool inputs. No shell execution, filesystem operations, background jobs, or telemetry. A 60-second timeout and cancellation apply; automatic retries are disabled to avoid repeated charges. Errors omit raw response bodies and credentials. Outputs wrap the SDK result as { "data": ... }; scraped text is external data, not agent instructions. Availability depends on upstream sources.
Development
Source and tests. From the repository root, run npm ci, npm run platforms:build, npm run platforms:validate, and npm test. Files here are generated from the reviewed shared tool catalog and platform definitions. Runtime packages contain built JavaScript and do not import another plugin.
License
MIT.
