Slogan Maker

v2.0.0

广告语生成器。品牌标语创作、行业广告语、押韵口号、中英翻译、效果测试、经典语库。Slogan maker with brand taglines, industry slogans, rhyming, translation, testing.

0· 299·1 current·1 all-time
byBytesAgain2@ckchzh
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 (slogan generator) match the included scripts: scripts/slogan.sh implements slogan creation, industry templates, rhyme, translation suggestions, testing, and a collection. The SKILL.md and scripts align with the stated purpose. Minor inconsistency: SKILL.md and help text reference a 'slogan-maker' CLI, but there is no install spec to place a top-level 'slogan-maker' binary on PATH — the repo provides scripts (scripts/script.sh and scripts/slogan.sh) which must be executed directly or installed manually.
Instruction Scope
Runtime instructions and scripts stay within the stated domain (generate/score/format slogans). The scripts read/write a local data directory and output formatting, and do not access unrelated system files, external endpoints, or request secrets. They do honor common environment variables (XDG_DATA_HOME, HOME) and an optional SLOGAN_MAKER_DIR for data location.
Install Mechanism
No install spec (instruction-only) — low risk. The package does include executable shell scripts that will run locally. Because there's no install step provided, users/agents must run the scripts by path or manually install them; this is a usability inconsistency but not a security red flag. No downloads or remote installers are used.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. The code does read optional env vars (SLOGAN_MAKER_DIR, XDG_DATA_HOME, HOME) to determine where to store data; SLOGAN_MAKER_DIR is not declared but is a reasonable optional override for storage location.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. The scripts create and write files only under a per-user data directory (~/.local/share/slogan-maker by default). The skill does not modify other skills' configs or system-wide settings.
Assessment
This skill appears to do what it says: local slogan generation via included bash scripts. It does not request credentials or perform network calls. Notes before installing/running: (1) the scripts create data.log and history.log under a user data dir (default ~/.local/share/slogan-maker) — review or clean that directory if you care about disk state; (2) there is no automatic installer to place a 'slogan-maker' command on your PATH, so you or the agent will need to run the scripts by path or install them manually; (3) the scripts accept user-provided strings which are printed back (they do not execute user input), but as with any shell script, avoid running them with untrusted inputs in contexts that would execute those strings; (4) if you allow autonomous agent invocation, be aware the agent could run these scripts and create/modify the data/log files in your user data directory.

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

latestvk978y8xbfd483v17dzs7ej7y69832ve1productivityvk9763d7pbhhwvrh81ar7ezhm5s82r5qk

License

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

Comments