customize-response-style

Customize terminal output styling and rendering for OhMyCode's CLI.

131|4|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/AlphaLab-USTC/OhMyCode --skill customize-response-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize-response-style
Source: https://github.com/AlphaLab-USTC/OhMyCode/tree/main/.agents/skills/customize-response-style
Command: npx skills add https://github.com/AlphaLab-USTC/OhMyCode --skill customize-response-style

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you change how OhMyCode looks and feels in the terminal, so output is easier to read, more polished, or better matched to your workflow.

Core Features & Use Cases

  • Adjust terminal colors and formatting: Change how text, tool calls, errors, and status messages are rendered.
  • Control response presentation: Hide token counts, add borders or panels, or switch to markdown-style output.
  • Customize the REPL prompt: Modify the command prompt appearance to include colors, model names, or cleaner branding.
  • Use case: A developer wants tool results to stand out clearly during long coding sessions and updates render_stream() to show styled panels and a less cluttered status display.

Quick Start

Ask OhMyCode to update the terminal renderer so tool calls use your preferred colors and the output is cleaner and easier to scan.

Frequently Asked Questions about customize-response-style

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

FAQPage Schema
How do I customize terminal output styling for OhMyCode CLI?

To customize terminal output styling for OhMyCode CLI, you need to edit the rich-based rendering logic. This changes how text, tool calls, and status messages are rendered for a more polished experience.

Can I hide token usage visibility in the OhMyCode REPL prompt?

Yes, you can hide token counts in the OhMyCode REPL prompt by editing the CLI rendering logic. This allows you to control response presentation and create a cleaner, less cluttered status display.

What is the best way to change terminal colors for tool call display in OhMyCode?

The best way to change terminal colors for tool call display is updating the rich-based rendering logic inside the CLI. Adjusting functions like render_stream applies styled panels so results stand out during sessions.

Does OhMyCode support custom markdown rendering for CLI streaming text?

OhMyCode supports custom markdown rendering for CLI streaming text through its rich-based rendering logic. You can switch to markdown-style output, add borders, and modify panels to improve readability.

How do I modify the REPL prompt appearance to include model names in OhMyCode?

You modify the REPL prompt appearance to include model names by editing the OhMyCode CLI renderer. This customization lets you add colors, model names, or cleaner branding directly to the command prompt.

Are there limitations when editing rich-based rendering logic for CLI customization?

Editing rich-based rendering logic for CLI customization requires validating visual behavior through interactive and single-shot runs. Changes apply strictly to terminal output, tool call display, and REPL prompt appearance.