Enclave Proxy Feedback

Format proxy enforcement messages into ANSI-styled terminal output.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/latchagent/latch-core --skill enclave-proxy-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Enclave Proxy Feedback
Source: https://github.com/latchagent/latch-core/tree/main/.agents/skills/enclave-proxy-feedback
Command: npx skills add https://github.com/latchagent/latch-core --skill enclave-proxy-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the formatting of enforcement messages generated by the Latch Proxy, providing a standardized terminal output for proxy actions.

Core Features & Use Cases

  • Message Formatting: Converts enforcement messages like blocked requests, redacted data, and tokenized values into human-readable terminal output.
  • Message Types: Handles various message types such as block, redaction, tokenization, and more.
  • API Integration: Provides APIs for formatting messages and sending feedback to terminal outputs.
  • Use Case: In a secure computing environment, this Skill ensures that agents receive appropriate feedback when proxy actions are enforced.

Quick Start

Install the Enclave Proxy Feedback skill and run the formatFeedback function to convert a ProxyFeedbackMessage into a terminal string with ANSI dim styling.

Frequently Asked Questions about Enclave Proxy Feedback

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

FAQPage Schema
How do I format proxy enforcement messages for terminal output?

Proxy enforcement messages are formatted for terminal output by converting block, redaction, and tokenization actions into human-readable strings with ANSI styling using the formatFeedback API function.

What types of proxy feedback messages can be formatted in a secure computing environment?

Proxy feedback message types handled in a secure computing environment include block, redaction, and tokenization messages, providing structured terminal output for various proxy enforcement actions.

How do I display redacted data and tokenized values as readable terminal feedback?

Redacted data and tokenized values are displayed as readable terminal feedback by passing a ProxyFeedbackMessage object to the formatting API, which applies ANSI dim styling for message visibility.

Does the Enclave Proxy Feedback skill require external dependencies to format messages?

The Enclave Proxy Feedback skill requires no external dependencies, using only internal scripts and references to format enforcement messages and send structured feedback to terminal outputs.

Can I use ANSI styling to improve message visibility for blocked requests in terminal output?

ANSI styling is used to improve message visibility for blocked requests in terminal output, applying dim styling to ensure agents receive appropriate feedback when proxy actions are enforced.

When do I need structured terminal feedback for proxy actions?

Structured terminal feedback for proxy actions is needed when operating in secure computing environments where agents require standardized, human-readable enforcement messages for blocked, redacted, or tokenized operations.