docs

Fetch TrueFoundry documentation, API references, and deployment guides via web scraping.

13|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-agent-skills --skill docs-truefoundry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/truefoundry/tfy-agent-skills/tree/main/skills/docs
Command: npx skills add https://github.com/truefoundry/tfy-agent-skills --skill docs-truefoundry

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides immediate access to TrueFoundry's comprehensive documentation, API references, and deployment guides, eliminating the need to manually search the TrueFoundry website.

Core Features & Use Cases

  • Fetch Documentation: Retrieve specific pages from the TrueFoundry documentation site.
  • API Reference: Access detailed API endpoint information.
  • Deployment Guides: Get step-by-step instructions for deploying services and jobs.
  • Use Case: A user asks, "How do I set up CI/CD for my service?" This Skill can fetch and present the relevant guide from https://truefoundry.com/docs/setting-up-cicd-for-your-service.

Quick Start

Use the docs skill to fetch the guide on deploying your first service.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I access TrueFoundry documentation and deployment guides?

Access TrueFoundry documentation and deployment guides by fetching specific pages directly from the platform's website. This retrieves detailed instructions for deploying services and jobs instantly without manual searching.

Can I retrieve TrueFoundry API reference information for specific endpoints?

Yes, you can retrieve TrueFoundry API reference information for specific endpoints. The system fetches detailed API endpoint data directly from the documentation site to help you understand platform API usage.

How do I set up CI/CD for my service on the TrueFoundry platform?

To set up CI/CD for your service on the TrueFoundry platform, fetch the relevant deployment guide. This provides step-by-step instructions for configuring continuous integration and deployment procedures.

Do I need bash and curl to fetch TrueFoundry help docs?

Yes, you need bash and curl to fetch TrueFoundry help docs. The retrieval mechanism uses web scraping and direct URL access via these command-line tools to download and present the documentation content.

What's the best way to find platform features in TrueFoundry docs without browsing manually?

The best way to find platform features in TrueFoundry docs without browsing manually is using a direct URL fetch. This eliminates manual website navigation by scraping the specific documentation pages you need.

Why does fetching TrueFoundry documentation require direct URL access?

Fetching TrueFoundry documentation requires direct URL access because the retrieval mechanism relies on web scraping. This approach targets exact documentation pages to extract and present the relevant guides accurately.