원클릭으로
editorbridge-editor-safety
Choose safe EditorBridge automation modes for MarkEdit, Textastic, TextEdit, and iA Writer.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Choose safe EditorBridge automation modes for MarkEdit, Textastic, TextEdit, and iA Writer.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Apply safe whole-document edits in GUI editors through EditorBridge snapshots and patch verification.
Safely rewrite selected text in MarkEdit, Textastic, TextEdit, or iA Writer through EditorBridge.
SOC 직업 분류 기준
| name | editorbridge-editor-safety |
| description | Choose safe EditorBridge automation modes for MarkEdit, Textastic, TextEdit, and iA Writer. |
Use this skill when deciding how to automate a supported GUI editor through EditorBridge.
Start with editor_check_permissions and editor_discover if permission and capability status are not already known. If Accessibility is not trusted, use editor_request_accessibility or editor_open_accessibility_settings and wait for the user to grant access before attempting AX-backed operations. Then prefer the smallest operation that satisfies the user request.
Editor guidance:
markedit adapter for agentic workflows. Snapshot before any source or whole-buffer mutation because writes can touch disk immediately.textastic adapter for surgical range workflows through Accessibility. Prefer editor_select_range plus editor_read_selection before replacement.textedit adapter as a generic baseline. Confirm plain-text behavior before treating rich-text documents as Markdown.ia-writer adapter for surgical workflows. Treat scripted text writes as live-buffer mutations that may autosave after a delay.Safety rules: