collect

Runs declared data collectors and verifies their status files were updated.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill collect-hivgb1-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collect
Source: https://github.com/hivgb1-ai/do-better-workspace-v2/tree/main/.claude/skills/collect
Command: npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill collect-hivgb1-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Information scattered across multiple channels needs to be pulled into one inbox regularly, but manually running each collector and checking whether it actually worked is tedious and error-prone. This Skill automates one full collection round and confirms each collector left a fresh trace. ## Core Features & Use Cases - Registry-driven execution: Reads the collector declarations from the workspace registry file (자리-선언표.yaml) and runs every collector that has an executable command, skipping manual or query-only channels with a stated reason. - Failure isolation and verification: One collector's failure never stops the round; after execution it checks each collector's status file to confirm the timestamp was actually refreshed, treating unrefreshed files as failures. - Structured reporting: Produces a summary table showing per-collector run status, status-file freshness, and new item counts, plus recovery guidance from the registry when something fails. - Use Case: You say "수집 한 바퀴 돌려줘" in the morning; the Skill runs all due collectors, confirms each one's state file updated, and reports that email pulled 5 new items while one channel was skipped as manual. ## Quick Start Ask the assistant to run a collection round by saying "수집 돌려줘" and it will execute all declared collectors and report their status.

Frequently Asked Questions about collect

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

FAQPage Schema
How do I run all registered data collectors at once?

Invoke the collect skill with a natural request like "수집 돌려줘". It reads the collector registry, runs every collector that declares an execution command, and reports results in a summary table.

How does the collect skill verify a collector actually worked?

After running each collector, it checks the status file declared in the registry and confirms the last-updated timestamp was refreshed by the run. An unrefreshed status file is treated as a failure even if the command exited.

What happens when one collector fails during a collection round?

The failure is isolated: remaining collectors continue running. The report shows the error excerpt plus the recovery guidance stored in that collector's registry entry, so failures are never silently skipped.

Does the collect skill classify or triage collected items?

No. Collection only drops raw items into the source inbox. Classification is handled by the separate inbox-triage skill, and freshness monitoring belongs to the morning skill.

Can I run only one specific collector instead of all of them?

Yes. Passing a specific collector name as an argument restricts the run to that collector only, while all other registry entries are left untouched.