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

faion-researcher法安研究员

Agent Skill

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

总安装

374

周安装

15

GitHub Stars

2

下载量

121
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/faionfaion/faion-network --skill faion-researcher

简介

执行摘要.md

  • 两者都
  • 整合
  • 切入点
  • 通过 /faion-net 调用
  • 当意图与研究相关时:
  • 如果意图在[“想法”、“研究”、“市场”、“竞争对手”、“命名”、“角色”、“定价”]:
  • 调用(“faion-研究员”)
  • 子技能调用
  • # 市场情报
  • 调用(“faion-market-researcher”,模式=“市场”)
  • # 用户研究
  • 调用(“faion-user-researcher”,模式=“角色”)
  • # 全面研究(顺序)
  • 调用(“faion-market-researcher”,模式=“市场”)
  • 调用(“faion-market-researcher”,模式=“竞争对手”)
  • 调用(“faion-user-researcher”,模式=“角色”)
  • 调用(“faion-user-researcher”,模式=“验证”)
  • 下一步
  • 研究完成后,提供:
  • “创建 GTM 清单?” → faion 营销经理
  • “创建spec.md?” → faion-sdd
  • “开始开发?” → faion 软件开发人员
  • 规则
  • 顺序执行 - 一对一地运行代理(非并行)
  • 子技能路由 - 市场主题 → 市场研究员、用户主题 → 用户研究员
  • 来源引用 - 所有研究都必须包含 URL
  • 数据质量 - 如果未找到→“数据不可用”
  • faion-研究员 v2.0
  • 具有 2 个子技能的协调器
  • 总计:43 种方法 |代理:2 |模式:9
  • 每周安装量
  • 15
  • 存储库
  • faionfaion/faion-网络
  • GitHub 之星
  • 2
  • 第一次看到
  • 2026 年 1 月 24 日
  • 安全审计
  • Gen Agent Trust Hub 通行证
  • 套接字通行证
  • 斯尼克警告

SKILL.md

Entry point: /faion-net — invoke this skill for automatic routing to the appropriate domain.

Research Domain Skill

Communication: User's language. Docs: English.

Purpose

Orchestrate all research and discovery activities for product/startup development. Coordinates 2 specialized sub-skills for comprehensive research coverage.


Context Discovery

Auto-Investigation

Check for existing research and product context:

SignalHow to CheckWhat It Tells Us
.aidocs/product_docs/Glob("**/.aidocs/product_docs/*")Product docs exist
market-research.mdGlob("**/market-research.md")Market research done
competitive-analysis.mdGlob("**/competitive-analysis.md")Competitors analyzed
user-personas.mdGlob("**/user-personas.md")Personas defined
constitution.mdGlob("**/.aidocs/constitution.md")Product defined
Landing pageGlob("**/pages/index.*")Positioning visible

Read existing assets:

  • Check landing page for current positioning/messaging
  • Read constitution.md for product context
  • Check any existing research docs

Discovery Questions

Use AskUserQuestion to understand research needs.

Q1: Research Stage

question: "What stage of research are you in?"
header: "Stage"
multiSelect: false
options:
  - label: "Exploring ideas (no specific direction)"
    description: "Generate and evaluate new ideas"
  - label: "Have an idea, need validation"
    description: "Test if idea is worth pursuing"
  - label: "Committed, need market intelligence"
    description: "Understand market, competitors, pricing"
  - label: "Building, need user insights"
    description: "Understand users for better product"

Routing:

  • "Exploring ideas" → Skill(faion-market-researcher) → idea-generation
  • "Need validation" → Skill(faion-user-researcher) → problem-validation
  • "Market intelligence" → Skill(faion-market-researcher) → competitors, TAM, pricing
  • "User insights" → Skill(faion-user-researcher) → personas, JTBD, pain points

Q2: Research Focus (if market intelligence)

question: "What do you need to understand?"
header: "Focus"
multiSelect: true
options:
  - label: "Market size (TAM/SAM/SOM)"
    description: "How big is the opportunity?"
  - label: "Competitors & alternatives"
    description: "Who else solves this problem?"
  - label: "Pricing benchmarks"
    description: "What do customers pay for similar?"
  - label: "Industry trends"
    description: "Where is the market heading?"

Routing:

  • "Market size" → tam-sam-som-analysis
  • "Competitors" → competitor-analysis
  • "Pricing" → pricing-research
  • "Trends" → trend-analysis

Q3: User Research Type (if user insights)

question: "What user insights do you need?"
header: "Insights"
multiSelect: true
options:
  - label: "Who are my users? (personas)"
    description: "User profiles and segments"
  - label: "What problems do they have?"
    description: "Pain points and frustrations"
  - label: "What are they trying to achieve?"
    description: "Jobs-to-be-done, goals"
  - label: "Would they pay for a solution?"
    description: "Willingness to pay, value perception"

Routing:

  • "Personas" → persona-building
  • "Problems" → pain-point-research
  • "Achieve" → jobs-to-be-done
  • "Pay" → value-proposition + pricing-research

Q4: Evidence Standards

question: "What would convince you the research is solid?"
header: "Evidence"
multiSelect: false
options:
  - label: "Quick directional insights"
    description: "Enough to make a decision, move fast"
  - label: "Backed by data sources"
    description: "Links to research, reports, data"
  - label: "Primary research (interviews/surveys)"
    description: "Talk to real users/customers"

Context impact:

  • "Quick" → Web search, secondary research, fast output
  • "Backed by data" → Include sources, citations, methodology
  • "Primary research" → Interview guides, survey design, synthesis

Architecture

faion-researcher (orchestrator)
├── faion-market-researcher (22 methodologies)
│   ├── Market sizing (TAM/SAM/SOM)
│   ├── Competitor analysis
│   ├── Pricing research
│   ├── Trend analysis
│   ├── Niche evaluation
│   ├── Business model planning
│   └── Idea generation
└── faion-user-researcher (21 methodologies)
    ├── Persona building
    ├── User interviews
    ├── Pain point research
    ├── Jobs-to-be-done
    ├── Problem validation
    ├── Value proposition design
    └── Survey design

Total: 43 methodologies across 2 sub-skills


Quick Decision Tree

If you need...Route to Sub-Skill
Market Intelligence
Market size (TAM/SAM/SOM)faion-market-researcher
Competitors & gapsfaion-market-researcher
Pricing benchmarksfaion-market-researcher
Market trendsfaion-market-researcher
Niche evaluationfaion-market-researcher
Business modelsfaion-market-researcher
Generate ideasfaion-market-researcher
User Understanding
User profilesfaion-user-researcher
Pain pointsfaion-user-researcher
User motivations (JTBD)faion-user-researcher
Value propositionfaion-user-researcher
Interview questionsfaion-user-researcher
Problem validationfaion-user-researcher
Survey designfaion-user-researcher
Full Research
Complete product researchBoth (sequential)

Sub-Skills (2)

faion-market-researcher

Focus: Market & business intelligence

CapabilityMethodologies
Market AnalysisTAM/SAM/SOM, market sizing, trends
Competitive IntelCompetitor analysis, competitive intelligence
Business PlanningModels, niche eval, risk, distribution
PricingResearch, benchmarking
IdeasGeneration, frameworks

Files: 22 | Location: faion-market-researcher/

faion-user-researcher

Focus: User research & validation

CapabilityMethodologies
PersonasBuilding, segmentation, AI-assisted
InterviewsMethods, analysis, at-scale
Pain PointsResearch, validation
JTBDFramework, motivations
ValidationMethods, problem-solution fit
Value PropDesign, canvas

Files: 21 | Location: faion-user-researcher/


Agents (2)

AgentModelPurposeModes
faion-research-agentopusResearch orchestratorideas, market, competitors, pains, personas, validate, niche, pricing, names
faion-domain-checker-agentsonnetDomain availability verification-

Details: agent-invocation.md


Research Modes (9)

ModeOutputSub-Skill Used
ideasidea-candidates.mdmarket-researcher
marketmarket-research.mdmarket-researcher
competitorscompetitive-analysis.mdmarket-researcher
pricingpricing-research.mdmarket-researcher
nicheniche-evaluation.mdmarket-researcher
personasuser-personas.mduser-researcher
painspain-points.mduser-researcher
validateproblem-validation.mduser-researcher
namesname-candidates.mdmarket-researcher

Core Workflows

1. Idea Discovery

Context → Generate Ideas → Select → Pain Research → Niche Eval → Results
Sub-skills: market-researcher (ideas, niche) + user-researcher (pains)

2. Product Research

Parse Project → Read Docs → Select Modules → Sequential Execution → Summary
Sub-skills: market-researcher (market, competitors, pricing) + user-researcher (personas, validate)

3. Project Naming

Gather Concept → Generate Names → Select → Check Domains → Results
Sub-skill: market-researcher (naming)

Details: workflows.md


Quick Reference

TopicFileDescription
NavigationCLAUDE.mdEntry point, when to use
Agentsagent-invocation.mdAgent syntax, modes
Workflowsworkflows.mdResearch workflows
Frameworksframeworks.md7 Ps, JTBD, TAM/SAM/SOM
Methodologiesmethodologies-index.mdFull index

Output Files

All outputs go to .aidocs/product_docs/:

ModuleOutput FileSub-Skill
Idea Discoveryidea-validation.mdmarket-researcher
Market Researchmarket-research.mdmarket-researcher
Competitorscompetitive-analysis.mdmarket-researcher
Pricingpricing-research.mdmarket-researcher
Nicheniche-evaluation.mdmarket-researcher
Personasuser-personas.mduser-researcher
Pain Pointspain-points.mduser-researcher
Validationproblem-validation.mduser-researcher
Summaryexecutive-summary.mdBoth

Integration

Entry Point

Invoked via /faion-net when intent is research-related:

if intent in ["idea", "research", "market", "competitors", "naming", "personas", "pricing"]:
    invoke("faion-researcher")

Sub-Skill Invocation

# Market intelligence
invoke("faion-market-researcher", mode="market")

# User research
invoke("faion-user-researcher", mode="personas")

# Full research (sequential)
invoke("faion-market-researcher", mode="market")
invoke("faion-market-researcher", mode="competitors")
invoke("faion-user-researcher", mode="personas")
invoke("faion-user-researcher", mode="validate")

Next Steps

After research complete, offer:

  • "Create GTM Manifest?" → faion-marketing-manager
  • "Create spec.md?" → faion-sdd
  • "Start development?" → faion-software-developer

Rules

  1. Sequential execution - Run agents ONE BY ONE (not parallel)
  2. Sub-skill routing - Market topics → market-researcher, User topics → user-researcher
  3. Source citations - All research must include URLs
  4. Data quality - If not found → "Data not available"

*faion-researcher v2.0* *Orchestrator with 2 sub-skills* *Total: 43 methodologies | Agents: 2 | Modes: 9*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

github-copilot

30.05%
按下载量换算36

Claude Code

20.62%
按下载量换算25

windsurf

19.18%
按下载量换算23

trae

11.64%
按下载量换算14

OpenCode

7.78%
按下载量换算9

Codex

3.08%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills