Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

surveysurvey 分析

Agent Skill

survey 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,963

周安装

407

GitHub Stars

88

下载量

3,223
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:survey(survey 分析)
来源仓库:https://github.com/supercent-io/skills-template
仓库路径:skills/survey
安装命令:
npx skills add https://github.com/supercent-io/skills-template --skill survey
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/supercent-io/skills-template --skill survey

简介

survey 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • survey 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

survey - Cross-Platform Problem-Space Scan

Keyword: survey | Platforms: OMC / OMX / OHMG / Claude Code / Codex CLI / Gemini CLI / OpenCode Survey the landscape before planning, coding, or committing to a direction.

When to use this skill

  • Before building a new feature, tool, workflow, or agent capability
  • When the user asks "what exists?", "scan the landscape", "research this space", or "survey solutions"
  • When you need problem context, current workarounds, and solution gaps before /plan, jeo, ralph, or implementation
  • When the topic spans multiple agent platforms and you need a single vendor-neutral picture

Do not use this skill when

  • The user already knows the solution and wants implementation now
  • The task is a small bug fix or narrow code change
  • The user needs a feasibility study, architecture plan, or execution roadmap rather than discovery

Output Package

Save research in a platform-neutral directory so Claude / Codex / Gemini can all reuse it:

.survey/{slug}/
├── triage.md
├── context.md
├── solutions.md
└── platform-map.md    # optional; required for agent/tooling/platform topics
  • triage.md: problem / audience / why now
  • context.md: workflows, affected users, workarounds, adjacent problems, user voices
  • solutions.md: solution inventory, categories, frequency, gaps, contradictions, key insight
  • platform-map.md: normalize platform-specific findings into settings, rules, hooks

Core Abstraction Layer

When the topic involves agent tooling, model orchestration, hooks, permissions, or vendor APIs, normalize findings into three layers:

  • settings: model, safety, temperature, max tokens, system prompt, provider parameters
  • rules: allow/deny/modify policy, guardrails, action constraints, approval logic
  • hooks: pre/post/error callbacks, notify handlers, lifecycle automation, event triggers

Use this abstraction when comparing Claude, Codex, Gemini, OMC, OMX, or OHMG. Do not describe vendor features as unrelated one-off concepts if they map cleanly into one of these three layers.

Recommended internal profile:

survey_profile:
  settings:
    search_language: English
    output_language: user-language
    max_searches_per_lane: 8-10
    save_root: .survey
  rules:
    - facts_only
    - no_code_generation
    - ask_max_2_triage_questions
    - dedupe_solution_names
    - include_source_links
  hooks:
    pre_research:
      - normalize_topic
      - choose_platform_adapter
    post_lane:
      - merge_notes
      - record_sources
    post_run:
      - write_summary
      - suggest_next_skill

Platform Adapter

Select the closest available orchestration surface, but keep the output format identical.

PlatformPreferred execution shapeNotes
OMC / Claude Code4 parallel research agents. Prefer research-oriented specialist agents when available; otherwise use general-purpose agents with web search.Keep artifacts in .survey/, not .omc/, so other platforms can reuse them.
OMX / Codex CLIUse $research, explorer/planner-style agents, or parallel workers with web access.Translate vendor config into settings/rules/hooks in platform-map.md when relevant.
OHMG / Gemini / AntigravityUse Workflow Guide + PM/research-capable agents or equivalent parallel lanes.Preserve the same 4-lane structure and shared artifact names.
OpenCode / fallbackUse generic web-capable agents in parallel.Do not block on missing specialized agent names.

If a platform-specific specialist does not exist, fall back to a general-purpose web-enabled agent and keep going.


Execution Policy

  • Never write product code in this skill. This is a research-only skill.
  • Search broadly in English for coverage, unless the user explicitly requires another search language.
  • Save files in the user's language unless the repository has a stronger convention.
  • Ask at most 2 triage questions, one at a time, only if what, who, or why is unclear.
  • Run all 4 research lanes in parallel whenever possible.
  • Keep claims source-backed. Include links for quotes, rankings, and non-obvious claims.
  • Deduplicate tools that appear under multiple names or product tiers.
  • Do not recommend build/kill/adopt by default. Present the landscape and gaps.

Workflow

Step 0: Triage

Parse the request into:

  • what: the pain point, idea, or capability to survey
  • who: who feels the pain or uses the workflow
  • why: why it matters now

Before proceeding, check whether .survey/{slug}/triage.md already exists.

  • If it exists, ask whether to reuse or overwrite.
  • If the user keeps the existing survey, skip to Step 3 and summarize the saved files.

Save:

# Triage
- Problem: {what}
- Audience: {who}
- Why now: {why}

Step 1: Run 4 Parallel Lanes

Launch all lanes together.

Lane A: Context

Research:

  • where the problem appears in real workflows
  • who is affected
  • how people currently work around it
  • adjacent problems and downstream consequences
  • direct user voices from communities

Return sections:

  • ## Workflow Context
  • ## Affected Users
  • ## Current Workarounds
  • ## Adjacent Problems
  • ## User Voices

Lane B: Solutions

Research:

  • products, plugins, libraries, SaaS, GitHub projects, services
  • curated lists and comparison pages
  • common pricing and packaging
  • limitations and repeated complaints

Return sections:

  • ## Solutions
  • ## Frequency Ranking
  • ## Categories
  • ## Curated Sources

Lane C: Actual Behavior

Research:

  • what people actually use in practice
  • which manual workflows persist despite vendor claims
  • common frustration patterns
  • where users drop back to spreadsheets, scripts, copy-paste, or multi-tool workflows

Return sections:

  • ## What People Actually Use
  • ## Common Workarounds
  • ## Pain Points With Current Solutions
  • ## Sources

Lane D: Alternatives / Platform Map

Default mode:

  • JTBD alternatives
  • cross-industry substitutes
  • indirect competitors

For agent / model / orchestration topics, this lane must instead normalize the space into:

  • ## Settings
  • ## Rules
  • ## Hooks
  • ## Platform Gaps

Use a comparison table for Claude / Codex / Gemini when applicable.

Step 2: Synthesize and Save

Write context.md:

# Context: {project name}

## Workflow Context
{when and where the problem shows up}

## Affected Users
| Role | Responsibility | Skill Level |
|------|----------------|-------------|
{rows}

## Current Workarounds
{numbered list with limitations}

## Adjacent Problems
{lettered or bulleted list}

## User Voices
{quotes with source links}

Write solutions.md:

# Solution Landscape: {project name}

## Solution List
| Name | Approach | Strengths | Weaknesses | Notes |
|------|----------|-----------|------------|-------|
{deduplicated list}

## Categories
{grouped by category}

## What People Actually Use
{behavior summary}

## Frequency Ranking
{most mentioned solutions}

## Key Gaps
{structural gaps not covered today}

## Contradictions
{marketed claims vs user reality}

## Key Insight
{1 paragraph}

When the topic is platform or agent related, write platform-map.md:

# Platform Map: {project name}

## Settings
| Concern | Claude | Codex | Gemini | Common Layer |
|---------|--------|-------|--------|--------------|
{rows}

## Rules
| Concern | Claude / OMC | Codex / OMX | Gemini / OHMG | Common Layer |
|---------|---------------|-------------|---------------|--------------|
{rows}

## Hooks
| Lifecycle | Claude | Codex | Gemini | Common Layer |
|-----------|--------|-------|--------|--------------|
{rows}

## Platform Gaps
{where abstractions do not align cleanly}

Step 3: Summarize for the User

Return a short summary:

## Survey complete: {slug}

### Context
- {1-2 sentence summary}
- Main workaround: {most common workaround}

### Solution Landscape
- {N} solutions across {M} categories
- Key insight: {one sentence}
- Key gap: {one sentence}

### Files
- `.survey/{slug}/triage.md`
- `.survey/{slug}/context.md`
- `.survey/{slug}/solutions.md`
- `.survey/{slug}/platform-map.md`   # if created

Do not move into planning or implementation unless the user asks.


Quick Reference

ActionInstruction
Start a surveysurvey <topic>
Reuse existing resultsCheck .survey/{slug}/ first
Search strategySearch in English, write in the user's language
Parallel lanesContext + Solutions + Behavior + Alternatives/Platform Map
Next step after survey/plan, jeo, ralph, or implementation if the user asks

Final Checklist

  • what / who / why are clear
  • Existing survey checked before overwrite
  • 4 lanes executed in parallel
  • Source links included for quotes and non-obvious claims
  • context.md saved
  • solutions.md saved
  • platform-map.md saved for agent/platform topics
  • Final user summary is factual, short, and recommendation-free

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.17%
按下载量换算1,166

Claude

30.88%
按下载量换算995

Cursor

18.75%
按下载量换算604

Gemini CLI

8.52%
按下载量换算275

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills