← 返回 Skills 市场
770
总下载
3
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sales-rhythm-tracker
功能描述
B2B sales pipeline manager powered by the Alibaba Iron Army (阿里铁军) methodology. Use this skill for daily sales briefings, lead management, pipeline health ch...
安全使用建议
This skill appears to do what it says: local, markdown-based pipeline management using a set of bash scripts. It does not contact external servers or ask for credentials. Before installing, consider these practical points:
- Data exposure: Pipeline entries and activity logs are stored as plain text under ~/.openclaw/workspace/sales. If you will store real leads (PII, company data, deal values), ensure that the host/user account and backups are secure (encrypted disk, proper file permissions).
- Agent output: The scripts and SKILL.md instruct the agent to read and print pipeline contents. If your agent forwards messages or integrates with networked services (chat apps, email, calendar), pipeline data could be transmitted externally. Only allow this skill if you trust the agent's messaging endpoints.
- Local execution: The scripts perform simple file writes and use standard utilities (mkdir, cat, echo, date, tail). They do not execute user-supplied strings as shell commands, but they do write user-supplied text into markdown without sanitization. Avoid pasting untrusted content that could confuse downstream tooling.
- Pairing with other skills: The README suggests integrations (calendar, voice-to-text). Those companion skills may introduce network access; review them separately if you plan to enable integrations.
If you need stronger protections, consider running the workspace on an encrypted home directory, restricting file permissions (chmod 700), or adapting the scripts to encrypt/decrypt the markdown files.
功能分析
Type: OpenClaw Skill
Name: sales-rhythm-tracker
Version: 1.0.0
The skill is classified as suspicious due to a critical shell injection vulnerability present in `scripts/add-lead.sh` and `scripts/log-activity.sh`. These scripts directly embed unsanitized user-provided arguments into markdown files via heredocs, which could allow arbitrary command execution if the OpenClaw agent passes malicious input containing shell metacharacters. Additionally, the skill's reliance on complex 'AGENT INSTRUCTIONS' within its scripts and `SKILL.md` for parsing and modifying local markdown files, while not inherently malicious, presents a significant attack surface for prompt injection against the AI agent if its input sanitization and execution guardrails are insufficient. There is no evidence of intentional data exfiltration, backdoors, or unauthorized network activity.
能力评估
Purpose & Capability
The files and scripts match the described purpose (local pipeline management, morning brief, activity logging, pipeline health, weekly sprint). No unrelated binaries, cloud credentials, or surprising capabilities are requested.
Instruction Scope
Runtime instructions limit operations to reading and writing markdown files under ~/.openclaw/workspace/sales and generating text outputs. This matches the stated purpose, but the skill stores potentially sensitive customer data in plain markdown and the agent is instructed to print/parse those files — so be aware that outputs could be displayed or forwarded by the agent.
Install Mechanism
No install spec or remote downloads. The README suggests copying files into ~/.openclaw/skills and making scripts executable, which is a reasonable, low-risk local installation approach.
Credentials
No environment variables, no primary credential, and no external config paths are required. The requested access (user home directory files) is proportionate to a local CRM-style skill.
Persistence & Privilege
always:false (default). The skill does not request persistent system-wide privileges or modify other skills. It only creates and manages files in its own workspace directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sales-rhythm-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/sales-rhythm-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: B2B sales pipeline manager powered by Alibaba Iron Army methodology. Includes daily brief, lead scoring, weekly sprint planning, 4 customer type frameworks, and closing scripts.
元数据
常见问题
Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline 是什么?
B2B sales pipeline manager powered by the Alibaba Iron Army (阿里铁军) methodology. Use this skill for daily sales briefings, lead management, pipeline health ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 770 次。
如何安装 Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sales-rhythm-tracker」即可一键安装,无需额外配置。
Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline 是免费的吗?
是的,Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline 完全免费(开源免费),可自由下载、安装和使用。
Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline 支持哪些平台?
Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sales Rhythm Tracker — Alibaba Iron Army B2B Pipeline?
由 AI校长(@deepseekcmo)开发并维护,当前版本 v1.0.0。
推荐 Skills