ask-hormozi

仓库创建 2026年7月25日最近提交 17 小时前SkillHot 收录 6 小时前
▸ 精选理由

便于对书籍、播客等做可引用的问答检索与引用证明。

▸ 风险提示

会读取并索引本地文件,注意隐私与磁盘占用

这个 Skill 做什么

把文本或转录构建成带来源引用的可语义检索问答索引。

把一堆文本或转录(比如书籍、文章、播客的 .vtt)变成可语义检索的问答索引,查询时按相关度返回答案并带上来源引用。适合把私人或大量资料做成可搜索的知识库,用来快速查事实、出处或做笔记检索。本地优先、保留出处,方便把内容变成可引用且可验证的问答资源。

数据与抓取本地知识库语义检索带引用通用
0
Stars
0
Forks
1
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/agenticluke/claude-skill-ask-hormozi/main/skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/agenticluke/claude-skill-ask-hormozi/main/skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ask-hormozi

Build a searchable, cited Q&A index from any text corpus. Query with semantic relevance scoring and automatic source citations.

## What It Does

**ask-hormozi** is a local-first citation tool that turns books, podcasts, articles, and transcripts into a searchable knowledge base. You provide text files (or `.vtt` video transcripts), build an index, then query it with natural language. Every answer comes with the exact source, page/chunk, and excerpt.

- No API calls, no vendor lock-in, no rate limits
- TF-IDF semantic search finds the most relevant passages
- Automatic citations: every result shows source file, type, and location
- Plain Python + scikit-learn, runs entirely of
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有