add-source

Ingest local files and cloud documents into a centralized knowledge base.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/TomazWang/agent-toolkit --skill add-source
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-source
Source: https://github.com/TomazWang/agent-toolkit/tree/main/plugins/kb-analysis/skills/add-source
Command: npx skills add https://github.com/TomazWang/agent-toolkit --skill add-source

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add source materials to the knowledge base for analysis.

Core Features & Use Cases

  • Detects source type (local directory, file, or cloud URL) and routes to the appropriate ingest path
  • Supports local repositories, files, and cloud sources (Google Docs, Figma, Notion, Confluence)
  • Ingests and organizes sources into kb/sources for centralized knowledge

Quick Start

Ingest a local path or cloud URL into the knowledge base using /kb:add-source <path-or-url>.

Frequently Asked Questions about add-source

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

FAQPage Schema
How do I ingest local files and cloud documents into a knowledge base for analysis?▼

The knowledge base ingestion process detects whether your input is a local directory, individual file, or cloud URL, then routes it to the appropriate ingest path to centralize source materials.

Can I add Google Docs, Notion, and Confluence sources to my knowledge base?▼

Yes, you can add Google Docs, Notion, and Confluence sources to your knowledge base. The ingestion workflow supports cloud-fetch operations with credential checks to integrate these platforms.

What's the best way to add local repository files for knowledge base analysis?▼

The best way to add local repository files for knowledge base analysis is to provide the local path. The system applies local-copy rules and ingests the repository into the centralized kb/sources directory.

Does adding cloud sources require credential checks before ingestion?▼

Yes, adding cloud sources requires credential checks before ingestion. The cloud-fetch workflow verifies credentials for platforms like Figma and Google Docs before updating the source inventory.

How does source-type detection work when ingesting documents?▼

Source-type detection automatically identifies whether your input is a local directory, individual file, or cloud URL, then routes the document to the appropriate ingestion path for proper processing.

Why does my knowledge base source inventory need updates after ingestion?▼

Your knowledge base source inventory needs updates after ingestion to maintain an accurate record of newly added local files and cloud documents, ensuring centralized tracking of all available analysis materials.