Swift Beacon 86
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: diffRun 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
02Models
@rot_beast/swift-beacon-86/reactorv0.1.0reactor.ts
fn diff(filter: record, tags?: array)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| tags? | array | List of tags to apply |
fn get(dryRun: boolean, id: string)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| id | string | Resource identifier |
fn list(limit: number, tags?: array, force?: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| tags? | array | List of tags to apply |
| force? | boolean | Skip confirmation and apply immediately |
fn sync(tags: array, id: string)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| id | string | Resource identifier |
@rot_beast/swift-beacon-86/sentinelv0.1.0sentinel.ts
fn update(id: string, dryRun: boolean, limit?: number)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
| limit? | number | Maximum results to return |
fn sync(limit: number, id?: string, force?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| id? | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
03Skills
swift-beacon-862 files
Claude Code skill bundling tool whitelists and triggers.
04Previous Versions
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