generate_cheatsheet
Create concise cheat sheets from documentation by extracting key information, organizing content into tools/APIs, and generating markdown summaries for quick reference.
Instructions
Generate a cheat sheet from documentation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Documentation URL | |
| use_local | No | Use local files if available | |
| sections | No | Specific sections to include | |
| output_format | No | Output format | single |
| max_length | No | Maximum characters | |
| force_regenerate | No | Force regenerate existing cheatsheets |