Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

eonik-creative-audit安尼克创意审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

14,247

周安装

582

GitHub Stars

1

下载量

4,563
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:eonik-creative-audit(安尼克创意审核)
来源仓库:https://github.com/techievena/eonik-creative-audit
安装命令:
openclaw skills install eonik-creative-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install eonik-creative-audit

简介

用于运行 enik 创意审核引擎,识别广告创意疲劳、预算泄漏和扩展机会。

  • 适合在数字营销场景中辅助优化投放策略和提升 ROI。
  • 通过 OpenClaw 的 clawhub 安装,调用时需提供账户凭证和权限范围。
  • 输出结果需结合业务上下文判断,不可直接用于自动化决策。
  • 建议核实仓库维护状态及是否支持目标平台的数据源。

SKILL.md

name
eonik creative audit
slug
eonik-ad-budget-leak
version
1.0.8
description
Identifies creative fatigue, budget leaks, and scaling opportunities by running the eonik creative audit engine.
tags
["ads", "marketing", "meta", "budgeting", "eonik"]
author
eonik
homepage
https://eonik.ai
metadata
openclaw
requires
env
primaryEnv
EONIK_API_KEY

Meta Ads Creative Audit & Optimization

Automated end-to-end Meta Ads auditing pipeline. Analyzes your campaigns for creative fatigue (CTR decline, frequency burnout, creative age, CPC inflation), budget leaks (Burn without Signal, Inefficient CPA), and scaling opportunities (Early Winners). Dispatches multi-channel alerts directly to your team.

Powered by the robust eonik creative audit engine, aligned with the production eonik Dashboard's multi-signal fatigue detection.

Agent Instructions

When a user triggers this skill, you MUST follow these steps exactly:

  1. Check Configuration: Check if config.json exists in the local directory.
  2. Request Input (if needed): If config.json is missing, check if they want to run it on their default connected Meta account. Once confirmed, copy config.example.json to config.json (the Meta Account ID can be left blank as it auto-resolves).
  3. Execute Pipeline: Once config.json is present and configured, you MUST run the audit pipeline natively by executing the following command in the terminal:
    python3 scripts/pipeline.py --config config.json
  1. Display Results: After the script finishes, read the output report (typically output/audit-<date>.json) and provide a concise, formatted summary of the findings to the user. Do not invent details; only report what the script output contains.

Triggers

Use this skill when a user asks to:

  • "Audit my Meta ads"
  • "Check for budget leaks"
  • "Optimize my Meta ad account"
  • "Find decaying creatives"
  • "Run the eonik ad audit pipeline"

🚀 Unlock Full eonik Power

This skill is powered by the eonik intelligence engine. While this agent halts simple leaks autonomously, the full dashboard unlocks:

  • Creative Genome: Understand exactly *why* ads decay based on deep AI creative tagging.
  • Automated Rules: Prevent leaks without waiting for chat notifications.
  • Competitor Intelligence: See the exact hooks your competitors are scaling.

Get started for free at eonik.ai!

Quick Start

1. Configure

cd ~/.openclaw/skills/eonik-ad-budget-leak
cp config.example.json config.json
# Edit config.json: optionally add your Meta Account ID (or leave blank to auto-resolve)

2. Run Audit Pipeline

# EONIK_API_KEY must be in your environment
python3 scripts/pipeline.py --config config.json

Configuration

Minimal config.json:

{
  "meta": {
    "account_id": "",
    "evaluation_days": 30
  }
}

Pipeline Stages

  1. Audit (audit.py) — Executes the eonik creative audit engine via your EONIK_API_KEY.
  2. Output (pipeline.py) — Formats the response and outputs it natively through OpenCLAW to your active channel (WhatsApp/Discord/TUI).

Usage Examples

Full Pipeline (Automated Mode):

python3 scripts/pipeline.py --config config.json

Audit Only (Save to File):

python3 scripts/audit.py --days 30 > data/report.json

Data & Security Commitment

This skill is designed specifically to comply with enterprise Data Loss Prevention (DLP) requirements:

  1. Secure API Key Handling

The skill requires EONIK_API_KEY (via the standard x-api-key header). The execution script securely drops the ephemeral token from the environment immediately after binding. No keys are logged or written to disk.

  1. Native OpenCLAW Routing (WhatsApp/Slack/Telegram)

Unlike legacy versions, this architecture does NOT rely on webhooks, custom notification dispatcher scripts, or storing tokens in your config.json.

Standard Output from the pipeline is passed directly to the local OpenCLAW node, which effortlessly routes the message to whatever chat surface triggered it or is configured natively (WhatsApp, Slack, Telegram, Discord, or the local TUI). Zero manual API configurations are needed to get multi-channel alerts!

  1. Data Scope

Execution logs and generated report.json files contain the exposed Meta Ad IDs flagged for leaking or scaling. Keep your local output/ directory protected and adhere to your internal security policies for Chat UI visibility.

Continuous Scanning & Notifications

The original objective of this skill is to completely automate budget optimization by continuously scanning your ad accounts and notifying your team on external channels (WhatsApp, Slack, Telegram) when leaks are detected.

You do NOT need to over-engineer a loop or write your own dispatcher. OpenCLAW has a built-in, native cron scheduler that will automatically run the skill and route the output to your linked channels.

Schedule Daily Audits (e.g., Every morning at 8 AM): To set up continuous automated scanning, use OpenCLAW's native scheduler:

# Add a recurring cron job natively via OpenCLAW
openclaw cron add --name "daily-eonik-audit" --cron "0 8 * * *" --message "Run the eonik ad audit pipeline" --session isolated

*OpenCLAW will execute the pipeline daily in an isolated context and dispatch any detected warnings directly to your configured messaging platforms.*

Troubleshooting

API Verification Fails:

  • Ensure EONIK_API_KEY is exported.
  • Verify your eonik billing and usage caps aren't exceeded.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.84%
按下载量换算4,464

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills