Real Skill packageSource verifiedClawHub registry

NFT Floor Sweep Calculator

Calculates the total cost of sweeping N items off an NFT collection's floor, pulling live floor prices from Magic Eden (Solana collections) or CoinGecko's free NFT API (EVM collections) with no API key required, then applying marketplace fees and a configurable naive price-step slippage curve to estimate total spend, average price per item, and subtotal before fees. Useful for NFT trading, crypto whale-style bulk buying, defi and passive income research, python developers, and ai agent operators who want a quick p…

Identity and source

Publisher attributionssyoproregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 68% rule confidence
Package forminstruction with code4 recorded files
Canonical sourceClawHub registryclawhub:ssidharhubble:nft-floor-sweep-calculator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/16/2026.claude/skills/nft-floor-sweep-calculator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/16/2026.agents/skills/nft-floor-sweep-calculator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/16/2026skills/nft-floor-sweep-calculator

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @ssidharhubble/nft-floor-sweep-calculator
clawhub inspect @ssidharhubble/nft-floor-sweep-calculator --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
3 / 3 inspected as text
Checked
8/16/2026, 4:04:38 AM
Scanner
0.1.3
Policy
1.0.3
1 inferred permission indicators
  • network access — automatically inferred
2 dependency and API indicators
  • api: api-mainnet.magiceden.dev
  • api: api.coingecko.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/16/2026, 4:08:26 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:072e6be373eeb4fc54dab6aa5d43fd741d3ea9f3a060121abd2b8c3c03900064
Show up to 4 recorded paths
  • README.md
  • scripts/floor_sweep.py
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of NFT Floor Sweep Calculator. - Calculates estimated total cost to sweep N NFTs off a collection's floor on Solana (Magic Eden) or EVM chains (CoinGecko) using live floor prices. - Supports customizable per-item slippage and marketplace fees. - Outputs subtotal, fee breakdown, average price per item, and total estimated spend. - Does not require API keys; works with free, public endpoints. - For planning and research only; does not execute trades or manage wallets.