49 lines
2.3 KiB
Markdown
49 lines
2.3 KiB
Markdown
---
|
|
name: link-building
|
|
description: Automated link building pipeline using Big-Link-Man CLI. Orchestrates CORA report ingestion and content generation for tiered link building campaigns. Use when the user asks about link building, Cora backlinks, content generation for SEO, or managing the link building pipeline.
|
|
tools: [run_link_building, run_cora_backlinks, blm_ingest_cora, blm_generate_batch, scan_cora_folder]
|
|
agents: [link_builder, default]
|
|
---
|
|
|
|
# Link Building Pipeline
|
|
|
|
This skill automates the link building workflow using the Big-Link-Man CLI tool. It handles CORA report ingestion and batch content generation for tiered backlink campaigns.
|
|
|
|
## Workflow
|
|
|
|
### Full Pipeline (Cora Backlinks)
|
|
|
|
1. **Ingest CORA Report**: Parse a `.xlsx` CORA report to create a project with keyword data, entities, and related searches
|
|
2. **Generate Content Batch**: Produce tiered content articles based on the ingested project data
|
|
|
|
### Triggers
|
|
|
|
- **Folder Watcher**: Automatically picks up new `.xlsx` files from `Z:/cora-inbox` and matches them to ClickUp tasks by keyword
|
|
- **Chat Command**: User can directly request link building via chat (e.g., "Run link building for precision-cnc-machining.xlsx")
|
|
- **ClickUp Task**: Tasks with Work Category = "Link Building" are tracked and executed when a matching CORA file appears
|
|
|
|
### Default Flags
|
|
|
|
- `-m` (money site URL): Always passed to prevent interactive prompts
|
|
- `-bp` (branded plus ratio): Defaults to 0.7 unless overridden
|
|
- `--continue-on-error`: Always set on generate-batch
|
|
|
|
### Available Tools
|
|
|
|
- `run_link_building` — Orchestrator that routes to the correct pipeline based on LB Method
|
|
- `run_cora_backlinks` — Full pipeline: ingest + generate
|
|
- `blm_ingest_cora` — Standalone ingest (creates project, returns job file)
|
|
- `blm_generate_batch` — Standalone generate (processes existing job file)
|
|
- `scan_cora_folder` — Check what's in the watch folder and their processing status
|
|
|
|
### ClickUp Integration
|
|
|
|
Link building tasks use these custom fields:
|
|
- **LB Method**: Pipeline type (currently "Cora Backlinks")
|
|
- **Keyword**: Target keyword (used for file matching)
|
|
- **IMSURL**: Money site URL
|
|
- **CustomAnchors**: Comma-separated anchor text overrides
|
|
- **BrandedPlusRatio**: Override for branded+ ratio
|
|
- **CLIFlags**: Additional CLI flags
|
|
- **CoraFile**: Path to .xlsx file (set by agent after match)
|