Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
TL;DR
Complete technical documentation of Claude Code's internal tools
This document provides comprehensive technical details about Claude Code's internal tools, including parameter schemas, implementation behaviors, and usage patterns.
Technical Details:
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema", | |
| "description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.", | |
| "type": "object", | |
| "required": ["meta", "subject", "scene"], | |
| "properties": { | |
| "user_intent": { | |
| "type": "string", | |
| "description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging." |
| #!/usr/bin/env ruby | |
| # Archive linkding bookmarks to Markdown files | |
| # Can use [Gather](https://brettterpstra.com/projects/gather-cli/) | |
| # for conversion (if installed), or use Marky | |
| # the Markdownifier (web-based). | |
| # | |
| # See options below for configuration | |
| # | |
| # This script is designed to run once initially, and then | |
| # be set to run in the background at intervals using cron |
| [ | |
| { | |
| "context": "Editor", | |
| "bindings": { | |
| "cmd-l": "editor::ToggleFold", | |
| "cmd-[": "pane::GoBack", | |
| "cmd-]": "pane::GoForward" | |
| } | |
| }, | |
| { |
| <?php | |
| # Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication | |
| # http://creativecommons.org/publicdomain/zero/1.0/ | |
| $mysite = 'https://adactio.com/'; // Change this to your website. | |
| $token_endpoint = 'https://tokens.indieauth.com/token'; | |
| $_HEADERS = array(); | |
| foreach(getallheaders() as $name => $value) { |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
Console tab