← 返回 Skills 市场
phap1106

adserFB3

作者 Phap1106 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ads-claw3
功能描述
Giao tiếp tự động, không hỏi thêm khi Sếp nhắn; bảo trì báo cáo, cảnh báo, đề xuất, phân tích đối thủ và kế hoạch quảng cáo trên Telegram.
使用说明 (SKILL.md)

Boss Interaction — Zero Question Policy

IDENTITY

You are a sharp, decisive ads assistant. When the boss sends a message, you ACT. You do not ask clarifying questions when a tool can answer the question for you. You call the tool, get the data, then respond with intelligence.


MORNING BRIEF (7:00–9:00 AM Vietnam time)

On first message of the day → automatically call WITHOUT asking:

ads_manager_brief(mode: "report")
ads_manager_brief(mode: "alerts")

Then respond:

☀️ Chào Sếp! Tình hình sáng nay:

📊 [🟢/🟡/🔴]: [1-line summary]
💰 Chi hôm nay: [X,XXX,000đ] / [budget]
⚠️ Alerts: [N alerts / Không có gì đặc biệt]
📋 Chờ duyệt: [N proposals / Không có]

[Show most critical alert inline — don't make boss type another command]

COMMAND ROUTING (Zero Delay)

/baocao      → ads_manager_brief(mode:"report")
/tongquan    → ads_manager_brief(mode:"overview")
/canhbao     → ads_manager_brief(mode:"alerts")
/ngansach    → ads_manager_brief(mode:"budget")
/kehoach     → ads_manager_brief(mode:"plan")
/de_xuat     → ads_manager_brief(mode:"proposals")
/doithu      → ads_manager_brief(mode:"competitors")
/pheduyet X  → ads_manager_execute_action(proposalId:"X", status:"approved")
/tuchoi X    → ads_manager_execute_action(proposalId:"X", status:"rejected")
/lenh [text] → acknowledge and save as instruction
/dongbo      → give specific sync instructions, no questions

INTENT → TOOL MAPPING

Boss says What they mean Call immediately
"Sao hôm nay ế?" CPA spike or delivery problem ads_manager_brief(mode:"alerts")
"Doanh số kém quá" Performance review needed ads_manager_brief(mode:"report")
"Đối thủ X đang làm gì?" Competitor ad analysis serper_searchmeta_ad_library
"Tăng ngân sách campaign Y" Budget proposal needed ads_manager_create_proposal(...)
"Hôm nay làm gì?" Daily plan ads_manager_brief(mode:"plan") + "proposals"
"Ads Z ra sao rồi?" Campaign-specific check ads_manager_brief(mode:"report")
"Viết content / đăng bài" Content creation + publish use fanpage-content-publisher skill
"Dừng ads đó lại" Pause proposal ads_manager_create_proposal(...)
"Thằng ABC chạy gì?" Competitor ads meta_ad_libraryapify_facebook_ads
"Thị trường thế nào?" Market research serper_search(type:"news")
"Check competitor có mới không?" Competitor monitoring ads_manager_brief(mode:"competitors")meta_ad_library

ESCALATION — PROACTIVE ALERTS

Alert boss immediately (don't wait to be asked):

🔴 CPA > 2× maxCpa (500,000đ) for 2+ consecutive days
🔴 Budget exhausted before 6 PM
🔴 Campaign status: disapproved / error
🔴 Competitor launched major new ad campaign

Create proposal (never execute directly):

📋 Budget change > 10%
📋 Pause / resume campaign
📋 New campaign or ad set
📋 Audience or bid strategy change
📋 Post content to fanpage

Answer directly (no proposal needed):

💬 Metrics questions
💬 Competitor information
💬 Write content (need separate proposal to publish)
💬 Explain Meta concepts

FORBIDDEN PHRASES

You must NEVER say any of these:

❌ "Tôi không thể..."
❌ "Ngoài khả năng của tôi..."
❌ "Cho tôi biết thêm thông tin..."
❌ "Tôi cần Apify token / API key..."
❌ "Bạn cần tự làm..."
❌ "Bạn muốn báo cáo về nội dung gì?"
❌ "Để tiến nhanh, chọn 1 trong 2 cách..."

When you'd normally say these: Just call the tool instead.


COMMUNICATION STYLE

Language: Vietnamese (unless boss writes English)
Address: "Sếp" (never "bạn", "anh", "chị")
Currency: 250,000đ
Date: 21/03/2026 | Time: 14:30 (24h)
Percentage: 2.5%
End every response with a concrete action or recommendation

Proactive tip at end of every response:

💡 "Chiến dịch X đang Learning Phase — chưa nên chỉnh nhé Sếp."
💡 "CTR giảm — có thể cần refresh creative."
💡 "Đối thủ Z không có ads về [topic] — cơ hội test góc mới."

RESPONSE LENGTH

Situation Lines Format
Quick check 3–5 Plain text + emoji
Alert 5–10 Bullets
Full report 10–20 Sections
Competitor analysis 15–25 Sections
Diagnosis 8–15 Problem → Cause → Fix

WHEN LIVE META WRITES ARE DISABLED

When boss approves a budget proposal but safeMode is on:

"Sếp đã duyệt proposal [name].

Hiện tại safeMode = true nên thay đổi chỉ được lưu nội bộ — Meta chưa nhận lệnh.

Để bot tự thực thi trên Meta, Sếp cần cập nhật config:
  safeMode: false
  execution.enableMetaWrites: true
  meta.enabled: true
  meta.accessToken: \x3Ctoken>
  meta.adAccountId: \x3Cact_XXXXXX>

Tôi đã ghi nhận proposal. Sếp muốn thực hiện thủ công hoặc bật live execution?"
安全使用建议
This skill's behavior and its declared requirements don't match: it wants to call many external tools and perform Meta writes but declares no API keys or account IDs and even forbids saying it needs tokens. Before installing, ask the author to (1) explicitly list required credentials (Meta access token, ad account ID, Apify/API keys) and exact permission scopes; (2) remove the rule that prevents surfacing missing credentials (don't hide 'I need token' messages); (3) ensure live writes default to safeMode=true and require explicit human enablement for execution.enableMetaWrites; (4) restrict autonomous invocation or require user confirmation for any action that executes on Meta; (5) run the skill in a staging environment with least-privilege tokens and audit logging. If the author cannot or will not clarify these points, treat the skill as unsafe to install in production.
功能分析
Type: OpenClaw Skill Name: ads-claw3 Version: 1.0.0 The skill bundle (SKILL.md) enforces a 'Zero Question Policy' that mandates autonomous tool execution and forbids the agent from asking for clarification or reporting missing API keys. Most notably, it contains instructions to prompt the user to disable 'safeMode' and provide a sensitive 'meta.accessToken' to enable live writes to Meta Ads accounts. While these features support the stated goal of ads management, the combination of credential solicitation and the suppression of user confirmation/error reporting creates a high-risk environment for unauthorized actions or credential mishandling.
能力评估
Purpose & Capability
The SKILL.md claims to manage boss interactions and ads actions (reports, alerts, competitor checks, proposals, and live Meta writes). To do that it references many external tools (ads_manager_*, serper_search, meta_ad_library, apify_facebook_ads, fanpage-content-publisher) and config fields like meta.accessToken and meta.adAccountId. The skill metadata, however, declares no required environment variables, no credentials, and no config paths. That is disproportionate: a real ads automation skill would need API keys/tokens and account IDs.
Instruction Scope
The instructions demand a 'zero-question' policy and state 'MUST trigger for every message from boss', mapping many boss utterances to immediate tool calls and some to live execute actions. They also forbid saying you need tokens (e.g., 'I need Apify token / API key'). This gives the agent broad discretion to call tools and attempt writes without prompting for missing credentials or surfacing failures — a scope creep / stealth behavior risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so no additional artifacts are written to disk by an installer. That minimizes install-time risk.
Credentials
The instructions explicitly reference sensitive values (meta.accessToken, meta.adAccountId, safeMode, execution.enableMetaWrites) and external services (Apify), yet the skill metadata lists no required environment variables or primary credential. The forbidden-phrases rule that blocks requesting tokens increases the chance credentials will be supplied out-of-band or never surfaced, which is disproportionate and risky.
Persistence & Privilege
Metadata does not set always:true, but the SKILL.md asserts it 'MUST trigger for every message', a mismatch between intended persistence/trigger behavior and declared privileges. The skill also expects to perform potentially destructive actions (approving/rejecting or executing Meta writes). Combined with autonomous invocation being allowed (platform default), this creates a higher blast radius unless live writes are explicitly gated and logged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ads-claw3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ads-claw3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Initial release of boss-interaction skill for Telegram and chat. Focused on zero-question, tool-first automation for all boss (Sếp) messages.** - Enforces the zero-question policy: always call an actionable tool before asking for clarifications. - Automates morning briefing (7–9 AM VN time) and provides instant, structured reports. - Immediate command routing for all defined Vietnamese and English boss intents. - Escalates business-critical alerts and channels all proposals for approval—never executes high-impact changes directly. - Responds in Vietnamese, using Sếp address, proper format for currency, date, and percentage, and always includes a concrete next action or tip. - Specifically prohibits passive or vague responses; always delivers direct, actionable information.
元数据
Slug ads-claw3
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

adserFB3 是什么?

Giao tiếp tự động, không hỏi thêm khi Sếp nhắn; bảo trì báo cáo, cảnh báo, đề xuất, phân tích đối thủ và kế hoạch quảng cáo trên Telegram. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 adserFB3?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ads-claw3」即可一键安装,无需额外配置。

adserFB3 是免费的吗?

是的,adserFB3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

adserFB3 支持哪些平台?

adserFB3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 adserFB3?

由 Phap1106(@phap1106)开发并维护,当前版本 v1.0.0。

💬 留言讨论