Scan Report
5 /100
writing-tone-clone
Clone someone's writing tone from sample text and produce a documented voice profile plus a deployable SKILL.md that replicates their exact writing style
A pure text-analysis methodology skill with no executable code, scripts, or dependencies — performs only linguistic analysis and produces text documents.
Safe to install
No action needed. This skill is a documented workflow that analyzes writing samples and generates text-based voice profiles.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in the skill; output paths are conceptual documentation targe… |
| Network | NONE | NONE | — | No network requests described or present |
| Shell | NONE | NONE | — | No shell commands, scripts, or subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No nested skill invocations |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser interactions |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 6.2 KB · 160 lines Markdown 1f · 152L
JSON 1f · 8L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ Skill contains no executable code — only markdown documentation and JSON metadata
✓ No network requests, shell commands, or subprocess calls of any kind
✓ No dependencies or package files that could introduce supply-chain risk
✓ Documentation accurately describes the skill's behavior with no hidden functionality
✓ All declared capabilities match actual implementation (none)
✓ Output artifacts are text documents (SKILL.md, voice-profile.md) — no binary or executable files