mirror of
https://github.com/N1-AI/claude-hidden-toolkit.git
synced 2026-06-23 11:39:56 +02:00
Claude's Hidden Toolkit documents 28 undocumented internal tools across Claude.ai's browser, desktop app, and mobile app interfaces. All parameter schemas and response formats are empirically confirmed through cross-platform testing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
name: "📸 Screenshot Contribution"
|
|
description: Submit a screenshot for one of the 22 [Upcoming] figures
|
|
title: "[Screenshot] fig_XX — "
|
|
labels: ["screenshot"]
|
|
body:
|
|
- type: input
|
|
id: figure
|
|
attributes:
|
|
label: Figure Number
|
|
description: Which figure are you providing? (fig_01 through fig_22)
|
|
placeholder: "fig_07"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform Captured On
|
|
options:
|
|
- Browser (claude.ai)
|
|
- Desktop App (macOS)
|
|
- Desktop App (Windows)
|
|
- Mobile App (Android)
|
|
- Mobile App (iOS)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What's Shown
|
|
description: Brief description of what the screenshot captures
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshot
|
|
attributes:
|
|
label: Screenshot
|
|
description: Drag and drop your screenshot here. Please blur any personal information.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: privacy
|
|
attributes:
|
|
label: Privacy Check
|
|
options:
|
|
- label: I have blurred or removed all personal information from this screenshot
|
|
required: true
|
|
- label: I consent to this image being used in the book under CC BY 4.0
|
|
required: true
|