← Back to Skills Marketplace
58
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multi-unit-test-report
Description
Generate structured markdown test reports for online English classes covering multiple units. Use when the user needs to create a student test report for rev...
Usage Guidance
Before installing or enabling this skill, note that SKILL.md instructs the agent to always read a hard-coded Obsidian mission-statement file at /Users/recom273/Library/… — a location on a local machine. That path is user-specific and is not declared in the skill metadata. Risks: the agent may try to read private notes or fail when the file doesn't exist. Recommended actions: (1) Ask the skill author to remove the hard-coded path or make the mission-statement file optional and configurable; (2) require the skill to declare any config paths it needs (or accept mission-statement text supplied at runtime); (3) inspect and/or sanitize the mission-statement file contents before allowing the skill to read it; (4) test the skill in a safe environment (or with a dummy mission statement) to confirm behavior. If you cannot get these clarifications, treat the skill as untrusted because it may access sensitive local files without explicit declaration.
Capability Analysis
Type: OpenClaw Skill
Name: multi-unit-test-report
Version: 1.0.0
The skill instructions in SKILL.md contain a hardcoded absolute path to a specific user's local directory (/Users/recom273/Library/Mobile Documents/iCloud~md~obsidian/...) to retrieve a 'mission statement'. This is a privacy leak and a risky behavior for an AI agent, as it encourages reading from sensitive local storage (iCloud/Obsidian) and assumes a specific host environment. While it lacks clear evidence of malicious intent like data exfiltration or remote code execution, the use of hardcoded local paths for configuration is a significant security and privacy concern.
Capability Assessment
Purpose & Capability
The name and description (multi-unit test reports) align with the instructions for extracting slides and producing markdown reports. However, the SKILL.md also requires reading a specific local Obsidian mission-statement file (a hard-coded /Users/... path) that is not necessary for the stated capability and is not declared in the skill metadata.
Instruction Scope
Runtime instructions explicitly direct the agent to read local files: the opening slides and summary slides (reasonable if provided by the user) and a specific Obsidian vault file at /Users/recom273/Library/... which is an absolute, user-specific path. The instruction "Always follow the mission statement's guidance" creates an external dependency on that file. The skill does not declare or justify this required file access.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes installation risk because nothing is downloaded or written by the skill itself.
Credentials
The skill declares no environment variables or config paths, yet the SKILL.md directs access to a local filesystem path (the Obsidian file) and to slide files in folders. The declared requirements do not reflect this filesystem access, which is disproportionate and may expose private local content.
Persistence & Privilege
The skill does not request always:true or any persistent/system-wide privileges. It appears to run only when invoked and to save output to a user-specified folder, which is appropriate for its function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-unit-test-report - After installation, invoke the skill by name or use
/multi-unit-test-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Multi Unit Test Report?
Generate structured markdown test reports for online English classes covering multiple units. Use when the user needs to create a student test report for rev... It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.
How do I install Multi Unit Test Report?
Run "/install multi-unit-test-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Unit Test Report free?
Yes, Multi Unit Test Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi Unit Test Report support?
Multi Unit Test Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Unit Test Report?
It is built and maintained by recom273 (@recom273); the current version is v1.0.0.
More Skills