소스 정보
- 저장소
- iii-hq/workers
- 최근 소스 활동
- 2026년 8월 3일 19:10
- 감지된 SKILL.md 언어
- 영어
- 스타
- 100
- 포크
- 19
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/iii-hq/workers --skill openwiki명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | openwiki |
| description | Generate and browse a source-grounded markdown wiki for a git repository. |
Builds and maintains a categorized, interlinked markdown wiki for a code
repository. A model reads the source, plans an outline, writes one page per
topic with file citations, and refreshes pages from git diffs. Wiki content is
stored in state; a browser UI and JSON API are served under /openwiki.
path:line citations.router::complete;
the provider and credential live in the llm-router config, not here.openwiki::generate { repo_url, model? } — start a wiki build; returns
{ wiki_id, status }. Poll openwiki::status.openwiki::status { id } — generation progress.openwiki::wikis — list generated wikis.openwiki::wiki { id } — wiki metadata.openwiki::pages { id } — page index.openwiki::page { id, slug } — a page's markdown and metadata.openwiki::search { id, q } — keyword search over a wiki.openwiki::refresh { id } — git-pull and regenerate changed pages.openwiki::set-schedule { id, schedule } — set a wiki's auto-refresh cadence
(off | 3h | 6h | 12h | daily | weekly | a cron string).openwiki::delete { id } — delete a wiki and all its pages.The same operations are exposed over HTTP under /openwiki/api/*, and
/openwiki serves the browser UI.
cron trigger; when one
fires, openwiki::cron::refresh-due runs an incremental refresh of every wiki
whose interval has elapsed. Set the cadence per wiki (openwiki::set-schedule
or the UI control); the config worker's refresh_default is the default for new
wikis. Nothing is scheduled by default (off).openwiki::on-config-change reloads the default model, page-writer concurrency,
and default refresh cadence when the openwiki configuration entry changes.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, especially when it must match the visual quality of database, console functions/triggers, iii-directory, and state; retain the shared header and visual system; work in narrow/mobile-sized panes; preserve state safely; hot reload; and ship without rebuilding the console.
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 for it first to find out which workers exist and how to call them.
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.
SOC 직업 분류 기준