Produce a whole campaign in NodeTool rather than one video — entity sheets for a product and model, a set of still campaign frames, several short social cuts and a long film, all on one locked grade. Use when the user asks for a launch kit, a campaign, an…
nodetool-ai/nodetool
SkillsMP has collected 83 skills from nodetool-ai/nodetool. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 83
- GitHub stars
- 501
- GitHub forks
- 76
Skills in this repository
Showing 40 of 83 collected skills.
Direct a polished product film in NodeTool — pack shots, macro hero spots, luxury commercials, brand films on location, with or without talent. Use when the user wants an ad that looks shot on a camera rather than a phone, mentions a pack shot, hero shot,…
Direct video where a written voiceover drives the picture — faceless explainers, narrated b-roll, documentary segments, tutorials, corporate and educational video with no on-camera talent. Use when the user asks for an explainer, a voiceover video, a narrated…
Direct narrative video in NodeTool — short films, trailers, teasers, single dramatic scenes, music-video segments with a story. Use when the user gives a logline, a genre, characters with dialogue, or asks for a short, a trailer, a scene, or a cinematic piece…
Shared reference for directing video in NodeTool — the storyboard-to-timeline loop, the exact tool contract, entity casting, how a shot becomes a prompt, permission gating and memory. Load this before acting on any storyboard, script, entity or timeline work,…
Direct phone-shot video with a person in it — UGC ads, creator testimonials, review-to-hero spots, comedy sketches, day-in-the-life and ritual pieces, first-person travel vlogs. Use when the user wants a video that looks self-filmed or friend-filmed, mentions…
Rebuild an existing video for a new product or cast in NodeTool — break a reference ad down shot by shot, then reproduce its structure with different content. Use when the user attaches or links a video and asks to copy, clone, remake, reverse-engineer,…
Build a reusable NodeTool workflow graph that produces video, so the same pipeline can be re-run on new inputs — a UGC factory, a batch shot renderer, a per-SKU ad generator. Use when the user asks for a template, a pipeline, a factory, a batch job, or…
Add a consistent, timed text layer to an existing picture-locked NodeTool timeline. Use for titles, lower-thirds, captions, callouts, and end cards, not workflow building or video rendering.
Turn a confirmed product or feature brief into a shootable 30–120 second explainer storyboard with a consistent entity roster. Use for explanatory product videos, not workflows, pipelines, or finished renders.
Turn confirmed track metadata into a shootable, beat-synced music-video treatment and NodeTool storyboard. Use for music videos and promos, not workflows, pipelines, or finished renders.
Build a NodeTool workflow graph in the sandbox from generated node wrappers, one importable module per node namespace
Call NodeTool nodes as typed async functions from sandbox code, one importable module per node namespace, with streaming and plain JavaScript control flow
Sign AWS requests (S3 and every other SigV4 service) in a Code node or CodeAct action, with NodeTool's signer running on the host
Parse English dates such as next Tuesday in a Code node or CodeAct action, with chrono-node running on the host
Convert, mix, and measure colors inside a Code node or CodeAct action, with culori running in the guest
Parse and write CSV in a Code node or CodeAct action, with papaparse running on the host behind a generated facade
Date arithmetic, parsing and formatting inside a Code node or CodeAct action, with date-fns running in the guest
Exact decimal arithmetic inside a Code node or CodeAct action, with decimal.js running in the guest
Unified text diffs in a Code node or CodeAct action, with the diff library running on the host
Build a Word document in a Code node or CodeAct action, with docx running on the host
Read an EPUB's metadata, table of contents, and chapters in a Code node or CodeAct action, with epub2 running on the host
Read EXIF from image bytes in a Code node or CodeAct action, with exifr running on the host
Evaluate a math formula without eval in a Code node or CodeAct action, with expr-eval running on the host
Build, parse, and rasterize SVG with Fabric.js (renderSVG, loadSVG, render)
Encode an animated GIF from RGBA frames inside a Code node or CodeAct action, with gifenc running in the guest
Select elements out of HTML and convert a page to markdown in a Code node or CodeAct action, with cheerio and turndown running on the host
Build .ics calendar files in a Code node or CodeAct action, with ics running on the host
Query a JSON document with JMESPath inside a Code node or CodeAct action
Read a Word document as text or HTML in a Code node or CodeAct action, with mammoth running on the host
Parse markdown into a token stream inside a Code node or CodeAct action, with marked's lexer running in the guest
Call the Notion API from a Code node or CodeAct action, with NodeTool's request builder and rich-text/block readers running on the host
Read the text in an image from a Code node or CodeAct action, with tesseract.js running on the host
Extract the embedded text of a PDF, whole or per page, in a Code node or CodeAct action, with pdf-parse running on the host. It reads text the PDF already carries; it does not OCR a scanned page.
Build and merge PDF files in a Code node or CodeAct action, with pdf-lib running on the host
Extract text from a PowerPoint file, whole or per slide, in a Code node or CodeAct action, with office-text-extractor running on the host
Build PowerPoint files in a Code node or CodeAct action, with PptxGenJS running on the host
Encode text into a QR matrix or SVG inside a Code node or CodeAct action, with uqr running in the guest
Expand iCalendar recurrence rules inside a Code node or CodeAct action, with rrule running in the guest
Mean, median, quantiles, and linear regression inside a Code node or CodeAct action, with simple-statistics running in the guest