Skip to main content

iii-hq/workers

SkillsMP ha recopilado 41 skills de iii-hq/workers. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
41
Estrellas en GitHub
100
Forks en GitHub
19

Mostrando 40 de 41 skills recopiladas.

ocupación
sin clasificar
descripción

Build, structure, and validate polished responsive worker UI (React pages, function-trigger and trigger-activity renderers, configuration forms, and stylesheets) injected into the running iii console. Use when adding or changing a worker's console UI,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Discovery entry point for the engine — search the live function catalog, read the skills, system prompts, and agent profiles that installed workers ship off local disk, browse the public iii workers registry over HTTP, and install new worker bundles. Reach…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Connect this engine to another iii engine over a long-lived WebSocket so functions call across the boundary. Wire stable ids with `forward:`/`expose:`; `bridge.invoke` is the ad-hoc escape hatch.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Schedule any registered function on a 6- or 7-field cron expression with the standalone cron worker. Its whole surface is the `cron` trigger type.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Expose registered functions as HTTP endpoints with the standalone http worker. Its whole surface is the `http` trigger type.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Fire-and-forget topic pub/sub: broadcast an event with `publish` and every matching `subscribe` trigger receives it. Use for real-time notifications where missed events are acceptable.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Durable topic queues for iii: subscribe functions to topics, publish work asynchronously, retry failed deliveries with backoff, and inspect/redrive dead-lettered messages.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Run Unix commands and structured filesystem ops from the iii engine: exec, background jobs, and a structured fs (ls/stat/mkdir/rm/chmod/mv/grep/sed/ read/write, jailed only if fs.host_roots is configured), all forwardable into a sandbox microVM.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Shared, adapter-backed key/value store addressed by scope and key, with a reactive `state` trigger so other functions can run on every create, update, or delete without polling.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Drive Devin over the iii bus. Run the local Devin CLI agent (SWE-1.6) with the iii runtime context so it discovers and operates your workers, or start and steer autonomous Devin cloud sessions through the REST API, with a passthrough to any Devin v1/v3…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Explain why a compose container failed or what the supervisor is doing by reading its log tail; use it when a person asks about container state, a worker that will not come up, or wants the Compose page open beside the chat.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Operate this host's Tailscale node from iii: connectivity and peers, routes and exit nodes, preferences, Taildrop file transfer, HTTPS certificates, publishing local services or the Console to the tailnet (Serve) or the internet (Funnel), accounts, tailnet…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Run the VS Code Server for a workspace directory and open the Workbench in the Console; use it when a person needs a full editor next to the chat, not when the agent itself needs to read or edit files.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Design, implement, or review iii Console interfaces across mobile, narrow split panes, and desktop, including native Console surfaces, runtime-injected worker pages, function and trigger-activity renderers, worker configuration forms, and provider-owned…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Use Cursor through iii as a login-backed text provider or as a direct coding agent with durable local and cloud sessions.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

The durable agent turn loop — kick off a turn with `harness::send`, render it from session-manager transcript events, react to `harness::turn-completed`, with deny-by-default tool dispatch and synchronous hook extension points for policy siblings.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Generate safe interactive A2UI surfaces when a Harness response is clearer as a dashboard, form, summary, comparison, or decision interface than prose.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

OpenGantry iii worker. Use when an iii project needs deterministic promote gates: gantry::verify runs the repo gate command, gantry::middleware blocks promote-class calls until a verdict token matches the current mission.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Interactive Chromium sessions for reading and driving real web pages: open a URL, read the page as text, click and type, and read the page's own console and network history. Also scrapes: HTTP and browser fetching, screenshots, persistent sessions, crawling,…

Idioma del texto original: inglés

actualizado
ocupación
Empleados de oficina generales
descripción

Read Word, PowerPoint, Excel, OpenDocument, RTF, EPUB and CSV files locally with no API key — detect the format from the bytes, convert to markdown with headings, lists and tables intact, and pull out the images markdown drops.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Read PDFs locally without OCR or an API key — classify text-based versus scanned in tens of milliseconds and name the pages that still need OCR, convert to markdown with headings, lists and tables intact, and pull positioned text or the exact characters…

Idioma del texto original: inglés

actualizado
ocupación
Diseñadores gráficos
descripción

Create and edit diagrams as code — store mermaid text or excalidraw scenes under stable ids the console renders live, fetch the per-family mermaid syntax primer, and validate generated source before storing it.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Generate and browse a source-grounded markdown wiki for a git repository.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Drive a full desktop computer over the iii bus: start a session, see the screen as an image, and click, type, and scroll by coordinate. Reach for it when a task needs to operate a real GUI app or whole desktop, not just a web page.

Idioma del texto original: inglés

actualizado
ocupación
Arquitectos de bases de datos
descripción

Run SQL against PostgreSQL, MySQL, or SQLite from the iii engine — reads, writes, transactions, and prepared statements over managed connection pools.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

A code workspace shared with the user — open buffers, a file tree, diffs, fuzzy find, and saves that refuse to clobber. Backed by the shell worker for files and the state worker for the workspace record.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Move and reshape big values between iii functions without routing them through the model — fp::pipe worker-side pipelines plus pure lodash-style transforms (get, pick, omit, take, drop, map, filter, split, join, uniq).

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Operate GitHub through the gh CLI — typed github::* functions for pull requests, issues, repos, Actions runs/workflows, releases, and search, plus github::exec / github::api escape hatches for everything else.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Drive Slack from iii — expose the Slack Web API as slack::* functions (post messages, manage channels, reactions, files, users, views, search, assistant threads), configurable from the console. Anything the Slack API can do, this worker can do.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Durable cross-session memory: named banks of always-injected markdown rules and auto-extracted memories with hybrid recall. Reach for it when the user asks you to remember, forget, or inspect what is remembered.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Mint isolated git worktrees for parallel agent work, track ownership in a cross-agent registry, and land finished branches back onto a target with a queued rebase, test gate, and atomic fast-forward merge.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Scrape the web over the iii bus with Scrapling — fast HTTP fetch with TLS impersonation, a Camoufox anti-bot browser (Cloudflare bypass), full Playwright rendering, screenshots, and CSS/XPath/regex/adaptive extraction.

Idioma del texto original: inglés

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Organize worker release tags into Linear release waves — one team document plus one release/<date> label per same-day batch of worker releases, with shipped MOT issues labeled and linked. Use after cutting worker releases, or any time to catch up or backfill.…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Run headless xAI Grok CLI turns over the iii bus — shell, file edits, and tools against any host directory — with verbatim event streaming and session resume.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Run headless OpenCode turns over the iii bus — file edits, shell, and search against any host directory — with verbatim JSON event streaming, session resume, and inline token usage and cost.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Run headless Hermes agent turns over the iii bus, deliver messages to 27+ chat platforms, and react to inbound platform/webhook events — with the agent carrying the live iii runtime context.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Run headless Pi coding-agent turns over the iii bus — file edits, shell, and search against any host directory — with verbatim event streaming, session resume, and live steering.

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Bridge a harness agent onto Telegram — turn inbound chat messages into `harness::send` turns and stream assistant output, model pickers, and inline tool-call approvals back into the chat.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Run headless OpenAI Codex turns over the iii bus — sandboxed shell, file edits, and web search against any host directory — with verbatim event streaming, thread resume, and full SDK option pass-through.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Run headless Claude Code turns over the iii bus — file edits, shell, and web against any host directory — with verbatim message streaming, session resume, and full Agent SDK option pass-through.

Idioma del texto original: inglés

actualizado
Mostrando 40 de 41 skills recopiladas.