avatar-artifact-download

avatar-artifact-download is a skill for Claude Code from firstdebug/avatar-platform. It costs 24 tokens per session (3,471 once invoked), scanned A, original, no licence file.

A downloader for a virtual-person software development kit (SDK), which is a package developers use to add virtual-person features to an application. It tries an online file store first and explains how to download the SDK manually if that fails.

In plain words
What is it for?
Getting the virtual-person SDK onto a development machine and starting work with its files.
Why use it?
It removes the need to find and download the SDK by hand in the usual case. It also gives a fallback when the automatic download does not work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the avatar-platform plugin — 30 skills, 7 agents, 1 hook shipped together

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.

agentmods
npx agentmods add skills/firstdebug/avatar-platform/avatar-artifact-download
Any agent
npx skills add firstdebug/avatar-platform --skill avatar-artifact-download
Clone the repo
git clone --depth 1 https://github.com/firstdebug/avatar-platform

Made for: Claude Code.

Or install avatar-platform, the plugin that ships this one along with the rest of its 30 skills, 7 agents, 1 hook.

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 avatar-artifact-download

README.md
[![agentmods](https://agentmods.dev/badge/skills/firstdebug/avatar-platform/avatar-artifact-download.svg)](https://agentmods.dev/skills/firstdebug/avatar-platform/avatar-artifact-download)
Your own site
<a href="https://agentmods.dev/skills/firstdebug/avatar-platform/avatar-artifact-download"><img src="https://agentmods.dev/badge/skills/firstdebug/avatar-platform/avatar-artifact-download.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,471 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00024 $0.03471
Opus 5 $0.00012 $0.01736
Sonnet 5 $0.00005 $0.00694
Haiku 4.5 $0.00002 $0.00347

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

Security

Grade A, and why

avatar-artifact-download scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

response = requests.get(config['url'], stream=True, timeout=30)
claude/avatar-platform/skills/avatar-artifact-download/SKILL.md · 448 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 448 lines · 24 tokens per session scan A ba04307b65e3

Subscribe to this mod's changes

avatar-artifact-download is a skill published in the GitHub repository firstdebug/avatar-platform (5 stars, last pushed 10d ago), with no licence file. It adds 24 tokens to every session and 3,471 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

wxjava-api-contributor

按 WxJava 的 Maven 多模块、Java 8、公共 API 兼容性和 TestNG 约定,为微信官方接口新增或维护 SDK 支持。适用于新增 Service API、请求响应 Bean、序列化、HTTP 实现、Starter 配置或回归测试时。.

binarywang/WxJava · 68 tokens

wxjava-troubleshooter

排查 WxJava 在配置初始化、access token、签名验签、支付证书、回调通知、序列化、网络请求和多账号隔离方面的问题。适用于用户提供异常、日志、请求响应或“WxJava 为什么不能调用”的场景。.

binarywang/WxJava · 65 tokens

wxjava-upgrade-guide

规划 WxJava 的版本升级与迁移,检查 BOM、模块依赖、Java 版本、配置与公共 API 兼容性,并提供可回滚的验证步骤。适用于用户从旧版升级、切换依赖管理方式、处理兼容性告警或制定升级发布计划时。.

binarywang/WxJava · 72 tokens

azure-kusto-graph

Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match), shortest paths, connected components, and graph-to-table export. Generates the edges-first thinking: define edges, define node lookups, union, make-graph. WHEN…

microsoft/skills · 131 tokens

azure-kusto-irql-graph

Apply IRQL graph functions to KQL or IRQL query results for Kusto Explorer visualization. Generates LiftToGraph mappings and composes GraphRenderView, GraphFoldByProperty, ExtractNode, EnrichNode, and EnrichGraph calls. Accepts a supplied query or limited basic natural-language source request; it is not a general…

microsoft/skills · 155 tokens

azure-mgmt-applicationinsights-dotnet

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application…

microsoft/skills · 82 tokens