> For the complete documentation index, see [llms.txt](https://olddocs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olddocs.nullcraft.org/software/minecraft-skin-viewer.md).

# 灵工艺我的世界皮肤查看器

## 软件信息 <a href="#ruan-jian-xin-xi" id="ruan-jian-xin-xi"></a>

> 本软件由 [NullCraft Studio (灵工艺工作室)](https://nullcraft.org) 开发\
> 运行支持库 .NET2.0或更高版本

### 软件介绍

一个获取Minecraft正版玩家皮肤，披风和头像的软件

## 获取皮肤

### 使用 Mojang API

通过~~Bugjump~~ API可直接获取皮肤，如果有官方发的披风也会获取披风，没有则不显示，头像通过算法在程序本体内生成

### 使用Crafatar API

通过Crafatar API可以直接获取到玩家的头像，皮肤，披风，全部使用API外链，无内部算法结构，不保证稳定性

![](/files/-M7lNOjGkewUmu_j_q1v)

### 日志记录

在这里包含你之前使用API获取的玩家各种数据直连，双击一行复制，打开即可下载

## 捐助我们

{% content-ref url="/pages/-M7hq9lfYUf1jD1tsDd9" %}
[捐助我们](/donate.md)
{% endcontent-ref %}

## 更新记录

### 1.1.6.516 (2020-05-16)

`[更新]`

* Mojang API使用算法通过皮肤获取头像

### 1.1.5.506 (2020-05-06)

`[更新]`

* 底部提示栏
* 底部获取进度条
* 日志列表

### 1.1.4.426 (2020-04-26)

`[更新]`

* MojangAPI获取披风
* UI与LOGO


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://olddocs.nullcraft.org/software/minecraft-skin-viewer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
