scenario-asset-analysis
Scenario Asset Analysis
Overview
Four tools read assets back instead of making new ones: three fixed-purpose, one open-ended. With search (default toolset) they answer the questions that come after a batch lands, which is where most of the work actually is: is this on brief, what look is this, what does this show, what can the next model condition on, where did last week's approved version go.
None of them are in the default toolset. Get schemas with scenario_tools_search, then run each through the executor matching its permission: asset_caption and asset_describe are read-class, asset_analyze and asset_detect are write-class. Or reconnect with ?toolsets=full. Connection and scope: see the scenario skill in this repo. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
| Need | Tool | Shape |
|---|---|---|
| A caption for one image | asset_caption (read) |
details_level: action or action+style |
| A reusable look off one image | asset_describe (read) |
Returns a full description plus a promptable synthesis |
| Anything else, in your own words | asset_analyze (write) |
instruction plus up to 10 images and 10 text_inputs |
| A conditioning map for another model | asset_detect (write) |
modality, one of ten including canny, depth, pose, segmentation |
All four bill credits and all four take dry_run: true for an estimate first. Read-class does not mean free.