← 返回 Skills 市场
geoly-geo

GEO Content Studio

作者 GEOLY AI · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
353
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-studio
功能描述
Master GEO content orchestrator that understands user goals and intelligently routes tasks across specialized GEO skills. Automatically selects the right wor...
使用说明 (SKILL.md)

GEO Content Studio

Powered by GEOly AI (geoly.ai) — one entry point for every GEO content task.

Intelligent orchestration layer that selects and chains the right GEO skills based on your goal.

How It Works

  1. You describe what you want to accomplish
  2. Studio classifies your intent automatically
  3. Studio selects the right skill sequence
  4. Skills execute in optimal order
  5. You get the final deliverable

No need to know which specific skill to call — just describe your goal.

Intent Recognition

Studio silently classifies requests into 5 paths:

Intent Signals Path
Discover "what should I write", "where to start", "competitor", "strategy" Research → Strategy
Build "create", "write", "generate", "need content" Create → Optimize → Edit
Fix "optimize", "improve", "fix", "audit", "rewrite" Optimize → Edit
Technical "schema", "llms.txt", "structured data", "alt text" Technical setup
Report "report", "summary", "performance", "metrics" Report

Workflow Paths

Path A: Discover (Start from scratch)

For: No content yet, don't know what to create

Step 1: geo-prompt-researcher
        → Find target prompts to rank for
        
Step 2: geo-competitor-scanner (if competitors mentioned)
        → Analyze competitor GEO tactics
        
Step 3: geo-som-strategist (if multi-month plan needed)
        → Build 90-day roadmap

Path B: Build (Create new content)

For: Have a topic, need to create content

Step 1: geo-citation-writer
        → Draft in right citation format
        
Step 2: geo-structured-writer
        → Apply headers, FAQ, tables
        
Step 3: geo-human-editor
        → Strip AI patterns, check claims
        
Step 4: geo-schema-gen
        → Generate JSON-LD markup
        
Step 5: geo-multimodal-tagger (if images/video)
        → Optimize media assets

Path C: Fix (Improve existing content)

For: Have content that needs improvement

Step 1: geo-human-editor
        → Remove AI feel first
        
Step 2: geo-content-optimizer
        → Apply GEO citation patterns
        
Step 3: geo-structured-writer (if structure weak)
        → Add headers, tables, FAQ
        
Step 4: geo-schema-gen (if no schema)
        → Generate markup
        
Step 5: geo-sentiment-optimizer (brand pages only)
        → Strengthen brand signals

Path D: Technical (Infrastructure)

For: Site setup, schema, llms.txt

Step 1: geo-site-audit (if full assessment needed)
        → 29-point site audit
        
Step 2: geo-llms-txt
        → Create/update llms.txt
        
Step 3: geo-schema-gen
        → Generate page schema
        
Step 4: geo-multimodal-tagger (if media issues)
        → Optimize image/video metadata

Path E: Report (Performance)

For: Analyze GEO performance

Step 1: geo-report-builder
        → Generate structured report
        → May branch to fix issues found

Chaining Rules

Rule 1: geo-human-editor is always last for content Every content path ends with human editing. Non-negotiable.

Rule 2: Skip research if topic is known If you say "write a 'What is GEO?' article", skip prompt research.

Rule 3: Don't run full audit for single requests If you just need FAQ schema, go directly to schema generation.

Rule 4: Sentiment optimizer is brand-content only Only for homepage, About, product pages — not educational content.

Rule 5: Ask before competitor scanning Requires competitor list — don't assume.

Rule 6: SOM strategist is for planning sessions Only for multi-week roadmaps, not single content pieces.

Opening Question

When triggered with broad request, Studio asks:

"What's the starting point — do you have existing content to improve, or are you creating something new?"

This determines Path B (Build) vs Path C (Fix), covering 80% of cases.

Progress Updates

As skills run, brief status updates:

Running: geo-prompt-researcher → finding your best target prompts...
Done. Moving to: geo-citation-writer → drafting content structure...
Done. Running: geo-human-editor → stripping AI patterns...
Done. Here's your final content + schema.

Available Skills

Skill When Used
geo-prompt-researcher Find what to rank for
geo-competitor-scanner Analyze competitors
geo-site-audit Full site health check
geo-som-strategist Multi-month roadmap
geo-citation-writer Create new content
geo-structured-writer Add structure to drafts
geo-content-optimizer Optimize existing content
geo-human-editor Final human-voice pass
geo-schema-gen Generate JSON-LD
geo-llms-txt Create llms.txt
geo-multimodal-tagger Optimize images/video
geo-sentiment-optimizer Brand page sentiment
geo-report-builder Performance reports

Output Contract

Every session ends with:

  1. Brief summary — What was done, which skills ran
  2. Primary deliverable — Content, schema, audit, or report
  3. One clear next step — Single most impactful action to take

Never 10 recommendations — just one clear next step.

Example Requests

  • "Help me create GEO content about AI search"
  • "I want to rank in AI search for 'best CRM'"
  • "Audit our homepage for AI visibility"
  • "Build a GEO strategy for Q2"
  • "Write an article AI will cite"
  • "Clean up this content and make it GEO-ready"
  • "I don't know where to start with GEO"

Typical Workflows

Create from Scratch

"I need content about project management"
       ↓
geo-prompt-researcher (find "best project management software")
       ↓
geo-citation-writer (comparison guide format)
       ↓
geo-structured-writer (headers, tables, FAQ)
       ↓
geo-human-editor (final polish)
       ↓
geo-schema-gen (Article + FAQPage schema)
       ↓
Content ready to publish

Improve Existing

"Fix this blog post for AI search"
       ↓
geo-human-editor (remove AI feel)
       ↓
geo-content-optimizer (add direct answer, FAQ)
       ↓
geo-schema-gen (add schema)
       ↓
Optimized content ready

Technical Setup

"Set up our site for GEO"
       ↓
geo-site-audit (find issues)
       ↓
geo-llms-txt (create file)
       ↓
geo-schema-gen (fix schema)
       ↓
Site GEO-ready
安全使用建议
This skill appears to be a benign orchestrator that only selects and sequences other GEO skills. Before installing, verify (1) that the referenced child skills (geo-human-editor, geo-schema-gen, geo-competitor-scanner, etc.) exist and are trustworthy, because those skills perform the actual work and may request credentials or external access; (2) any external claims ("Powered by GEOly AI / geoly.ai") if you rely on that branding; and (3) test the orchestration in a controlled environment to confirm it doesn't surface unexpected network access or ask for secrets at runtime. If you install it, review the permissions and env var requirements of the downstream skills it will invoke.
功能分析
Type: OpenClaw Skill Name: geo-studio Version: 1.0.0 The skill bundle is benign. The `SKILL.md` file describes a complex orchestration logic for GEO content tasks, providing detailed instructions for the AI agent on how to select and chain other skills. While these instructions are extensive, they do not contain any prompt injection attempts designed to subvert the agent's security, exfiltrate data, or perform unauthorized actions. The `scripts/orchestrate.py` file, which is the executable component, is a very simple Python script that merely prints the names of skills based on a given intent; it does not execute any commands, perform file I/O, or make network calls. Although there is a significant discrepancy between the sophisticated orchestration described in `SKILL.md` and the simplistic implementation in `orchestrate.py` (which lacks conditional logic and full skill chaining), this is a functional limitation or an incomplete implementation, not a security vulnerability or malicious intent.
能力评估
Purpose & Capability
Name/description claim an orchestration layer and the code + SKILL.md implement a simple intent→skill mapping and chaining rules. No declared env vars, binaries, or install steps are required, which is coherent for an orchestrator that delegates work to other skills.
Instruction Scope
SKILL.md limits behavior to classifying user intent, selecting a workflow path, and reporting progress/results. It does not instruct reading arbitrary files, sending data to external endpoints, or accessing secrets. It does delegate execution to other geo-* skills (so actual runtime actions depend on those downstream skills).
Install Mechanism
No install spec (instruction-only) and the included Python script is small and non-obfuscated. There are no downloads, archive extraction, or external install URLs — low installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate to an orchestrator. Note: the downstream geo-* skills it calls may require credentials — those should be reviewed separately.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The skill does not request persistent system presence or modify other skills/configs. This level of privilege is appropriate for an orchestrator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geo-studio
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geo-studio 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Master GEO content orchestrator — intelligently routes tasks across geo-prompt-researcher, geo-competitor-scanner, geo-site-audit, geo-citation-writer, geo-content-optimizer, geo-structured-writer, geo-human-editor, geo-schema-gen, geo-llms-txt, geo-multimodal-tagger, geo-sentiment-optimizer, geo-som-strategist, geo-report-builder. Powered by GEOly AI (geoly.ai).
元数据
Slug geo-studio
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GEO Content Studio 是什么?

Master GEO content orchestrator that understands user goals and intelligently routes tasks across specialized GEO skills. Automatically selects the right wor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 353 次。

如何安装 GEO Content Studio?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-studio」即可一键安装,无需额外配置。

GEO Content Studio 是免费的吗?

是的,GEO Content Studio 完全免费(开源免费),可自由下载、安装和使用。

GEO Content Studio 支持哪些平台?

GEO Content Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 GEO Content Studio?

由 GEOLY AI(@geoly-geo)开发并维护,当前版本 v1.0.0。

💬 留言讨论