← Back to Skills Marketplace
ryley-o

Get Artist

by ryley-o · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install get-artist
Description
Look up an Art Blocks artist and their body of work using artblocks-mcp. Use when a user wants to find an artist, see their projects, explore an artist's por...
README (SKILL.md)

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

Notes

  • Results include artBlocksUrl for each project — use these when presenting projects to users
  • The artistSlug field in results (under artistProfiles) can be used for subsequent lookups
  • The tool excludes unassigned/test projects automatically
  • If the artist name is ambiguous (partial match returns multiple artists), the artistNames array will show all matched names
  • projectIndex is the project number on the contract (e.g. 78); id is the full project ID (e.g. 0xa7d8...d270-78)
Usage Guidance
This skill appears to be a harmless documentation-style wrapper around an existing tool (artblocks-mcp / get_artist). Before installing or enabling it, confirm that your agent runtime actually provides a trusted implementation of artblocks-mcp or get_artist (the SKILL.md assumes that tool exists but the skill metadata does not declare it). If the underlying tool will make network calls from your environment, verify where those calls go (expected: artblocks APIs / artblocks.io) and whether any API keys or elevated network permissions are required. If you are unsure about the provenance of the referenced tool, ask for its source or prefer a skill that explicitly declares and provenance-checks its dependency.
Capability Analysis
Type: OpenClaw Skill Name: get-artist Version: 1.0.0 The skill bundle consists of documentation for an Art Blocks artist lookup tool (get_artist). It provides clear instructions for an AI agent on how to query artist data, project metadata, and floor prices via an MCP server. No executable code, suspicious network calls, or malicious instructions were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description and the SKILL.md consistently describe a tool to look up Art Blocks artists and return project metadata. However, the SKILL.md explicitly references using artblocks-mcp and a get_artist tool, but the skill metadata declares no required binaries or install steps. This is likely a packaging/metadata omission (the runtime must provide the referenced tool), not an active security risk, but it's an inconsistency the user should be aware of.
Instruction Scope
The instructions are narrowly scoped to searching for artists and returning project metadata (parameters, response shape, when to use). They do not instruct reading local files, scanning environment variables, or sending data to unexpected endpoints. The outputs reference artblocks.io links and image URLs, which is expected for this domain.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md does not attempt to read secrets or unrelated system configuration.
Persistence & Privilege
The skill is not set to always: true and uses the platform defaults for invocation. It does not request persistent system-wide presence or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install get-artist
  3. After installation, invoke the skill by name or use /get-artist
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the get-artist skill for Art Blocks. - Enables lookup of artists and their entire project portfolio using artist name, slug, or wallet address. - Returns project metadata, floor prices, tags, and direct project links. - Allows flexible search by artist, with support for optional chain filtering and project result limits. - Designed for exploring and comparing an artist’s body of work on Art Blocks.
Metadata
Slug get-artist
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Get Artist?

Look up an Art Blocks artist and their body of work using artblocks-mcp. Use when a user wants to find an artist, see their projects, explore an artist's por... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.

How do I install Get Artist?

Run "/install get-artist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Get Artist free?

Yes, Get Artist is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Get Artist support?

Get Artist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Get Artist?

It is built and maintained by ryley-o (@ryley-o); the current version is v1.0.0.

💬 Comments