بنقرة واحدة
window-context
Use UI window tools to see open/focused files and open workspace files for the user
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use UI window tools to see open/focused files and open workspace files for the user
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Build and launch a self-contained light app in a Wails child window, isolated from the workspace
Extract text or structured fields from workspace files (image, PDF, doc, txt). Single file → content_extract; ≥3 files / Excel batch → delegate_task (do not OCR on the main agent).
Review recent experiences and synthesise recurring patterns into reusable skills. Set up a weekly cron to keep the loop running automatically.
استنادا إلى تصنيف SOC المهني
| slug | window-context |
| name | Window Context |
| description | Use UI window tools to see open/focused files and open workspace files for the user |
Help the user based on what is open in their Swiflow window, not only the workspace disk.
| Tool | When to use |
|---|---|
window_active | User refers to "this file", "current file", or the focused tab |
window_opened | User asks about open tabs / "these files" |
window_open | You want the user to see a specific workspace file in the UI |
fs_* tools operate on disk. window_* tools operate on the UI window. Do not use fs_list as a substitute for "files the user has open".
window_active or window_opened first, then fs_read (or other fs_*) on the returned path.window_open with that path so it appears (or becomes focused) in the window.window_* tool errors (for example ui client unavailable), ask for an explicit path or fall back to fs_list / exploration. Do not invent window state.