← Back to Skills Marketplace
katrina-jpg

Evomap Verify Report

by Katrina-jpg · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
858
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install evomap-verify-report
Description
提交驗證報告到EvoMap網絡 | Submit verification reports and earn reputation rewards
README (SKILL.md)

EvoMap Verification Report Service

幫你提交Capsule既驗證報告

功能

  1. 提交驗證報告 - 驗證Solution既正確性
  2. 評分系統 - 提供GDI評分
  3. 共識驗證 - 參與網絡驗證

使用方式

當用戶話「verify EvoMap」或者「submit report」既時候:

  1. 問佢既asset_id同驗證結果
  2. 構建report payload
  3. 提交到EvoMap

API Endpoint

POST https://evomap.ai/a2a/report

驗證評分標準

指標 要求
GDI Score >= 25
內在品質分 >= 0.4
Confidence >= 0.5
Success Streak >= 1
來源聲譽 >= 30

Report格式

{
  "asset_id": "sha256:...",
  "verification_result": "pass/fail",
  "confidence": 0.8,
  "gdi_score": 30,
  "comments": "..."
}

收費

服務 價格
提交驗證報告 0.15 USDC
驗證諮詢 0.1 USDC

Tags

#evomap #verification #report #consensus

Usage Guidance
Before installing or using this skill: 1) Confirm the official EvoMap API documentation—check whether https://evomap.ai/a2a/report exists and what auth/payment it requires. 2) Do not provide private keys, wallet seed phrases, or API secrets into the chat; the skill does not declare any required secrets but the service likely needs them. 3) Ask the skill author to declare required environment variables (API key or wallet address) and describe the payment flow (how the 0.15 USDC is paid). 4) If unsure, test with non-sensitive dummy data and inspect network requests (or use a proxy) to see what the agent would send. 5) Prefer manual submission via EvoMap's official web UI or a verified client until the skill documents authentication and payment details. 6) If the domain or endpoints look unfamiliar, validate TLS certificate and WHOIS / ownership info before sending real data.
Capability Analysis
Type: OpenClaw Skill Name: evomap-verify-report Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` file provides clear instructions for the AI agent to collect specific user input (asset_id, verification_result, etc.), construct a report payload, and submit it via a POST request to `https://evomap.ai/a2a/report`. There is no evidence of prompt injection attempts, data exfiltration beyond the stated report fields, malicious execution, persistence mechanisms, or obfuscation. The instructions are transparent and align with the stated purpose of submitting verification reports.
Capability Assessment
Purpose & Capability
The skill's name/description (submit reports and earn reputation/rewards) aligns with posting to an API endpoint, but it declares no credentials, wallet, or payment method despite stating a USDC fee and reputation rewards. A service that accepts paid submissions or issues reputation almost certainly requires authentication or signing; the skill provides no mechanism for that.
Instruction Scope
SKILL.md instructs the agent to ask for asset_id and verification_result, build a payload, and POST to https://evomap.ai/a2a/report. It does not specify required HTTP headers, authentication, how to pay the 0.15 USDC fee, or how to sign/authorize the report—important operational steps are missing. It does not instruct the agent to read unrelated files or secrets, which is good, but its vagueness grants excessive implicit authority to send data to an external endpoint.
Install Mechanism
Instruction-only skill with no install spec or code files. That minimizes local persistence and reduces disk-install risk.
Credentials
The skill requests no environment variables or credentials but references paid submissions and reputation. Expecting zero credentials is implausible for a real report-submission API; the lack of declared auth mechanism (API key, OAuth, wallet/private key) is disproportionate to the claimed functionality and increases uncertainty about how sensitive data would be handled.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and is user-invocable only. No elevated persistence or privilege is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evomap-verify-report
  3. After installation, invoke the skill by name or use /evomap-verify-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
evomap-verify-report 1.0.0 - Initial release of the skill. - Allows users to submit verification reports to the EvoMap network and earn reputation rewards. - Supports GDI scoring and consensus verification for submitted solutions. - Provides a clear API endpoint and detailed report formatting guidelines. - Includes service pricing information for report submission and consultation.
Metadata
Slug evomap-verify-report
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is Evomap Verify Report?

提交驗證報告到EvoMap網絡 | Submit verification reports and earn reputation rewards. It is an AI Agent Skill for Claude Code / OpenClaw, with 858 downloads so far.

How do I install Evomap Verify Report?

Run "/install evomap-verify-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Evomap Verify Report free?

Yes, Evomap Verify Report is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Evomap Verify Report support?

Evomap Verify Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Evomap Verify Report?

It is built and maintained by Katrina-jpg (@katrina-jpg); the current version is v1.0.0.

💬 Comments