art-engine

art-engine is a skill for Claude Code, Codex from HashLips/agent-skills. It costs 53 tokens per session (863 once invoked), scanned A, original, MIT.

A project setup tool for Art Engine 2.0, a framework for generating layered digital artworks such as NFT collections. It creates the expected folders, packages, settings, and plugin starting points.

In plain words
What is it for?
Use it to start an Art Engine artwork project or rebuild its setup with updated requirements.
Why use it?
It removes the manual work of assembling a new Art Engine project and helps keep its setup consistent when requirements change.

Skill for Claude CodeCodex

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/hashlips/agent-skills/art-engine
Any agent
npx skills add HashLips/agent-skills --skill art-engine
Clone the repo
git clone --depth 1 https://github.com/HashLips/agent-skills

Made for: Claude Code, Codex.

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 art-engine

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashlips/agent-skills/art-engine.svg)](https://agentmods.dev/skills/hashlips/agent-skills/art-engine)
Your own site
<a href="https://agentmods.dev/skills/hashlips/agent-skills/art-engine"><img src="https://agentmods.dev/badge/skills/hashlips/agent-skills/art-engine.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 863 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00053 $0.00863
Opus 5 $0.00026 $0.00432
Sonnet 5 $0.00011 $0.00173
Haiku 4.5 $0.00005 $0.00086

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

Security

Grade A, and why

art-engine scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/art-engine/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Art Engine

⚠️ IMPORTANT: Disclaimer

CRITICAL - MUST EXECUTE FIRST: Before proceeding with any setup steps, you MUST present the following disclaimer to the user:


Disclaimer

This skill is provided for educational purposes only. This automated setup process will:

  • Create directories and files on your system
  • Install Node.js packages and dependencies
  • Modify your system configuration
  • Execute commands that may affect your development environment

WARNING: Skills can be dangerous if not trusted or if executed without understanding what they do. Please review the skill documentation before proceeding.

Liability Disclaimer: Hashlips will not be liable for any damages, data loss, or issues that may occur from using this skill, especially if the user has not read and understood the skill documentation before execution. Use this skill at your own risk.

By continuing with the setup, you acknowledge that you have read and understood this disclaimer.

IMPORTANT: Present the disclaimer above to the user and wait for them to acknowledge or continue. Once they proceed (by asking to continue, accepting, or providing any input), you may proceed with the setup steps.


Core Workflow

When setting up a new Art Engine 2.0 project:

  1. Initialize the Node.js project and base configuration.
  2. Install core dependencies.
  3. Create the required folder structure.
  4. Configure TypeScript.
  5. Configure Art Engine itself and its core plugins based on user requirements.
  6. Set up data directories for assets, layers, and metadata.
  7. Run the verification checklist and surface any issues to the user.

Non-Negotiable Rules

  • Always present and honor the disclaimer before executing any setup commands.
  • Execute setup steps in order; do not skip required steps.
  • Never hard-code secrets or wallet keys into generated files.
  • Use Node.js 20+ for reliable engine behavior.
  • Keep custom plugin logic in the dedicated plugin folders.

Read the full file on GitHub · 86 lines

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 · 86 lines · 53 tokens per session scan A e2bc65b96cec

Subscribe to this mod's changes

art-engine is a skill published in the GitHub repository HashLips/agent-skills (24 stars, last pushed 10d ago), licensed MIT. It adds 53 tokens to every session and 863 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

remotion-animation

Generates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".

Marve10s/Better-Fullstack · 59 tokens

bitcoin-inscription-guide

Guide to Bitcoin inscriptions (Ordinals) — creating, minting, and managing content inscribed on the Bitcoin blockchain. Covers Ordinal theory, inscription types (text, images, HTML), BRC-20 tokens, recursive inscriptions, and marketplace integration.

nirholas/three.ws · 56 tokens

pump-fun-reactive

Drives live avatar movement from the real pump.fun PumpPortal feed.

nirholas/three.ws · 20 tokens

pitch-deck

Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final.

solanabr/solana-ai-kit · 55 tokens

create-pitch-deck

Create a structured pitch deck for a crypto project. Use when a user says "create a pitch deck", "help me pitch", "I need slides", "prepare for demo day", "investor presentation", or "grant application". Reads idea-context.md and build-context.md from prior phases if available.

sendaifun/solana-new · 67 tokens

ai-agent-generative-art-platform

Social platform for AI agents creating generative art with p5.js.

rondoflow/rondoflow · 20 tokens