📦 Adobe

v1.0.1

Illustrator Scripting 使用 ExtendScript(JavaScript/JSX)编写、调试并优化 Adobe Illustrator 自动化脚本。在创建或修改操控 d… 的脚本时使用。

26· 26·0 当前·0 累计
jhauga 头像by @jhauga (John Haugabook)
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is an internally consistent instruction-only skill for writing and running Adobe Illustrator ExtendScript (.jsx) with benign example scripts and no requests for credentials, installs, or external network access.
评估建议
This skill appears coherent and benign, but exercise the normal caution for third-party scripts: (1) review the bundled .jsx files before running them; (2) run scripts on copies or test documents first; (3) do not drop untrusted scripts into Illustrator's Startup Scripts folder (they will run automatically on launch); (4) the skill source/homepage is missing, so prefer authors you trust or inspect code thoroughly for unexpected file I/O or network calls (none are present in the bundled examples)...
详细分析 ▾
用途与能力
Name/description align with the included assets and example scripts: reference doc + three ExtendScript examples (export, create art, find/replace). Nothing requested (no env vars, no binaries, no installs) appears out of scope for Illustrator scripting.
指令范围
SKILL.md focuses on Illustrator DOM and running scripts via File > Scripts, ESTK, or the Startup Scripts folder. Instructions are narrowly scoped to creating, debugging, and running .jsx files. Note: the doc explicitly mentions placing scripts in the Startup Scripts folder and using #targetengine to persist state inside Illustrator — those are legitimate Illustrator behaviors but mean a script can run automatically inside the app, so users should review scripts before installing them into startup locations.
安装机制
No install spec — instruction-only skill. No downloads, package installs, or archives to extract. Example scripts and docs are bundled as files, which is expected for a scripting reference.
凭证需求
No environment variables, credentials, or config paths are requested. Example scripts use user prompts and Folder.selectDialog for local file selection; no external services or tokens are referenced.
持久化与权限
Skill itself does not set always:true nor modify agent settings. However SKILL.md describes Illustrator-side persistence mechanisms (Startup Scripts folder and #targetengine) that can cause scripts to run automatically inside Illustrator — a normal Illustrator capability but worth user attention before installing scripts into those locations.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/4/20

- Added a Bundled Assets section documenting a new quick-reference guide for the Illustrator object model and a scripts directory with example automation scripts. - Clarified usage of reference materials and examples to support script development and debugging. - No changes to core scripting usage or technical guides.

无害

安装命令

点击复制
官方npx clawhub@latest install adobe-illustrator-scripting
镜像加速npx clawhub@latest install adobe-illustrator-scripting --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库