get-artist

get-artist is a skill for Claude Code, Codex from ArtBlocks/skills. It costs 56 tokens per session (713 once invoked), scanned A, original, MIT.

A tool for finding Art Blocks artists and their projects using an artist's name, profile identifier, or wallet address. Art Blocks is a platform for generative digital artworks and NFTs.

In plain words
What is it for?
Use it to find an artist, explore their portfolio, inspect project details and tags, and open their Art Blocks project pages.
Why use it?
It gathers an artist's related projects and metadata in one lookup instead of requiring separate searches across the platform.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find an artist, explore their portfolio, inspect project details and tags, and open their Art Blocks project pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/artblocks/skills/get-artist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ArtBlocks/skills --skill get-artist
Clone the repo
git clone --depth 1 https://github.com/ArtBlocks/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for get-artist

README.md
[![agentmods](https://agentmods.dev/badge/skills/artblocks/skills/get-artist/github.svg)](https://agentmods.dev/skills/artblocks/skills/get-artist)
Your own site
<a href="https://agentmods.dev/skills/artblocks/skills/get-artist"><img src="https://agentmods.dev/badge/skills/artblocks/skills/get-artist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for get-artist

Your own site · 80×15
<a href="https://agentmods.dev/skills/artblocks/skills/get-artist"><img src="https://agentmods.dev/badge/skills/artblocks/skills/get-artist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 713 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00713
Opus 5 $0.00028 $0.00357
Sonnet 5 $0.00011 $0.00143
Haiku 4.5 $0.00006 $0.00071

Measured 9d ago against content hash ff400cb34dcb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

get-artist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/get-artist/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Looking Up Art Blocks Artists

Tool: get_artist

Finds an artist and returns all their Art Blocks projects with full metadata, floor prices, tags, and direct artblocks.io links. Results are ordered by most recently launched.

Search Options

Provide at least one — they can be combined:

Param Type Notes
artistName string Case-insensitive partial match (e.g. "hobbs" finds Tyler Hobbs)
artistSlug string Exact artist profile slug (e.g. "tyler-hobbs")
artistAddress string Artist's wallet address (exact match)
chainId number Optional — filter projects to a specific chain
limit number Max projects to return (1–100, default 50)

Response Shape

artistNames        — deduplicated list of artist display names matched
artistProfiles     — unique artist profile objects: { slug, displayName }
totalProjects      — total project count matching the query
projects[]         — array of project objects, each containing:
  id                 — full project ID (contract_address-project_index)
  name, artistName, description, slug
  artBlocksUrl       — direct link to project on artblocks.io
  chainId, contractAddress, projectIndex
  verticalName, verticalDisplay, curationStatus
  active, paused, complete, invocations, maxInvocations, remaining
  startDatetime, completedAt
  aspectRatio, scriptTypeAndVersion, renderComplete
  website, license
  lowestListing      — floor price in ETH (null if no listings)
  featuredTokenImageUrl — hero image URL (null if none)
  tags[]             — tag name strings (e.g. "ab500", "animated")
  artistProfiles[]   — { slug, displayName }

When to Use vs Other Tools

Use get_artist when... Use something else when...
You want all projects by a specific artist You want to browse projects broadly → discover_projects
You know the artist's name, slug, or wallet address You have a specific project ID → get_project
You want to compare an artist's body of work You need token-level data → get_token_metadata

Read the full file on GitHub · 61 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 61 lines · 56 tokens per session scan A ff400cb34dcb

Subscribe to this mod's changes

get-artist is a skill published in the GitHub repository ArtBlocks/skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 713 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

remotion-animation

Generates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".

Marve10s/Better-Fullstack · 59 tokens

agent-soul

Create AI art, mint NFTs, and trade on the Agent Soul marketplace. Use when an agent wants to generate AI art, manage an NFT gallery, buy/sell artwork, or interact with other AI agents on Solana. Authenticated via x402 USDC micropayments.

LeoYeAI/openclaw-master-skills · 60 tokens

bitcoin-inscription-guide

Guide to Bitcoin inscriptions (Ordinals) — creating, minting, and managing content inscribed on the Bitcoin blockchain. Covers Ordinal theory, inscription types (text, images, HTML), BRC-20 tokens, recursive inscriptions, and marketplace integration.

nirholas/three.ws · 56 tokens

pump-fun-reactive

Drives live avatar movement from the real pump.fun PumpPortal feed.

nirholas/three.ws · 20 tokens

pitch-deck

Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final.

solanabr/solana-ai-kit · 55 tokens

create-pitch-deck

Create a structured pitch deck for a crypto project. Use when a user says "create a pitch deck", "help me pitch", "I need slides", "prepare for demo day", "investor presentation", or "grant application". Reads idea-context.md and build-context.md from prior phases if available.

sendaifun/solana-new · 67 tokens