idea-ingest

Ingest links, articles, and tweets into a local knowledge base with analysis and cross-linking.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill idea-ingest-sixtycat2000-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea-ingest
Source: https://github.com/sixtycat2000-ctrl/gbrain-qmd/tree/main/skills/idea-ingest
Command: npx skills add https://github.com/sixtycat2000-ctrl/gbrain-qmd --skill idea-ingest-sixtycat2000-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you organize and analyze content like links, articles, and tweets, creating structured knowledge for your brain.

Core Features & Use Cases

  • Content Ingestion: Fetch and save links, articles, and ideas into your brain.
  • Content Analysis: Perform analysis on ingested content and provide context.
  • Author Page Creation: Create people pages for authors of the content.
  • Cross-linking: Create bidirectional links between sources, authors, and mentioned entities.
  • Source Preservation: Preserve raw source content for provenance.
  • Use Case: When you come across an interesting article, this Skill can be used to ingest it, create an analysis, and link it to relevant people or companies in your brain.

Quick Start

To ingest an article and analyze it, use the command: 'idea-ingest --url <article-url>'

Frequently Asked Questions about idea-ingest

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

FAQPage Schema
How do I ingest external links and articles into a local knowledge base?

To ingest external content into a local knowledge base, you can automate the fetching of links and articles to save them locally while preserving the raw source for provenance. This ensures structured content analysis and cross-linking with relevant entities.

What is the best way to analyze tweets and articles for author profiling and entity cross-linking?

Analyzing tweets and articles for author profiling involves automating content ingestion to extract context and create dedicated people pages for authors. It establishes bidirectional cross-links between the sources, authors, and mentioned entities to enrich your knowledge base.

Do I need Python libraries to parse content for knowledge management?

Yes, you need specific Python libraries to parse content and perform analysis for knowledge management. These dependencies handle the structured data extraction and processing required to ingest external content into your local brain.

How does cross-linking work between ingested content and mentioned entities?

Cross-linking between ingested content and mentioned entities works by creating bidirectional links that connect sources, authors, and referenced topics. This automated process structures the knowledge base to map relationships between articles and the people or companies mentioned within them.

Can I preserve raw source content when fetching articles into my knowledge base?

Yes, you can preserve raw source content when fetching articles into your knowledge base. The ingestion process explicitly saves the original external content to maintain provenance and ensure the original context is retained for future analysis.