Skip to main content

EXTENSIONS

Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.

Filter by what you need and pull what fits.

Selection
19 results
from:@twonines

Sharepoint List

@twonines/sharepoint-list · v2026.09.11.1

SharePoint list items via the Microsoft Graph API — read and write rows on the list surface (/sites/{site}/lists/...), not the document library. Authenticates as an Entra public client through the device code flow, so there is no client secret, and every call runs as the signed-in user. Methods: bootstrap, list_lists, get_list, list_items, create_item, update_item, delete_item.

upd Sep 121 pullsA100/100

Cribl Stream

@twonines/cribl-stream · v2026.08.27.5

Read-only integration for troubleshooting Cribl Stream Cloud deployments

upd Aug 274 pullsA100/100

Redmine Story Status

@twonines/redmine-story-status · v2026.08.20.1

Read-only workflow for evidence-backed Redmine Story status analysis.

upd Aug 207 pullsA100/100

Doc Fact Checker

@twonines/doc-fact-checker · v2026.08.18.1

Fact-check one Markdown document through a provider-neutral, read-only adapter. Kiro CLI is the default provider; Claude CLI is supported when explicitly selected. Repository and optional web capabilities are recorded separately, with no provider fallback.

upd Aug 1821 pullsA100/100

Agent Session Handoff

@twonines/agent-session-handoff · v2026.08.16.1

Unified session capture, normalisation, summarisation, and cross-agent handoff for kiro, opencode, pi, and claude coding-agent sessions. Reads each tool's native session store, normalises to a shared schema, stores as versioned swamp data, and exports/imports portable JSON bundles so any agent can resume where another left off.

upd Aug 172 pullsA100/100

Git Workspace

@twonines/git-workspace · v2026.08.05.1

Local git operations model — clone, branch, read, commit, push, rebase. Designed for agent-driven development workflows where code changes are authored locally and pushed to a remote forge. Supports a configurable workspace layout (default: $HOME/{host}/{group}/{project}) and commit message format enforcement.

upd Aug 1751 pullsA100/100

Cloud Cost Focus

@twonines/cloud-cost-focus · v2026.08.04.1

Read-only Azure cost governance — actual spend, tag allocation, forecast, and budget inspection via the Cost Management API, plus FOCUS cost export consumption for Azure blob storage and AWS S3, with findings reports.

upd Aug 47 pullsB85/100

Extension Index

@twonines/extension-index · v2026.07.22.1

Semantic discovery index for published swamp extensions. Crawls the extension registry, embeds metadata using an OpenAI-compatible API, and provides hybrid keyword + vector search (FTS5 + cosine, RRF-fused) to find extensions by intent rather than exact name.

upd Jul 230 pullsA100/100

Coder Metrics Sampler

@twonines/coder-metrics-sampler · v2026.07.20.1

Scrapes Prometheus metrics from Coder's metrics endpoint. Extracts key operational indicators (API latency, workspace counts, agent connections) and writes typed snapshots for trend analysis.

upd Jul 200 pullsA100/100

Coder Workspace Watch

@twonines/coder-workspace-watch · v2026.07.20.1

Queries Coder workspace API and captures state snapshots. Records workspace status, agent state, and build info for stability and drift analysis.

upd Jul 201 pullsA100/100

Coder Audit Collector

@twonines/coder-audit-collector · v2026.07.20.1

Pages through the Coder audit log API and writes events as versioned data. Supports incremental collection with configurable limits and query filters.

upd Jul 200 pullsA100/100

Coder Event Log

@twonines/coder-event-log · v2026.07.20.1

Records webhook payloads received from Coder notifications. Stores each event with receipt metadata for delivery latency and reliability analysis.

upd Jul 200 pullsA100/100

Coder Health Probe

@twonines/coder-health-probe · v2026.07.20.1

Polls Coder server health and build info endpoints. Produces typed health state with latency measurements for reliability analysis.

upd Jul 202 pullsA100/100

Daily Briefing

@twonines/daily-briefing · v2026.07.20.1

A daily operator briefing workflow with companion report. Gathers data from GitLab (review queue, todos), Microsoft Teams (mentions, unread chats, channel messages), and Redmine (recent updates, new tickets), then renders a prioritized markdown briefing plus a stable JSON contract.

upd Jul 2012 pullsB85/100

Web Crawl

@twonines/web-crawl · v2026.07.20.1

Automated web reading pipeline — harvests articles from configurable sources (Hacker News, Lobsters, RSS/Atom feeds), evaluates them with an AI agent, learns user interest over time via feedback, and produces a curated HTML report with ranked recommendations. Designed for agent-driven reading workflows where an AI reads on the user's behalf and surfaces what matters.

upd Jul 206 pullsA100/100

K8s Fleet

@twonines/k8s-fleet · v2026.07.19.2

Fleet-wide Kubernetes health across all kubeconfig contexts. Iterates every cluster in ~/.kube/config (or a specified subset) and produces per-cluster health snapshots plus an aggregated fleet summary. Best-effort — unreachable clusters are reported, not fatal.

upd Jul 197 pullsA100/100

Fact Store Aurora Bootstrap

@twonines/fact-store-aurora-bootstrap · v2026.07.17.8

One-shot bootstrap for @twonines/fact-store backed by AWS Aurora Postgres Serverless v2. Provisions the RDS cluster + writer instance, the enclosing VPC networking primitives (DB subnet group, security group), an IAM managed policy scoped to rds-db:connect on the cluster, and an IAM workload role that trusts a caller-provided principal (e.g., an AWS SSO permission set ARN). A companion workflow runs the provisioner and then configures @webframp/postgres-datastore against the newly created cluster using a fresh RDS IAM auth token.

upd Jul 189 pullsA100/100

Fact Store

@twonines/fact-store · v2026.07.13.1

Stores, validates, and serves organizational facts for AI agent consumption. Supports a propose→review→activate lifecycle with adversarial validation (ferret/mole pattern). Facts are relational truths about infrastructure, repositories, services, teams, and their connections. Ships with three agent skills — propose-facts and review-proposals drive the discovery and review loops (ferret/mole); consult-facts closes the loop as the consumer role, querying facts before engineering work and detecting drift.

upd Jul 1425 pullsA100/100

Repo Indexer

@twonines/repo-indexer · v2026.07.13.1

Clones a GitLab repository, chunks all text files, embeds them via an OpenAI-compatible API, and writes a SQLite database supporting hybrid search (FTS5 keyword + vector cosine with RRF reranking). Methods: index, index_batch, search, reindex, status, discover, list-indexed, list-searches.

upd Jul 1412 pullsA100/100