← 返回 Skills 市场
Tool:
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
artBlocksUrlfor each project — use these when presenting projects to users - The
artistSlugfield in results (underartistProfiles) 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
artistNamesarray will show all matched names projectIndexis the project number on the contract (e.g.78);idis the full project ID (e.g.0xa7d8...d270-78)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install get-artist - 安装完成后,直接呼叫该 Skill 的名称或使用
/get-artist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 Get Artist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install get-artist」即可一键安装,无需额外配置。
Get Artist 是免费的吗?
是的,Get Artist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Get Artist 支持哪些平台?
Get Artist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Get Artist?
由 ryley-o(@ryley-o)开发并维护,当前版本 v1.0.0。
推荐 Skills