AIOProductOS Studio
NPM · @AIOPRODUCTOSCOM/MCP-STUDIO · SCANNED AUG 3
Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2941 tokens (~210/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @aioproductoscom/mcp-studio
claude mcp add com-aioproductos-mcp-studio -- npx -y @aioproductoscom/mcp-studio
codex mcp add com-aioproductos-mcp-studio -- npx -y @aioproductoscom/mcp-studio
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-aioproductos-mcp-studio": {
"type": "local",
"command": [
"npx",
"-y",
"@aioproductoscom/mcp-studio"
],
"enabled": true
}
}
} openclaw mcp add com-aioproductos-mcp-studio --command npx --arg -y --arg @aioproductoscom/mcp-studio
mcp_servers:
com-aioproductos-mcp-studio:
command: "npx"
args: ["-y", "@aioproductoscom/mcp-studio"] {
"mcpServers": {
"com-aioproductos-mcp-studio": {
"command": "npx",
"args": [
"-y",
"@aioproductoscom/mcp-studio"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +11
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 +26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −62
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- First check of Schema quality: unverified functional
- 29 Jul 26 +34
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@aioproductoscom/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 98 packages
98 packages in the resolved dependency tree · 96 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
studio_cancel ~44
Abandon the current recording session: closes the browser and discards the tape. Nothing is written except screenshots already saved. Safe to call when no session is active (no-op).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
studio_caption ~209
Show (or replace) the bottom-left storyline caption — an eyebrow kicker plus one sentence that narrates the current beat. Keep it under ~12 words and leave it up 2–4s (studio_hold) so it reads. Pass clear=true to fade it out before a scene change. The caption_text is ALSO recorded as the voice-over script: if you call studio_finish with voiceover:true it's spoken aloud (locally) timed to this moment — write captions as speakable sentences. Set no_voice:true for a caption you want on screen but NOT narrated.
| Name | Type | Req | Description |
|---|---|---|---|
| caption_text | string | — | One narrating sentence (keep it short — it's on screen and, with voiceover:true, spoken). |
| clear | boolean | — | Fade the caption out instead of showing one. |
| eyebrow | string | — | Small uppercase kicker, e.g. 'STEP 1' or the feature name. |
| no_voice | boolean | — | Show the caption but exclude it from the voice-over track (optional). |
No output schema declared.
No examples provided.
studio_click ~215
Glide the visible cursor to a target and click it, slow enough to read as a deliberate action on camera. Use for every button / link / menu interaction in the walkthrough. Precondition: the target must be on screen — studio_goto or studio_scroll to it first if it isn't. Prefer a stable CSS selector; fall back to visible text. After clicking it waits for the page to settle and re-applies the theme overlays, so the next beat is on a hydrated page. Returns 'clicked <target>', or errors 'target not visible' — then take a studio_screenshot and pick a better target.
| Name | Type | Req | Description |
|---|---|---|---|
| settle_ms | integer | — | Pause after the cursor arrives, before the click fires, in milliseconds. Optional; default 360. Raise (e.g. 600) for a more deliberate beat. |
| target | string | yes | CSS selector (preferred, e.g. '[data-testid=save]' or 'nav a.pricing') or the exact visible text of the element. Must resolve to one visible element. |
No output schema declared.
No examples provided.
studio_end_card ~145
Show the closing card — a centred glass card over the (still visible) product: title, optional subtitle and URL. The classic outro: what they saw + where to get it. Hold ~2.5s after this, then studio_finish.
| Name | Type | Req | Description |
|---|---|---|---|
| subtitle | string | — | One supporting line under the title, e.g. a tagline. Optional. |
| title | string | yes | Big closing line — the product name or the one-line takeaway. Required. Example: 'AIOProductOS'. |
| url | string | — | Call-to-action URL shown beneath the title, e.g. 'aioproductos.com'. Optional; shown as text, not a live link. |
No output schema declared.
No examples provided.
studio_finish ~369
Stop recording and produce the final files: closes the browser, strips residual dark frames (ffmpeg blackdetect → trim), transcodes to a share-ready MP4 (H.264, faststart), then — optionally — narrates the caption lines with a LOCAL voice (no cloud/keys), lays down a music bed, writes/burns subtitles, and exports vertical/square social crops, plus a GIF. Voice-over timing is auto-corrected for the frames the deblack step removed. Returns every produced file with size + duration. Without ffmpeg you still get the raw WebM.
| Name | Type | Req | Description |
|---|---|---|---|
| aspects | array | — | Extra social crops to export beside the 16:9 master, e.g. ['9:16','1:1'] for Reels/TikTok/feed. Padded with the theme background. |
| gif | boolean | — | Also export a compact GIF (optional; default false). |
| music | string | — | Path to a local audio file for a background music bed, looped and ducked under the voice-over (optional). |
| name | string | yes | Base file name for the video (without extension), e.g. 'onboarding-walkthrough'. |
| subtitles | string | — | 'srt' writes a sidecar .srt from the caption lines; 'burn' also renders them into the picture (muted-autoplay social); 'none' (default). |
| voice | string | — | System voice name (optional), e.g. macOS 'Samantha' or 'Daniel'; falls back to the OS default voice. |
| voiceover | boolean | — | Narrate the caption / studio_narrate lines with a local, offline voice (macOS say · piper · espeak-ng). No account, no API key. Default false. |
No output schema declared.
No examples provided.
studio_goto ~247
Navigate to a URL behind a designed transition card (eyebrow + big title on the theme background) — the viewer never sees a loading flash or half-hydrated page. Use for the opening shot AND every surface change; give each a short title so the cut reads as a chapter. Waits for real content (network settle + optional wait_for selector + skeleton loaders cleared) before lifting the card.
| Name | Type | Req | Description |
|---|---|---|---|
| dwell_ms | integer | — | Minimum time the card stays up so the title reads, in milliseconds. Optional; default 1200. |
| eyebrow | string | — | Small uppercase kicker on the transition card, e.g. 'DASHBOARD'. Optional. |
| title | string | — | Big title on the transition card — usually the surface name. Optional but recommended so each cut reads as a chapter. |
| url | string | yes | Absolute URL to navigate to, including scheme. Example: 'https://app.example.com/dashboard'. |
| wait_for | string | — | CSS selector that must be visible before the card lifts (on top of network-settle + skeleton clearing). Optional; use it when the real content is gated behind a spinner. Example: '[data-loaded=true]'. |
No output schema declared.
No examples provided.
studio_highlight ~253
Draw an accent ring around a target (CSS selector or visible text), optionally with a label card beside it — the 'look here' callout. Side effects: scrolls the target into view, then overlays a ring (and card) in the theme accent; rings stack until cleared. Returns 'highlighted <target>' when the element is found, or errors 'target not found: <target>' when it isn't — retry with a studio_screenshot to pick a better target. Always call with clear=true before you navigate, zoom, or ring a different element, so stale rings don't linger on the next shot.
| Name | Type | Req | Description |
|---|---|---|---|
| clear | boolean | — | true removes ALL current rings/labels and ignores the other fields. Default false (draw a new one). |
| eyebrow | string | — | Small uppercase kicker on the label card, e.g. 'RESULT'. Optional; ignored when clear=true. |
| label | string | — | Text of the label card shown beside the ring. Optional — omit for a ring with no card. Ignored when clear=true. |
| target | string | — | CSS selector or exact visible text of the element to ring. Required unless clear=true. Example: '.metric-card' or 'Monthly revenue'. |
No output schema declared.
No examples provided.
studio_hold ~137
Hold the shot for a moment — glides to a target (optional) and keeps micro-drift so the recorder keeps emitting frames (a dead-static hold gets its tail frames dropped). Use after captions, highlights, and zooms: 2000–3000ms is a good beat.
| Name | Type | Req | Description |
|---|---|---|---|
| ms | integer | — | Hold duration in milliseconds. Optional; default 2200. A good beat after a caption/highlight/zoom is 2000–3000. |
| target | string | — | CSS selector or visible text to glide the cursor to and rest on. Optional — omit to hold in place. Example: '.cta-button'. |
No output schema declared.
No examples provided.
studio_narrate ~117
Record a line of voice-over WITHOUT putting a caption on screen — narration spoken over the action. The line is synthesized locally at studio_finish (needs voiceover:true). Holds the shot afterward so there's footage under the line; set hold_ms to roughly the length of the sentence when spoken (~400ms/word).
| Name | Type | Req | Description |
|---|---|---|---|
| hold_ms | number | — | Hold the shot after recording the line so footage covers it (optional; default 2600). |
| line | string | yes | The sentence to narrate (spoken, not shown on screen). |
No output schema declared.
No examples provided.
studio_screenshot ~175
Take a high-DPI (2x) screenshot of the current frame and save it as a PNG in the output directory. Works any time during a session — element-only via selector, or full_page for the whole scroll height. Returns the file path. Clear captions/rings first unless you want them in the shot.
| Name | Type | Req | Description |
|---|---|---|---|
| full_page | boolean | — | true captures the entire scroll height, not just the visible viewport. Optional; default false. Ignored when selector is set. |
| name | string | yes | File name without extension; slugified to lowercase-dashes. e.g. 'dashboard-hero' → dashboard-hero.png in the output dir. Reused names overwrite. |
| selector | string | — | Capture just this element (CSS selector) instead of the viewport. Optional. When set, full_page is ignored. |
No output schema declared.
No examples provided.
studio_scroll ~210
Cubic-eased scroll to an absolute Y offset or until a target element is in view — never a jump cut. Use between story beats to bring the next area on camera. Side effect: changes only the page scroll position (no click, no navigation). Pass exactly ONE of to_y or to_target. Returns 'scrolled' on completion. To reveal an off-screen element before studio_click or studio_highlight, scroll to it first.
| Name | Type | Req | Description |
|---|---|---|---|
| duration_ms | integer | — | Scroll animation length in milliseconds. Optional; default 1300. Larger = calmer, slower glide (e.g. 2000); smaller = snappier. |
| to_target | string | — | CSS selector to bring into view (scrolled toward center). Use this OR to_y. Example: '#pricing' or 'section.features'. |
| to_y | number | — | Absolute vertical offset from the top of the page, in pixels (≥0). Use this OR to_target, not both. Example: 1200. |
No output schema declared.
No examples provided.
studio_start ~279
Start a recording session: launches a themed headless browser and begins capturing video. Returns the session config and the output directory. One session at a time — studio_finish or studio_cancel ends it. Set theme to the PRODUCT'S brand (bg = its app background — wrong bg causes visible flashes on page loads); use storage_state_path (a Playwright storageState JSON) to record logged-in areas without sharing credentials; list chat widgets / dev overlays / consent banners in hide_selectors so they never appear on tape.
| Name | Type | Req | Description |
|---|---|---|---|
| color_scheme | string | — | prefers-color-scheme for the page (default dark). |
| cookies | array | — | Cookies to pre-set, e.g. your consent cookie so banners never mount (optional). |
| height | number | — | Viewport height in px (optional; default 720). |
| hide_selectors | array | — | CSS selectors to hide from frame 1 (chat bubbles, cookie banners, dev overlays). |
| show_cursor | boolean | — | Visible on-screen cursor that glides to targets (default true). |
| storage_state_path | string | — | Path to a Playwright storageState JSON for logged-in recording (optional). |
| theme | object | — | Visual theme for overlays/transitions — use the recorded product's brand. |
| width | number | — | Viewport width in px (optional; default 1280). |
No output schema declared.
No examples provided.
studio_type ~159
Glide to an input and type text at a human pace (keystroke by keystroke — it reads as real usage, not a paste). Use realistic demo content; whatever you type is on tape.
| Name | Type | Req | Description |
|---|---|---|---|
| delay_ms | integer | — | Per-keystroke delay in milliseconds. Optional; default 45. Lower = faster typing (e.g. 25); higher = more deliberate. |
| input_text | string | yes | The literal text to type; it appears on tape keystroke by keystroke, so use realistic demo content (never real secrets). |
| selector | string | yes | CSS selector of the input, textarea, or contenteditable to type into, e.g. 'input[name=email]'. Must be focusable and visible. |
No output schema declared.
No examples provided.
studio_zoom ~213
Camera punch-in: smoothly zoom the page toward a target (CSS selector or visible text) — the money shot for a metric, button, or result. Captions stay screen-fixed; the content scales under them. ALWAYS studio_zoom with reset=true before navigating or showing the end card, or the next scene inherits the zoom.
| Name | Type | Req | Description |
|---|---|---|---|
| duration_ms | integer | — | Zoom animation length in milliseconds. Optional; default 1100. |
| reset | boolean | — | true eases the camera back to 1:1 (call before navigating or showing the end card, or the next scene inherits the zoom). Ignores target/zoom_scale. Default false. |
| target | string | — | CSS selector or visible text to punch in on (centered). Required unless reset=true. Example: '.big-number' or 'Sign up'. |
| zoom_scale | number | — | Zoom factor (>1). Optional; default 1.7. Keep ≤2.2 — beyond that the page pixelates. Ignored when reset=true. |
No output schema declared.
No examples provided.