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

48 lines
1.2 KiB
YAML

name: "🐛 Correction"
description: Report an error or outdated information in the book
title: "[Correction] "
labels: ["correction"]
body:
- type: input
id: location
attributes:
label: Location in Book
description: Which chapter, tool card, or section?
placeholder: "e.g., Tool Card 5 (message_compose_v1), Chapter 7"
validations:
required: true
- type: textarea
id: current
attributes:
label: What the Book Currently Says
description: Quote or paraphrase the incorrect/outdated content
validations:
required: true
- type: textarea
id: observed
attributes:
label: What You Observed Instead
description: Describe the correct behavior with evidence
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform Tested On
multiple: true
options:
- Browser (claude.ai)
- Desktop App (macOS)
- Desktop App (Windows)
- Mobile App (Android)
- Mobile App (iOS)
validations:
required: true
- type: input
id: date
attributes:
label: Date of Observation
placeholder: "2026-02-16"
validations:
required: true