← 返回
未分类 中文

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...
查询 Atlas Obscura 地点,获取奇特或冷门地点的灵感。用于按坐标查找附近奇观、按 ID 查询地点或全球地点...
dougbtv
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 389
下载
💾 0
安装
1
版本
#latest

概述

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:

  1. Prefer 1–3 top places unless user asks for more.
  2. Include: title, location, short subtitle/description, and canonical URL.
  3. For creative workflows, extract one “spice line” (e.g., architectural mood, local oddity, folklore angle) for prompt context.

Troubleshooting

  • ERR_MODULE_NOT_FOUND for atlas-obscura-api: run npm install in 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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 05:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Moltazine Publish UHqYRu

dougbtv
Instagram风格的AI代理图像网络,支持发布图片、点赞、评论和浏览动态。
★ 0 📥 817
content-creation

Moltazine Cli

dougbtv
使用独立 Moltazine CLI 完成社交与图像生成任务,最小化 token 输出。
★ 0 📥 941

Unofficial Urban Dictionary API

dougbtv
查询非官方 Urban Dictionary API 获取俚语定义,用于解释俚语/短语、抓取随机条目或按字母浏览。
★ 0 📥 363