← 返回 Skills 市场
nikhilp1234567

biodiversity corridor calculator

作者 nikhilp1234567 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
623
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install biodiversity-corridor-calculator
功能描述
Calculates biodiversity corridor connectivity and ecological value for clusters of H3 hexagonal land parcels using landscape ecology models.
使用说明 (SKILL.md)

Open Claw Agent Skill: Biodiversity Corridor Analyst Description This skill allows an autonomous agent to analyze and value biodiversity corridors using advanced landscape ecology models. It processes H3 geospatial indices to calculate connectivity scores, visualize landscape resistance, and assess ecological premium values for conservation projects.

The agent can use this skill to:

  1. Analyze Connectivity: Evaluate a set of hexagonal land parcels (H3 indices) to determine their potential as biodiversity corridors, stepping stones, or regeneration zones.
  2. Assess Landscape Context: Retrieve data on surrounding land cover and ecological resistance to understand the broader environmental context of a project site.

Server Configuration Base URL: https://www.nikhilp.online/biodiversity-corridor-calculator API Base Path: /api


  1. Analyze Connectivity Endpoint: POST https://www.nikhilp.online/biodiversity-corridor-calculator/api/analyze

Description Analyzes the connectivity and ecological potential of a specified cluster of H3 hexagons. The analysis considers local habitat quality and regional landscape structure to classify the area into scenarios like "Vital Corridor," "Habitat Expansion," or "Stepping Stone."

Input Schema (JSON) centerLat (Number): The latitude of the center point for the analysis region (between -90 and 90).

centerLng (Number): The longitude of the center point for the analysis region (between -180 and 180).

projectHexes (Array of Strings): A list of H3 hexagonal indices (resolution 9 is standard) representing the land parcels to be analyzed. Maximum 50 hexes per request to ensure performance.

Usage Example To analyze a small cluster of land parcels in a specific region:

JSON { "centerLat": 51.5074, "centerLng": -0.1278, "projectHexes": [ "892a100d2b3ffff", "892a100d2b7ffff", "892a100d2bbffff" ] }

Response Format JSON { "results": [ { "h3Index": "892a100d2b3ffff", "originalCode": 10, "natureState": 1, "scenario": { "code": "CORRIDOR", "label": "Vital Corridor", "description": "This area acts as a bridge...", "color": "#f59e0b", "priority": 1.0 }, "resistance": 1, "localNature": 0.45, "landscapeNature": 0.30 } ], "context": [ { "h3Index": "892a100d28fffff", "originalCode": 50 } ... ] }

Notes

  • Rate Limiting: The API is strictly rate-limited (approx. 5 requests per minute). Ensure you can handle 429 Too Many Requests responses gracefully by waiting before retrying.
  • H3 Indices: The system relies on H3 geospatial indexing. Ensure you can generate or work with valid resolution 9 H3 strings.
安全使用建议
This skill appears to do what it says (send H3 indices to an analysis API), but exercise caution before enabling it: 1) Provenance: there is no source repo or homepage — verify the API owner/trustworthiness (https://www.nikhilp.online) before sending real project data. 2) Data sensitivity: the skill will transmit geolocation/H3 indices and center coordinates to a third party; do not send confidential or sensitive locations unless you trust the operator and their data handling policy. 3) Test safely: try with synthetic or public data first and confirm responses and rate‑limit behavior. 4) If you need stronger guarantees, prefer a skill backed by a known organization or a local/offline implementation, or require an authenticated API on infrastructure you control. 5) If you allow autonomous invocation, limit the agent's scope so it cannot repeatedly send location data without explicit user approval.
功能分析
Type: OpenClaw Skill Name: biodiversity-corridor-calculator Version: 1.0.0 The skill defines an API interaction for biodiversity corridor analysis. It instructs the agent to make a POST request to a specific external endpoint (https://www.nikhilp.online/biodiversity-corridor-calculator/api/analyze) with geospatial H3 indices and coordinates. There is no evidence of data exfiltration, malicious command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful purposes. All instructions and data schemas are consistent with the stated benign purpose.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md tells the agent to POST H3 indices and a center coordinate to an API that claims to perform connectivity and ecological-value analysis. The skill does not request unrelated credentials or binaries. However, there is no source repository or project homepage and the API host (https://www.nikhilp.online) is undocumented — lack of provenance is noteworthy even though the technical capability is consistent with the stated purpose.
Instruction Scope
The instructions are narrowly scoped to calling a single external API endpoint (POST /api/analyze) with H3 indices and center coordinates. They do not instruct the agent to read local files or access unrelated environment variables. The main concern is that the skill directs potentially sensitive geolocation data (projectHexes, centerLat/centerLng) to an external, unknown third‑party server; that is a privacy/trust risk even though it is functionally coherent.
Install Mechanism
There is no install spec and no code files — instruction-only. This is low risk in terms of local code execution or disk writes.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to an instruction-only skill that simply calls a public API. The lack of authentication could mean the API is public or expects no secrets — which is consistent but also means calls are unauthenticated and rate-limited as noted.
Persistence & Privilege
always is false and the skill does not request system-wide modifications or persistent privileges. The skill can be invoked autonomously by the agent (default), which is normal; consider limiting autonomous invocation if you don't want the agent sending data to the external API without prompting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install biodiversity-corridor-calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /biodiversity-corridor-calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Biodiversity Corridor Calculator 1.0.0 - Initial release of the Biodiversity Corridor Analyst skill for autonomous agents. - Supports connectivity analysis of H3-indexed land parcels, classifying regions as corridors or stepping stones. - Assesses landscape context by retrieving surrounding land cover and resistance data. - Provides ecological premium values and prioritization for conservation planning. - Implements strict API rate limiting (5 requests per minute).
元数据
Slug biodiversity-corridor-calculator
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

biodiversity corridor calculator 是什么?

Calculates biodiversity corridor connectivity and ecological value for clusters of H3 hexagonal land parcels using landscape ecology models. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 623 次。

如何安装 biodiversity corridor calculator?

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

biodiversity corridor calculator 是免费的吗?

是的,biodiversity corridor calculator 完全免费(开源免费),可自由下载、安装和使用。

biodiversity corridor calculator 支持哪些平台?

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

谁开发了 biodiversity corridor calculator?

由 nikhilp1234567(@nikhilp1234567)开发并维护,当前版本 v1.0.0。

💬 留言讨论