status

Verify TrueFoundry connectivity and credential presence via environment variables and API call.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/passionseed/ps_app --skill status-passionseed
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/passionseed/ps_app/tree/main/.agents/skills/truefoundry-status
Command: npx skills add https://github.com/passionseed/ps_app --skill status-passionseed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a quick way to verify that a TrueFoundry deployment is reachable and that credentials are correctly configured, reducing preflight troubleshooting time.

Core Features & Use Cases

  • Preflight credential checks: Validate TFY_BASE_URL, TFY_HOST, and TFY_API_KEY presence and correctness.
  • Connectivity verification: Test connection to the TrueFoundry API and detect authentication or network issues before performing platform operations.
  • Status presentation: Produce a concise status summary that the user can act on, including next steps for remediation.

Quick Start

Run a lightweight status check to confirm that TFY_BASE_URL, TFY_API_KEY, and TFY_HOST are configured and the TrueFoundry API is reachable.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify TrueFoundry connectivity and credentials before deployment?▼

To verify TrueFoundry connectivity, check that the environment variables TFY_BASE_URL, TFY_HOST, and TFY_API_KEY are present. A lightweight API call to the TrueFoundry API confirms authentication and network reachability before platform operations.

What TrueFoundry environment variables need to be set for a preflight credential check?▼

A TrueFoundry preflight credential check requires setting TFY_BASE_URL, TFY_HOST, and TFY_API_KEY. Validating these variables ensures the API client can authenticate successfully and reach the platform without connection errors.

Why does my TrueFoundry API call fail with an authentication error?▼

A TrueFoundry API call fails with authentication errors when environment variables like TFY_API_KEY or TFY_BASE_URL are missing or incorrect. Running a connectivity status check detects these credential issues and provides remediation steps.

What is the best way to troubleshoot TrueFoundry network connectivity issues?▼

The best way to troubleshoot TrueFoundry network connectivity is to execute a status check that validates environment variables and attempts a lightweight API call. This produces a concise status summary with actionable next steps for remediation.

Do I need curl or bash to test TrueFoundry API reachability?▼

Testing TrueFoundry API reachability uses scripts that function similarly to curl and bash utilities. The process validates credentials and network paths by making a lightweight API request to the configured TrueFoundry base URL.

Can I use a TrueFoundry status check during initial platform setup?▼

Yes, you can use a TrueFoundry status check during initial setup. It applies during preflight steps to validate that TFY_BASE_URL, TFY_API_KEY, and TFY_HOST are correctly configured and the API is reachable before operations.