Solution Architect

v1.0.0

解决方案架构师 - 提供经过验证的商业解决方案框架(增长营销/内容升级/平台增长)。基于真实案例提炼,包含核心框架、战术库、实施路线和 KPI 体系。

0· 93·0 current·0 all-time
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 (solution frameworks: growth marketing, content upgrade, platform growth) match the shipped files (framework docs, README, CLI script). The included script implements listing, showing, matching, planning, and a simple 'enhance' file-check flow — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the local CLI (script.py) with specific actions. The script only performs local operations: keyword matching, printing recommendations, checking existence of a user-provided plan file (Path.exists), and referencing local framework markdown files. It does not read arbitrary environment variables, open or transmit network endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only + bundled script/docs). No external downloads or archive extraction are used. The code shipped is local and human-readable.
Credentials
The skill declares no required environment variables or credentials (which is appropriate). One minor inconsistency: skill.yaml lists 'pyyaml' as a required Python dependency but the bundled script.py does not import or use PyYAML. This is likely harmless (an extraneous dependency declaration) but worth noting.
Persistence & Privilege
The skill is not marked 'always: true' and is user-invocable (normal). However skill.yaml sets execution.sandbox: false; that indicates the runtime intends to execute the bundled CLI unsandboxed. While the script itself is benign, unsandboxed execution increases impact if the shipped code were altered — consider running it in a controlled environment if you are cautious.
Assessment
This skill appears to do what it says: it ships documentation and a small local CLI for matching/plan recommendations. Before installing/ executing: 1) verify the skill source/author if you need provenance (homepage unknown). 2) Note skill.yaml lists PyYAML though the script doesn't use it — a harmless mismatch but check dependencies before installing. 3) skill.yaml sets sandbox:false — consider running the script in a contained environment (VM or sandbox) if you have security concerns. 4) The 'enhance' action checks whether a local file exists (it does not read or transmit it), but avoid supplying sensitive paths. 5) License is CC BY-NC-SA (non-commercial) — confirm you are allowed to use it in your intended context.

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

latestvk97b1yyjrwfxfx8d42tzrdhd9x840dvg

License

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

Comments