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.
npx agentmods add skills/proxy2021/enso/photo_studionpx skills add Proxy2021/Enso --skill photo_studiogit clone --depth 1 https://github.com/Proxy2021/EnsoWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00022 | $0.00803 |
| Opus 5 | $0.00011 | $0.00402 |
| Sonnet 5 | $0.00004 | $0.00161 |
| Haiku 4.5 | $0.00002 | $0.00080 |
Grade A, and why
photo_studio 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Build a reusable, general-purpose Trip Planner app with at least 6 tools, following the architecture from design-trip-planner. IMPORTANT: Read CLAUDE-REFERENCE.md first, then study server/apps/media_gallery/ as the gold standard.
Create the app at server/apps/trip_planner/ with:
- app.json: Full spec with toolFamily 'trip_planner', toolPrefix 'enso_trip_planner_', all tools with JSON Schema parameters, rich sampleParams and sampleData, requiredDataKeys for each tool
- template.jsx: Multi-view React template (600+ lines) with:
- View switching based on data.tool field
- Trips list view with filter/sort toolbar and summary cards
- Destination research view with weather, costs, attractions sections
- Itinerary timeline view with day headers, time slots, drag-friendly layout
- Budget dashboard with category breakdown, progress bars, totals
- Packing list with categorized checkboxes and progress indicators
- Preparation checklist with status badges
- Empty states for every view
- Mobile-friendly responsive layout
- Helper functions for date formatting, currency formatting, percentage calculations
- executors/: One JS file per tool following the gold standard pattern (extract → normalize → build params → call tool → error handle → tag with tool name → return JSON)
All tools must be fully parameterized with no hardcoded destinations, dates, currencies, or trip-specific data. The app should work for any trip to any destination.
Tool Reference
enso_photo_studio_import_photos (primary)
Import photos by URL or from device. Accepts single or multiple photo URLs, stores metadata including dimensions and import date.
Parameters:
urls(string): One or more image URLs, comma-separated or newline-separatedcollection(string): Optional collection name to add imported photos to
enso_photo_studio_apply_style
Apply an artistic style to a photo. Supports watercolor, oil_painting, sketch, pop_art, vintage, noir, impressionist, anime styles with adjustable intensity.
What ships with it
60 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.
- app.json 22 KB
- demo/blade_runner.jpg 68 KB
- demo/cinestill_800t.jpg 100 KB
- demo/faded_editorial.jpg 63 KB
- demo/gallery/alex_webb/alex_webb_01.jpg 80 KB
- demo/gallery/alex_webb/alex_webb_02.jpg 258 KB
- demo/gallery/alex_webb/alex_webb_03.jpg 395 KB
- demo/gallery/almodovar/almodovar_01.jpg 110 KB
- demo/gallery/almodovar/almodovar_02.jpg 140 KB
- demo/gallery/almodovar/almodovar_03.jpg 72 KB
- demo/gallery/ansel_adams/ansel_adams_01.jpg 185 KB
- demo/gallery/ansel_adams/ansel_adams_02.jpg 174 KB
- demo/gallery/ansel_adams/ansel_adams_03.jpg 299 KB
- demo/gallery/argento/argento_01.jpg 175 KB
- demo/gallery/argento/argento_02.jpg 379 KB
- demo/gallery/argento/argento_03.jpg 175 KB
- demo/gallery/blade_runner/blade_runner_01.jpg 257 KB
- demo/gallery/blade_runner/blade_runner_02.jpg 165 KB
- demo/gallery/blade_runner/blade_runner_03.jpg 134 KB
- demo/gallery/cartier_bresson/cartier_bresson_01.jpg 340 KB
- demo/gallery/cartier_bresson/cartier_bresson_02.jpg 396 KB
- demo/gallery/cartier_bresson/cartier_bresson_03.jpg 387 KB
- demo/gallery/cinestill_800t/cinestill_800t_01.jpg 165 KB
- demo/gallery/cinestill_800t/cinestill_800t_02.jpg 257 KB
- demo/gallery/cinestill_800t/cinestill_800t_03.jpg 134 KB
- demo/gallery/clean_bright/clean_bright_01.jpg 422 KB
- demo/gallery/clean_bright/clean_bright_02.jpg 145 KB
- demo/gallery/clean_bright/clean_bright_03.jpg 176 KB
- demo/gallery/crewdson/crewdson_01.jpg 117 KB
- demo/gallery/crewdson/crewdson_02.jpg 249 KB
- demo/gallery/crewdson/crewdson_03.jpg 188 KB
- demo/gallery/cross_processed/cross_processed_01.jpg 272 KB
- demo/gallery/cross_processed/cross_processed_02.jpg 192 KB
- demo/gallery/cross_processed/cross_processed_03.jpg 209 KB
- demo/gallery/del_toro/del_toro_01.jpg 47 KB
- demo/gallery/del_toro/del_toro_02.jpg 128 KB
- demo/gallery/del_toro/del_toro_03.jpg 321 KB
- demo/gallery/eggleston/eggleston_01.jpg 125 KB
- demo/gallery/eggleston/eggleston_02.jpg 293 KB
- demo/gallery/eggleston/eggleston_03.jpg 180 KB
- demo/gallery/ernst_haas/ernst_haas_01.jpg 272 KB
- demo/gallery/ernst_haas/ernst_haas_02.jpg 209 KB
- demo/gallery/ernst_haas/ernst_haas_03.jpg 192 KB
- demo/gallery/faded_editorial/faded_editorial_01.jpg 204 KB
- demo/gallery/faded_editorial/faded_editorial_02.jpg 265 KB
- demo/gallery/faded_editorial/faded_editorial_03.jpg 134 KB
- demo/gallery/fan_ho/fan_ho_01.jpg 196 KB
- demo/gallery/fan_ho/fan_ho_02.jpg 355 KB
- demo/gallery/fan_ho/fan_ho_03.jpg 341 KB
- demo/gallery/fincher/fincher_01.jpg 134 KB
- demo/gallery/fincher/fincher_02.jpg 106 KB
- demo/gallery/fincher/fincher_03.jpg 328 KB
- demo/gallery/fuji_pro400h/fuji_pro400h_01.jpg 82 KB
- demo/gallery/fuji_pro400h/fuji_pro400h_02.jpg 255 KB
- demo/gallery/fuji_pro400h/fuji_pro400h_03.jpg 82 KB
- demo/gallery/fuji_superia/fuji_superia_01.jpg 214 KB
- demo/gallery/fuji_superia/fuji_superia_02.jpg 297 KB
- demo/gallery/fuji_superia/fuji_superia_03.jpg 259 KB
- demo/gallery/ghibli/ghibli_01.jpg 144 KB
- demo/gallery/ghibli/ghibli_02.jpg 198 KB
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.
- 2d ago First seen · 71 lines · 22 tokens per session scan A ccdd18f43066
photo_studio is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 22 tokens to every session and 803 once invoked, about $0.0001 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-31.
Other skills, from other repositories
glmv-caption
Generate captions (descriptions) for images, videos, and documents using ZhiPu GLM-V multimodal model series. Use this skill whenever the user wants to describe, caption, summarize, or interpret the content of images, videos, or files. Supports single/multiple inputs, URLs, local paths, and base64 (images only).
story-long-write
长篇网文写作。从大纲到正文,辅助长篇网络小说的创作,包括世界观、人物、情节线管理。触发方式:/story-long-write、/写长篇、「帮我开书」「写大纲」「日更」「续写」「继续写」「修改第X章」「回炉」「重写第X章」。.
story-short-analyze
短篇网文拆文。拆解爆款短篇小说(番茄短篇 / 故事会 / 知乎盐选 / 追妻 / 世情 / 重生 / 虐渣等通俗题材)的故事核、结构、情感线、反转设计、写作手法、共鸣层次。单一全量拆解管道:跑完 Stage 2-6 产出完整拆文报告,落盘到 拆文库/{书名}/,下游 story-short-write 同时读拆文报告 + 情节节点 + 写作手法 + 原文 + meta.json 写下一篇。触发方式:/story-short-analyze、/短篇拆文、「拆短篇」「拆这篇短文」「短篇拆文」「精细拆解短篇」「8000 字短篇拆解」「番茄短篇拆文」「故事会拆解」「盐言故事拆解」「分析这篇短篇」——均进入同一管道。.
video-frames
Extract a single frame from a local video at the first frame, a timestamp, or a zero-based frame index using FFmpeg.
clip-hand-skill
Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.
ppt-design
使用 HTML 设计与生成高质量演讲幻灯片(PPT/Deck)。当用户希望生成、设计、修改幻灯片、deck、slides、presentation、汇报、提案、pitch、课件时触发。主干:1280×720px 可编辑 HTML 幻灯片 + 唯一 editable HTML→EditableSlideScene→OOXML 管线 + 数据/信息可视化意识 + 5 种设计哲学 + 反 AI slop + 单页自包含 slide-XX.html。不生图;缺图用可编辑原语或占位并标注建议补图。.