Skip to main content

distill

Generates a structured persona profile by analyzing a celebrity's X (Twitter) account, capturing their communication style and mental models.

Install this skill

or
92/100

Security score

The distill skill was audited on May 31, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 19

External URL reference

SourceSKILL.md
19**Prerequisites**: [Dokobot CLI](https://dokobot.ai) (`npm i -g dokobot`), Chrome with Dokobot extension, native bridge (`npx dokobot install-bridge`).
low line 27

External URL reference

SourceSKILL.md
27- `x_handle_or_url` (required): X handle (e.g. `@elonmusk` or `elonmusk`) or full URL (e.g. `https://x.com/elonmusk`)
low line 39

External URL reference

SourceSKILL.md
39- If a URL like `https://x.com/username` or `https://twitter.com/username` → extract `username`
low line 51

External URL reference

SourceSKILL.md
51npx dokobot doko read "https://x.com/<USERNAME>" --local --screens <SCREENS> --timeout 600 > /tmp/distill-raw-<USERNAME>.txt
low line 59

External URL reference

SourceSKILL.md
59npx dokobot doko read "https://x.com/<USERNAME>" --local --session-id <SESSION_ID> --screens 10 --timeout 600 >> /tmp/distill-raw-<USERNAME>.txt
low line 71

External URL reference

SourceSKILL.md
71> Source: https://x.com/<username>
low line 96

External URL reference

SourceSKILL.md
96npx dokobot doko read "https://en.wikipedia.org/wiki/<PERSON_NAME>" --local --screens 5 --timeout 300
low line 124

External URL reference

SourceSKILL.md
124source: "https://x.com/<username>"
Scanned on May 31, 2026
View Security Dashboard
Installation guide →