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>
27 lines
645 B
JSON
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"
|
|
}
|
|
}
|