🟦
AI EngineeringRust

Temps Node SDK

by gotempsh

Temps Node SDK is an AI Engineering 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 Node SDK
Copy Temps Node SDK 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/add-node-sdk ~/.claude/skills/add-node-sdk

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/add-node-sdk/SKILL.md in gotempsh/temps
Installs to
~/.claude/skills/add-node-sdk
Collection
One of 13 skills cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Temps Node SDK does

Temps Node SDK integrates Temps platform APIs, KV storage, and blob storage in Node.js or TypeScript apps. Use it for server-side access to deployments, projects, analytics, session replay, and files.

Temps Node SDK is cataloged under AI Engineering on DirSkills. Temps Node SDK comes from a repository tagged ai-agents, ai-gateway, analytics, ci-cd and claude-code.

Documentation

README

Add Node.js SDKs

Integrate Temps platform features in Node.js / TypeScript apps.

Verified against the real published packages. A prior version of this skill referenced @temps-sdk/node (which does not exist), new Temps({ apiKey, projectId }), temps.track(), new KV({ apiKey, namespace }), kv.has(), blob.get(), blob.getSignedUrl(), TempsError β€” none of those exist. Confirm any API before changing it:

npm pack @temps-sdk/node-sdk@latest @temps-sdk/kv@latest @temps-sdk/blob@latest
for t in temps-sdk-*-*.tgz; do tar -xzf "$t"; echo "== $t =="; cat package/dist/index.d.ts | head -60; rm -rf package; done

The three real packages

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

Frequently asked about Temps Node SDK

  • What else does gotempsh publish alongside Temps Node SDK?

    Temps Node SDK 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 Node SDK 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 Node SDK compare to other AI Engineering skills?

    Temps Node SDK ranks #1807 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Node SDK against them. Open each page to compare what they document and how they install.

More from gotempsh/temps

Temps Node SDK 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