Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

hedera-hackathon-submission-validatorhedera 黑客马拉松提交验证器

Agent Skill

hedera-hackathon-submission-validator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,959

周安装

150

GitHub Stars

19

下载量

1,529
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hedera-hackathon-submission-validator(hedera 黑客马拉松提交验证器)
来源仓库:https://github.com/hedera-dev/hedera-skills
仓库路径:skills/hedera-hackathon-submission-validator
安装命令:
npx skills add https://github.com/hedera-dev/hedera-skills --skill 'Hedera Hackathon Submission Validator'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hedera-dev/hedera-skills --skill 'Hedera Hackathon Submission Validator'

简介

hedera-hackathon-submission-validator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Hedera Hackathon Submission Validator

Review a Hedera hackathon submission's codebase and score it against the official judging criteria. Focus on what is observable from the code, README, and documentation in the repository.

Step 1: Discover the Project

Scan the codebase to understand what was built:

  1. Read the README.md (or equivalent) for project overview
  2. Identify the tech stack:

- package.json, Cargo.toml, go.mod, requirements.txt, etc. - Look for Hedera SDK dependencies (@hashgraph/sdk, hedera-sdk-*, etc.)

  1. Find Hedera integration points:

- Search for Hedera SDK imports and usage - Search for HTS precompile addresses (0x167) - Search for Hedera service calls (token create, consensus submit, etc.) - Search for mirror node API calls - Search for ecosystem integrations (wallet connect, DEX, etc.)

  1. Assess project structure and code quality
  2. Look for documentation: architecture docs, design decisions, business model, pitch materials
  3. Check for tests and CI/CD configuration

Step 2: Score Against Each Criterion

Evaluate the submission against each of the 7 judging criteria. For each, provide a score (1-5), evidence from the codebase, and specific improvement suggestions. Refer to references/judging-criteria.md for the complete rubric with guiding questions and 1/3/5 score descriptors.

Innovation (10% weight)

Review for:

  • Is this a novel solution or a clone of existing platforms?
  • Does it introduce new capabilities to the Hedera ecosystem?
  • Does the README explain what makes it unique?
  • Check if similar projects exist (based on what you can infer from the code)

Feasibility (10% weight)

Review for:

  • Is the solution technically sound?
  • Does it genuinely require Web3/blockchain? Or could this work on Web2?
  • Is there a business model documented? (Lean Canvas, monetization strategy)
  • Does the code demonstrate domain understanding?

Execution (20% weight) - HIGHEST PRIORITY

Review for:

  • Completeness: Is this a working MVP, PoC, or just scaffolding?
  • Code quality: Clean architecture, error handling, testing?
  • UI/UX: If there's a frontend, is it polished or rough?
  • Documentation: README completeness, setup instructions, architecture docs
  • Design decisions: Are key technical choices documented and justified?
  • Strategy: Is there a roadmap or post-hackathon plan?
  • GTM: Is there a go-to-market strategy documented?

Integration (15% weight) - HIGH PRIORITY

Review for:

  • Services used: Which Hedera services are actually integrated? (HTS, HCS, Smart Contracts, HFS, Scheduled Transactions)
  • Integration depth: Is it meaningful usage or superficial? (e.g., just mirror node queries = shallow)
  • Ecosystem partners: Are any ecosystem platforms integrated? (SaucerSwap, HashPack, etc.)
  • Creativity: Is any Hedera service used in a non-obvious way?
  • Multiple services: Are multiple Hedera services combined?

Rate integration depth:

  • Mirror node queries only = 1 point
  • Single service, obvious usage = 2-3 points
  • Multiple services, meaningful usage = 3-4 points
  • Multiple services + ecosystem partners + creative usage = 5 points

Validation (15% weight)

Review for:

  • Is there evidence of external user testing? (feedback docs, user survey results, analytics)
  • Are market feedback cycles documented?
  • Is there any traction data? (user counts, sign-ups, etc.)
  • Note: This is hard to assess from code alone. Flag if no evidence is found.

Success (20% weight) - HIGHEST PRIORITY

Review for:

  • Does the solution architecture drive Hedera account creation?
  • Would usage generate meaningful TPS on the network?
  • Does it expose Hedera to new audiences?
  • Is the potential network impact documented or estimable from the code?

Pitch (10% weight)

Review for:

  • README quality as a proxy for pitch quality
  • Is the problem/solution clearly explained?
  • Are metrics and market data cited?
  • Is Hedera's role clearly articulated?
  • Is there a pitch deck or demo script in the repo?

Step 3: Generate the Scorecard

Output a comprehensive report:

# Hackathon Submission Review

## Project Summary

- **Name**: [from README]
- **Description**: [1-2 sentences]
- **Tech Stack**: [languages, frameworks, Hedera SDK version]
- **Hedera Services Used**: [list]

## Scorecard

| Section     | Score    | Weight | Weighted | Key Finding        |
| ----------- | -------- | ------ | -------- | ------------------ |
| Innovation  | X/5      | 10%    | X.X      | [one-line summary] |
| Feasibility | X/5      | 10%    | X.X      | [one-line summary] |
| Execution   | X/5      | 20%    | X.X      | [one-line summary] |
| Integration | X/5      | 15%    | X.X      | [one-line summary] |
| Validation  | X/5      | 15%    | X.X      | [one-line summary] |
| Success     | X/5      | 20%    | X.X      | [one-line summary] |
| Pitch       | X/5      | 10%    | X.X      | [one-line summary] |
| **Total**   | **X/35** |        | **X.X**  |                    |

**Estimated Final Grade: X%**

## Detailed Findings

### [Section Name] - X/5

**Evidence**: [What was found in the code]
**Gaps**: [What's missing]
**Quick Wins**: [Specific, actionable improvements]

[Repeat for each section]

## Top 5 Improvements (Ranked by Score Impact)

1. [Highest impact improvement] - affects [criteria] ([weight]%)
2. ...
3. ...
4. ...
5. ...

## Hedera Integration Depth Analysis

- Services detected: [list with evidence]
- Ecosystem integrations: [list or "none detected"]
- Creative usage: [describe or "none detected"]
- Recommendation: [specific services or integrations to add]

Step 4: Prioritized Action Items

After the scorecard, provide a prioritized list of improvements ordered by impact on the final weighted score. Focus on:

  1. Execution improvements (20% weight) - code quality, testing, documentation
  2. Success improvements (20% weight) - network impact, account creation flows
  3. Integration improvements (15% weight) - add more Hedera services, ecosystem partners
  4. Validation improvements (15% weight) - add user feedback mechanisms

For each improvement, estimate the effort (quick fix, moderate, significant) and the potential score increase.

Scoring Formula Reference

Weighted Score = (Score / 5) * (Section Weighting / 100 * 35)
Final Grade = (Sum of Weighted Scores / 35) * 100

Important Notes

  • Be constructive, not discouraging. Frame gaps as opportunities.
  • Base scores on evidence found in the codebase, not assumptions.
  • If you can't assess a criterion from the code (e.g., Validation, Pitch), say so explicitly and suggest how the team can document evidence.
  • Refer to references/judging-criteria.md for the complete rubric with detailed 1/3/5 descriptors per criterion.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.73%
按下载量换算562

Claude

32.33%
按下载量换算494

Cursor

17.4%
按下载量换算266

Gemini CLI

9.57%
按下载量换算146

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills