From 1b61d3bed2fd5f359ebb474a67ae28a37773c6a6 Mon Sep 17 00:00:00 2001 From: lucy beck Date: Fri, 26 Jun 2026 15:50:34 -0500 Subject: [PATCH 1/2] Enable model invocation for Codex skills --- codex/skills/clean-up-dropbox-content/SKILL.md | 2 +- codex/skills/collect-files-with-request/SKILL.md | 2 +- codex/skills/find-dropbox-content/SKILL.md | 1 + codex/skills/inspect-dropbox-file/SKILL.md | 1 + codex/skills/organize-dropbox-folder/SKILL.md | 2 +- codex/skills/share-dropbox-content/SKILL.md | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/codex/skills/clean-up-dropbox-content/SKILL.md b/codex/skills/clean-up-dropbox-content/SKILL.md index 7d926d8..1b7a208 100644 --- a/codex/skills/clean-up-dropbox-content/SKILL.md +++ b/codex/skills/clean-up-dropbox-content/SKILL.md @@ -1,7 +1,7 @@ --- name: clean-up-dropbox-content description: Clean up Dropbox content by identifying obsolete, duplicate, temporary, or unwanted files and deleting only after explicit review. Use when the user explicitly asks to delete, remove, or clean up Dropbox files or folders. -disable-model-invocation: true +disable-model-invocation: false --- # Clean Up Dropbox Content diff --git a/codex/skills/collect-files-with-request/SKILL.md b/codex/skills/collect-files-with-request/SKILL.md index 19669b3..77dbe27 100644 --- a/codex/skills/collect-files-with-request/SKILL.md +++ b/codex/skills/collect-files-with-request/SKILL.md @@ -1,7 +1,7 @@ --- name: collect-files-with-request description: Create, inspect, and manage Dropbox file requests for collecting uploads from other people. Use when the user asks to collect files, request uploads, create an upload portal, check a file request, or list existing file requests. -disable-model-invocation: true +disable-model-invocation: false --- # Collect Files With Request diff --git a/codex/skills/find-dropbox-content/SKILL.md b/codex/skills/find-dropbox-content/SKILL.md index 3bbe938..8263ef3 100644 --- a/codex/skills/find-dropbox-content/SKILL.md +++ b/codex/skills/find-dropbox-content/SKILL.md @@ -1,6 +1,7 @@ --- name: find-dropbox-content description: Find Dropbox files and folders relevant to a user request. Use when the user asks to search Dropbox, find a document, locate recent files, browse a folder, identify likely source files, or narrow down where content lives before reading, sharing, organizing, or restoring it. +disable-model-invocation: false --- # Find Dropbox Content diff --git a/codex/skills/inspect-dropbox-file/SKILL.md b/codex/skills/inspect-dropbox-file/SKILL.md index 912d12d..b4ed633 100644 --- a/codex/skills/inspect-dropbox-file/SKILL.md +++ b/codex/skills/inspect-dropbox-file/SKILL.md @@ -1,6 +1,7 @@ --- name: inspect-dropbox-file description: Inspect a Dropbox file or folder by checking metadata, shared links, and file content when needed. Use when the user asks what a file is, whether it is shared, when it changed, what access links exist, or asks to read/analyze a Dropbox file. +disable-model-invocation: false --- # Inspect Dropbox File diff --git a/codex/skills/organize-dropbox-folder/SKILL.md b/codex/skills/organize-dropbox-folder/SKILL.md index 4302e08..a30195b 100644 --- a/codex/skills/organize-dropbox-folder/SKILL.md +++ b/codex/skills/organize-dropbox-folder/SKILL.md @@ -1,7 +1,7 @@ --- name: organize-dropbox-folder description: Organize Dropbox files and folders by creating folders, copying content, or moving content into a cleaner structure. Use when the user asks to organize, archive, consolidate, restructure, copy, or move Dropbox content. -disable-model-invocation: true +disable-model-invocation: false --- # Organize Dropbox Folder diff --git a/codex/skills/share-dropbox-content/SKILL.md b/codex/skills/share-dropbox-content/SKILL.md index e7765e0..6c75dde 100644 --- a/codex/skills/share-dropbox-content/SKILL.md +++ b/codex/skills/share-dropbox-content/SKILL.md @@ -1,7 +1,7 @@ --- name: share-dropbox-content description: Share Dropbox files or folders by creating shared links, inspecting existing shared links, or explaining current shared-link state. Use only when the user explicitly asks to create a shared link, check access, or inspect a Dropbox shared link. -disable-model-invocation: true +disable-model-invocation: false --- # Share Dropbox Content From 3c2e18369aaba8a62fab0aabf45422fd9dd58fd6 Mon Sep 17 00:00:00 2001 From: lucy beck Date: Fri, 26 Jun 2026 15:53:09 -0500 Subject: [PATCH 2/2] Align Claude skill model invocation flags --- claude/skills/clean-up-dropbox-content/SKILL.md | 2 +- claude/skills/collect-files-with-request/SKILL.md | 2 +- claude/skills/find-dropbox-content/SKILL.md | 1 + claude/skills/inspect-dropbox-file/SKILL.md | 1 + claude/skills/organize-dropbox-folder/SKILL.md | 2 +- claude/skills/share-dropbox-content/SKILL.md | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/claude/skills/clean-up-dropbox-content/SKILL.md b/claude/skills/clean-up-dropbox-content/SKILL.md index 7d926d8..1b7a208 100644 --- a/claude/skills/clean-up-dropbox-content/SKILL.md +++ b/claude/skills/clean-up-dropbox-content/SKILL.md @@ -1,7 +1,7 @@ --- name: clean-up-dropbox-content description: Clean up Dropbox content by identifying obsolete, duplicate, temporary, or unwanted files and deleting only after explicit review. Use when the user explicitly asks to delete, remove, or clean up Dropbox files or folders. -disable-model-invocation: true +disable-model-invocation: false --- # Clean Up Dropbox Content diff --git a/claude/skills/collect-files-with-request/SKILL.md b/claude/skills/collect-files-with-request/SKILL.md index 19669b3..77dbe27 100644 --- a/claude/skills/collect-files-with-request/SKILL.md +++ b/claude/skills/collect-files-with-request/SKILL.md @@ -1,7 +1,7 @@ --- name: collect-files-with-request description: Create, inspect, and manage Dropbox file requests for collecting uploads from other people. Use when the user asks to collect files, request uploads, create an upload portal, check a file request, or list existing file requests. -disable-model-invocation: true +disable-model-invocation: false --- # Collect Files With Request diff --git a/claude/skills/find-dropbox-content/SKILL.md b/claude/skills/find-dropbox-content/SKILL.md index 3bbe938..8263ef3 100644 --- a/claude/skills/find-dropbox-content/SKILL.md +++ b/claude/skills/find-dropbox-content/SKILL.md @@ -1,6 +1,7 @@ --- name: find-dropbox-content description: Find Dropbox files and folders relevant to a user request. Use when the user asks to search Dropbox, find a document, locate recent files, browse a folder, identify likely source files, or narrow down where content lives before reading, sharing, organizing, or restoring it. +disable-model-invocation: false --- # Find Dropbox Content diff --git a/claude/skills/inspect-dropbox-file/SKILL.md b/claude/skills/inspect-dropbox-file/SKILL.md index 912d12d..b4ed633 100644 --- a/claude/skills/inspect-dropbox-file/SKILL.md +++ b/claude/skills/inspect-dropbox-file/SKILL.md @@ -1,6 +1,7 @@ --- name: inspect-dropbox-file description: Inspect a Dropbox file or folder by checking metadata, shared links, and file content when needed. Use when the user asks what a file is, whether it is shared, when it changed, what access links exist, or asks to read/analyze a Dropbox file. +disable-model-invocation: false --- # Inspect Dropbox File diff --git a/claude/skills/organize-dropbox-folder/SKILL.md b/claude/skills/organize-dropbox-folder/SKILL.md index 4302e08..a30195b 100644 --- a/claude/skills/organize-dropbox-folder/SKILL.md +++ b/claude/skills/organize-dropbox-folder/SKILL.md @@ -1,7 +1,7 @@ --- name: organize-dropbox-folder description: Organize Dropbox files and folders by creating folders, copying content, or moving content into a cleaner structure. Use when the user asks to organize, archive, consolidate, restructure, copy, or move Dropbox content. -disable-model-invocation: true +disable-model-invocation: false --- # Organize Dropbox Folder diff --git a/claude/skills/share-dropbox-content/SKILL.md b/claude/skills/share-dropbox-content/SKILL.md index e7765e0..6c75dde 100644 --- a/claude/skills/share-dropbox-content/SKILL.md +++ b/claude/skills/share-dropbox-content/SKILL.md @@ -1,7 +1,7 @@ --- name: share-dropbox-content description: Share Dropbox files or folders by creating shared links, inspecting existing shared links, or explaining current shared-link state. Use only when the user explicitly asks to create a shared link, check access, or inspect a Dropbox shared link. -disable-model-invocation: true +disable-model-invocation: false --- # Share Dropbox Content