glynk

Structure long-form documents into sentence-addressable HTML with semantic search.

99|8|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Talegorithm/Glynk --skill glynk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glynk
Source: https://github.com/Talegorithm/Glynk/tree/main
Command: npx skills add https://github.com/Talegorithm/Glynk --skill glynk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastapi, uvicorn, psycopg2-binary, pgvector, openai, httpx, ebooklib, beautifulsoup4, lxml, jionlp, feedparser, apscheduler, python-multipart, python-dotenv, trafilatura, markdown, dashscope, oss2, and includes scripts (resource) components.

What problem does it solve?

Glynk solves the problem of information overload by transforming messy long-form content like books, papers, and podcasts into structured, sentence-addressable knowledge that both humans and AI agents can effectively read, search, and annotate.

Core Features & Use Cases

  • Unified Content Ingestion: Automatically ingest and structure various formats including PDFs, EPUBs, web articles, and transcripts into a unified HTML format with sentence-level IDs.
  • Semantic Search & Annotation: Perform deep semantic searches across all your content and annotations using pgvector, and create rich annotations like highlights, hooks, and summaries.
  • Dual-View Reading: Access content through optimized views—a token-efficient simplified HTML for AI agents and a full-featured rendered view for human readers.

Quick Start

Use the glynk skill to ingest the article at the provided URL and generate a summary of its key takeaways.

Frequently Asked Questions about glynk

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

FAQPage Schema
How do I structure long-form documents for semantic search and annotation?

To structure long-form documents for semantic search, you can ingest PDFs, EPUBs, and web articles into a unified HTML format with sentence-level IDs. This enables precise semantic retrieval and annotation across diverse content.

Can I ingest EPUBs and web articles into a unified format for AI agents?

Yes, you can ingest EPUBs, PDFs, and web articles into a unified HTML format. It provides a token-efficient simplified view for AI agents and a full-featured rendered view for human readers.

How does pgvector enable semantic search across ingested content and annotations?

pgvector enables semantic search by storing document embeddings in PostgreSQL. This allows high-precision semantic retrieval across all ingested content and user-generated annotations like highlights and summaries.

Do I need PostgreSQL with pgvector to perform high-precision semantic retrieval?

Yes, PostgreSQL with pgvector is required. It provides the underlying vector storage infrastructure needed to perform high-precision semantic retrieval across your structured documents and annotations.

What is the best way to structure long-form podcasts and transcripts for AI reading workflows?

The best way to structure transcripts is ingesting them into sentence-addressable HTML. This facilitates AI-assisted reading workflows by providing unified API access to the ingested content and user annotations.

What are the limitations of ingesting diverse document formats into sentence-addressable HTML?

Ingesting diverse formats into sentence-addressable HTML requires resolving structural complexities across PDFs, EPUBs, and web articles. Complex layouts may need preprocessing to ensure accurate sentence-level ID assignment and semantic retrieval.