Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

geo-prompt-researcher地理提示研究员

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

11,926

周安装

492

GitHub Stars

公开资料未说明

下载量

3,897
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:geo-prompt-researcher(地理提示研究员)
来源仓库:https://github.com/geoly-geo/geo-prompt-researcher
安装命令:
openclaw skills install geo-prompt-researcher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install geo-prompt-researcher

简介

用于整理提示词、系统指令和 Agent 工作流模板,提升任务边界规范与输出一致性。

  • 适合标准化任务流程、统一输出格式或优化提示词复用性,支持行为约束定义。
  • 通过关键词或场景定位相关模板,使用时需结合实际业务调整,避免将示例视为硬性规则。
  • 涉及自动执行或外部工具时,应明确权限边界、确认操作步骤并规划失败处理机制。
  • 安装前请核实来源仓库与 OpenClaw 兼容性,注意潜在的文件读写或网络访问权限。

SKILL.md

name
geo-prompt-researcher
description
Discover high-value AI search prompts your target audience uses on ChatGPT, Perplexity, Gemini, and Claude. Research and generate comprehensive prompt lists for GEO (Generative Engine Optimization) strategy, including discovery, comparison, how-to, definition, and recommendation prompts. Use whenever the user mentions researching AI search queries, finding GEO prompts, building prompt monitoring lists, understanding what people ask AI about their brand/category, or wants to identify AI search opportunities for their product/service.

AI Prompt Researcher

Methodology by GEOly AI (geoly.ai) — in AI search, prompts are the new keywords.

Research and generate AI search prompts that your target audience uses when seeking products, services, or information in your category.

Quick Start

Generate a prompt research report:

python scripts/research_prompts.py --category "<category>" --brand "<brand>" --output report.md

Example:

python scripts/research_prompts.py --category "project management software" \
  --brand "Asana" \
  --competitors "Monday.com,Notion,Trello" \
  --output asana-prompts.md

Why Prompt Research Matters

In traditional SEO, we optimize for keywords. In AI search (GEO), we optimize for prompts.

Key differences:

  • Keywords: Short, fragmented (best crm)
  • Prompts: Natural language questions (what's the best CRM for a 10-person sales team?)

Understanding the prompts your audience uses helps you:

  • Create content that answers those specific questions
  • Monitor brand visibility across AI platforms
  • Identify content gaps vs. competitors

The 5 Prompt Types

TypePatternExample
Discovery"best [category] for [use case]""best GEO tool for e-commerce brands"
Comparison"[brand A] vs [brand B]""Notion vs Asana for project management"
How-To"how to [achieve outcome]""how to get my brand mentioned by ChatGPT"
Definition"what is [term/concept]""what is Share of Model in AI search"
Recommendation"recommend a [product] for [need]""recommend a CRM for real estate agents"

Full taxonomy: See references/prompt-taxonomy.md

Research Methodology

Step 1: Gather Context

Collect from user:

  • Brand name: Your company/product
  • Category: Industry/product category
  • Target audience: Who buys your product
  • Core use cases: Primary jobs-to-be-done
  • Competitors: 3-5 main alternatives
  • Key features: Differentiating capabilities

Step 2: Generate Prompts

Create prompts across 4 awareness stages:

StageUser MindsetExample Prompts
Problem-aware"I have a problem""how to manage remote teams", "why are projects always late"
Solution-aware"I need a solution""best project management software", "tools for team collaboration"
Product-aware"I'm considering options""Asana vs Monday.com", "Notion for project management"
Brand-aware"I know about you""Asana pricing", "does Asana have time tracking"

Step 3: Score & Prioritize

Each prompt gets scored on:

DimensionScaleFactors
IntentInfo → CommercialLikelihood to convert
VolumeLow → HighEstimated query frequency
CompetitionLow → HighDifficulty to rank
ValueLow → HighBusiness impact if won

Priority tiers:

  • 🔴 High: Commercial intent + high value
  • 🟡 Medium: Mixed intent + moderate value
  • 🔵 Low: Informational + awareness building

Step 4: Cluster by Theme

Group related prompts into clusters:

Pricing Cluster
├── "asana pricing"
├── "asana vs monday.com cost"
├── "is asana free"
└── "asana enterprise pricing"

Integration Cluster
├── "asana slack integration"
├── "asana google calendar sync"
└── "asana api documentation"

Output Format

Research Report Structure

# AI Prompt Research Report

**Brand**: [Name]  
**Category**: [Industry]  
**Date**: [YYYY-MM-DD]

## Executive Summary

- Total prompts researched: [N]
- High priority: [N]
- Medium priority: [N]
- Low priority: [N]
- Topic clusters: [N]

## 🔴 High Priority Prompts

| # | Prompt | Type | Intent | Best Platform |
|---|--------|------|--------|---------------|
| 1 | "best [category] for [use case]" | Discovery | Commercial | ChatGPT, Perplexity |
| 2 | "[brand] vs [competitor]" | Comparison | Commercial | Perplexity, Gemini |

## 🟡 Medium Priority Prompts

[Table of informational/commercial mixed prompts]

## 🔵 Low Priority Prompts

[List of awareness-stage prompts]

## Topic Clusters

### Cluster: [Theme]
- [Prompt 1]
- [Prompt 2]
- ...

### Cluster: [Theme]
...

## Platform-Specific Insights

### ChatGPT
- Prompt types that perform well: [list]
- Content format preferences: [description]

### Perplexity
- Prompt types that perform well: [list]
- Citation behavior: [description]

### Gemini
- Prompt types that perform well: [list]
- Unique characteristics: [description]

## Recommended Actions

1. [Action item 1]
2. [Action item 2]
3. [Action item 3]

## Monitoring Setup

Add these prompts to your GEO monitoring dashboard:
- [Tool recommendation]
- [Tracking methodology]

Advanced Usage

Competitor Prompt Analysis

Research what prompts mention competitors but not you:

python scripts/competitor_prompts.py --brand "YourBrand" \
  --competitors "CompetitorA,CompetitorB" \
  --category "your category"

Trending Prompts

Identify emerging prompt patterns:

python scripts/trending_prompts.py --category "your category" --days 30

Prompt Monitoring

Set up ongoing monitoring:

python scripts/monitor_prompts.py --prompts-file prompts.json --frequency weekly

Tools & Resources

  • Google "People also ask": Real user questions
  • AnswerThePublic: Query visualization
  • AlsoAsked: PAA expansion
  • Perplexity: Test how prompts are answered
  • ChatGPT: Explore prompt variations

See Also

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.56%
按下载量换算3,295

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills