Skip to main content

Deep Scout 53

@bayou_crawler/deep-scout-53v0.6.8· MIT· 19d agoMODELS·DATASTORES·DRIVERS·SKILLS
01README

Read, reconcile, and report on enterprise integrations across multiple environments. Idempotent and dry-runnable.

Quick start

Add @bayou_crawler/deep-scout-53 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @bayou_crawler/deep-scout-53

workflows:
  - name: deep-scout-53-run
    jobs:
      - name: main
        steps:
          - name: diff
            model: bayou_crawler/deep-scout-53
            method: diff

Run with swamp workflow run deep-scout-53-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.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
  • 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: enterprise security

02Models3
@bayou_crawler/deep-scout-53/weaverv0.1.0weaver.ts
fn diff(force: boolean, dryRun?: boolean)
Diff the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
dryRun?booleanCompute changes without applying them
fn create(tags: array, limit: number)
Create the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limitnumberMaximum results to return
fn get(id: string, filter: record, dryRun?: boolean)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
@bayou_crawler/deep-scout-53/guardv0.1.0guard.ts
fn list(id: string, force?: boolean)
List the resource.
ArgumentTypeDescription
idstringResource identifier
force?booleanSkip confirmation and apply immediately
fn get(limit: number, id?: string, dryRun: boolean)
Get the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
dryRunbooleanCompute changes without applying them
fn create(force: boolean, dryRun: boolean)
Create the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
dryRunbooleanCompute changes without applying them
@bayou_crawler/deep-scout-53/compassv0.1.0compass.ts
fn create(limit: number, tags?: array, id?: string)
Create the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
tags?arrayList of tags to apply
id?stringResource identifier
fn sync(id: string, dryRun: boolean, force: boolean)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
fn list(filter: record, dryRun?: boolean)
List the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
03Datastores1
deep-scout-53-storeconfigurable
@bayou_crawler/deep-scout-53/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Drivers1
deep-scout-53-driverconfigurable
@bayou_crawler/deep-scout-53/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Skills1
deep-scout-532 files

Claude Code skill bundling tool whitelists and triggers.

06Stats
A
91 / 100
Downloads
30
Archive size
214.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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 repository2/2earned
07Security Notice

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

08Platforms
09Labels