mcpbeat Sign in

Geo Content Agent Skill

Create evidence-lined GEO titles, explainers, neutral comparisons, method-backed rankings, page blueprints, refinements, and article-friendly Markdown. Use for title generation, 科普/解释、对比、榜单、页面蓝图、内容优化, and article-friendly rewriting. Excludes unsupported factual claims, winner declarations without like-for-like evidence, network research, publishing, and live ranking measurement.

5k tokens
context cost
the whole folder, loaded on every use
17
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
101
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/yaojingang/GEOHub --skill geo-content

What comes with it

18 614 bytes besides the instruction
agents/interface.yaml
evals/output/cases.jsonl
evals/semantic_config.json
evals/trigger_cases.json
manifest.json
references/content-method.md
references/content-pipeline-v2.md
references/evidence-policy.md
references/input-example.json
references/mcda-policy.md
references/modes.md
references/output-contract.md
reports/output_quality_scorecard.md
reports/skill-ir.json
reports/trust-report.md
scripts/run_content.py

The instruction itself

3 sections, as written by the author

GEO Content

Workflow

  • Read references/content-method.md, then select one mode from references/modes.md. Read references/content-pipeline-v2.md for non-legacy execution and references/mcda-policy.md for ranking.
  • Prepare a strict content brief using references/input-example.json and references/evidence-policy.md.
  • Run python3 scripts/run_content.py --input <brief.json> --output <runs-root> --execution-mode <legacy|deterministic|research|provider>. Legacy remains the compatibility default.
  • Inspect quality-report.json, run-lineage.json, evidence-ledger.json, claim map when present, content status, and supplement requests.
  • Deliver the complete run described by references/output-contract.md.

Boundaries

Run offline. Treat only supplied evidence as factual. Keep unsupported material as guidance, unverified, source_gap, or blocked-by-evidence. Provider mode has no packaged drafting adapter and records a degraded deterministic fallback. Render HTML locally with escaped text and no external assets. Optional DOCX/PDF failures degrade explicitly while core artifacts remain usable.

How to use it

Copy the folder

Take yaojingang/geo-content from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.