Initial commit: news-harvester skill
A Claude Code skill for harvesting news articles from configured sources, archiving to Obsidian vault with Chinese summaries, and publishing to Discord. - SKILL.md: skill definition and workflow documentation - scripts/: harvest.js, source-manage.js, fetcher-direct.js, fetcher-browser.js, save-weekly-thread.js - references/: config template (sanitized) and source management guide - README.md: installation, usage, and agent self-configuration guide - .gitignore: excludes config.json, data/, node_modules/ (machine-specific runtime files)
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
SKILL.md
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
scripts/fetcher-browser.js
0 → 100644
scripts/fetcher-direct.js
0 → 100644
scripts/harvest.js
0 → 100644
This diff is collapsed.
scripts/source-manage.js
0 → 100644
Please register or sign in to comment