ワンクリックで
storage-ops
Use the Storage app to inspect workspace uploaded files and generated artifacts through official Maverick app surfaces.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the Storage app to inspect workspace uploaded files and generated artifacts through official Maverick app surfaces.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create and manage workspace checklists through the Checklist app CLI and MCP surfaces.
Create an image with the image generation tool, save it into the active workspace with a suitable filename, and verify it through Storage.
Manage Maverick agent roles, agent types, prompt previews, and agent catalog data through the Agents app.
Use the Maverick App Store app to inspect catalogs, install apps, and submit app source to the external public App Store.
Use Chat UI surfaces with core-owned workspace conversation threads and runtime turn operations.
Use the `docs-studio` Maverick app through its declared CLI and MCP surfaces.
| name | storage-ops |
| description | Use the Storage app to inspect workspace uploaded files and generated artifacts through official Maverick app surfaces. |
Use Storage when the user needs to inspect files under the active workspace storage roots.
Storage derives its inventory from:
storage/uploaded/storage/generated/Prefer official Storage MCP, CLI, or backend actions instead of walking these folders directly when operating inside Maverick.
Common actions:
catalog: list uploaded and generated files and folders with metadata.create_folder: create a folder inside storage/uploaded/ or storage/generated/ after Storage path validation.upload_file: upload base64 file content into an existing folder under storage/uploaded/ or storage/generated/ without overwriting an existing file.move_file: move a file into a folder or back to the storage root while keeping it inside its current storage role.view_filter: read the shared Storage UI filter without scanning workspace storage.read_file: read a specific file by role and relative_path for preview or download workflows.write_file / file.content.write: create or overwrite a file by role and relative_path or workspace_relative_path, with UTF-8 content or content_base64.preview_text: extract a text preview for text, Markdown, DOCX, PPTX, and XLSX files.preview_table: extract structured sheet rows for CSV and spreadsheet files so Storage can render a table preview.update_markdown_file: replace the UTF-8 contents of a validated .md file in workspace storage.set_view_filter: update the shared Storage UI filter with query, role, and kind so the frontend can show the filtered view.set_custom_view: update the shared Storage UI with a curated file set using title, file_ids, and/or workspace_relative_paths.clear_custom_view: return Storage to normal search mode.file_info: resolve metadata for a file by role/relative_path or workspace_relative_path.rename_file: rename a file inside its current storage directory.delete_file: delete a file from the active workspace storage root after Storage path validation.