<!-- generated by iii-skill-render. DO NOT EDIT (changes here are overwritten on the next render). Edit docs/next/using-iii/workers-registry.mdx. -->
Scanned 9/3/2026
Install to Claude Code
npx -y skills add iii-hq/iii --skill using-iii --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Using Iii?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/iii-hq-using-iii-2b658a93)More formats (shields.io, HTML) on the badges page.
<!-- generated by iii-skill-render. DO NOT EDIT (changes here are overwritten on the next render). Edit docs/next/using-iii/workers-registry.mdx. -->
# Worker Registry
## Browsing the registry
The iii Worker Registry at [workers.iii.dev](https://workers.iii.dev/) is the index of installable
workers. Each worker page lists the functions and trigger types it provides, its configuration
schema, supported platforms, and agent skills. Use that information to locate a worker that fulfills
a capability your project needs.
{/* TODO: Add a llm-only note here on how an llm can browse the registry once that surface is stable in the skills worker */}
Workers can also be found on Docker and OCI-compatible registries.
## Adding a worker
`compose::add` accepts a registry name (optionally pinned with `@version`) or a local project path.
It writes the resolved worker and dependency graph to `worker-compose.yaml`, then restarts the
project. Its settings are managed through the [configuration worker](./configuration).
```bash
iii trigger -n dev compose::add worker=state
iii trigger -n dev compose::add worker=state@0.22.2
iii trigger -n dev compose::add worker=./workers/my_worker
```
<Note>
Replace `dev` with the running Compose daemon's namespace. For project lifecycle, status, updates,
and removal by editing the file, see [Workers](./workers) and [Compose](./compose).
</Note>
## Artifact types
Compose currently runs registry workers published as native binaries or bundles. Engine-kind roots
are rejected because the engine already supplies them; image workers require an OCI runtime and are
not yet supported by Compose.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!