The plugin is entirely written by AI using a text session with ChatGPT Free.
The config can be updated with your own private links.
Take a look at the code.
Use at your own risk.
[AI Final Response]
If your goal is literally the largest possible Skinner database, the next step should be to add support for local JSON files as sources as well as URLs. Then you can run multiple crawlers/downloaders externally and have SkinnerAutoImport merge every resulting database into Skinner without needing to modify the plugin.
I re-checked the available sources rather than just repeating the previous three. There are five directly consumable JSON sources I can verify, plus the PuKoren generated database. The important caveat is that several are forks of the same lineage, so enabling all of them is useful for deduplication but will not necessarily produce five times as many skins. VaGo-o is currently the freshest of the forked Gists I found, with activity through June 2, 2026.
The PuKoren repository also contains a generated Skins.json and explicitly describes it as a RustLabs-approved-skins crawler output, so it can be consumed directly as a JSON source.
Here is the complete config for the current SkinnerAutoImport 2.0.0 plugin:
{
"Skin Sources": [
{
"Name": "TheDevMinerTV",
"URL": "https://gist.githubusercontent.com/TheDevMinerTV/6d17e87daad727789c152c3544e44b45/raw/",
"Enabled": true
},
{
"Name": "Krispywafers",
"URL": "https://gist.githubusercontent.com/Krispywafers/86feebf096d3fb2a9f060fa4414b5b8f/raw/",
"Enabled": true
},
{
"Name": "VaGo-o",
"URL": "https://gist.githubusercontent.com/VaGo-o/5cfb21c03dc7e85f647a4eb6058aef79/raw/",
"Enabled": true
},
{
"Name": "Classxx",
"URL": "https://gist.githubusercontent.com/Classxx/6e75d2a019c38e538739ad9876e8ee36/raw/",
"Enabled": true
},
{
"Name": "AndrewFinnell",
"URL": "https://gist.githubusercontent.com/andrewfinnell/d58519cedfe95c5f431d1a4efb585e38/raw/",
"Enabled": true
},
{
"Name": "PuKoren RustLabs Crawler",
"URL": "https://raw.githubusercontent.com/PuKoren/rust-skins-config/master/Skins.json",
"Enabled": true
}
],
"Automatic update enabled": true,
"Update interval (days)": 30.0,
"Run update on server startup": true,
"Reload Skinner after import": true,
"Default Skinner permission": "skinner.default",
"Skip default skin ID 0": true,
"Log duplicate skin IDs": false,
"Log source failures": true,
"Last successful update UTC": "",
"Last total source skin count": 0,
"Last added skin count": 0,
"Last source count": 0
}
What each source is
TheDevMinerTV β your original monthly/updated source.
Krispywafers β fork of TheDevMinerTV's database, last shown active February 26, 2026.
VaGo-o β fork of Krispywafers, with activity through June 2, 2026.
Classxx β another fork of Krispywafers.
AndrewFinnell β another Krispywafers fork, with its own revisions.
PuKoren RustLabs Crawler β generated database based on approved Workshop skins collected from RustLabs. The repository actually contains Skins.json, so unlike what I said previously, this one can be used directly as a URL source.
One important point
I would leave all six enabled.
Your plugin globally deduplicates skin IDs, so if the same skin exists in all six databases, it gets imported only once. The benefit is that if one source has IDs another source doesn't, you retain those additional IDs.
Your resulting process is therefore:
TheDevMinerTV ββββββββ
Krispywafers βββββββββ€
VaGo-o βββββββββββββββ€
Classxx ββββββββββββββ€
AndrewFinnell ββββββββ€
PuKoren/RustLabs βββββ€
β
GLOBAL DEDUPLICATION
β
Skinner/ImportedSkins.json
β
Skinner 3.1.6
The config can be updated with your own private links.
Take a look at the code.
Use at your own risk.
[AI Final Response]
If your goal is literally the largest possible Skinner database, the next step should be to add support for local JSON files as sources as well as URLs. Then you can run multiple crawlers/downloaders externally and have SkinnerAutoImport merge every resulting database into Skinner without needing to modify the plugin.
I re-checked the available sources rather than just repeating the previous three. There are five directly consumable JSON sources I can verify, plus the PuKoren generated database. The important caveat is that several are forks of the same lineage, so enabling all of them is useful for deduplication but will not necessarily produce five times as many skins. VaGo-o is currently the freshest of the forked Gists I found, with activity through June 2, 2026.
The PuKoren repository also contains a generated Skins.json and explicitly describes it as a RustLabs-approved-skins crawler output, so it can be consumed directly as a JSON source.
Here is the complete config for the current SkinnerAutoImport 2.0.0 plugin:
{
"Skin Sources": [
{
"Name": "TheDevMinerTV",
"URL": "https://gist.githubusercontent.com/TheDevMinerTV/6d17e87daad727789c152c3544e44b45/raw/",
"Enabled": true
},
{
"Name": "Krispywafers",
"URL": "https://gist.githubusercontent.com/Krispywafers/86feebf096d3fb2a9f060fa4414b5b8f/raw/",
"Enabled": true
},
{
"Name": "VaGo-o",
"URL": "https://gist.githubusercontent.com/VaGo-o/5cfb21c03dc7e85f647a4eb6058aef79/raw/",
"Enabled": true
},
{
"Name": "Classxx",
"URL": "https://gist.githubusercontent.com/Classxx/6e75d2a019c38e538739ad9876e8ee36/raw/",
"Enabled": true
},
{
"Name": "AndrewFinnell",
"URL": "https://gist.githubusercontent.com/andrewfinnell/d58519cedfe95c5f431d1a4efb585e38/raw/",
"Enabled": true
},
{
"Name": "PuKoren RustLabs Crawler",
"URL": "https://raw.githubusercontent.com/PuKoren/rust-skins-config/master/Skins.json",
"Enabled": true
}
],
"Automatic update enabled": true,
"Update interval (days)": 30.0,
"Run update on server startup": true,
"Reload Skinner after import": true,
"Default Skinner permission": "skinner.default",
"Skip default skin ID 0": true,
"Log duplicate skin IDs": false,
"Log source failures": true,
"Last successful update UTC": "",
"Last total source skin count": 0,
"Last added skin count": 0,
"Last source count": 0
}
What each source is
TheDevMinerTV β your original monthly/updated source.
Krispywafers β fork of TheDevMinerTV's database, last shown active February 26, 2026.
VaGo-o β fork of Krispywafers, with activity through June 2, 2026.
Classxx β another fork of Krispywafers.
AndrewFinnell β another Krispywafers fork, with its own revisions.
PuKoren RustLabs Crawler β generated database based on approved Workshop skins collected from RustLabs. The repository actually contains Skins.json, so unlike what I said previously, this one can be used directly as a URL source.
One important point
I would leave all six enabled.
Your plugin globally deduplicates skin IDs, so if the same skin exists in all six databases, it gets imported only once. The benefit is that if one source has IDs another source doesn't, you retain those additional IDs.
Your resulting process is therefore:
TheDevMinerTV ββββββββ
Krispywafers βββββββββ€
VaGo-o βββββββββββββββ€
Classxx ββββββββββββββ€
AndrewFinnell ββββββββ€
PuKoren/RustLabs βββββ€
β
GLOBAL DEDUPLICATION
β
Skinner/ImportedSkins.json
β
Skinner 3.1.6