Skills Plugins MCP Prompt Model 博客 我的中心

sales

Transforms product documentation into sales-ready packages — a story explanation, charcoal gestural sketch art, and talking points — via a narrative-arc pipeline. USE WHEN sales, proposal, pitch deck, value proposition, sales narrative, sales deck, sales package, turn this into a pitch, create a sales story, sales materials, product pitch, transform docs to sales, sales script. NOT FOR Hormozi $100M frameworks, value equation, irresistible offer, or VOC mining, standalone diagrams or illustrations (use Art), or platform social posts.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=danielmiessler-lifeos-lifeos-install-skills-sales-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name Sales version 1.0.28 description Transforms product documentation into sales-ready packages — a story explanation, charcoal gestural sketch art, and talking points — via a narrative-arc pipeline. USE WHEN sales, proposal, pitch deck, value proposition, sales narrative, sales deck, sales package, turn this into a pitch, create a sales story, sales materials, product pitch, transform docs to sales, sales script. NOT FOR Hormozi $100M frameworks, value equation, irresistible offer, or VOC mining, standalone diagrams or illustrations (use Art), or platform social posts. Customization Before executing, check for user customizations at: ~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/Sales/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification : curl -s -X POST http://localhost:31337/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Sales skill to ACTION"}' \ > /dev/null 2>&1 & Output text notification : Running the **WorkflowName** workflow in the **Sales** skill to ACTION... This is not optional. Execute this curl command immediately upon skill invocation. Sales Skill What It Does Turns product documentation into a sales-ready package: a story narrative that captures the value proposition, a charcoal gestural sketch that conveys the concept visually, and clear talking points. It reads the real value out of technical docs and reframes it as something a sales team can actually use in a pitch. The Problem Product docs explain what a thing does. Sales needs to explain why it matters — and the gap between the two is where most pitches die. Hand a sales team a feature list and they read off bullet points; the buyer feels nothing and forgets it. The translation from "here's what it does" to "here's the story you'll remember" usually takes a writer and a designer and a few days, so it doesn't happen, and the product gets sold flat. This skill does that translation: it pulls the narrative arc out of the docs, finds the emotional register, and generates the narrative plus a matching visual tied directly to what's being sold. How It Works The pipeline runs in four steps, from raw docs to a finished package: PRODUCT DOCUMENTATION ↓ [1] STORY EXPLANATION — Extract the narrative arc (what's the real value?) ↓ [2] EMOTIONAL REGISTER — What feeling should this evoke? (wonder, determination, hope, etc.) ↓ [3] VISUAL CONCEPT — Derive scene from narrative + emotion ↓ [4] GENERATE ASSETS — Create visual + narrative package ↓ SALES-READY OUTPUT It produces three things: sales narratives (story explanations that capture the value proposition), visual assets (charcoal sketch art that conveys the concept), and scripts (clear, succinct messaging tied to what you're selling). Internally it leans on the story-explanation narrative engine and the Art essay-art workflow for the visual. Workflow Routing Workflow Trigger File CreateSalesPackage Full sales package — "create a sales package", product docs in, narrative + charcoal sketch + key talking points out Workflows/CreateSalesPackage.md CreateNarrative Sales narrative only — "turn this into a pitch", "create a sales story", technical docs to compelling narrative Workflows/CreateNarrative.md CreateVisual Visual asset only — "create a visual for this sales story", charcoal sketch for an existing narrative Workflows/CreateVisual.md Output Format Sales Narrative 8-24 point story explanation First person, conversational Captures the "why this matters" not just "what it does" Ready for sales scripts, presentations, pitches Visual Asset Charcoal gestural sketch aesthetic Minimalist composition with breathing space Transparent background for versatility Captures the emotional core of the value proposition Example Input: Technical documentation about AI code review tool Output: Narrative: "This tool doesn't just find bugs—it understands your codebase like a senior engineer who's been there for years. It catches the subtle issues that slip through PR reviews..." Visual: Gestural sketch of human developer and AI figure collaborating, both examining the same code output Talking Points: Senior engineer understanding, not just pattern matching Catches what humans miss in PR reviews Learns your specific codebase patterns Integration This skill combines: A story-explanation skill - For narrative extraction art skill (essay-art workflow) - For visual generation Sales-specific framing - Value proposition focus The goal: Sales teams get materials that are highly tied to what they're selling, clear, succinct, and effective. Examples Example 1: Full sales package from docs User: "create a sales package for this product" [provides docs] → Extracts narrative arc using storyexplanation → Determines emotional register (wonder, determination, hope) → Generates charcoal sketch visual + narrative + talking points Example 2: Sales narrative only User: "turn this technical doc into a sales pitch" → Reads documentation and extracts value proposition → Creates 8-24 point story explanation in first person → Returns conversational narrative ready for sales scripts Example 3: Visual asset for existing narrative User: "create a visual for this sales story" → Analyzes narrative for emotional core → Derives scene concept from story + emotion → Generates charcoal gestural sketch with transparent background Gotchas Charcoal sketch art is the visual style for sales assets. Don't use other art styles unless explicitly asked. Pitch decks must tell a STORY, not list features. Narrative arc matters more than bullet points. NOT for Hormozi frameworks — use a dedicated Hormozi $100M Offers/Leads skill for that methodology. Execution Log After completing any workflow, append a single JSONL entry: echo '{"ts":"' $( date -u +%Y-%m-%dT%H:%M:%SZ) '","skill":"Sales","workflow":"WORKFLOW_USED","input":"8_WORD_SUMMARY","status":"ok|error","duration_s":SECONDS}' >> ~/.claude/LIFEOS/MEMORY/SKILLS/execution.jsonl Replace WORKFLOW_USED with the workflow executed, 8_WORD_SUMMARY with a brief input description, and SECONDS with approximate wall-clock time. Log status: "error" if the workflow failed.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。