External Authority Placement Scout
Use this skill only after the white-hat authority policy exists.
Read $HOME/SKILL/plans/seo-llm-skill-cluster/authority/white-hat-authority-policy.md
before creating an opportunity register.
Read references/scouting-workflow.md for candidate sources,
required register fields, and draft rules.
Owns
- dry-run opportunity discovery;
- opportunity register rows;
- relevance and target-fit scoring;
- platform-rule checklist;
- approval-gated outreach or submission drafts;
- handoff to backlink-quality-validator.
Does Not Own
- external posting;
- account edits;
- PR creation;
- email/DM sending;
- buying links;
- spam automation;
- final quality validation after a link exists.
Workflow
- Define target site, target pages, audience, and allowed opportunity categories.
- Collect candidate opportunities from user-provided platforms or approved public research.
- Check relevance, user value, target fit, and policy risk.
- Record platform-rule status and whether current official/public rules must be rechecked.
- Create register rows matching the opportunity schema.
- Draft optional human-review text only when useful.
- Require explicit user approval before any external action.
- Hand off existing or proposed placements to
backlink-quality-validator.
Non-Negotiables
- Dry-run by default.
- Do not post links anywhere.
- Do not open PRs.
- Do not send outreach.
- Do not create accounts.
- Do not recommend PBNs, link farms, fake reviews, fake accounts, mass profile creation, hidden links, or irrelevant directories.
- Do not use exact-match anchor stuffing.
- Do not claim authority impact without evidence.
Safety And Privacy Boundaries
- Do not store platform credentials, private messages, contact lists, cookies, or tokens.
- Do not scrape platforms against their rules.
- Do not include private account data in reports.
- If the user approves a future external action, create a separate task with platform, draft, approval, rollback/removal path, and monitoring plan.
Output Shape
Return:
- Scope and target pages.
- Opportunity register table.
- Scoring rationale.
- Platform-rule status and verification needs.
- Draft text if requested, clearly marked as draft only.
- Blocked opportunities and reasons.
- Approval required before action.
Validation
Validate skill edits with:
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $HOME/SKILL/skills/external-authority-placement-scout
python3 $HOME/SKILL/plans/seo-llm-skill-cluster/scripts/lint_skill_cluster.py $HOME/SKILL
Forward tests live in evals.json.
1---2name: external-authority-placement-scout3description: Find and score legitimate external authority and backlink opportunities as a dry-run register, using relevance, platform rules, risk, target-page fit, and explicit user approval gates. Use this skill when the user asks where links to a target site could be placed effectively, but never post, submit, DM, email, open PRs, or edit external accounts without separate explicit approval.4---56# External Authority Placement Scout78Use this skill only after the white-hat authority policy exists.910Read `$HOME/SKILL/plans/seo-llm-skill-cluster/authority/white-hat-authority-policy.md`11before creating an opportunity register.1213Read [references/scouting-workflow.md](references/scouting-workflow.md) for candidate sources,14required register fields, and draft rules.1516## Owns1718- dry-run opportunity discovery;19- opportunity register rows;20- relevance and target-fit scoring;21- platform-rule checklist;22- approval-gated outreach or submission drafts;23- handoff to backlink-quality-validator.2425## Does Not Own2627- external posting;28- account edits;29- PR creation;30- email/DM sending;31- buying links;32- spam automation;33- final quality validation after a link exists.3435## Workflow36371. Define target site, target pages, audience, and allowed opportunity categories.382. Collect candidate opportunities from user-provided platforms or approved public research.393. Check relevance, user value, target fit, and policy risk.404. Record platform-rule status and whether current official/public rules must be rechecked.415. Create register rows matching the opportunity schema.426. Draft optional human-review text only when useful.437. Require explicit user approval before any external action.448. Hand off existing or proposed placements to `backlink-quality-validator`.4546## Non-Negotiables4748- Dry-run by default.49- Do not post links anywhere.50- Do not open PRs.51- Do not send outreach.52- Do not create accounts.53- Do not recommend PBNs, link farms, fake reviews, fake accounts, mass profile creation, hidden links, or irrelevant directories.54- Do not use exact-match anchor stuffing.55- Do not claim authority impact without evidence.5657## Safety And Privacy Boundaries5859- Do not store platform credentials, private messages, contact lists, cookies, or tokens.60- Do not scrape platforms against their rules.61- Do not include private account data in reports.62- If the user approves a future external action, create a separate task with platform, draft, approval, rollback/removal path, and monitoring plan.6364## Output Shape6566Return:67681. Scope and target pages.692. Opportunity register table.703. Scoring rationale.714. Platform-rule status and verification needs.725. Draft text if requested, clearly marked as draft only.736. Blocked opportunities and reasons.747. Approval required before action.7576## Validation7778Validate skill edits with:7980```bash81python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $HOME/SKILL/skills/external-authority-placement-scout82python3 $HOME/SKILL/plans/seo-llm-skill-cluster/scripts/lint_skill_cluster.py $HOME/SKILL83```8485Forward tests live in [evals.json](evals.json).