Skip to main content

Skills neste repositório

nodetool-ai/nodetool - Página 2

O SkillsMP coletou 83 skills de nodetool-ai/nodetool. Abra uma skill para revisar a origem e os detalhes.

nodetool-ai/nodetool

Mostrando 40 de 83 skills coletadas.

ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fixture pack whose dependency imports a Node builtin

Idioma do texto original: Indeterminado

atualizado
ocupação
Desenvolvedores de software
descrição

Fixture pack whose one module comes from a clean ESM dependency

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fixture pack whose dependency feature-detects process

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fixture pack whose dependency reads process without a guard

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fixture pack whose dependency throws while initializing

Idioma do texto original: Indeterminado

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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 do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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 do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

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 do texto original: inglês

atualizado
Mostrando 40 de 83 skills coletadas.