write-file
스타12
포크0
업데이트2026년 4월 3일 18:13
Write content to a file, creating it if it doesn't exist
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Write content to a file, creating it if it doesn't exist
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | write-file |
| description | Write content to a file, creating it if it doesn't exist |
| context | same |
| args | [{"name":"file_path","description":"Path to the file to write","required":true},{"name":"content","description":"Content to write to the file","required":true},{"name":"append","description":"If true, append to file instead of overwriting","required":false}] |
| tags | ["file","write","create"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["Write"] |
| safety | {"risk-level":"medium"} |
Write content to a file at $(arg file_path) using the Write tool.
<filepath> content="Hello world"
<filepath> content="Line 1\nLine 2\nLine 3"
<filepath> content="New content" append=true
~ for home directory paths