Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

element-nft-drops元素 nft 掉落

Agent Skill

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

总安装

1,905

周安装

81

GitHub Stars

公开资料未说明

下载量

667
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install element-nft-drops

简介

element-nft-drops 协助创建和管理 Element Plus NFT 系列发布流程。

  • 涵盖铸币设置、销售阶段规划与媒体素材预览功能。
  • 支持预展示内容审核与发布状态跟踪。element-nft-drops 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配合钱包连接与区块链 Gas 费计算使用。
  • 涉及数字资产发行,请确保符合各司法管辖区监管要求。

SKILL.md

name
element-drop
description
Use when the user mentions Element plus drops, NFT creation, NFT collection launch, mint setup, sale stages, prereveal media, preview media, or publishing/pausing/resuming a drop. Also use when they want to create an NFT on Element, create an Element collection/drop, configure mint price/supply/payment token/stages, preview current drop settings/design, update drop media or description, publish a configured drop, or provide chainName, slug, contractAddress, paymentToken, or a local image path for drop work. Read-only preview/list actions may run immediately; every state-changing flow must show an execution preview first, clearly distinguish preview from real execution, then wait for confirmation.
requires
["node", "jq"]
metadata
{"openclaw":{"requires":{"bins":["node","npm"],"env":["ELEMENT_WALLET_PRIVATE_KEY"]},"primaryEnv":"ELEMENT_WALLET_PRIVATE_KEY"}}

Element Drop

Use this skill for Element Drop lifecycle work: create a drop, preview current configuration, update settings or design, publish a configured drop, resume a paused drop, or pause a live drop. This skill is not for marketplace trading, collection analytics, wallet portfolio inspection, or generic Element protocol research. Run the bundled lifecycle commands under scripts/; do not default to ad-hoc API calls.

Runtime Setup

Required environment variable:

  • ELEMENT_WALLET_PRIVATE_KEY

Example:

export ELEMENT_WALLET_PRIVATE_KEY="your_wallet_private_key_here"

The private key must only be provided through ELEMENT_WALLET_PRIVATE_KEY; do not paste it into chat, JSON payloads, files for this skill, or command arguments. The scripts validate it as a 0x-prefixed 32-byte hex key, use it only for local message and transaction signing, and redact the configured key from known error output. The raw private key is never sent over the network. The scripts may upload media, call Element APIs, and broadcast signed transactions after confirmation, so use a dedicated low-risk wallet.

Only upload user-provided NFT media images. Do not upload secrets, keys, dotfiles, shell configs, environment files, source archives, or arbitrary local documents. The bundled scripts validate uploads as regular local image files and reject symlinks, unsupported extensions, oversized files, and files whose bytes do not match the declared image type.

Routing Contract

First classify the task, then read the matching reference before you answer with field guidance, collect parameters, or run commands:

  • Create: new Element NFT collection/drop, stopping before publish
  • List: show current drops and their name / slug
  • Preview: inspect existing settings, design, prereveal media, or public availability
  • Update: change settings, prereveal image, design fields, design media, or stages
  • Publish: publish, resume a paused drop, or pause a live drop
  • List chains: inspect supported chains or payment tokens

Do not guess supported chains, supported payment tokens, lifecycle defaults, or field constraints from memory. If the user is doing a relevant operation and asks or implies uncertainty about those values, read the matching reference first, then use the read-only command when live data is needed. Do not use this skill for buying, selling, bidding, canceling, floor price, volume, rankings, activity history, inventory, or portfolio queries. If the user asks about field meaning or code behavior in the context of Element Drop lifecycle work, this skill may be used for explanation, but do not run lifecycle commands unless the user is actually performing a lifecycle action.

Confirmation Rules

Read-only commands run immediately:

  • list-user-drops
  • preview-drop
  • list-chains

State-changing commands require preview first:

  • create-drop
  • update-drop
  • publish-drop

For any state-changing command:

  1. Gather the minimum required parameters for the lifecycle stage.
  2. Run preview mode first.
  3. Show a concise execution preview using business language.
  4. Wait for explicit positive confirmation.
  5. Execute only after confirmation.

If execution includes an onchain transaction, also state that continuing will send a real blockchain transaction, identify the user-visible action that sends it, and make clear that preview mode does not broadcast.

Every preview, execution confirmation, and failure report must repeat the selected chain. For create/deploy flows, also repeat the contract symbol. Never silently switch chains after an RPC or network problem; if the requested chain fails, report that chain and ask for a new explicit user instruction before using another chain.

User-Facing Parameters

General:

  • Use chainName; do not ask users for chain IDs.
  • Use slug as the main identifier for existing drops.
  • Resolve backend identifiers internally.
  • Do not ask for hidden backend IDs when slug is enough.
  • Local media paths must be absolute.
  • Local media paths must point to real image files (.png, .jpg, .jpeg, .gif, .webp); never use paths to credentials or system files.
  • paymentToken accepts token name, symbol, or address.

Settings:

  • edition: limited or open
  • maxSupply: required when switching to limited edition
  • dropBeginTime: mint start time
  • paymentToken: sale currency
  • stages: full mint stage array replacement when provided
  • preReveal: pre-reveal image path

Design:

  • previewMedia: design preview image path array
  • name
  • description / desc
  • website: must be a complete URL
  • twitter, instagram, discord, telegram, medium: users may provide suffix or full link; send suffix to backend
  • bannerFilePath
  • dropFeaturedImage

Do not expose backend-only identifiers, status flags, or compatibility storage names in user-facing summaries. Use business language such as chain, slug, live/paused/draft, prereveal image, preview images, and availability.

Lifecycle Rules

Create:

  • Required: chainName, name, symbol, preReveal.
  • When a create request starts, proactively state these required fields, ask for any that are missing, and then state the defaults that will be applied if the user does not override them.
  • Optional overrides include settings, stages, design media, design copy, website/social links, and payment token.
  • Default mint start time is the next day.
  • Default edition is limited edition with total supply 999.
  • Default preview image is the same image as preReveal.
  • Default stage is one public stage with sale price 0, duration 3 days, phase supply equal to the collection supply, max 1 mint per wallet, no interval, and public mode.
  • Create deploys and configures the drop but does not publish by default.
  • After create succeeds, tell the user the drop is configured but not live yet, then guide them to preview publishing the same chainName + slug before confirmed publish execution.

Update:

  • Required: chainName, slug.
  • Patch semantics: only explicitly provided fields change; omitted fields keep remote values.
  • If stages is provided, it replaces the full stage array.
  • Stage IDs are not user-controlled.
  • Updating settings or prereveal on a live drop requires republish and therefore an onchain confirmation.
  • Updating a paused drop, design-only fields, design media, or collection profile fields does not force republish.

Publish:

  • Required: chainName, slug.
  • Covers first publish, resuming a paused drop, and pausing a live drop.
  • Default target is live.
  • If the user asks to keep it paused or pause a live drop, use the paused publish target.
  • Publish requires an existing configured prereveal image. The publish flow prepares that image for the live drop configuration automatically; if readiness times out, tell the user to re-upload the prereveal image and retry.

Web-Only Features

Element Drop supports these features, but this skill does not currently configure them:

  • Whitelist stage configuration
  • Design detail sections

For those, use the web editor and replace your-slug with the actual drop slug:

Reporting Contract

For previews, clearly label the response as preview-only and say no changes were applied. For execution, summarize only the user-visible result.

Include the relevant fields for the lifecycle stage:

  • Create: chain, symbol, slug, contract address, collection URL, drop URL, edit URL, settings summary, design summary, recommended next publish action
  • List: chain, wallet, drop names, slugs, returned count
  • Preview: chain, slug, availability state, mint start time, edition, supply, payment token, stages, design/prereveal media status, links
  • Update: chain, slug, fields changed, whether republish was needed, updated settings/design summaries, links
  • Publish: chain, slug, transaction hash if sent, final availability state, settings summary, links

Use these business labels in user-facing output:

  • draft, live, paused for availability
  • limited edition, open edition for edition
  • prereveal image for prereveal media
  • preview images for design preview media
  • sale currency for payment token

Failure Reporting

Do not say only "failed". State the failed lifecycle stage, the relevant error or response summary, and the actionable recovery. If required parameters are missing, state exactly which user-facing parameters are missing. For upload, API, or onchain failures, identify the segment in business language. Always repeat the selected chain in the failure message. For create/deploy failures, repeat the symbol too.

Absolute Do-Nots

  • Do not request or echo the private key.
  • Do not execute state-changing commands before confirmation.
  • Do not interpret "create" as "create and publish" by default.
  • Do not overwrite unspecified fields with defaults during update-drop.
  • Do not show internal script choreography or backend-only identifiers in normal user-facing output.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

72.32%
按下载量换算482

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills