? followed by the command), so anyone can use them without special permissions.
These tools rely on a klappstuhl.me API key configured by the person who hosts Percy. On instances where it isn’t set up, each command replies with a friendly “not configured” message instead of erroring. The public Percy has them enabled.
Links, Pastes & QR
Examples
Image Tools
The?image group (alias ?img) manipulates and inspects images. Every subcommand accepts an image from any of these sources — checked in order:
- A member you mention (their avatar)
- An image URL you pass
- An attachment on your message
- An image on the message you reply to
- Otherwise, your own avatar
Examples
Scan & Screenshot
?scan never stores your file — only its SHA-256 hash (never the contents) is checked against VirusTotal, and the result shows a clean / infected verdict plus per-engine details.
Examples
Render
Turn code, data, or Markdown into a rendered document.?codeimage— wrap your code in a fenced```langblock to choose the highlighter (e.g.```rust); otherwise it renders as plain text. You get a link to the rendered image.?chart— thekindis one ofline,area,bar,scatter,pie, ordonut. Put an optional title after the kind, then a|, then comma-separatedlabel:valuepairs. You get a link to the rendered chart.?mdpdf— returns a.pdffile you can download.
?codeimage and ?chart produce SVG images, which are hosted on klappstuhl.me and returned as a link you can open in your browser. ?mdpdf is attached directly as a PDF file.