一键导入
photo-studio
Artistic photo processing studio for importing, styling, batch processing, and organizing photos into collections
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Artistic photo processing studio for importing, styling, batch processing, and organizing photos into collections
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Real-time error monitoring dashboard: error summary with severity breakdown, error trends over time, category analysis, recent error feed, fix tracking, system health score, circuit breaker states, error code analysis, recurring error pattern detection, and actionable recommendations. Reads from Enso's action log, error log, circuit breakers, and error rate monitor.
Scheduled task health dashboard: monitor task statuses, failure rates, execution history, error classification, circuit breaker states, and drill into specific task run logs. The Team Leader's command center for scheduled task reliability.
Financial accounts dashboard — unified view across brokerage and private-bank accounts with wealth monitoring, refresh logs, and notification settings. Each account is a Cortex entity; each periodic statement is its own synthesis page. Privacy: all data lives at ~/.enso/wiki/ and ~/.enso/data/finances/ (local only — never committed to git).
Books: unified library across Kindle and WeRead (微信读书). Browse, search, scan from multiple sources, view enriched metadata, deep AI podcasts, and research from your reading.
Places & Travel: discover destinations, save travel wishlists, plan photography trips around golden hour timing, research locations with immersion checklists, plan shots by day and lighting window, and access quick photography technique references.
Cross-media library for browsing, searching, rating, tracking, and discovering books, movies, TV series, games, music, and photos from your Knowledge Cortex entity index
| name | photo_studio |
| description | Artistic photo processing studio for importing, styling, batch processing, and organizing photos into collections |
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:
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.
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 toApply an artistic style to a photo. Supports watercolor, oil_painting, sketch, pop_art, vintage, noir, impressionist, anime styles with adjustable intensity.
Parameters:
photoId (string): ID of the photo to stylestyle (string): Style name: watercolor, oil_painting, sketch, pop_art, vintage, noir, impressionist, animeintensity (number): Style intensity from 0-100 (default: 75)colorPalette (string): Optional color palette: warm, cool, muted, vibrant, monochromeApply an artistic style to multiple photos at once from a collection or selection. Shows progress and results.
Parameters:
collection (string): Collection name to process all photos fromphotoIds (string): Comma-separated photo IDs to process (alternative to collection)style (string): Style name to apply: watercolor, oil_painting, sketch, pop_art, vintage, noir, impressionist, animeintensity (number): Style intensity from 0-100 (default: 75)Create, rename, delete, view, and list photo collections. Organize original and styled photos into named albums.
Parameters:
action (string): Action: create, list, view, rename, delete, add, removename (string): Collection namenewName (string): New name for rename actionphotoId (string): Photo ID for add/remove actionsShow original photo alongside all styled versions for side-by-side comparison
Parameters:
photoId (string): ID of the photo to compare versions for