بنقرة واحدة
find-nearby
Find nearby public places through OpenStreetMap using the native Bun client.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find nearby public places through OpenStreetMap using the native Bun client.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a Bun-native YAML agent definition with inheritance, tool policy, and subagent references.
Add a Bun-native messaging channel adapter with lifecycle, webhook, and configuration coverage.
Add a Bun-native LLM provider entry with routing, pricing, headers, limits, and Bun tests.
Add a Bun-native TypeScript tool with schema, registry wiring, policy boundaries, and Bun tests.
Author a Bun-native Xerxes SKILL.md bundle with valid metadata, safe assets, and discovery tests.
Normalize Xerxes Apache-2.0 headers with the native Bun maintenance command and verify TypeScript sources.
| name | find-nearby |
| description | Find nearby public places through OpenStreetMap using the native Bun client. |
| version | 0.3.0 |
| tags | ["location","maps","nearby","places"] |
| source | bundled |
| subcommands | ["find-nearby"] |
Search by coordinates or a location name. The command uses OpenStreetMap's public geocoder and Overpass data; no API key or Python package is required.
# Coordinates
xerxes skill find-nearby --lat 40.7580 --lon -73.9855 --type cafe --radius 1500
# Address, city, zip code, or landmark
xerxes skill find-nearby --near "Times Square, New York" --type restaurant --type bar --limit 10
# Machine-readable results
xerxes skill find-nearby --near "90210" --type pharmacy --json
--type is repeatable. Supported flags are --near, --lat, --lon, --type, --radius, --limit, and --json.