スキル一覧に戻る
grahama1970

distill

by grahama1970

1🍴 0📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: distill description: > Distill PDF, URL, or text into Q&A pairs stored in memory. Use --context for domain-focused extraction. allowed-tools: Bash, Read, WebFetch triggers:

  • distill this
  • distill this pdf
  • distill this paper
  • extract knowledge from
  • remember this paper
  • store this research
  • learn from this document
  • ingest this pdf metadata: short-description: Distill content into Q&A pairs for memory

Distill Skill

Distill PDF, URL, or text into Q&A pairs and store in memory.

Happy Path

# Distill a PDF into memory
./run.sh --file paper.pdf --scope research

# With domain focus (recommended for better relevance)
./run.sh --file paper.pdf --scope research --context "ML researcher"

# Preview before storing
./run.sh --file paper.pdf --dry-run

# From URL
./run.sh --url https://example.com/article --scope web

Parameters

FlagDescription
--filePDF, markdown, or text file
--urlURL to fetch and distill
--scopeMemory scope (default: research)
--contextDomain focus, e.g. "security expert"
--dry-runPreview without storing
--jsonJSON output
--sections-onlyExtract sections only (no Q&A)

What It Does

  1. Extract content from PDF/URL/text
  2. Split into logical sections
  3. Generate Q&A pairs via LLM
  4. Validate answers are grounded in source
  5. Store to memory via memory-agent learn

Examples

# Research paper
./run.sh --file arxiv_paper.pdf --scope research --context "ML researcher"

# Technical documentation
./run.sh --file api_docs.md --scope project --context "backend developer"

# Just extract sections (no Q&A)
./run.sh --file paper.pdf --sections-only --json

Environment Variables (Optional Tuning)

VariableDefaultDescription
DISTILL_PDF_MODEfastPDF mode: fast, accurate, auto
DISTILL_CONCURRENCY6Parallel LLM requests
DISTILL_GROUNDING_THRESH0.6Grounding similarity threshold
DISTILL_NO_GROUNDING-Set to 1 to skip validation

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です