speakeasy

Route private inference requests by task type via Speakeasy endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wrensignal/wrenOS --skill speakeasy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speakeasy
Source: https://github.com/wrensignal/wrenOS/tree/main/vendor/skills/speakeasy
Command: npx skills add https://github.com/wrensignal/wrenOS --skill speakeasy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables operators to securely route private AI inference requests through Speakeasy endpoints, enabling auditable, cost-aware workflows without exposing sensitive models or data.

Core Features & Use Cases

  • Tool contract exposure: speakeasy_chat, speakeasy_models, speakeasy_balance for operator-facing usage.
  • Wallet handling: on first use, automatically generate a hot wallet and reuse it for subsequent paid-path calls.
  • Task routing and safety: route by task type (research, deep_think, codegen) with degraded-mode safeguards and explicit fallback behavior.

Quick Start

Install and initialize the Speakeasy tool and start routing private inferences with automated wallet handling.

Frequently Asked Questions about speakeasy

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

FAQPage Schema
How do I route private AI inference requests by task type?

Private inference routing directs AI requests through secure endpoints based on task categories like research, deep_think, or codegen. Speakeasy enables this by applying configurable routing rules to operator workflows, ensuring cost-aware and auditable request handling.

How do I handle wallet generation for paid inference calls?

Wallet handling for paid inference calls requires generating a hot wallet on first use. Speakeasy automates this process by creating a wallet during the initial request and reusing it for all subsequent paid-path operations.

Do I need specific environment variables to use private inference routing?

Private inference routing requires the environment variables SPEAKEASY_BASE_URL and SPEAKEASY_API_KEY to be set. These configure the secure endpoints needed for routing AI requests through the operator workflow.

What happens when a private inference endpoint becomes unavailable?

When private inference endpoints are unavailable, degraded-mode safeguards activate to maintain operation continuity. Speakeasy implements explicit fallback behavior with recoverable paper-mode operation to prevent complete workflow failure.

Can I check my inference costs and available models through operator tools?

You can check inference costs and available models using the operator-facing tools speakeasy_balance and speakeasy_models. These tool contracts expose balance checking and model listing capabilities directly within the workflow.