One-click install
npx skills add https://github.com/dokobot/distill-skill --skill distill-dokobot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill
Source: https://github.com/dokobot/distill-skill/tree/main
Command: npx skills add https://github.com/dokobot/distill-skill --skill distill-dokobot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dokobot.

What problem does it solve?

It generates a reusable AI persona by scraping an X (Twitter) account and distilling the target’s thinking patterns, communication style, and mental models into a structured SKILL.md plus evidence-based tweets notes.

Core Features & Use Cases

  • Persona distillation from X: Scrape tweets via the Dokobot CLI using a real local Chrome browser, then analyze recurring mental models and decision heuristics.
  • Evidence-backed outputs: Save raw scraped tweets (with engagement data) into tweets.md and reference them when constructing the persona.
  • Agent-ready SKILL.md generation: Produce an activation-ready SKILL.md that includes triggers, source material pointers, expression DNA, and operational protocol for consistent responses.

Quick Start

Use the distill skill to generate a persona by telling your agent: /distill @elonmusk --screens 20 --lang en --output ~/personas.

Frequently Asked Questions about distill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AI persona from a Twitter X account?

To create an AI persona from an X account, this skill scrapes the target's timeline to distill their thinking patterns, communication style, and mental models into an agent-ready SKILL.md file.

Can I extract and replicate someone's writing style from Twitter into structured markdown?

Yes, you can extract a writing style from Twitter by scraping tweets and transforming them into structured markdown, which captures the target's expression DNA and decision heuristics.

Do I need a local Chrome browser to scrape tweets for mindset and heuristics analysis?

Yes, scraping tweets for mindset and heuristics analysis requires the Dokobot CLI with a local Chrome browser to perform screen-based scrolling collection of the target's timeline.

How do I generate an evidence-backed AI persona skill from social media?

You generate an evidence-backed AI persona by saving raw scraped tweets with engagement data into tweets.md, then synthesizing those references into structured persona instructions.

Does the Twitter persona distillation process support Chinese outputs?

Yes, the Twitter persona distillation process supports generating agent-ready SKILL.md files and evidence-based outputs in both Chinese and English.

What is the best way to automate Twitter X scraping for roleplay persona creation?

The best way to automate Twitter scraping for roleplay persona creation is using an end-to-end workflow that parses input, scrolls timelines via local Chrome, and synthesizes structured agent instructions.