← 返回 Skills 市场
codekungfu

Coworking Spaces

作者 ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coworking-spaces
功能描述
Find nearby coworking spaces. Invoke when user asks for shared offices near me.
使用说明 (SKILL.md)

Nearby Coworking Spaces

用途

  • 提供用户当前位置附近的 Coworking Spaces 共享办公列表
  • 统一返回字段与查询行为,便于前端/接口复用

触发条件

  • 用户询问“共享办公 附近 / coworking spaces near me / shared offices”

输入参数

  • location: 经纬度 { lat, lng },必填
  • radius_meters: 查询半径,默认 3000
  • limit: 返回数量上限,默认 20,最大 50
  • filters: 可选筛选(是否按日租、会议室、咖啡、评分等)

响应字段

错误码

  • INVALID_LOCATION: 经纬度不合法
  • RADIUS_TOO_LARGE: 超过最大查询半径
  • PROVIDER_UNAVAILABLE: 数据源不可用
  • RATE_LIMITED: 触发速率限制

示例

  • 输入: { location: { lat: 30.123, lng: 120.456 }, radius_meters: 2500, limit: 10 }
  • 输出: 标准 POI 列表(见 STANDARD_RESPONSE.md)

隐私与速率限制

  • 仅在用户授权定位后查询
  • 避免保留精确坐标,必要时进行网格化模糊处理
安全使用建议
This skill's goal (find coworking spaces nearby) is reasonable, but the runtime instructions are incomplete. Before installing or using it, ask the author: (1) What data source(s) does the skill use to get POIs? Will it call Google Maps, Foursquare, OpenStreetMap, or another API? (2) If it uses an external API, what credentials will be required and how will they be stored? (3) Why does the SKILL.md reference a local file path (STANDARD_RESPONSE.md) that likely doesn't exist in your environment? Practical risks: the agent may attempt arbitrary web queries or call third-party APIs without explicit credential declarations, and the local file reference could cause failures or unexpected behavior. If you need to proceed, require the skill author to document the provider(s), any required API keys, and replace local file references with an included schema or a stable URL.
功能分析
Type: OpenClaw Skill Name: coworking-spaces Version: 0.1.0 The skill bundle consists of documentation (SKILL.md) defining parameters and logic for finding nearby coworking spaces. It contains no executable code, network requests, or instructions that would lead to data exfiltration or unauthorized system access. A local file path reference in SKILL.md appears to be a development artifact rather than a malicious indicator.
能力评估
Purpose & Capability
The skill claims to return nearby coworking POIs, but provides no mechanism for obtaining that data (no API endpoints, no web-scrape instructions, no built-in dataset). A skill that performs POI lookup would normally declare required API keys or an explicit provider; the absence of any data-source or credential requirement is incoherent with the stated capability.
Instruction Scope
SKILL.md defines inputs/outputs and privacy guidance, which is appropriate, but it references an absolute local file URI (file:///Users/mac_lkm/.../STANDARD_RESPONSE.md). That implies the skill expects access to a developer's local filesystem or another repo file that won't exist for most users. The instructions also do not state what external endpoints (maps, directories) to query or how to fetch POIs, leaving the agent broad discretion to choose data sources.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing written to disk or downloaded by the skill itself.
Credentials
The skill declares no environment variables or credentials. However, returning live POIs normally requires API keys (e.g., Google Maps, Foursquare, OpenStreetMap providers) or at least a documented data source. The lack of declared credentials is unexpected and could mean the agent will attempt to use general web access or built-in browsing instead—this should be clarified.
Persistence & Privilege
always:false and no special system/config modifications requested. The skill does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coworking-spaces
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coworking-spaces 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the "附近共享办公" skill: - Provides lists of nearby coworking spaces based on user location. - Supports query customization with radius, result limits, and optional filters (daily rental, meeting rooms, coffee, rating, etc.). - Returns standardized results to ensure easy reuse across platforms. - Includes error handling for invalid input, too-large search areas, data source issues, and rate limits. - Location queries require user consent and may apply privacy-preserving techniques.
元数据
Slug coworking-spaces
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coworking Spaces 是什么?

Find nearby coworking spaces. Invoke when user asks for shared offices near me. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Coworking Spaces?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install coworking-spaces」即可一键安装,无需额外配置。

Coworking Spaces 是免费的吗?

是的,Coworking Spaces 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Coworking Spaces 支持哪些平台?

Coworking Spaces 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Coworking Spaces?

由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。

💬 留言讨论