Crm Next Action

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to generate reviewable CRM next-action suggestions locally and explicitly avoids sending messages or writing back to CRM systems.

This looks suitable for generating reviewable CRM follow-up suggestions. Before installing, confirm the publisher if provenance matters, and avoid feeding unredacted sensitive customer data unless you are comfortable processing it in your local agent environment.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used, the helper may read the CRM-related file the user points it at and create a local report file.

Why it was flagged

The skill explicitly allows running a bundled local Python helper that reads an input path and writes an output path. This is disclosed and purpose-aligned, but users should notice the local file access and execution step.

Skill content
如运行环境允许 shell / exec,可使用:
   - `python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`
Recommendation

Run the script only on intended input files, choose an output path carefully, and redact sensitive CRM/customer information when possible.

What this means

Users cannot rely on the provided metadata alone to confirm the publisher or upstream source.

Why it was flagged

The skill is self-contained and has no install-time dependency chain, but its provenance metadata is weak.

Skill content
Source: unknown
Homepage: https://example.invalid/skills/crm-next-action
Recommendation

Verify the owner/source through ClawHub or an internal review process before using it with sensitive business data.