Yijuhua Chufangan
PassAudited by ClawScan on May 5, 2026.
Overview
This is a coherent proposal-generation skill with an optional local Python helper; users should review generated numbers and plans before treating them as real.
This skill appears safe to install for drafting proposal documents. Review generated content carefully, especially numbers, budgets, timelines, policy claims, and responsible parties. Only run the optional Python CLI if you want local file generation.
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.
Generated proposals may look ready to use but can contain invented metrics, budgets, or responsible parties.
The helper fills proposals with default budgets, phase amounts, names, and other concrete values when the user has not provided them.
entities['{total_budget}'] = '1200' ... entities['{phase1_budget}'] = '300' ... entities['{pm_name}'] = '张经理'Treat outputs as drafts and verify all figures, names, policy references, budgets, timelines, and performance targets before using them.
Running the helper executes local Python code and may create or overwrite an output file if the user chooses an existing path.
The skill documents an optional local Python CLI that can generate and save a proposal file to a user-chosen path.
python references/yijuhua.py "新产品上市方案" --output ./方案.md
Use the CLI only when you intend to run local code, and choose output paths carefully.
