Skip to main content

Rapid Pulse 56

@openai/rapid-pulse-56v2.4.3· MIT· 1mo agoMODELS·REPORTS·SKILLS
01README

Read, reconcile, and report on LLM responses across multiple environments. Idempotent and dry-runnable.

Quick start

Add @openai/rapid-pulse-56 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @openai/rapid-pulse-56

workflows:
  - name: rapid-pulse-56-run
    jobs:
      - name: main
        steps:
          - name: delete
            model: openai/rapid-pulse-56
            method: delete

Run with swamp workflow run rapid-pulse-56-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.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.
  • 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 evaluation

02Models1
@openai/rapid-pulse-56/wardenv0.1.0warden.ts
fn delete(id: string, dryRun: boolean, filter: record)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
fn update(tags: array, force?: boolean)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
force?booleanSkip confirmation and apply immediately
fn list(dryRun: boolean)
List the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn get(force: boolean)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
03Reports1
rapid-pulse-56-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Skills1
rapid-pulse-568 files

Claude Code skill bundling tool whitelists and triggers.

05Stats
B
75 / 100
Downloads
6
Archive size
301.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • 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
06Security Notice

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

07Platforms
08Labels