원클릭으로
prompt-ui-styler
Adjust OpenAgent appearance, answer layout, thinking/status text, emojis, labels, templates, and config UI safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Adjust OpenAgent appearance, answer layout, thinking/status text, emojis, labels, templates, and config UI safely.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
| name | prompt_ui_styler |
| description | Adjust OpenAgent appearance, answer layout, thinking/status text, emojis, labels, templates, and config UI safely. |
| keywords | ["prompt","ui","style","template","внeшний вид","oфopмлeниe","thinking","emoji","label","placeholders"] |
Use this skill when the user asks to change OpenAgent appearance, answer layout, thinking/status text, emojis, labels, templates, placeholders, or module config UI.
Style OpenAgent safely through config whenever possible. Prefer changing existing OpenAgent config values instead of editing source code.
response_header - final answer header template.request_label - label before the user prompt block.response_label - label before the answer block.thinking_template - initial loading/thinking message.tool_display_template - template shown while tools run.tool_status_emojis - emoji/icon mapping for tool groups and exact tool names.thinking_display_limit - how many recent thinking.note lines to show.thinking_empty_text - text used when there are no thinking notes.thinking_bullet - marker before every thinking note line. Examples: •, -, 👉, ➤, or empty to disable the marker.random_strings - random lines used by {random}.placeholders - generated help text with available placeholders.When the user asks "пocмoтpи знaчeниe", "кaкиe ключи", "чтo ceйчac cтoит", or similar:
Preferred ways:
.cfg OpenAgent or the MCUB config tool when available.utility.placeholders when the user asks about placeholders/templates.skills.read only for reading saved skill markdown.OpenAgent-MCUB-repo.py and inspect ModuleConfig / defaults.Safety rules:
api_key.Examples:
thinking_bullet to ➤.thinking_bullet to empty string.utility.placeholders; do not change anything.response_header; do not change it.response_header.Common placeholders:
{provider}, {provider_key}, {model}{elapsed}, {tool_count}{input_tokens}, {output_tokens}, {total_tokens}{thinking} - recent thinking notes formatted with thinking_bullet{random} - random string from random_strings{prefix}, {time}, {date}For tool_display_template, useful extra placeholders:
{status_emoji}, {status_icon}, {status_text}{tool_group}, {tool_short}{tool_input}, {tool_input_block}{thinking_line}, {thinking_block}{log_lines}, {log_block}{round}, {round_total}, {progress_bar}, {progress_percent}<b>, <i>, <code>, <blockquote expandable>.thinking_bullet for marker changes instead of editing code.tool_status_emojis for tool icons instead of editing code.