← 返回 Skills 市场
mingzhuangwang

Precision Coral Metrics API

作者 MingzhuangWang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install coral-precise-coverage-ai
功能描述
Analyzes underwater images using YOLOv11 and MobileSAM to precisely segment coral colonies and calculate accurate coral coverage metrics.
使用说明 (SKILL.md)

Precision Coral Metrics AI (CM-AI)

⚡ Overview

CM-AI is an industrial-grade vision skill leveraging the YOLOv11 + MobileSAM hybrid architecture. Designed for marine ecologists and environmental agencies, it replaces error-prone manual reef assessments with rapid, pixel-perfect coral coverage analysis.

🚀 Key Capabilities

  1. High-Fidelity Detection: Precisely locates coral colonies in complex, high-noise underwater backgrounds using YOLOv11.
  2. Pixel-Perfect Segmentation: Leverages MobileSAM for refined mask extraction, ensuring accurate area calculation even for overlapping organisms.
  3. Automated Metrics: Instantly calculates the Coral Coverage Ratio (%) and identifies individual colony counts.

📈 Roadmap

  • v1.2.0: Genus-level identification (e.g., Acropora, Brain Coral, Montipora).
  • v1.3.0: Fully automated transect data extraction and biodiversity index analysis.

🔒 Security & Access (OpenClaw Protected)

[!CAUTION] This skill is strictly integrated with the OpenClaw API Gateway. To protect backend GPU resource integrity, direct non-gateway traffic will be automatically blocked. Developer royalties are settled via the OpenClaw monetisation protocol.

🛠️ Integration Example

All requests must follow the OpenClaw standard authentication:

POST https://api.openclaw.io/v1/skills/coral-ai/predict
Headers: X-OpenClaw-Token: \x3CYOUR_TOKEN>
Body: multipart/form-data (key: 'file')

© 2026 @mingzhuangwang | Powered by OpenClaw Ecosystem

安全使用建议
This skill appears to be a hosted inference service that sends your images to the OpenClaw gateway for processing — it does not run models locally or request system credentials. Before installing or using: (1) Confirm you trust the OpenClaw gateway URL (https://api.openclaw.io) and the skill developer for handling potentially sensitive images. (2) Verify billing/pricing (pay-per-invocation) and storage/retention policy for uploaded images and results. (3) Note minor documentation mismatches (endpoint path and version) — confirm the correct endpoint with the provider before automating uploads. (4) Ensure you supply and store your X-OpenClaw-Token securely (the skill itself does not require other secrets). If you need offline/local processing or guaranteed zero-exfiltration, this hosted skill is not appropriate.
功能分析
Type: OpenClaw Skill Name: coral-precise-coverage-ai Version: 1.0.1 The skill bundle provides a legitimate interface for a coral reef vision analysis API using YOLOv11 and MobileSAM. The documentation in SKILL.md and the implementation in usage_example.py are consistent with the stated purpose of marine ecology assessment, and the code contains no indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill describes GPU-heavy models (YOLOv11 + MobileSAM) but does not include model code — instead it calls a remote OpenClaw API gateway, which is coherent for a hosted inference service. Nothing in the package requests unrelated credentials or system access. Minor documentation inconsistencies: the SKILL.md integration example shows POST to /v1/skills/coral-ai/predict while the usage_example.py and other documentation reference /v1/skills/coral-precise-coverage-ai/predict; SKILL.md header version (1.1.0) differs from registry version (1.0.1). These look like copy/edit issues, not malicious misdirection.
Instruction Scope
Runtime instructions and the example script only instruct the agent/user to upload an image to the OpenClaw gateway with an X-OpenClaw-Token and to handle the JSON/base64 result. The instructions do not ask the agent to read system files, environment variables, or contact other endpoints. The only scope concerns are the aforementioned endpoint/path and version wording inconsistencies in documentation.
Install Mechanism
No install spec (instruction-only) and a single example script — nothing is downloaded or written to disk by an installer. This is the lowest-risk install posture.
Credentials
The skill declares no required environment variables and no primary credential in registry metadata, yet SKILL.md and usage_example expect an API token supplied as X-OpenClaw-Token (passed at call time). This is proportionate for a gateway-based service; the only minor inconsistency is that the registry metadata doesn't list the token as a required/primary credential (documentation omission).
Persistence & Privilege
always:false (default) and no code attempts to persist or modify other skill/system settings. The skill does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coral-precise-coverage-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coral-precise-coverage-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in this version. - Version number updated to 1.1.0 (no content or feature updates).Fixed endpoint compliance issue: Updated usage examples to exclusively route through the OpenClaw API Gateway to enforce platform security and billing standards.
v1.0.0
**Precision Coral Metrics AI v1.1.0** introduces paid access, OpenClaw API protection, and a hybrid YOLO+SAM architecture for advanced marine analysis. 🚀 **Key Updates:** - **Hybrid Architecture:** Deployed a new YOLOv11 + MobileSAM pipeline for high-precision coral detection and pixel-perfect segmentation. - **Automated Metrics:** Instantly computes the Live Coral Coverage Ratio (%) and identifies individual colony counts. - **Enterprise Security:** Integration is now strictly restricted to the OpenClaw API Gateway for enhanced GPU resource protection and automated monetization. - **Commercial Tier:** Transitioned to a pay-per-invocation pricing model, fully supporting the sub-agent commission ecosystem. - **Roadmap Preview:** Groundwork laid for future versions, including Genus-level ID and advanced biodiversity index analysis.
元数据
Slug coral-precise-coverage-ai
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Precision Coral Metrics API 是什么?

Analyzes underwater images using YOLOv11 and MobileSAM to precisely segment coral colonies and calculate accurate coral coverage metrics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Precision Coral Metrics API?

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

Precision Coral Metrics API 是免费的吗?

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

Precision Coral Metrics API 支持哪些平台?

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

谁开发了 Precision Coral Metrics API?

由 MingzhuangWang(@mingzhuangwang)开发并维护,当前版本 v1.0.1。

💬 留言讨论