integration-replicate

Connect a Replicate API token to a self-hosted Hermes Agent via SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-replicate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-replicate
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-replicate
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-replicate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects a Replicate API token to a self-hosted Hermes Agent so AI coding agents can securely access Replicate’s model catalog without manual server setup.

Core Features & Use Cases

  • Secure Token Wiring: Validates and stores the Replicate API token in the Hermes environment with permission-safe handling.
  • Model Access for Agents: Enables SSH-first workflows for invoking Replicate models, webhooks, and prediction endpoints from Hermes.
  • Safe Operations: Includes live account verification, idempotent setup checks, gateway reload steps, and rollback guidance for failed wiring.
  • Use Case: A developer wants Claude Code or Hermes to use Replicate-hosted image, audio, or LLM models on their VPS without exposing credentials or breaking existing configuration.

Quick Start

Ask the agent to connect Replicate to your Hermes VPS by verifying your token, writing it to the Hermes environment, reloading the gateway, and confirming the account API works.

Frequently Asked Questions about integration-replicate

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

FAQPage Schema
How do I connect a Replicate API token to a self-hosted Hermes Agent via SSH?

To connect a Replicate API token to a self-hosted Hermes Agent via SSH, the Skill validates the token against api.replicate.com and safely persists it in your Hermes environment using idempotent writes, followed by a gateway reload.

What is the best way to securely wire Replicate model access into my VPS deployment workflow?

Securely wiring Replicate model access into a VPS deployment workflow involves Bearer-auth verification of your API token, version-pinned model references, and permission-safe credential persistence to ensure agents can invoke models without exposing credentials.

Can I use Replicate webhooks and prediction endpoints with Hermes on my VPS?

Yes, you can use Replicate webhooks and prediction endpoints with Hermes on your VPS. The Skill enables SSH-first workflows for invoking models and includes webhook wiring during the connection setup.

Does setting up Replicate on Hermes include rollback handling if the token wiring fails?

Yes, setting up Replicate on Hermes includes rollback-safe handling. If the token wiring or gateway reload fails, the Skill provides rollback guidance to ensure your existing configuration remains intact and unbroken.

How do I verify my Replicate account is active before writing the API token to my Hermes environment?

To verify your Replicate account is active before writing the API token to Hermes, the Skill performs live account verification using Bearer-auth against api.replicate.com, ensuring only valid credentials are persisted.

Why does my Hermes gateway need a reload after adding the Replicate API token?

Your Hermes gateway needs a reload after adding the Replicate API token to apply the new environment variables and activate SSH-based access to Replicate's model catalog for your AI coding agents.