write-file
openbooklet.com/s/write-fileopenbooklet.com/s/write-file@1.0.0GET /api/v1/skills/write-fileWrite content to file, creating new or overwriting existing. When you need to create new files, update file content, or save generated code/data.
ä¸ä¸ºå°çº¢ä¹¦å¹³å°æé çå 容å使è½ï¼å¸®å©ä½ çæç¬¦åå¹³å°è°æ§çé«è´¨éç¬è®°ï¼æ¶µçæ é¢ãæ£æãè¯é¢æ ç¾åé å¾å»ºè®®ã
Record important information to long-term memory for learning user preferences, successful patterns, and error lessons. When you need to remember user preferences, save successful patterns, or record lessons from errors.
Analyze articles, identify illustration positions, generate images with Type à Style consistency.
ä» Bilibiliï¼Bç«ï¼å YouTube è§é¢ä¸æååå¹/è½¬å½ææ¬ï¼æ¯æå¤è¯è¨ãä¼åè§é¢åå 容é®çã
Click page elements by CSS selector or text content. When you need to click buttons, links, or select options. PREREQUISITE - must use browser_navigate to open target page first.
Extract page content and element text from current webpage. When you need to read page information, get element values, scrape data, or verify page content.
List all open browser tabs with their index, URL and title. When you need to check what pages are open, manage multiple tabs, or find a specific tab to switch to.
Navigate browser to specified URL to open a webpage. When you need to open webpages or start web automation. PREREQUISITE - must call before browser_click/type operations. Auto-starts browser if not running.
Launch browser or check its status. Returns current state (is_open, url, title, tab_count). If already running, returns status without restarting. Auto-handles everything - no need to call browser_status first.
Check browser current state including open status, current URL, page title, tab count. Useful for checking current page URL/title. Note - browser_open already includes status check and auto-starts if needed, so you don't need to call browser_status before browser_open.
Switch to a specific browser tab by index. When you need to work with a different tab or return to previous page. Use browser_list_tabs to get tab indices.
Smart browser task agent - describe what you want done in natural language and it completes automatically. PREFERRED tool for multi-step browser operations like searching, form filling, and data extraction.
Type text into input fields on webpage. When you need to fill forms, enter search queries, or input data. PREREQUISITE - must use browser_navigate first. May need to click field first for focus.
Call MCP server tool for extended capabilities. Check 'MCP Servers' section in system prompt for available servers and tools. When you need to use external service or access specialized functionality.
PERMANENTLY DELETE scheduled task. When user says 'cancel/delete task' use this. When user says 'turn off notification' use update_scheduled_task with notify=false. When user says 'pause task' use update_scheduled_task with enabled=false.
Mark the plan as completed and generate a summary report. Call when ALL steps are done. Returns execution summary with success/failure statistics.
MUST CALL FIRST for multi-step tasks! If user request needs 2+ tool calls (like 'open + search + screenshot'), call create_todo BEFORE any other tool.
Delete a file or empty directory. Non-empty directories are rejected for safety. Use run_shell for recursive deletion.
Deliver artifacts (files/images/voice) to current IM chat via gateway, returning a receipt. Use this as the only delivery proof for attachments. Text replies are sent automatically - only use this for file/image/voice attachments.
Click desktop elements or coordinates. When you need to click buttons/icons in applications, select menu items, or interact with desktop UI. Supports element description, name prefix, or coordinates. For browser webpage elements, use browser_click instead.
Auto-indexed from openakita/openakita
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
list-directory
List directory contents including files and subdirectories. When you need to explore directory structure, find specific files, or check what exists in a folder.
read-file
Read file content for text files. When you need to check file content, analyze code or data, or get configuration values.
run-shell
Execute shell commands for system operations, directory creation, and script execution. When you need to run system commands, execute scripts, install packages, or manage processes. Note - if commands fail consecutively, try different approaches.
delete-file
Delete a file or empty directory. Non-empty directories are rejected for safety. Use run_shell for recursive deletion.
grep
Search file contents using regex pattern across directories. Cross-platform pure Python implementation (no external tools needed). Returns matching lines with file paths and line numbers.
edit-file
Edit file by exact string replacement. Finds old_string and replaces with new_string. Safer and more token-efficient than write_file for modifying existing files. Auto-handles Windows CRLF line endings.