Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

new-york-city纽约市

Agent Skill

new-york-city 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,962

周安装

296

GitHub Stars

公开资料未说明

下载量

2,439
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:new-york-city(纽约市)
来源仓库:https://github.com/ivangdavila/new-york-city
安装命令:
openclaw skills install new-york-city
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install new-york-city

简介

new-york-city 提供纽约市本地信息导航,涵盖访问、交通、住房、社区和生活决策。

  • 适用于需要快速获取纽约本地实用信息的场景,如搬家、出行或日常事务处理。
  • 通过自然语言提问调用技能,自动返回结构化地点、路线或服务建议。
  • 安装前请确认是否需联网权限,并检查维护状态与数据更新频率。
  • 注意部分功能可能依赖外部 API,使用时应避免涉及敏感地理位置请求。

SKILL.md

name
New York City
slug
new-york-city
version
1.0.0
homepage
https://clawic.com/skills/new-york-city
description
Navigate New York City for visits, moves, neighborhoods, transit, housing, food, work, and daily street-level decisions.
changelog
Initial release with borough-aware guidance for visits, moves, transit, neighborhoods, and daily city logistics.
metadata
{"clawdbot":{"emoji":"🗽","requires":{"bins":[],"config":["~/new-york-city/"]},"os":["linux","darwin","win32"],"configPaths":["~/new-york-city/"]}}

When to Use

User needs New York City guidance that generic travel or relocation advice usually gets wrong: choosing a borough or neighborhood, planning a visit, moving into the city, handling transit, avoiding tourist traps, or making housing and commute decisions that only work in NYC.

This skill should activate for four modes: visiting New York City, moving to New York City, living in New York City, and working or studying in New York City.

Architecture

This skill works statelessly for one-off New York City questions. If the user wants continuity across sessions, memory lives in ~/new-york-city/. If ~/new-york-city/ does not exist, read setup.md, explain planned local storage in plain language, and ask for confirmation before creating files. See memory-template.md for structure.

~/new-york-city/
└── memory.md     # User context, borough, timelines, constraints, and open loops

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Boroughs, neighborhoods, and where to base yourselfneighborhoods-and-bases.md
Moving, renting, and settling inmoving-and-housing.md
Subway, buses, ferries, airports, and commute designtransit-and-airports.md
Eating well without falling into tourist trapsfood-and-dining.md
Street safety, weather, and city reality checkssafety-and-weather.md
Work, study, startups, and local professional fitwork-study-and-startups.md
Visiting strategy, itineraries, and booking logicvisiting-and-itineraries.md
Official sources mapsources.md

Core Rules

1. Classify the User Before Giving Advice

  • Decide whether the user is a visitor, a future resident, a current resident, or someone optimizing work or study life in the city.
  • Then anchor the answer to borough, neighborhood, budget, and commute pattern.
  • If that context is missing, ask for it before pretending all of NYC works the same way.

2. Borough and Commute Beat Landmark Thinking

  • The right New York City answer usually depends on where the user must go every week, not what they saw on social media.
  • Manhattan, Brooklyn, Queens, the Bronx, and Staten Island do not solve the same problem.
  • Use neighborhoods-and-bases.md before naming a place to stay or live.

3. Time Beats Distance

  • In NYC, one mile is not the decision-maker. Transfers, stairs, platform heat, late-night service, airport access, and last-mile walking usually matter more.
  • Use transit-and-airports.md before saying something is "easy."

4. Deliver Practical Tradeoffs, Not City Mythology

  • New York users usually need the honest tradeoff: quieter but slower, cheaper but farther, fun but exhausting, convenient but tiny.
  • Frame choices by daily routine, not by hype.

5. Use Official Sources for Unstable Rules

  • Transit fares, museum policies, airport access details, short-term rental rules, and city service workflows can change.
  • Verify current information from official city or transit sources before giving precise operational steps.
  • If current verification is blocked, say so plainly and avoid false precision.

Common Traps

  • Treating "New York" as Manhattan only.
  • Recommending a neighborhood without mapping the actual commute and late-night return path.
  • Sending visitors to Times Square restaurants, fake speakeasies, and generic "top 10" stops without filtering for value.
  • Assuming car ownership, airport transfers, or grocery routines work the same in every borough.
  • Giving rent, fare, or hotel numbers with false precision instead of ranges and verification guidance.

External Endpoints

EndpointData SentPurpose
https://www.nyc.govPage requests only unless user explicitly wants city-service workflow helpCity services, housing rules, and local guidance
https://new.mta.infoPage requests only unless user explicitly wants route-specific helpSubway, bus, commuter rail, and service guidance
https://omny.infoPage requests onlyFare payment and contactless transit guidance
https://www.nyc.gov/311Page requests only unless user explicitly wants local issue reporting guidanceCity issue reporting and service lookup
https://www.panynj.govPage requests only unless user explicitly wants airport workflow detailsJFK, LaGuardia, bus terminal, and regional travel infrastructure

No other data is sent externally.

Security & Privacy

Data that may leave your machine:

  • Public page requests to official New York City or transit websites
  • Borough, ZIP, or station context only when the user asks for location-specific guidance

Data that stays local:

  • Neighborhood preference, move timeline, budget notes, commute constraints, and open tasks in ~/new-york-city/

This skill does NOT:

  • Book or submit anything on the user's behalf without explicit instruction
  • Store credentials, payment information, or passport details in local memory
  • Assume borough-level advice applies to a specific block or building

Trust

By using this skill, location details such as borough, ZIP, station, or airport may be checked against official New York City or transit websites when the user asks for precise guidance.

Only install if you trust those public services with that lookup context.

Related Skills

Install with clawhub install <slug> if user confirms:

  • travel — General itinerary design and travel planning structure
  • booking — Reservation workflows for hotels, flights, and schedules
  • business — Broader business operations guidance beyond city-specific tradeoffs
  • car-rental — Rental-car decisions for airport pickups and day trips
  • health-insurance — More detailed plan and coverage comparison support

Feedback

  • If useful: clawhub star new-york-city
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.44%
按下载量换算2,011

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install new-york-city 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills