Skip to main content

Rapid Beacon 40

@aws/rapid-beacon-40v1.0.7· Apache-2.0· 1mo agoWORKFLOWS·DRIVERS·SKILLS
01README

Inventory network devices, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @aws/rapid-beacon-40 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @aws/rapid-beacon-40

workflows:
  - name: rapid-beacon-40-run
    jobs:
      - name: main
        steps:
          - name: run
            model: aws/rapid-beacon-40
            method: run

Run with swamp workflow run rapid-beacon-40-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • 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: network homelab dns

02Workflows1
open reactoropen-reactor

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Drivers1
rapid-beacon-40-driverconfigurable
@aws/rapid-beacon-40/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Skills1
rapid-beacon-408 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions1
0.6.1Sep 13, 2025
06Stats
B
75 / 100
Downloads
14
Archive size
117.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • 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
07Security Notice

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

08Platforms
09Labels