← 返回 Skills 市场
Atlas Obscura API
作者
Doug Smith
· GitHub ↗
· v0.1.0
· MIT-0
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)
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.
安全使用建议
This skill appears coherent and only needs you to run `npm install` and then the provided Node script. Before installing, consider: (1) npm install will fetch third-party packages (atlas-obscura-api and its deps) — if you have strict supply-chain policies run it in a sandbox or review the package(s) first; (2) the script will make network calls to Atlas Obscura via the library, so do not run it in an environment containing secrets you don't want exposed; (3) review or vet the atlas-obscura-api package source if you require a higher trust level. If you want maximum isolation, run the skill in a disposable container or VM.
功能分析
Type: OpenClaw Skill
Name: atlas-obscura-api
Version: 0.1.0
The skill is a legitimate wrapper for the 'atlas-obscura-api' library, designed to query location data for creative inspiration. The main script (scripts/atlas_obscura.js) safely parses numeric inputs and invokes library methods without any evidence of data exfiltration, unauthorized network calls, or malicious execution. The instructions in SKILL.md are well-aligned with the tool's stated purpose and do not contain any prompt-injection attempts.
能力评估
Purpose & Capability
Name/description match the code and dependencies: package.json depends on atlas-obscura-api and the included script calls that library to search places and fetch place details. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructions are narrowly scoped to installing the npm dependency and running the script with specific command-line arguments (search, place-short, place-full, places-all). The instructions do not direct the agent to read unrelated files, environment variables, or to send data to unexpected endpoints beyond what the atlas-obscura-api library will call.
Install Mechanism
This is an instruction-only skill but requires running `npm install` (per SKILL.md), which will pull atlas-obscura-api and its transitive deps from the public npm registry (package-lock.json shows [email protected]). Pulling packages from npm is expected here but carries the normal supply-chain risk of third-party packages; there is no download from obscure URLs or extract-from-remote-archive behavior.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or broad access to other services.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. It runs on demand and only uses its local script and npm packages.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install atlas-obscura-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/atlas-obscura-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Atlas Obscura inspiration skill with Node helper for nearby search and place lookup.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Atlas Obscura API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install atlas-obscura-api」即可一键安装,无需额外配置。
Atlas Obscura API 是免费的吗?
是的,Atlas Obscura API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Atlas Obscura API 支持哪些平台?
Atlas Obscura API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Atlas Obscura API?
由 Doug Smith(@dougbtv)开发并维护,当前版本 v0.1.0。
推荐 Skills