Skip to main content

iii-hq/workers

SkillsMP は iii-hq/workers から 41 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
41
GitHub スター
100
GitHub フォーク
19

収集済み skill 41 件中 40 件を表示しています。

職業分類
未分類
説明

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.

原文の言語: 英語

更新
収集済み skill 41 件中 40 件を表示しています。