Smart Weaver 44
Claude Code skills orchestration with retry/backoff, structured logs, and per-step idempotency keys.
Quick start
Add @bayou_crawler/smart-weaver-44 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @bayou_crawler/smart-weaver-44
workflows:
- name: smart-weaver-44-run
jobs:
- name: main
steps:
- name: list
model: bayou_crawler/smart-weaver-44
method: listRun with swamp workflow run smart-weaver-44-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.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Vault provider — encrypted secret storage with audit trail and cross-region replication.
- 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: claude-code tooling llm
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| filter? | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| id? | string | Resource identifier |
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| tags? | array | List of tags to apply |
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
| filter? | record | Key-value filter expression |
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
Execution driver with bounded concurrency and retries.
Claude Code skill bundling tool whitelists and triggers.
Modified 1 models
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository0/2missing
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.