スキル一覧に戻る
Embassy-of-the-Free-Mind

source-research

by Embassy-of-the-Free-Mind

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

SKILL.md


name: source-research description: Search and cite primary sources from Source Library. Use when asked what historical authors wrote, to find quotes from old texts, investigate alchemical or philosophical works, or cite translated Latin/German sources.

Source Research

Search the Source Library collection of translated historical texts and retrieve quotes with citations.

When to Use

  • "What did Drebbel write about..."
  • "Find quotes about quintessence"
  • "What do historical sources say about..."
  • "Cite primary sources for..."

API Endpoints

curl -s "https://sourcelibrary.org/api/search?q=QUERY"

Options: language=Latin, has_doi=true, limit=10

Get Quote

curl -s "https://sourcelibrary.org/api/books/BOOK_ID/quote?page=N"

Returns translation, original text, and citation.

Get Book

curl -s "https://sourcelibrary.org/api/books/BOOK_ID"

Workflow

  1. Search for the topic
  2. Note book IDs and page numbers from results
  3. Get full quotes from relevant pages
  4. Present findings with inline citations

Example

# Search
curl -s "https://sourcelibrary.org/api/search?q=quintessence&limit=5"

# Get quote
curl -s "https://sourcelibrary.org/api/books/6836f8ee811c8ab472a49e36/quote?page=57"

Citing

Use the citation.inline from the response:

"The Fifth Essence, red like a ruby, is immutable." (Drebbel 1628, p. 57)

スコア

総合スコア

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

レビュー

💬

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