Skip to main content

Smart Weaver 44

@bayou_crawler/smart-weaver-44v0.0.8· 4d agoMODELS·VAULTS·DRIVERS·SKILLS
01README

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: list

Run 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

02Models3
@bayou_crawler/smart-weaver-44/sentinelv0.1.0sentinel.ts
fn list(id: string)
List the resource.
ArgumentTypeDescription
idstringResource identifier
fn sync(dryRun: boolean, filter: record)
Sync the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
@bayou_crawler/smart-weaver-44/forgev0.1.0forge.ts
fn sync(limit: number, filter?: record)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
filter?recordKey-value filter expression
fn list(filter: record, id?: string, force: boolean)
List the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
id?stringResource identifier
forcebooleanSkip confirmation and apply immediately
fn delete(id: string)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
@bayou_crawler/smart-weaver-44/tracerv0.1.0tracer.ts
fn sync(id: string, tags?: array, filter: record)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
tags?arrayList of tags to apply
filterrecordKey-value filter expression
fn update(filter: record, force: boolean)
Update the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
fn get(id: string)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
fn delete(dryRun: boolean, force: boolean, filter?: record)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
filter?recordKey-value filter expression
03Vaults1
smart-weaver-44-vaultconfigurable
@bayou_crawler/smart-weaver-44/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Drivers1
smart-weaver-44-driverconfigurable
@bayou_crawler/smart-weaver-44/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Skills1
smart-weaver-446 files

Claude Code skill bundling tool whitelists and triggers.

06Previous Versions2
2.1.3Dec 24, 2025

Modified 1 models

1.8.9Sep 26, 2025
07Stats
B
83 / 100
Downloads
30
Archive size
137.0 KB
  • 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
08Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

09Platforms
10Labels