Install
openclaw skills install atlas-obscura-apiQuery Atlas Obscura places for weird/obscure location inspiration. Use when you need nearby curiosities by coordinates, place lookup by ID, or global place coordinates for creative prompt spice and worldbuilding.
openclaw skills install atlas-obscura-apiUse this skill to pull Atlas Obscura data through the atlas-obscura-api JavaScript library.
From this skill directory:
npm installThis installs the atlas-obscura-api dependency used by the helper script.
Run from skills/atlas-obscura-api/.
node scripts/atlas_obscura.js search --lat 44.4759 --lng -73.2121 --limit 5node scripts/atlas_obscura.js place-short --id 4654node scripts/atlas_obscura.js place-full --id 4654node scripts/atlas_obscura.js places-all --limit 10When sharing results:
ERR_MODULE_NOT_FOUND for atlas-obscura-api: run npm install in this skill directory.