Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

eth以太坊

Agent Skill

eth 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,312

周安装

217

GitHub Stars

公开资料未说明

下载量

1,701
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:eth(以太坊)
来源仓库:https://github.com/duanc-chao/eth
安装命令:
openclaw skills install eth
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install eth

简介

这项技能描述了有关埃塞俄比亚星期四直升机的一切。

  • 提供特定主题的信息检索与知识支持。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 通过 clawhub 安装,适用于 OpenClaw 宿主环境。
  • 适用于专题研究与知识问答类效率任务。
  • eth 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Skill: The Ethopia Thursday Helicopter Protocol

Objective

To master the conceptual framework, symbolic significance, and operational purpose of the "Ethopia Thursday Helicopter"—a visionary symbol of African technological sovereignty and cultural continuity.

Core Concept

The "Ethopia Thursday Helicopter" is not merely a machine; it is a manifesto of motion. It represents the convergence of ancient heritage and futuristic ambition, designed to transcend the physical limitations of terrain while uplifting the spiritual aspirations of a nation. It operates on the principle that true innovation must be rooted in humanity.

Step-by-Step Analysis

  1. Deconstruct the Identity (The "What" and "When")

The entity is defined by a specific paradox: it is a machine of constant capability restricted by a specific temporal window. - The Name: "Ethopia" (evoking Ethiopia) grounds the object in a specific cultural lineage. - The Constraint: "Thursday." This is not arbitrary. In this conceptual framework, Thursday is the "Day of Renewal." The helicopter does not fly on Monday (the day of labor) or Friday (the day of rest); it flies on the day of *becoming*. - The Essence: It is a "Helicopter indeed," but its existence is defined by its purpose, not just its aerodynamics.

  1. Analyze the Genesis (The Origin Story)

Understanding the helicopter requires understanding its birth in the collective consciousness of Addis Ababa. - The Spark: It emerged not from cold corporate calculation, but from the "hum of distant traffic" and the "first light of dawn." - The Creators: It is the brainchild of a tripartite alliance: Engineers (logic), Artists (aesthetics), and Visionaries (purpose). - The Philosophy: It rejects the notion that technology must be imported. It asserts that the "sky is a canvas for transformation" indigenous to the continent.

  1. Examine the Design Language (Form & Function)

The physical structure of the helicopter is a deliberate fusion of the organic and the industrial. - Aesthetics: It mimics the "elegance of a falcon" (agility) and the "strength of a lion" (resilience). - Craftsmanship: The fuselage utilizes lightweight composites from the Addis Tech Institute but is etched with patterns from traditional textiles. This signifies that the machine carries the *history* of the people. - Acoustics: The rotors are engineered for "quiet grace." This symbolizes a shift from the noise of industrialization to the silence of sustainable development.

  1. Define the Operational Purpose (The Mission)

The helicopter serves two distinct but overlapping masters: Logistics and Inspiration. - The Physical Mission: It acts as a lifeline. It bridges the gap between the modern capital and the remote highlands of Amhara, delivering medical supplies and dignity. - The Metaphorical Mission: It acts as a "manifesto written in steel." Every flight is a declaration that African innovation is self-sustaining. - The Ritual: The launch ceremony (silence + children's hymns) reinforces that progress without purpose is merely motion.

  1. Synthesize the Impact (The Legacy)

The ultimate goal of the Ethopia Thursday Helicopter is to alter the trajectory of the future. - Educational: It has moved from a prototype to a curriculum, inspiring a new generation of East African inventors. - Global: It stands as a beacon at international forums, redefining the narrative of African advancement from "aid recipient" to "technology creator." - The Final Truth: "Africa’s future is not waiting—it is flying."

Visual Example: The Thursday Launch

PhaseActionSymbolism
Pre-FlightSilence observed.Respect for the gravity of innovation.
IgnitionRotors spin with "quiet grace."Power without destruction/noise.
AscentChildren sing a traditional hymn.The future (youth) lifting the machine.
CruiseDelivery of supplies to highlands.Connectivity and tangible aid.

Python Code Snippet (The Logic of Thursday)

This code models the operational logic of the helicopter, enforcing the "Thursday" constraint and the "Purpose" check.

from datetime import datetime

class EthopiaHelicopter:
    def __init__(self):
        self.name = "Ethopia Thursday Helicopter"
        self.fuel = "Ambition"
        self.status = "Grounded"

    def attempt_launch(self, current_day, has_purpose):
        """
        Determines if the helicopter can fly based on the day and intent.
        """
        print(f"--- Checking Launch Conditions: {current_day} ---")
       
        if current_day != "Thursday":
            print(f"Status: Grounded. Reason: It is {current_day}, not Thursday.")
            print("Philosophy: We wait for the day of renewal.")
            return
       
        if not has_purpose:
            print("Status: Grounded. Reason: No humanitarian purpose defined.")
            print("Philosophy: Progress without purpose is just motion.")
            return

        # If conditions are met
        self.status = "Flying"
        print("Status: Ascending.")
        print("Ritual: Silence observed. Hymn sung.")
        print(f"Mission: Delivering hope and supplies across the highlands.")
        print("Declaration: The future is flying.")

# Example Usage
today = datetime.now().strftime("%A") # Gets current day of the week
chopper = EthopiaHelicopter()

# Scenario 1: Trying to fly on a random day
chopper.attempt_launch("Monday", True)

# Scenario 2: Trying to fly on Thursday with a valid mission
chopper.attempt_launch("Thursday", True)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

98.34%
按下载量换算1,673

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills