agent/claude/collect/.claude-plugin/plugin.json
Snider 3c3d3de1a1 refactor(collect): replace bash scripts with Borg CLI
Remove custom collection scripts in favour of Borg
(github.com/Snider/Borg) for data collection. Skills now document
what to collect, with Borg handling the actual collection.

Removed:
- collect-whitepaper.sh, dispatch.sh, update-index.sh
- All skill-specific bash scripts (collect.sh, generate-jobs.sh, etc.)
- hooks.json and HOOKS.md

Updated:
- plugin.json to reference Borg dependency
- SKILL.md files with Borg command examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 00:04:24 +00:00

27 lines
645 B
JSON

{
"name": "collect",
"description": "Data collection skills using Borg CLI - whitepapers, forum archives, project archaeology, and blockchain history",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"homepage": "https://github.com/host-uk/core-agent",
"repository": {
"type": "git",
"url": "https://github.com/host-uk/core-agent.git"
},
"license": "EUPL-1.2",
"keywords": [
"data-collection",
"borg",
"cryptocurrency",
"archive",
"whitepapers",
"blockchain",
"research"
],
"dependencies": {
"borg": "github.com/Snider/Borg@v0.1.0"
}
}