Skip to main content

Live Pilot 103

@moss_lurker/live-pilot-103v0.3.2· 1mo agoVAULTS·SKILLS
01README

Operate on secrets and credentials with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @moss_lurker/live-pilot-103 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @moss_lurker/live-pilot-103

workflows:
  - name: live-pilot-103-run
    jobs:
      - name: main
        steps:
          - name: run
            model: moss_lurker/live-pilot-103
            method: run

Run with swamp workflow run live-pilot-103-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Vault provider — encrypted secret storage with audit trail and cross-region replication.
  • 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: secrets security enterprise

02Vaults1
live-pilot-103-vaultconfigurable
@moss_lurker/live-pilot-103/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Skills1
live-pilot-103scripts3 files

Claude Code skill bundling tool whitelists and triggers.

04Stats
C
66 / 100
Downloads
30
Archive size
344.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • 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 repository0/2missing
05Security Notice
06Platforms
07Labels