← Back to Skills Marketplace
221
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solution-expert
Description
Turn customer background, current problems, and target requirements into a consulting-grade solution narrative and PPT-ready JSON outline. Use when Codex nee...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solution-expert - After installation, invoke the skill by name or use
/solution-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 解决方案专家?
Turn customer background, current problems, and target requirements into a consulting-grade solution narrative and PPT-ready JSON outline. Use when Codex nee... It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.
How do I install 解决方案专家?
Run "/install solution-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 解决方案专家 free?
Yes, 解决方案专家 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 解决方案专家 support?
解决方案专家 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 解决方案专家?
It is built and maintained by renqiukai (@renqiukai); the current version is v1.0.0.
More Skills