Agent Skills
› QuixiAI/Hexis
› fathom
fathom
GitHub用于管理 Fathom 会议转录内容,支持列出和将转录数据摄入到内存中。通过环境变量配置 API 密钥,若缺失则提示并跳过该功能。
Trigger Scenarios
需要获取或导入 Fathom 会议记录
处理会议纪要的自动化流程
Install
npx skills add QuixiAI/Hexis --skill fathom -g -y
SKILL.md
Frontmatter
{
"name": "fathom",
"category": "knowledge",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"fathom_transcripts"
]
},
"bound_tools": [
"fathom_transcripts",
"fathom_ingest"
],
"description": "Fathom meeting transcripts (list and ingest into memory)"
}
Fathom
Use these tools for fathom meeting transcripts (list and ingest into memory). Credentials come from the environment (FATHOM_API_KEY); when they are missing, say so plainly and continue without this capability.
Version History
- 990da5f Current 2026-08-20 13:52


