openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Ads Sales Proposal

Build persuasive sales proposals and close plans for ad services spanning Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Sho...

开发与 DevOps

作者:danyangliu @danyangliu-sandwichlab

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 220 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:danyangliu-sandwichlab/sales-proposal-simulator

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only proposal generator whose requested resources, instructions, and scope align with its advertised purpose and it does not request credentials, installs, or system access.

目的

Name, description, and required artifacts are consistent: the skill describes building ad sales proposals across specific ad platforms and contains workflow, decision rules, and examples that match that purpose. It does not request unrelated tools, credentials, or platform access.

说明范围

SKILL.md instructions focus on drafting proposal content, objection handling, and close plans. They do not instruct reading files, accessing system state, calling external endpoints, or collecting unrelated secrets. A mention of 'escalate with a structured handoff payload' appears to mean handing off to humans and there is no endpoint or transmission specified.

安装机制

No install spec and no code files — instruction-only. That minimizes disk writes and external code execution risk.

证书

The skill declares no required environment variables, no primary credential, and no config paths. There is no disproportionate request for credentials or secrets.

持久

always is false and default autonomous invocation is allowed (platform default). The skill does not request permanent presence or system-level configuration changes.

综合结论

This skill appears internally consistent and limited to producing proposal text. Before installing or using it with real client work, consider: (1) do not feed sensitive PII or client secrets into prompts unless you are comfortable with how your agent handles data; (2) review generated KPI promises and legal/policy statements — the guardrail 'never fabricate metrics' is advisory only, so validate outputs before sending to clients; (3) 'escalat…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ads Sales Proposal」。简介:Build persuasive sales proposals and close plans for ad services spanning Meta …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danyangliu-sandwichlab/sales-proposal-simulator/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: sales-proposal-simulator
description: Build persuasive sales proposals and close plans for ad services spanning Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads.
---

# Ads Sales Proposal

## Purpose
Core mission:
- proposal architecture, objection handling, closing path

This skill is specialized for advertising workflows and should output actionable plans rather than generic advice.

## When To Trigger
Use this skill when the user asks for:
- ad execution guidance tied to business outcomes
- growth decisions involving revenue, roas, cpa, or budget efficiency
- platform-level actions for: Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads
- this specific capability: proposal architecture, objection handling, closing path

High-signal keywords:
- ads, advertising, campaign, growth, revenue, profit
- roas, cpa, roi, budget, bidding, traffic, conversion, funnel
- meta, googleads, tiktokads, youtubeads, amazonads, shopifyads, dsp

## Input Contract
Required:
- client_request: what the client wants to achieve
- business_context: product, margin, seasonality
- offer_scope: service package or campaign scope

Optional:
- objections
- competitor_reference
- contract_constraints
- expected_start_date

## Output Contract
1. Proposal Positioning
2. Scope and Deliverables
3. ROI Logic and KPI Commitment Range
4. Objection Handling Script
5. Close Plan with next steps

## Workflow
1. Summarize client objective and urgency.
2. Translate objective into measurable ad outcomes.
3. Build value argument and risk controls.
4. Prepare objection responses and confidence proof.
5. Output a close-ready proposal structure.

## Decision Rules
- If goal is vague, anchor on one north-star KPI first.
- If budget is low, propose phased pilot with strict milestone gates.
- If trust is low, lead with transparent assumptions and reporting cadence.

## Platform Notes
Primary scope:
- Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads

Platform behavior guidance:
- Keep recommendations channel-aware; do not collapse all channels into one generic plan.
- For Meta and TikTok Ads, prioritize creative testing cadence.
- For Google Ads and Amazon Ads, prioritize demand-capture and query/listing intent.
- For DSP/programmatic, prioritize audience control and frequency governance.

## Constraints And Guardrails
- Never fabricate metrics or policy outcomes.
- Separate observed facts from assumptions.
- Use measurable language for each proposed action.
- Include at least one rollback or stop-loss condition when spend risk exists.

## Failure Handling And Escalation
- If critical inputs are missing, ask for only the minimum required fields.
- If platform constraints conflict, show trade-offs and a safe default.
- If confidence is low, mark it explicitly and provide a validation checklist.
- If high-risk issues appear (policy, billing, tracking breakage), escalate with a structured handoff payload.

## Code Examples
### Proposal Skeleton

    section: Objective
    section: Channel Plan
    section: Budget and KPI Range
    section: Risks and Mitigation
    section: Next-step Commitment

### Objection Response Map

    objection: "CPA too high"
    response: "Pilot 14 days with capped budget and clear stop-loss"

## Examples
### Example 1: Performance growth proposal
Input:
- Client wants lower CPA in 30 days
- Current channels: Meta + Google Ads

Output focus:
- pilot scope
- KPI promise range
- close checklist

### Example 2: New product launch proposal
Input:
- Client has no baseline data
- Wants global ads rollout

Output focus:
- phased contract scope
- risk clauses
- reporting cadence

### Example 3: Renewal negotiation proposal
Input:
- Existing client doubts ROI
- Needs proof before extension

Output focus:
- retrospective evidence summary
- revised operating model
- signed next-step plan

## Quality Checklist
- [ ] Required sections are complete and non-empty
- [ ] Trigger keywords include at least 3 registry terms
- [ ] Input and output contracts are operationally testable
- [ ] Workflow and decision rules are capability-specific
- [ ] Platform references are explicit and concrete
- [ ] At least 3 practical examples are included