Discover Artblocks Projects

v1.0.0

Browse, search, and explore Art Blocks projects, collections, and collector portfolios using artblocks-mcp. Use when a user wants to find, filter, browse, or...

0· 131·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ryley-o/discover-artblocks-projects.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Discover Artblocks Projects" (ryley-o/discover-artblocks-projects) from ClawHub.
Skill page: https://clawhub.ai/ryley-o/discover-artblocks-projects
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install discover-artblocks-projects

ClawHub CLI

Package manager switcher

npx clawhub@latest install discover-artblocks-projects
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description claim browsing/searching Art Blocks and the SKILL.md documents exactly the tools and filters you'd expect for that purpose. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md contains detailed runtime instructions and tool definitions (discover_projects, get_project, discover_live_mints, etc.) and references an artblocks://about resource. The file does not instruct the agent to read local files, environment variables, or send data to unexpected endpoints. However, the skill is instruction-only and does not include implementations for those tools; you should confirm the agent runtime actually provides connectors named by these tools (or an 'artblocks-mcp' integration) before expecting functionality.
Install Mechanism
No install spec, no downloads, and no code files — lowest-risk form (instruction-only). Nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a read-only browsing/search skill.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed by default (not a concern here) and appropriate for a helper skill.
Assessment
This skill appears to be a documentation/specification for Art Blocks query tools rather than executable code; it asks for no secrets and has no install steps. Before installing or relying on it, verify that your agent runtime actually implements the named tools (discover_projects, get_project, discover_live_mints, etc.) or provides an 'artblocks-mcp' connector, and be aware the skill's source/homepage is missing — if provenance matters to you, ask the publisher for a repository or homepage to review implementation details.

Like a lobster shell, security has layers — review code before you run it.

latestvk9794r8kbv3kgbamxw0fxmkts5836mdf
131downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Discovering Art Blocks Projects

Choosing the Right Tool

GoalTool
What's minting right now?discover_live_mints
What's dropping soon?discover_upcoming_releases
Browse/filter by vertical, artist, chain, tagdiscover_projects
Full details on a known projectget_project
All projects by a specific artistget_artist
High-level portfolio summary for a collectorget_wallet_summary
Individual tokens a collector ownsget_wallet_tokens
See available tags for filteringlist_tags

Resource: artblocks://about

Fetch this resource first if you need platform context — it covers vocabulary, verticals, chains, tags, user profiles, and a quick-start guide for which tool to use.

Tool: discover_projects

Browses and filters Art Blocks collections with optional text search, chain, vertical, tag, floor price, and mintability filters. Returns project metadata with truncated descriptions, floor price, mint progress, featured token image, and a direct artblocks.io link. Test/dev projects (unassigned vertical) are excluded by default.

Filters

ParamTypeNotes
searchstringSearches project name and artist name (case-insensitive partial match)
artistNamestringFilter by artist name (case-insensitive partial match)
chainIdnumber1 (Ethereum), 42161 (Arbitrum), 8453 (Base)
verticalNamestringSee verticals below
mintablebooleantrue = actively mintable projects only
tagstringFilter by tag (e.g. "ab500", "animated", "curated series 1"). Use list_tags to see all available tags.
minFloorPricenumberMinimum floor price in ETH
maxFloorPricenumberMaximum floor price in ETH — only returns projects with a listing at or below this price
isArtblocksbooleantrue = Art Blocks flagship only, false = Engine only, omit for all
includeUnassignedbooleanInclude test/dev projects (default false)
sortBystringnewest (default), oldest, name_asc, recently_updated, floor_asc, floor_desc, most_collected, edition_size_desc
limitnumberDefault 25, max 200
offsetnumberFor pagination

Verticals

ValueDescription
curatedArt Blocks Curated — highest-curation tier
studioArt Blocks Studio — artist-driven projects
presentsArt Blocks Presents
explorationsArt Blocks Explorations
playgroundArt Blocks Playground
flexArt Blocks Flex — scripts with off-chain dependencies
fullyonchainFully on-chain — no external dependencies

Tool: get_project

Returns full details for a single project. Use this when you need more than discover_projects provides — it returns the complete untruncated description, trait/feature distribution with per-value rarity percentages, artist profiles, tags, floor price, mint progress, minting config, featured token image, and artblocks.io link.

ParamTypeNotes
projectIdstringFull project ID (e.g. "0xa7d8...d270-78"). Provide this or slug.
slugstringProject slug (e.g. "fidenza-by-tyler-hobbs"). Provide this or projectId.

Key fields unique to get_project (not in discover_projects):

  • featureFields — trait distribution: each feature name with all values, counts, and rarity percentages
  • Full description (not truncated — discover_projects truncates at ~800 chars)

Tool: get_artist

Looks up an artist and returns all their projects with metadata, floor price, tags, and artblocks.io links. Search by name (partial), profile slug (exact), or wallet address.

ParamTypeNotes
artistNamestringCase-insensitive partial match
artistSlugstringExact profile slug (e.g. "tyler-hobbs")
artistAddressstringWallet address (exact match)
chainIdnumberOptional chain filter
limitnumberMax projects to return (1–100, default 50)

At least one of artistName, artistSlug, or artistAddress is required.

Tool: discover_live_mints

Returns projects currently active, unpaused, not complete, and past their start date. Ordered by most recently started. Includes minter type, pricing, supply, and artblocks.io links.

ParamTypeNotes
searchstringFilter by project/artist name
chainIdnumber1, 42161, 8453
limitnumberDefault 25, max 200

Tool: discover_upcoming_releases

Returns projects with a future start_datetime, ordered by soonest first. Includes minter configuration and artblocks.io links.

ParamTypeNotes
searchstringFilter by project/artist name
chainIdnumber1, 42161, 8453
limitnumberDefault 25, max 100

Tool: list_tags

Returns all distinct tag names that can be used with the discover_projects tag filter. No parameters. Common tags: "ab500", "animated", "interactive", "audio", "responsive", "curated series 1", "evolving".

Tool: get_wallet_summary

High-level portfolio summary for an Art Blocks collector. Returns total token count, unique project count, chain distribution, and a per-project breakdown (project name, artist, token count, artblocks.io link) sorted by number held.

ParamTypeNotes
walletAddressstringWallet address or ENS name. Provide this or username (at least one required).
usernamestringArt Blocks username — aggregates across all linked wallets.
chainIdnumberOptional chain filter
projectIdstringFilter to a specific project
limitnumberMax projects in breakdown (1–100, default 25)
offsetnumberPagination offset

Tool: get_wallet_tokens

Returns individual Art Blocks tokens owned by a collector with project context, media URLs, features/traits, mint date, and artblocks.io links.

ParamTypeNotes
walletAddressstringWallet address or ENS name. Provide this or username (at least one required).
usernamestringArt Blocks username — aggregates across all linked wallets.
chainIdnumberOptional chain filter
projectIdstringFilter to tokens from a specific project
sortBystringrecently_collected (default), first_collected, newest_mint, oldest_mint
limitnumberDefault 100, max 250
offsetnumberFor pagination

User Profiles and Linked Wallets

Art Blocks users can link multiple wallets to a single profile. get_wallet_summary, get_wallet_tokens, and check_allowlist_eligibility all accept either a walletAddress (including ENS) or an Art Blocks username. When a profile is found, tokens and eligibility are aggregated across all linked wallets, giving a complete view of a collector's holdings.

Project ID Format

The id field in results is the full project ID used by all downstream tools:

<contract_address>-<project_index>

Example: 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-0

Use this directly with get_project, get_project_minter_config, build_purchase_transaction, and check_allowlist_eligibility.

Following Up with GraphQL

The domain-specific tools above handle most use cases. For deeper data (sales history, aggregations, custom joins), use the GraphQL tools (graphql_query, build_query, explore_table) as an escape hatch.

Pagination

# Page 1
discover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 0)

# Page 2
discover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 25)

Comments

Loading comments...