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>
48 lines
1.2 KiB
YAML
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
|