← All skills
Tencent SkillHub Β· AI

biodiversity corridor calculator

Calculates biodiversity corridor connectivity and ecological value for clusters of H3 hexagonal land parcels using landscape ecology models.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Calculates biodiversity corridor connectivity and ecological value for clusters of H3 hexagonal land parcels using landscape ecology models.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md Open source page

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: Analyze Connectivity: Evaluate a set of hexagonal land parcels (H3 indices) to determine their potential as biodiversity corridors, stepping stones, or regeneration zones. 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 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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc