Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

faion-marketing-manager法安营销经理

Agent Skill

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

总安装

306

周安装

13

GitHub Stars

2

下载量

107
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

faion-marketing-manager 作为营销活动总控,路由至专项子技能执行具体任务。

  • 不直接提供方法论,而是根据场景调用内容、GTM 或 PPC 等模块。
  • 使用前建议检查 .aidocs 目录下是否存在相关策略文档。
  • 安装命令:npx skills add https://github.com/faionfaion/faion-network --skill faion-marketing-manager。
  • 预算分配或投放计划需经业务负责人审批后实施。

SKILL.md

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

Marketing Manager Orchestrator

Pure orchestrator that coordinates marketing activities by routing to specialized sub-skills.

Purpose

Routes marketing tasks to appropriate sub-skill based on domain. No methodologies in this skill - all execution happens in sub-skills.


Context Discovery

Auto-Investigation

Check for existing marketing context:

SignalHow to CheckWhat It Tells Us
.aidocs/product_docs/gtm-manifest/Glob("**/*gtm*")GTM strategy exists
.aidocs/product_docs/seo/Glob("**/seo/*.md")SEO strategy exists
landing page filesGlob("**/pages/index.*")Landing page exists
analytics config`Grep("GA4\gtag\analytics", "**/*")`Analytics setup
email templatesGlob("**/email*/**")Email marketing exists

Check existing assets:

  • Read landing page copy to understand current messaging
  • Check meta tags for SEO status
  • Look for pricing page to understand monetization

Discovery Questions

Use AskUserQuestion to understand marketing goals and context.

Q1: Marketing Goal

question: "What's your primary marketing goal right now?"
header: "Goal"
multiSelect: false
options:
  - label: "Launch a product"
    description: "Prepare and execute a product launch"
  - label: "Get more traffic"
    description: "Increase visitors to site/app"
  - label: "Convert more visitors"
    description: "Improve signup/purchase rates"
  - label: "Retain & grow users"
    description: "Reduce churn, increase engagement"
  - label: "Build brand awareness"
    description: "Establish presence and recognition"

Routing:

  • "Launch" → Skill(faion-gtm-strategist) for full launch workflow
  • "Traffic" → Ask Q2 (Budget) to decide organic vs paid
  • "Convert" → Skill(faion-conversion-optimizer)
  • "Retain & grow" → Skill(faion-growth-marketer)
  • "Brand awareness" → Skill(faion-content-marketer) + Skill(faion-smm-manager)

Q2: Budget for Acquisition (if goal is traffic)

question: "Do you have budget for paid acquisition?"
header: "Budget"
multiSelect: false
options:
  - label: "No budget (organic only)"
    description: "Focus on SEO, content, social"
  - label: "Small budget ($100-500/mo)"
    description: "Test paid channels carefully"
  - label: "Growth budget ($500+/mo)"
    description: "Scale what works with paid ads"

Routing:

  • "No budget" → Skill(faion-seo-manager) + Skill(faion-content-marketer)
  • "Small budget" → Test with Skill(faion-ppc-manager), measure ROI
  • "Growth budget" → Skill(faion-ppc-manager) + Skill(faion-growth-marketer)

Q3: Business Model

question: "What's your business model?"
header: "Model"
multiSelect: false
options:
  - label: "B2C (consumers)"
    description: "Selling to individual consumers"
  - label: "B2B (businesses)"
    description: "Selling to companies/teams"
  - label: "B2B2C (platform)"
    description: "Businesses serve their customers through you"
  - label: "Marketplace"
    description: "Connecting buyers and sellers"

Context impact:

  • "B2C" → Emotional messaging, social proof, viral loops
  • "B2B" → ROI focus, case studies, LinkedIn, longer sales cycle
  • "B2B2C" → Both B2B acquisition + B2C activation
  • "Marketplace" → Chicken-egg problem, liquidity focus

Q4: Current Stage

question: "What's your current traction?"
header: "Traction"
multiSelect: false
options:
  - label: "Pre-launch (no users yet)"
    description: "Building audience before launch"
  - label: "Early (< 100 users)"
    description: "Finding product-market fit"
  - label: "Growing (100-1000 users)"
    description: "Scaling what works"
  - label: "Scaling (1000+ users)"
    description: "Optimizing and expanding"

Context impact:

  • "Pre-launch" → Audience building, waitlist, launch prep
  • "Early" → Focus on learning, manual outreach, founder sales
  • "Growing" → Test channels, find scalable acquisition
  • "Scaling" → Optimize funnels, expand channels, retention

Q5: Existing Audience (multiSelect)

question: "What audience/channels do you already have?"
header: "Channels"
multiSelect: true
options:
  - label: "Email list"
    description: "Newsletter or customer emails"
  - label: "Social following"
    description: "Twitter, LinkedIn, Instagram, etc."
  - label: "Existing customers"
    description: "People already paying/using"
  - label: "None yet"
    description: "Starting from zero"

Context impact:

  • "Email list" → Leverage for launches, nurture sequences
  • "Social following" → Distribution channel, engagement
  • "Existing customers" → Referrals, case studies, upsell
  • "None" → Focus on audience building first

Architecture

Sub-SkillPurposeMethodologies
faion-gtm-strategistGTM strategy, product launches, positioning, pricing, partnerships, customer success26
faion-content-marketerContent strategy, copywriting, SEO, email campaigns, social media, video/podcast production16 + 30 refs
faion-growth-marketerAnalytics, experiments, A/B testing, AARRR metrics, retention, viral loops30
faion-conversion-optimizerLanding pages, CRO, funnels, PLG, onboarding flows13
faion-ppc-managerPaid advertising (Google Ads, Meta Ads, LinkedIn Ads)External skill
faion-seo-managerTechnical SEO, AEO, Core Web Vitals optimizationExternal skill
faion-smm-managerSocial media management (Twitter, LinkedIn, Instagram growth)External skill

Total: 85+ methodologies across 7 specialized sub-skills

Decision Tree

If you need...Route toExample Tasks
GTM & Launchfaion-gtm-strategistProduct Hunt launch, GTM strategy, positioning, pricing strategy, partnership programs, customer success playbooks
Content Creationfaion-content-marketerContent strategy, blog posts, copywriting, email campaigns, social posts, video scripts, podcast production
Growth & Analyticsfaion-growth-marketerAARRR framework, A/B testing, retention analysis, viral loops, cohort analysis, growth experiments
Conversionfaion-conversion-optimizerLanding page optimization, funnel analysis, CRO experiments, PLG strategies, onboarding flows
Paid Adsfaion-ppc-managerGoogle Ads campaigns, Meta Ads optimization, LinkedIn Ads, PPC strategy
SEO Technicalfaion-seo-managerTechnical SEO audits, AEO optimization, Core Web Vitals, search ranking
Social Media Mgmtfaion-smm-managerTwitter growth, LinkedIn strategy, Instagram content, community building

Routing Examples

Launch Scenario

Product Launch
├─→ faion-gtm-strategist (GTM strategy, positioning, launch timeline)
├─→ faion-content-marketer (launch content, press release, email campaign)
├─→ faion-conversion-optimizer (landing page, free trial flow)
├─→ faion-growth-marketer (metrics tracking, launch experiments)
└─→ faion-ppc-manager (paid launch campaigns)

Content Marketing Scenario

Content Marketing Program
├─→ faion-content-marketer (content strategy, editorial calendar, creation)
├─→ faion-seo-manager (technical SEO, on-page optimization)
├─→ faion-growth-marketer (content metrics, A/B testing)
└─→ faion-smm-manager (social distribution)

Growth Optimization Scenario

Growth Optimization
├─→ faion-growth-marketer (AARRR analysis, experiment design, analytics)
├─→ faion-conversion-optimizer (funnel optimization, PLG tactics)
├─→ faion-content-marketer (growth content, email nurture)
└─→ faion-ppc-manager (paid acquisition scaling)

Brand Building Scenario

Brand Building
├─→ faion-gtm-strategist (brand positioning, messaging)
├─→ faion-content-marketer (brand content, thought leadership)
├─→ faion-smm-manager (social media presence)
└─→ faion-seo-manager (brand search optimization)

Execution Pattern

  1. Analyze task intent and marketing domain
  2. Route to appropriate sub-skill(s) via Skill tool
  3. Invoke one or more sub-skills as needed
  4. Coordinate multi-skill workflows if needed
  5. Report consolidated results to user

Quick Reference

Marketing GoalPrimary Sub-SkillSecondary Sub-Skills
Launch productgtm-strategistcontent-marketer, conversion-optimizer, ppc-manager
Acquire userscontent-marketergrowth-marketer, seo-manager, ppc-manager
Optimize conversionconversion-optimizergrowth-marketer
Scale growthgrowth-marketerppc-manager, content-marketer
Build brandcontent-marketergtm-strategist, smm-manager, seo-manager
Retain usersgrowth-marketercontent-marketer
Partnershipsgtm-strategistcontent-marketer
Improve SEOseo-managercontent-marketer
Social presencesmm-managercontent-marketer
Paid campaignsppc-managerconversion-optimizer, growth-marketer

Related Skills

Upstream:

  • faion-net (parent orchestrator)

Downstream (coordinated by this skill):

  • faion-gtm-strategist
  • faion-content-marketer
  • faion-growth-marketer
  • faion-conversion-optimizer
  • faion-ppc-manager
  • faion-seo-manager
  • faion-smm-manager

Adjacent:

  • faion-researcher (market research, competitor analysis)
  • faion-product-manager (product positioning, roadmap)
  • faion-ux-ui-designer (design for marketing)

Coordination Patterns

Single Sub-Skill Tasks

Route directly to the appropriate sub-skill for focused execution.

Multi-Sub-Skill Workflows

For complex marketing programs, coordinate multiple sub-skills:

  1. Sequential - GTM strategy → content creation → distribution
  2. Parallel - Content + paid ads + social media simultaneously
  3. Iterative - Experiments → analysis → optimization → repeat

*Marketing Manager Orchestrator v2.1* *Pure Orchestrator | 7 Sub-Skills | 85+ Methodologies*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

github-copilot

27.87%
按下载量换算30

Claude Code

25.45%
按下载量换算27

windsurf

16.14%
按下载量换算17

trae

11.54%
按下载量换算12

OpenCode

7.73%
按下载量换算8

Codex

3.24%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills