🔌
DevOpsRust

Temps Plugin

by gotempsh

Temps Plugin is a DevOps skill for Claude Code, published by gotempsh in temps.

671 stars47 forkson gotempsh/tempsAdded 2026/08/24+3% in starsRepository updated 2026/08/24
ai-agentsai-gatewayanalyticsci-cdclaude-codecoolify-alternativedeployment-platformdevopsdockererror-trackingmonitoringopen-sourceopentelemetrypaasposthog-alternativerustself-hostedsentry-alternativesession-replayvercel-alternative
Install in seconds
Install Temps Plugin
Copy Temps Plugin into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gotempsh/temps/tree/main/skills/temps-plugin ~/.claude/skills/temps-plugin

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gotempsh/temps.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/temps-plugin/SKILL.md in gotempsh/temps
Installs to
~/.claude/skills/temps-plugin
Collection
One of 13 skills cataloged from this repository
Category
DevOps798 skills

What Temps Plugin does

Temps Plugin builds standalone Rust plugins for the Temps deployment platform. Use it to create, modify, or debug plugin binaries with manifests, routes, events, SQLite storage, and an embedded React UI.

Temps Plugin is cataloged under DevOps on DirSkills. Temps Plugin comes from a repository tagged ai-agents, ai-gateway, analytics, ci-cd and claude-code.

Documentation

README

Temps Plugin Development

Build external plugins as standalone Rust binaries that Temps discovers, spawns, and proxies to.

Architecture Overview

Temps (main process)
  ├── Scans ~/.temps/plugins/ for binaries
  ├── Spawns each binary with --socket-path, --auth-secret, --data-dir
  ├── Reads JSON manifest from stdout (handshake phase 1)
  ├── Reads ready signal from stdout (handshake phase 2)
  ├── Opens WebSocket to plugin's /_temps/channel (bidirectional data access)
  ├── Proxies /api/x/{plugin_name}/* → Unix socket
  ├── Serves plugin UI at /api/x/{plugin_name}/ui/*
  └── Delivers platform events over the WebSocket channel

This is the opening of the README. Read the full README on GitHub.

Commands Temps Plugin provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /health

Frequently asked about Temps Plugin

  • What else does gotempsh publish alongside Temps Plugin?

    Temps Plugin is one of 13 skills that DirSkills catalogs from gotempsh/temps, the repository it ships in. Its siblings there include Add Custom Domain, Add Error Tracking and Add React Analytics. Each one is a separate skill with its own page in this directory, installs the same way Temps Plugin does, and is maintained by gotempsh in that same repository. The rest of the collection is listed on the gotempsh/temps page.

  • How does Temps Plugin compare to other DevOps skills?

    Temps Plugin ranks #629 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Temps Plugin against them. Open each page to compare what they document and how they install.

More from gotempsh/temps

Temps Plugin is one of 13 skills cataloged on DirSkills from gotempsh/temps.

See all 13 skills
🌐
1w ago

Add Custom Domain

Add Custom Domain adds a custom domain to a Temps project and provisions HTTPS with Let's Encrypt from the CLI. Use it to point subdomains, apex domains, or wildcards at a Temps app and manage the DNS setup.
DevOps
67147
🐞
1w ago

Add Error Tracking

Add Error Tracking integrates Temps error tracking into apps using the official Sentry SDKs with a Temps DSN. Use it to capture exceptions, unhandled rejections, source maps, releases, and environments without hardcoding the DSN.
DevOps
67147
📊
1w ago

Add React Analytics

Add React Analytics integrates Temps analytics into React apps for page views, custom events, scroll tracking, engagement, session replay, and Web Vitals. Use it when wiring product analytics or telemetry into Next.js, Vite, CRA, or Remix.
AI Engineering
67147
🚀
1w ago

Deploy to Temps

Deploy to Temps lets you deploy apps to the Temps platform with framework detection, Dockerfile generation, and container settings. Use it for Git-based deployments, CI/CD setup, environment variables, rollbacks, and health checks.
DevOps
67147
💸
1w ago

Estimate Temps Savings

Estimate Temps Savings audits a project’s stack to identify hosting, analytics, error tracking, replay, monitoring, databases, and email tools, then estimates monthly spend and savings against Temps. Use it when comparing current SaaS costs or building a case for self-hosting.
DevOps
67147
🎥
1w ago

Session Recording

Session Recording adds privacy-aware session replay to React apps with the Temps SDK. Use it to capture user interactions for debugging, replay issues, and gate recording with consent flows and masking controls.
Automation
67147