一键导入
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.