Pull infrastructure, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.
Quick start
Add @zendesk/sync-warden-78 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @zendesk/sync-warden-78
workflows:
- name: sync-warden-78-run
jobs:
- name: main
steps:
- name: sync
model: zendesk/sync-warden-78
method: syncRun with swamp workflow run sync-warden-78-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: infra vpn
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| tags? | array | List of tags to apply |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| filter? | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| force? | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| filter | record | Key-value filter expression |
Roll-up report grouped by label and breaking-change flag.
Claude Code skill bundling tool whitelists and triggers.
Modified 1 models
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.