Analytics Feedback

数据分析与反馈技能 - 投放效果数据采集、分析与模型迭代建议

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Analytics Feedback" with this command: npx skills add jeyeshield/ad-production-analytics-feedback

Analytics Feedback - 数据分析与反馈

负责广告投放效果的数据采集、分析和反馈,为模型优化提供建议。

Setup

无需额外依赖,TypeScript编译后使用。

When to Use

  • 收集广告投放数据
  • 分析投放效果
  • 生成数据报告
  • 提供优化建议

Architecture

analytics-feedback/
├── index.ts          # 主入口,数据处理和分析
├── package.json      # 依赖配置
└── README.md         # 详细文档

Core Commands

采集数据

await api.executeAction('analytics-feedback.collect', {
  campaignId: string,   // 广告活动ID
  startTime: string,    // 开始时间
  endTime: string,      // 结束时间
  metrics?: string[]    // 指标列表
});

分析数据

await api.executeAction('analytics-feedback.analyze', {
  data: any[],          // 原始数据
  analysisType?: string // 分析类型
});

生成报告

await api.executeAction('analytics-feedback.report', {
  analysisId: string,   // 分析ID
  format?: string      // 报告格式
});

响应事件

  • analytics-feedback.data-collected - 数据采集完成
  • analytics-feedback.analysis-complete - 分析完成
  • analytics-feedback.report-ready - 报告就绪

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Img2img

Generate images from text descriptions using DALL-E 3 while adhering to usage policies and avoiding realistic human faces.

Registry SourceRecently Updated
General

Habitat-GS-Navigator

Navigate and interact with photo-realistic 3DGS environments via the Habitat-GS Bridge. Use when: user asks to explore a 3D scene, perform embodied navigatio...

Registry SourceRecently Updated
General

Memory Palace

持久化记忆管理。Use when: 用户告诉你个人信息/偏好/习惯、需要记住项目状态/技术决策、完成任务后有可复用经验、用户说"记住""别忘了""下次注意"、需要回忆之前的对话内容。支持语义搜索和时间推理。

Registry SourceRecently Updated
General

Podcast Transcript Mining Authority Positioning

Extract guest appearances, speaking topics, and soundbites from podcast transcripts to build authority portfolios and generate podcast pitch templates. Use w...

Registry SourceRecently Updated