← 返回 Skills 市场
renqiukai

解决方案专家

作者 renqiukai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
221
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solution-expert
功能描述
Turn customer background, current problems, and target requirements into a consulting-grade solution narrative and PPT-ready JSON outline. Use when Codex nee...
安全使用建议
This skill appears coherent for generating consulting-style PPT JSON and optionally a PPT, but it tells the agent to read local files and run local Python scripts that are not packaged with the skill. Before installing or invoking it: 1) Confirm the workspace actually contains 工具/generate_ppt_from_json.py, 工具/ppt_generator.py, and the template files and review their source code to ensure they are safe. 2) When providing file inputs, only allow the single intended document (don’t allow the agent to crawl arbitrary directories). 3) If you cannot or do not want the agent to execute local scripts, request only the JSON output (avoid the PPT conversion step). 4) Run the conversion in a sandboxed environment or with least-privilege file permissions. If you want higher assurance, ask the skill author to bundle or publish the converter code so it can be reviewed.
功能分析
Type: OpenClaw Skill Name: solution-expert Version: 1.0.0 The skill bundle is classified as suspicious because SKILL.md instructs the AI agent to execute a local Python script (python3 工具/generate_ppt_from_json.py) via shell commands to generate PowerPoint files. While this capability is plausibly needed for the stated purpose of the skill, the use of shell execution with filenames derived from user input or source files introduces a potential shell injection vulnerability. There is no evidence of intentional malice, such as data exfiltration or persistence mechanisms.
能力评估
Purpose & Capability
The name/description (consulting solution -> PPT JSON) align with the SKILL.md: it specifies extracting business context, producing a constrained JSON schema, and optionally converting that JSON to a .pptx. Nothing in the instructions asks for unrelated cloud credentials or external services.
Instruction Scope
The instructions explicitly tell the agent to read local files (e.g., .docx, .md) and to run a local converter: python3 工具/generate_ppt_from_json.py <input.json> <output.pptx>. Because the skill is instruction-only and the referenced tools/scripts are not included in the skill bundle, the agent will attempt to access workspace files and execute local code whose contents are unknown. This is within the skill's claimed purpose but increases risk: review any local scripts before allowing execution and limit which files the agent may open.
Install Mechanism
No install spec and no external downloads — lowest install risk. However, the runtime workflow expects local Python scripts and template files in the workspace; those files are not part of the skill bundle, so their presence and safety must be verified independently.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose.
Persistence & Privilege
always is false and there is no request to modify other skills or global agent settings. The skill does instruct writing JSON and PPT files to the working directory, which is expected for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solution-expert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solution-expert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Solution Expert skill. - Generate consulting-grade solution narratives and PPT-ready JSON outlines from customer/project background, problems, and requirements. - Accept input as either structured files or plain text, normalizing and inferring key business details. - Output only JSON in a strict schema, optimized for direct PPT generation. - Includes default deck structure, table of contents, and slide writing standards focused on problem diagnosis and actionable solutions. - Provides explicit file naming conventions and an automated workflow for end-to-end JSON to PPTX generation. - Ensures dense, fact-based content with clear business value and minimal marketing language.
元数据
Slug solution-expert
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

解决方案专家 是什么?

Turn customer background, current problems, and target requirements into a consulting-grade solution narrative and PPT-ready JSON outline. Use when Codex nee... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。

如何安装 解决方案专家?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install solution-expert」即可一键安装,无需额外配置。

解决方案专家 是免费的吗?

是的,解决方案专家 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

解决方案专家 支持哪些平台?

解决方案专家 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 解决方案专家?

由 renqiukai(@renqiukai)开发并维护,当前版本 v1.0.0。

💬 留言讨论