← 返回 Skills 市场
数据分析与反馈
作者
JEyeshield
· GitHub ↗
· v1.0.0
· MIT-0
198
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ad-production-analytics-feedback
功能描述
数据分析与反馈技能 - 投放效果数据采集、分析与模型迭代建议
使用说明 (SKILL.md)
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- 报告就绪
安全使用建议
This package looks coherent for ad analytics and reporting, but you should not install it as-is without a full source review because the provided index.ts was truncated. Before installing or enabling the skill: (1) obtain and review the complete index.ts to ensure there are no network calls, secrets access, telemetry endpoints, or filesystem access in the truncated code; (2) run the skill in a sandbox or dev environment first and monitor outbound network traffic; (3) confirm what data sources it will ingest and that you are comfortable sending those datasets to this code (especially PII or commercial data); (4) if you need stronger guarantees, require the publisher to provide a signed release or host the package on a trusted registry; (5) remember the skill can be invoked autonomously by the agent by default — only enable that if you trust its behavior. If you can provide the full, untruncated index.ts I can re-evaluate and likely raise confidence.
功能分析
Type: OpenClaw Skill
Name: ad-production-analytics-feedback
Version: 1.0.0
The skill bundle provides standard data analytics and feedback functionality for advertising campaigns. The code in index.ts implements in-memory data aggregation, metric calculation (CTR, CVR, ROAS), and rule-based suggestion generation without any external network requests, file system access, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description (ad analytics, feedback) match the provided code and SKILL.md. The code implements ingest, reporting, feedback generation and campaign management; none of the declared requirements (no env vars, no binaries, no install) are surprising for this purpose.
Instruction Scope
SKILL.md contains concrete action invocations (analytics-feedback.collect/analyze/report) and does not instruct the agent to read arbitrary system files or unrelated environment variables. However, part of index.ts was truncated in the supplied text (the checkPerformanceAlerts and subsequent logic are cut off), so it is not possible to confirm that runtime behavior stays fully within the documented scope (e.g., there might be hidden telemetry or external calls in the truncated portion).
Install Mechanism
No install spec (instruction-only + TypeScript source). package.json only lists build/dev deps. Nothing is downloaded from external URLs and no install-time arbitrary code execution is declared.
Credentials
The skill declares no required environment variables, primary credential, or config paths, and the visible code does not reference process.env or other credentials. This is proportionate to an analytics/reporting skill as presented.
Persistence & Privilege
always is false and there is no indication the skill requests persistent system-wide privileges or modifies other skills. The skill stores its own in-memory state (campaigns, performance, reports) which is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ad-production-analytics-feedback - 安装完成后,直接呼叫该 Skill 的名称或使用
/ad-production-analytics-feedback触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本发布
元数据
常见问题
数据分析与反馈 是什么?
数据分析与反馈技能 - 投放效果数据采集、分析与模型迭代建议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。
如何安装 数据分析与反馈?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ad-production-analytics-feedback」即可一键安装,无需额外配置。
数据分析与反馈 是免费的吗?
是的,数据分析与反馈 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
数据分析与反馈 支持哪些平台?
数据分析与反馈 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 数据分析与反馈?
由 JEyeshield(@jeyeshield)开发并维护,当前版本 v1.0.0。
推荐 Skills