pod-gather-info

Fetch due thesis assumption data from vendor sources into a dated gather document.

Updated May 16, 2026
One-click install
npx skills add https://github.com/TengHu/pod --skill pod-gather-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pod-gather-info
Source: https://github.com/TengHu/pod/tree/main/pod/gather-info
Command: npx skills add https://github.com/TengHu/pod --skill pod-gather-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gathering up-to-date market prices, holdings, news, and filings for an investment thesis is slow and easy to skip, which undermines daily diligence.

Core Features & Use Cases

  • Thesis-aware data harvesting: Reads a thesis’s atomized assumptions.yaml and fetches only the rows due for today based on cadence rules.
  • Multi-vendor capture without judging: Pulls real-time prices via Alpaca MCP, holdings via Plaid CLI, and web/SEC sources with explicit user opt-in for each web fetch.
  • Writes a dated gather artifact: Produces today’s gather document that downstream steps like pod-thesis-validate and daily-touch pod-thesis-hours can consume.

Quick Start

Ask for fresh data by selecting your existing thesis, for example:

  • "Run /pod-gather-info for my most recently updated thesis and harvest any due assumptions."

Frequently Asked Questions about pod-gather-info

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

FAQPage Schema
How do I gather real-time market prices and holdings for my investment thesis?

You gather real-time market prices and holdings by selecting a thesis slug to read its assumptions, then dispatching per-vendor fetches via Alpaca and Plaid to capture dated data for downstream validation.

How does thesis-aware data harvesting determine which assumptions to fetch?

Thesis-aware data harvesting reads the assumptions.yaml file and fetches only the rows due for the current run by applying cadence rules and respecting catalyst windows, skipping manual or user-only vendors.

Can I pull SEC filings and web sources alongside Alpaca market data automatically?

Yes, you can pull SEC filings and web sources alongside Alpaca market data, but each web or SEC fetch requires explicit user opt-in through an AskUserQuestion prompt before dispatching the request.

What is the best way to automate daily due diligence data collection?

The best way to automate daily due diligence is running a scheduled harvest that pulls real-time prices, holdings, and optional web sources, then writes a dated gather document for downstream validation steps.

Do I need an existing assumptions.yaml file to harvest thesis data?

Yes, you need an existing assumptions.yaml file because the harvester reads its atomized rows to identify which assumptions are due for the current run and fetches vendor data accordingly.

Why does the data harvest skip certain vendors during a thesis research run?

The data harvest skips manual or user-only vendors during a thesis research run to ensure only automated, API-accessible sources are fetched while respecting the configured cadence and catalyst windows.