Atlas Obscura API
/install atlas-obscura-api
Use this skill to pull Atlas Obscura data through the atlas-obscura-api JavaScript library.
Setup
From this skill directory:
npm install
This installs the atlas-obscura-api dependency used by the helper script.
Fast path commands
Run from skills/atlas-obscura-api/.
- Nearby search by coordinates:
node scripts/atlas_obscura.js search --lat 44.4759 --lng -73.2121 --limit 5
- Place details by ID (short):
node scripts/atlas_obscura.js place-short --id 4654
- Place details by ID (full):
node scripts/atlas_obscura.js place-full --id 4654
- Raw place coordinate index:
node scripts/atlas_obscura.js places-all --limit 10
Output usage guidance
When sharing results:
- Prefer 1–3 top places unless user asks for more.
- Include: title, location, short subtitle/description, and canonical URL.
- For creative workflows, extract one “spice line” (e.g., architectural mood, local oddity, folklore angle) for prompt context.
Troubleshooting
ERR_MODULE_NOT_FOUNDforatlas-obscura-api: runnpm installin this skill directory.- Empty search: broaden location radius by changing coordinates slightly or run a different query seed.
- Site/library drift: return partial data and clearly note field gaps.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install atlas-obscura-api - After installation, invoke the skill by name or use
/atlas-obscura-api - Provide required inputs per the skill's parameter spec and get structured output
What is Atlas Obscura API?
Query Atlas Obscura places for weird/obscure location inspiration. Use when you need nearby curiosities by coordinates, place lookup by ID, or global place c... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Atlas Obscura API?
Run "/install atlas-obscura-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Atlas Obscura API free?
Yes, Atlas Obscura API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Atlas Obscura API support?
Atlas Obscura API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Atlas Obscura API?
It is built and maintained by Doug Smith (@dougbtv); the current version is v0.1.0.