Skip to main content

Operative Namespace

@webframp

Sean Escriva

one old devop

30 extensions

100%Grade A

@webframp/aws/cost-report

Format AWS cost estimates into readable reports with breakdowns and recommendations. ## Features - Formatted markdown tables for EC2, RDS, and spec-based estimates - Cost breakdowns by tag (owner, project) - Actionable recommendations for cost optimization - JSON output for programmatic analysis ## Usage The report runs automatically after `@webframp/aws/cost-estimate` methods. It can also be run standalone: ```bash # Run after method execution (automatic) swamp model method run cost-est estimate_from_spec --input-file spec.json # Run standalone on existing model swamp model report cost-est --json ``` ## Report Output - Resource tables with per-item costs - Tag-based cost allocation (by owner, project) - Recommendations for: - Right-sizing expensive resources - Windows to Linux migration opportunities - Multi-AZ considerations for RDS - Tagging gaps ## Labels Filter reports using labels: ```bash swamp model method run <model> <method> --report-label cost ```

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awscostfinopsreport
reports
2026.04.22.1
100%Grade A

@webframp/gopass

gopass password manager (gopass.pw) - pass compatible with extra features

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
vaults
2026.04.22.1
100%Grade A

@webframp/aws/pricing

AWS Pricing API model for looking up service costs. ## Authentication Uses the default AWS credential chain. The Pricing API is public data and doesn't require special IAM permissions, but does require valid AWS credentials. ## Regions The AWS Pricing API is only available in us-east-1 and ap-south-1. Configure the model with one of these regions. ## Usage ```bash # Create pricing lookup model swamp model create @webframp/aws/pricing aws-pricing # List available services swamp model method run aws-pricing list_services # Get EC2 instance types swamp model method run aws-pricing get_attribute_values \ --input serviceCode=AmazonEC2 \ --input attributeName=instanceType # Get pricing for a specific EC2 instance swamp model method run aws-pricing get_ec2_price \ --input instanceType=t3.medium \ --input region=us-east-1 ``` ## Common Service Codes - `AmazonEC2` - Elastic Compute Cloud - `AmazonRDS` - Relational Database Service - `AmazonS3` - Simple Storage Service - `AWSLambda` - Lambda Functions - `AmazonDynamoDB` - DynamoDB - `AmazonElastiCache` - ElastiCache - `AmazonEKS` - Elastic Kubernetes Service

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awspricingcostfinopscloud
models
2026.04.22.1
100%Grade A

@webframp/github

Query GitHub data using the gh CLI for repository, PR, issue, release, and workflow visibility. ## Authentication Uses the gh CLI's built-in authentication. Run `gh auth login` to configure. ## Required Tools - `gh` CLI (https://cli.github.com/) installed and authenticated ## Usage ```bash # Create github model swamp model create @webframp/github github # List your repos swamp model method run github list_repos # Get detailed repo info swamp model method run github get_repo_info --input repo=owner/repo # List open PRs swamp model method run github list_prs --input repo=owner/repo # List closed issues swamp model method run github list_issues --input repo=owner/repo --input state=closed # List releases swamp model method run github list_releases --input repo=owner/repo # List recent workflow runs swamp model method run github list_workflows --input repo=owner/repo ``` ## Methods - **list_repos** - List repositories for the authenticated user - **get_repo_info** - Get detailed information about a specific repository - **list_prs** - List pull requests for a repository - **list_issues** - List issues for a repository - **list_releases** - List releases for a repository - **list_workflows** - List recent workflow runs for a repository

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
githubgitdevopsrepos
models
2026.04.22.1
100%Grade A

@webframp/hashicorp-vault

HashiCorp Vault secrets management via REST API (KV v1 and v2)

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
vaultsecretshashicorpsecurityenterprisekv
vaults
2026.04.22.1
100%Grade A

@webframp/pass

GPG-encrypted password store using the pass CLI (passwordstore.org)

linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
vaults
2026.04.22.2