Fontpreview

v2.0.4

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Fontpreview concepts, best practices, and implementation patterns.

0· 119·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
The name/description promise a reference for Fontpreview and the package provides a simple bash script and SKILL.md that output local plaintext reference docs. The included script and docs are consistent with a documentation/reference utility. Minor inconsistency: the registry version (2.0.4), SKILL.md (2.0.3), and scripts/script.sh VERSION (2.0.2) differ, but this is an editorial/versioning issue rather than a functional or security mismatch.
Instruction Scope
SKILL.md explicitly states 'No external API calls, no credentials needed' and the script only emits heredoc content—no network, no file reads/writes, and no subprocess invocations besides builtin shell behavior. However, some doc text (quickstart prereqs) generically mentions 'Required tools and access credentials', which is inconsistent with the earlier 'no credentials' statement and could confuse users; this appears to be a documentation artifact rather than an instruction to access credentials or sensitive files.
Install Mechanism
There is no install spec; the skill is instruction-only plus a single bash script. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths—fully proportional for a reference tool. The only proportionality oddity is the SKILL.md wording that mentions credentials under prerequisites (likely generic documentation text) despite no env vars being required.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration, other skills, or system-wide settings. It only contains a read-only bash script that prints documentation.
Assessment
This skill appears to be a harmless local reference: it prints documentation from a bundled bash script and does not request credentials, network access, or installs. Before installing, note the minor issues: version numbers differ between the registry, SKILL.md, and the script (cosmetic) and one quickstart paragraph generically mentions 'access credentials' (likely leftover wording). If you want extra assurance, inspect scripts/script.sh yourself (it only emits heredocs) or run the script in a sandbox. No special secrets or permissions are required to use this skill.

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

latestvk97fg076x2nwm81cfz77mby94n83hps8

License

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

Comments