Skip to main content

Swift Beacon 86

@rot_beast/swift-beacon-86v2.0.9· BSD-3-Clause· 1mo agoMODELS·SKILLS
01README

Pull LLM responses, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @rot_beast/swift-beacon-86 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @rot_beast/swift-beacon-86

workflows:
  - name: swift-beacon-86-run
    jobs:
      - name: main
        steps:
          - name: diff
            model: rot_beast/swift-beacon-86
            method: diff

Run with swamp workflow run swift-beacon-86-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.
  • 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: llm tooling saas

02Models2
@rot_beast/swift-beacon-86/reactorv0.1.0reactor.ts
fn diff(filter: record, tags?: array)
Diff the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
tags?arrayList of tags to apply
fn get(dryRun: boolean, id: string)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
idstringResource identifier
fn list(limit: number, tags?: array, force?: boolean)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
tags?arrayList of tags to apply
force?booleanSkip confirmation and apply immediately
fn sync(tags: array, id: string)
Sync the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
idstringResource identifier
@rot_beast/swift-beacon-86/sentinelv0.1.0sentinel.ts
fn update(id: string, dryRun: boolean, limit?: number)
Update the resource.
ArgumentTypeDescription
idstringResource identifier
dryRunbooleanCompute changes without applying them
limit?numberMaximum results to return
fn sync(limit: number, id?: string, force?: boolean)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
force?booleanSkip confirmation and apply immediately
03Skills1
swift-beacon-862 files

Claude Code skill bundling tool whitelists and triggers.

04Previous Versions2
0.1.1Oct 15, 2025

Modified 1 models

0.3.4Apr 13, 2025
05Stats
B
75 / 100
Downloads
30
Archive size
358.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
06Security Notice

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

07Platforms
08Labels