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

intelligence-report情报报告

Agent Skill

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

总安装

674

周安装

27

GitHub Stars

66

下载量

218
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill intelligence-report

简介

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

  • 支持从来源仓库获取上下文,结合安装命令和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于需要快速获取信息或背景知识的场景,提升研究效率。
  • 建议在提示词中明确搜索范围和筛选条件,避免无关结果干扰。

SKILL.md

/dm:intelligence-report

Purpose

Generate a comprehensive intelligence briefing from the brand's compound intelligence system. This command surfaces the accumulated knowledge that agents have built over time — total learnings captured, confidence distribution across insights, top patterns identified across agents and channels, actionable playbooks generated from proven strategies, and intelligence base health metrics showing where the knowledge is strong and where gaps exist. The intelligence report turns raw accumulated data into strategic advantage by synthesizing cross-agent patterns that no single agent would surface alone. Use it for quarterly planning, strategy reviews, onboarding new team members to a brand's marketing intelligence, or identifying which areas need more experimentation and data collection to strengthen decision-making confidence.

Input Required

The user must provide (or will be prompted for):

  • Focus area (optional): A specific channel (email, paid search, social), audience segment, campaign objective (awareness, conversion, retention), or strategic theme to deep-dive. If provided, the report prioritizes patterns, playbooks, and recommendations for that focus area while still including the full intelligence base overview. If omitted, the report covers all dimensions equally
  • Playbook request (optional): A specific scenario to generate an actionable playbook for — e.g., "Q2 product launch on paid social", "re-engagement campaign for churned subscribers", or "brand awareness push in new market". The intelligence system synthesizes relevant learnings into a step-by-step playbook grounded in proven patterns from this brand's data

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand positioning, channel mix, campaign history, and strategic objectives. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Get intelligence stats: Run intelligence-graph.py get-stats --brand {slug} to retrieve the intelligence base overview — total learnings captured, learnings by agent and channel, confidence score distribution (high, moderate, low), date range of intelligence, and most recent learning timestamp.
  3. Get cross-agent patterns: Run intelligence-graph.py get-patterns --brand {slug} for key dimensions — channel performance patterns, audience response patterns, timing and seasonality patterns, creative and messaging patterns, and budget efficiency patterns. If a focus area was specified, weight pattern retrieval toward that dimension. Identify patterns that span multiple agents (e.g., a timing pattern confirmed by both the email specialist and social media manager).
  4. Generate playbooks: If a playbook request was provided, run intelligence-graph.py export-playbook --brand {slug} --scenario {scenario} to synthesize relevant learnings into a step-by-step actionable playbook. Each playbook step references the specific learnings and confidence levels that support it. If no playbook was requested, generate a summary of the top three available playbooks based on the strongest pattern clusters.
  5. Identify stale learnings: Flag learnings that have not been revalidated within their recommended revalidation window — typically 90 days for tactical insights, 180 days for strategic patterns. Stale learnings may still be accurate but their confidence should be discounted. Prioritize revalidation recommendations by impact — stale high-impact learnings get flagged first.
  6. Calculate compound intelligence score: Compute an overall intelligence maturity score based on total learnings volume, average confidence level, cross-agent pattern density, recency of intelligence, coverage across channels and audiences, and ratio of validated to unvalidated learnings. Score on a 0-100 scale with tier labels — Emerging (0-25), Developing (26-50), Established (51-75), Advanced (76-100).

Output

A structured intelligence briefing containing:

  • Intelligence base health: Total learnings captured, breakdown by agent and channel, average confidence score, confidence distribution (percentage at high, moderate, low), date range of intelligence coverage, most recent and oldest learning timestamps, and coverage gaps where channels or audiences have insufficient data
  • Top patterns by channel, audience, and objective: The highest-confidence cross-agent patterns organized by dimension — what consistently works on each channel, which audiences respond to what approaches, and which objectives have proven playbooks versus which need more experimentation
  • Actionable playbooks: Step-by-step playbooks for the requested scenario or the top three strongest available playbooks — each step grounded in specific learnings with confidence levels, expected outcomes based on historical patterns, and risk factors to monitor
  • Stale learnings needing revalidation: Learnings past their revalidation window ranked by impact — with recommended revalidation methods (re-run the test, check latest analytics, update with new campaign data) and estimated effort for each
  • Compound intelligence score: The 0-100 maturity score with tier label, breakdown by scoring component, trend versus previous assessment, and specific actions to improve the score — e.g., "Run email subject line tests to fill the email optimization gap" or "Validate Q3 social timing patterns with current data"
  • Recommendations for strengthening the intelligence base: Prioritized list of experiments, analyses, and data collection activities that would most improve intelligence coverage, confidence, and actionability — the highest-ROI investments in marketing knowledge

Agents Used

  • intelligence-curator — Cross-agent pattern synthesis and identification of multi-source confirmed insights, playbook generation from proven pattern clusters with confidence-weighted step sequencing, intelligence base health assessment with coverage gap analysis, stale learning identification and revalidation prioritization, compound intelligence score calculation with component breakdown, and strategic recommendations for intelligence base improvement

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.53%
按下载量换算80

Claude

30.19%
按下载量换算66

Cursor

17.15%
按下载量换算37

Gemini CLI

9.02%
按下载量换算20

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills