Skip to main content

Skills in this repository

nodetool-ai/nodetool - Page 2

SkillsMP has collected 83 skills from nodetool-ai/nodetool. Open a skill to review its source and details.

nodetool-ai/nodetool

Showing 40 of 83 collected skills.

occupation
unclassified
description

Parse and stringify SRT/WebVTT captions in a Code node or CodeAct action, with subtitle running on the host

updated
occupation
unclassified
description

Read and write Supabase tables from a Code node or CodeAct action, with NodeTool's PostgREST request builder running on the host

updated
occupation
unclassified
description

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

updated
occupation
unclassified
description

Count, encode, and decode LLM tokens in a Code node or CodeAct action, with js-tiktoken running on the host

updated
occupation
unclassified
description

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

updated
occupation
unclassified
description

Read and write Excel workbooks in a Code node or CodeAct action, with exceljs running on the host

updated
occupation
unclassified
description

Parse XML feeds and sitemaps in a Code node or CodeAct action, with fast-xml-parser running on the host

updated
occupation
unclassified
description

Read and write YAML inside a Code node or CodeAct action, with js-yaml running in the guest

updated
occupation
unclassified
description

Read and write zip archives in a Code node or CodeAct action, with fflate running on the host under a 50 MB inflation cap

updated
occupation
unclassified
description

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.

updated
occupation
unclassified
description

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…

updated
occupation
unclassified
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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,…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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,…

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

Fixture pack whose dependency imports a Node builtin

Source text: Undetermined

updated
occupation
Software Developers
description

Fixture pack whose one module comes from a clean ESM dependency

updated
occupation
Software Developers
description

Fixture pack whose dependency feature-detects process

updated
occupation
Software Developers
description

Fixture pack whose dependency reads process without a guard

updated
occupation
Software Developers
description

Fixture pack whose dependency throws while initializing

Source text: Undetermined

updated
occupation
Software Developers
description

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…

updated
occupation
Computer Occupations, All Other
description

Ask which skill or flow fits your situation. A router over the skills in this repo.

updated
occupation
Software Developers
description

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

updated
occupation
Software Developers
description

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.

updated
occupation
Computer Occupations, All Other
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Computer Occupations, All Other
description

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

updated
occupation
Computer Occupations, All Other
description

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.

updated
occupation
Software Developers
description

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.…

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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,…

updated
occupation
Network & Computer Systems Administrators
description

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.

updated
Showing 40 of 83 collected skills.