Files
frmorettoandClaude Opus 4.6 d8d5d03ef0 Initial release: Edition 1.3 — 28 tools, 3 platforms, fully verified
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>
2026-02-16 12:13:26 +01:00

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