Skip to main content

iii-hq/workers

SkillsMP 已收集 iii-hq/workers 中的 41 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
41
GitHub 星标
100
GitHub Forks
19

这个仓库中的 skills

已展示 40 / 41 个已收集 Skill。

职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
综合办公文员
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
平面设计师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
数据库架构师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
项目管理专家
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
已展示 40 / 41 个已收集 Skill。