Lead Qualification Notes

v1.0.0

把销售线索信息整理成资格判断、关键问题、风险项与下一步建议。;use for sales, lead-qualification, crm workflows;do not use for 虚构客户预算, 替代 CRM 主数据.

0· 93·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (lead qualification notes) align with the included files and behavior: a Python script plus templates/specs to produce structured sales notes. Declared requirement (python3) is appropriate and nothing else (binaries, env vars, or credentials) is requested.
Instruction Scope
SKILL.md limits behavior to producing reviewable notes and explicitly forbids fabricating budgets or making external system changes. It instructs running the bundled script which reads input files and local resources (spec.json, template.md). The script can also scan directories and read many text file types (.md, .py, .sh, .json, .csv, etc.), so running it against broad paths could disclose local content — this is expected for an audit/summary tool but worth noting as a potential data-exposure risk if misused.
Install Mechanism
No install spec — instruction-only with an included Python script. No downloads, no third-party package installs, and no executables fetched from external URLs. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables or credentials. The script operates on files/paths provided as input and does not require secrets. Pattern-matching for secret-like strings exists in the script (used for auditing), which is appropriate for a local audit tool.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills or system-wide settings. It writes output only where directed (or stdout) and includes a --dry-run mode.
Assessment
This skill is internally consistent and appears to be a local, read-only helper. Before installing or running it: 1) Inspect scripts/run.py yourself (it's included) to verify there are no network calls or unexpected behaviors — this bundle has none. 2) When invoking the script, point --input to only the intended file(s); avoid scanning broad system or home directories to prevent accidental disclosure of unrelated sensitive files (credentials, private keys, etc.). 3) Run first in a restricted or disposable environment (non-root user, limited directory) and use --dry-run to confirm outputs. 4) If you plan to integrate with real CRM systems, follow SKILL.md guidance: produce reviewable drafts and do not perform direct writes without explicit, auditable steps. If you need higher assurance, ask the author for provenance (source repo or publisher) since homepage is a placeholder (example.invalid).

Like a lobster shell, security has layers — review code before you run it.

latestvk977fmcr2szt8pnrt5z95h27rh834hcf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧾 Clawdis
OSmacOS · Linux · Windows
Binspython3

Comments