← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install turf-skills
功能描述
**ALWAYS use this skill immediately** when the user mentions any spatial analysis, geospatial operations, coordinate calculations, or GeoJSON processing task...
安全使用建议
This skill appears to be a straightforward Turf.js CLI wrapper and is internally coherent. Before installing: (1) verify the package source (homepage is missing in metadata and owner is unknown) or prefer the official npm/turf ecosystem; (2) audit package.json/package-lock and run npm audit locally; (3) be careful when passing --file or --file2: the tool will read any filesystem path you provide, so do not point it at sensitive files (credentials, private configs); (4) if you don't want the agent to call it automatically whenever geography terms appear, consider disabling autonomous invocation or restricting skill usage policies; (5) note small metadata mismatches (package-lock shows 1.0.1 while SKILL.md/version is 1.0.2) — you may want to confirm the intended release/version from the author.
功能分析
Type: OpenClaw Skill
Name: turf-skills
Version: 1.0.2
The turf-skills bundle is a legitimate implementation of a geospatial analysis toolset for the OpenClaw agent, wrapping the well-known Turf.js library. The code in index.js and the lib/ directory provides standard CLI functionality for processing GeoJSON data, including measurement, transformation, and clustering. While the parser (lib/parser.js) allows for file system reads and writes, this is a documented feature for handling GeoJSON files and includes basic JSON validation. The SKILL.md instructions are designed to ensure the agent prioritizes the tool for geographic accuracy and do not contain malicious prompt injections or instructions to exfiltrate data.
能力评估
Purpose & Capability
Name/description (Turf spatial operations) matches the bundled code and package-lock which depend on @turf/* modules. Required capabilities (file input, many turf actions) are appropriate for the stated purpose. Minor doc wording is aggressive ('ALWAYS use this skill immediately') but that is a policy recommendation in SKILL.md rather than a mismatch with required permissions.
Instruction Scope
SKILL.md instructs use for GeoJSON/coordinate tasks and shows CLI invocation patterns. The runtime code only reads inputs provided via --input/--file/--input2/--file2 and writes output to --output or stdout. There are no instructions to read other system state, environment variables, or transmit data to third-party endpoints.
Install Mechanism
Registry shows no install spec (instruction-only), but the package includes Node.js CLI code and a standard package-lock.json referencing npm registry tarballs for Turf packages — no custom downloads, obscure URLs, or archive extracts. The skill requires Node.js runtime (compatibility Node >=16) which is expected.
Credentials
The skill declares no required environment variables, credentials, or config paths. The codebase likewise does not access process.env for secrets. No disproportionate credential access is requested.
Persistence & Privilege
The skill is not marked always:true. Autonomous invocation is allowed by default (disable-model-invocation:false), which is normal for skills. SKILL.md's 'always use' language could lead an agent to prefer this skill for geography tasks; combine that with autonomous invocation if you want to control automatic use.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install turf-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/turf-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
优化触发描述,增强文档,提升触发准确率至100%
v1.0.0
turf-skills 1.0.0 initial release
- Provides 60+ spatial analysis and geospatial operations for GeoJSON data.
- Supports measurement, query, transformation, data creation, grids, and analysis.
- Includes both English and Chinese descriptions and examples.
- Node.js CLI interface with action-based invocation (e.g., distance, buffer, intersect).
- Compatible with Node.js >= 16.
元数据
常见问题
Turf Skills 是什么?
**ALWAYS use this skill immediately** when the user mentions any spatial analysis, geospatial operations, coordinate calculations, or GeoJSON processing task... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Turf Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install turf-skills」即可一键安装,无需额外配置。
Turf Skills 是免费的吗?
是的,Turf Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Turf Skills 支持哪些平台?
Turf Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Turf Skills?
由 zhyt1985(@zhyt1985)开发并维护,当前版本 v1.0.2。
推荐 Skills