Parse and stringify SRT/WebVTT captions in a Code node or CodeAct action, with subtitle running on the host
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 83 skills de nodetool-ai/nodetool. Abre una skill para revisar su origen y sus detalles.
nodetool-ai/nodetoolMostrando 40 de 83 skills recopiladas.
Parse and stringify SRT/WebVTT captions in a Code node or CodeAct action, with subtitle running on the host
Idioma del texto original: inglés
Read and write Supabase tables from a Code node or CodeAct action, with NodeTool's PostgREST request builder running on the host
Idioma del texto original: inglés
Classify and embed images, detect objects, and answer from a passage in a Code node or CodeAct action, with TensorFlow.js running on the host
Idioma del texto original: inglés
Count, encode, and decode LLM tokens in a Code node or CodeAct action, with js-tiktoken running on the host
Idioma del texto original: inglés
Send SMS and WhatsApp messages and look up numbers from a Code node or CodeAct action, with NodeTool's Twilio request builder running on the host
Idioma del texto original: inglés
Read and write Excel workbooks in a Code node or CodeAct action, with exceljs running on the host
Idioma del texto original: inglés
Parse XML feeds and sitemaps in a Code node or CodeAct action, with fast-xml-parser running on the host
Idioma del texto original: inglés
Read and write YAML inside a Code node or CodeAct action, with js-yaml running in the guest
Idioma del texto original: inglés
Read and write zip archives in a Code node or CodeAct action, with fflate running on the host under a 50 MB inflation cap
Idioma del texto original: inglés
Write a shootable, precisely timed commercial beat sheet and store it as a NodeTool storyboard, with a consistent entity roster behind every shot. Use when someone needs ad structure — hooks, beats, timecodes, VO — rather than a finished render.
Idioma del texto original: inglés
Turn a product page URL into a finished launch commercial — research, storyboard, rendered stills and clips, voice, music, an assembled timeline — delivered as an editable NodeTool project with the real cost. Use when someone asks for an ad, a launch spot, a…
Idioma del texto original: inglés
Review a diff, branch, or PR along three axes — Correctness (does it work, and does it step on a NodeTool landmine like cross-package imports, MsgPack framing, Zustand subscriptions, ui_primitives, packaged-Electron paths, IPC security?), Standards (does it…
Idioma del texto original: inglés
Use NodeTool REST API, WebSocket protocol, Chat API (OpenAI-compatible), workflow execution endpoints, and streaming responses. Use when user asks about API endpoints, WebSocket protocol, how to call the API, build a client, integrate with NodeTool, or stream…
Idioma del texto original: inglés
Use NodeTool chat CLI commands, interactive terminal, agent mode, workspace management, and Global Chat features. Use when user asks about chat commands, interactive terminal, chat features, agent mode in chat, or the Global Chat interface.
Idioma del texto original: inglés
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing, fixing, or deflaking Playwright tests in this repo — the web E2E suites under web/tests/ (e2e-runner,…
Idioma del texto original: inglés
Create browser automation agents that navigate websites, extract data, fill forms, and perform multi-step web tasks using natural language instructions. Use when user asks to automate browsing, scrape websites with AI, build a web agent, or perform complex…
Idioma del texto original: inglés
Strip "AI slop" from code and prose in this repo — over-engineered abstractions, defensive checks on trusted paths, narrating comments, dead error handlers, redundant types, useEffect-for-derived-data, raw MUI imports, whole-store Zustand subscriptions,…
Idioma del texto original: inglés
Set up RAG pipelines, vector indexing, document ingestion, vector search, and knowledge base creation in NodeTool. Use when user asks about RAG, document indexing, vector search, chat with documents, knowledge base, embeddings, or collection management.
Idioma del texto original: inglés
Build and edit NodeTool visual workflows using UI tools. Use this skill whenever the user asks to create a workflow, connect nodes, build a pipeline, add nodes to a graph, generate images/video/audio via workflows, or asks about workflow patterns. Also use…
Idioma del texto original: inglés
Fixture pack whose dependency imports a Node builtin
Idioma del texto original: Sin determinar
Fixture pack whose one module comes from a clean ESM dependency
Idioma del texto original: inglés
Fixture pack whose dependency feature-detects process
Idioma del texto original: inglés
Fixture pack whose dependency reads process without a guard
Idioma del texto original: inglés
Fixture pack whose dependency throws while initializing
Idioma del texto original: Sin determinar
Configure AI model providers (OpenAI, Anthropic, Gemini, Ollama, HuggingFace, FAL, Replicate), set up API keys, choose models by task, run local inference with llama.cpp/MLX. Use when user asks about models, providers, API keys, which model to use, or…
Idioma del texto original: inglés
Ask which skill or flow fits your situation. A router over the skills in this repo.
Idioma del texto original: inglés
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
Idioma del texto original: inglés
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Idioma del texto original: inglés
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Idioma del texto original: inglés
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Idioma del texto original: inglés
Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Idioma del texto original: inglés
Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.
Idioma del texto original: inglés
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
Idioma del texto original: inglés
Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
Idioma del texto original: inglés
Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover.…
Idioma del texto original: inglés
Use when exploring or modifying a codebase and you need a cheap structural map of files, directories, imports, exports, or direct members before reading full source.
Idioma del texto original: inglés
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text…
Idioma del texto original: inglés
Debug NodeTool workflow failures, node errors, performance issues, stuck executions, type mismatches, and deployment problems. Use when user reports a bug, workflow failure, node error, performance issue, stuck execution, or needs help diagnosing any NodeTool…
Idioma del texto original: inglés
Create custom NodeTool nodes, implement BaseNode subclasses, use @prop decorators, build node packages with process/genProcess methods, register nodes, handle media refs and secrets. Use when user asks to create a node, add a node type, build a custom node,…
Idioma del texto original: inglés
Deploy NodeTool servers using Docker, SSH, RunPod, GCP, or Supabase. Use when user asks to deploy, host, set up a server, configure Docker, use RunPod/GCP/Supabase, manage deployment.yaml, or configure environment variables for production.
Idioma del texto original: inglés