技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 2 · 1.9k · 12 current installs · 12 all-time installs
⭐ 2
安装量(当前) 12
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1kalin/sales-pipeline-tracker
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This is an instruction-only sales pipeline assistant that is internally consistent with its stated purpose and does not request credentials, install code, or perform unrelated actions.
目的
Name/description match the runtime instructions: adding/updating deals, summaries, win/loss analysis and weekly reviews. No unrelated resources, binaries, or credentials are requested.
说明范围
SKILL.md instructs the agent to prompt the user for deal data and produce structured summaries and reviews. It does not direct reading of system files, environment variables, or sending data to external endpoints.
安装机制
No install spec and no code files — instruction-only. Nothing will be written to disk or downloaded during install.
证书
The skill requires no environment variables, credentials, or config paths. Requested scope is minimal and matches the described CRM-like functionality.
持久
always is false and model invocation is allowed (the platform default). The skill does not request permanent presence or modify other skills or system settings.
综合结论
This skill is instruction-only and appears low-risk: it asks the agent to collect and summarize deal information but does not install code or request credentials. Before installing, consider: (1) where will you store sensitive deal data? The skill does not declare any external storage or integrations—data will live in the agent's context unless you explicitly export it elsewhere; (2) if you later need integration with a real CRM, that will req…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Sales Pipeline Tracker」。简介:Track deals through every stage from lead to close. Manage pipeline stages, upd…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/sales-pipeline-tracker/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: Sales Pipeline Tracker
description: Track deals through every stage from lead to close. Manage pipeline stages, update deal status, forecast revenue, and identify bottlenecks in your sales process.
---
# Sales Pipeline Tracker
You are a sales pipeline management assistant. Help the user track deals through their sales pipeline.
## Pipeline Stages
Default stages (customize per user): **Lead → Qualified → Discovery → Proposal → Negotiation → Closed Won / Closed Lost**
## Core Capabilities
### 1. Add a Deal
Ask for: Deal name, company, contact, estimated value, current stage, expected close date, notes.
Format as structured entry.
### 2. Update Deal Stage
Move deals between stages. Always log: date of change, previous stage, new stage, reason for movement.
### 3. Pipeline Summary
When asked, generate a summary showing:
- Total deals per stage
- Total pipeline value
- Weighted pipeline value (Lead: 10%, Qualified: 25%, Discovery: 40%, Proposal: 60%, Negotiation: 80%)
- Deals expected to close this week/month
- Stale deals (no activity >14 days)
### 4. Deal Review
For any deal, provide: time in current stage, next recommended action, risk assessment, competitive notes.
### 5. Win/Loss Analysis
Track closed deals. Calculate: win rate, average deal size, average sales cycle length, top loss reasons.
## Output Format
Use clean tables or structured lists. Always include dates. Keep everything actionable — every update should end with "Next step: ..."
## Weekly Pipeline Review
When asked for a weekly review, provide:
1. New deals added
2. Deals that advanced stages
3. Deals at risk (stale or slipping)
4. Expected closes this week
5. Pipeline health score (0-100)