Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Tealdeer Fast Rust Implementation of tldr Command-Line Help Pages
Tealdeer is a very fast Rust implementation of the tldr project — simplified, example-based man pages for command-line tools. It provides quick reference with syntax highlighting, offline caching, and configurable output.
Teable No-Code Postgres Database Platform and Airtable Alternative
Teable is an open source no-code database platform built on PostgreSQL that uses a spreadsheet-like interface for creating powerful database applications. It supports real-time collaboration, scales to millions of rows, and provides a REST API for programmatic access.
Tavily MCP Server for AI-Powered Web Search and Extraction
An official MCP server from Tavily that provides AI agents with real-time web search, page extraction, site mapping, and web crawling capabilities. Connects to Tavily's search API to deliver structured, relevant results optimized for LLM consumption.
Taskwarrior Command-Line Task Management System
Taskwarrior is a command-line task list management utility with rich features including priorities, tags, projects, due dates, recurrence, dependencies, annotations, and a sync protocol. It has an active ecosystem of tools, hooks, extensions, and TUI clients.
Task Taskfile Build Automation Runner
Automate build workflows with Task (go-task), a modern cross-platform task runner that uses YAML-based Taskfiles. Replaces Makefiles with a cleaner, simpler syntax for defining and running project commands.
Tarsier Vision Utilities for Web Interaction Agents
Tarsier is a Python library by Reworkd that provides vision utilities for AI web interaction agents. It visually tags interactable elements on web pages with bracketed IDs, enabling LLMs to take actions like CLICK [23], and includes an OCR algorithm that converts page screenshots
Tail multi-pod Kubernetes logs by label during incidents with Stern
Aggregate and follow logs from matching Kubernetes pods during incident triage without hopping pod by pod.
Taiko Smart-Selector Browser Automation for Node.js
Taiko is a Node.js browser automation framework from the Gauge and Thoughtworks ecosystem. Its smart selectors and REPL-driven recorder make it useful for readable UI tests, browser flows, and scripted validation without relying heavily on brittle CSS or XPath selectors.
Tabula PDF Table Extractor
Extracts structured tables from PDF documents using Tabula-java with lattice and stream detection modes. Outputs to CSV, JSON, or pandas DataFrames with automatic column type inference via python-tabula.
Tabula PDF Table Extraction Agent
Uses Tabula Java library via tabula-py bindings to detect and extract tables from PDF documents. Supports both lattice and stream extraction modes with configurable area coordinates and outputs to pandas DataFrames or CSV.
Tabby Self-Hosted AI Coding Assistant and Copilot Alternative
Tabby is an open-source, self-hosted AI coding assistant that serves as an on-premises alternative to GitHub Copilot. It provides code completion and chat capabilities using consumer-grade GPUs with no cloud dependency.
Systemd Service Recovery Playbook
Diagnoses and recovers failed systemd services using journalctl, systemctl status, and D-Bus org.freedesktop.systemd1 interface. Analyzes exit codes, dependency chains via list-dependencies, and resource limits from cgroup controllers.
Systemd Service Diagnostics
Diagnoses systemd service failures using journalctl structured JSON output and systemctl show properties. Analyzes unit file configurations with systemd-analyze verify and detects dependency ordering issues via systemd-analyze dot.
Systemd Service Debugger
Debugs failed systemd services using journalctl, systemctl, and the systemd D-Bus API. Analyzes unit dependencies, ExecStart failures, resource limits, and generates fix recommendations.
Systematic Debugging and Error Recovery
Stop guessing when something breaks, preserve evidence, reproduce the failure, isolate the cause, and verify the fix before resuming work.
Sync skills across Claude Code, Codex, OpenClaw, and other AI CLIs with Skillshare
Keep one canonical skills and agents source in sync across multiple coding CLIs instead of hand-copying files between tool directories.
Sync dbt schema YAML and inherited column metadata before docs drift accumulates with dbt-osmosis
Keep dbt schema YAML and column documentation aligned with the project so stale metadata does not pile up between model changes.
Sync cloud and SaaS inventory into SQL tables for audits with CloudQuery
Extract cloud and SaaS configuration data into queryable tables so agents can run audits, drift checks, and evidence collection with SQL.
Sync calendars between providers with a stateless CalendarSync job
Run a one-shot calendar sync or migration between Google, Outlook, CalDAV, ICS, and related systems without standing up a long-lived sync service.
Sync agent rules and skill files across coding assistants with AI Rules Sync
Use AI Rules Sync when the same operating rules, commands, skills, or subagents need to stay aligned across Claude Code, Cursor, Codex, Copilot, and related tools instead of being copied and updated by hand.
Syft SBOM Generator for Containers and Filesystems
Syft by Anchore is a CLI tool for generating Software Bills of Materials (SBOMs) from container images and filesystems. Supports CycloneDX, SPDX, and multiple output formats with coverage across dozens of packaging ecosystems including npm, PyPI, Go, and more.
Sweep GitHub for leaked secrets and exposed credentials with git-hound
Search public GitHub broadly for leaked secrets and triage exposures when the workflow is recon and remediation, not generic secret scanning.
SWC Speedy Web Compiler for JavaScript and TypeScript
SWC (Speedy Web Compiler) is a Rust-based JavaScript and TypeScript compiler that is 20x faster than Babel on a single thread and 70x faster on four cores. It handles transpilation, minification, and bundling, and powers major tools including Next.js, Parcel, and Rspack.
Swap a local service into a live Kubernetes environment to debug real cluster traffic before rollout with Telepresence
Intercept a Kubernetes service and route live cluster traffic into a local process so debugging happens against real dependencies before release.