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 職業分類に基づく
| 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 pathsSearch 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