Install
openclaw skills install element-nft-dropsUse 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.
openclaw skills install element-nft-dropsUse 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.
Required environment variable:
ELEMENT_WALLET_PRIVATE_KEYExample:
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.
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
Create: references/create.md
List: references/list.md
Preview: references/preview.md
Update: references/update.md
Publish: references/publish.md
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.
Read-only commands run immediately:
list-user-dropspreview-droplist-chainsState-changing commands require preview first:
create-dropupdate-droppublish-dropFor any state-changing command:
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.
General:
chainName; do not ask users for chain IDs.slug as the main identifier for existing drops.slug is enough..png, .jpg, .jpeg, .gif, .webp); never use paths to credentials or system files.paymentToken accepts token name, symbol, or address.Settings:
edition: limited or openmaxSupply: required when switching to limited editiondropBeginTime: mint start timepaymentToken: sale currencystages: full mint stage array replacement when providedpreReveal: pre-reveal image pathDesign:
previewMedia: design preview image path arraynamedescription / descwebsite: must be a complete URLtwitter, instagram, discord, telegram, medium: users may provide suffix or full link; send suffix to backendbannerFilePathdropFeaturedImageDo 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.
Create:
chainName, name, symbol, preReveal.999.preReveal.0, duration 3 days, phase supply equal to the collection supply, max 1 mint per wallet, no interval, and public mode.chainName + slug before confirmed publish execution.Update:
chainName, slug.stages is provided, it replaces the full stage array.Publish:
chainName, slug.Element Drop supports these features, but this skill does not currently configure them:
For those, use the web editor and replace your-slug with the actual drop slug:
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:
Use these business labels in user-facing output:
draft, live, paused for availabilitylimited edition, open edition for editionprereveal image for prereveal mediapreview images for design preview mediasale currency for payment tokenDo 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.
update-drop.