Lay Press Release Writer
v1.0.0Transform academic papers into university press releases for general.
⭐ 0· 66·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (convert academic papers to press releases) aligns with the shipped artifact: scripts/main.py implements text extraction, simplification, headline/lead/body/boilerplate generation. The declared requirements (no env vars, no binaries, Python 3.8+) are proportionate.
Instruction Scope
SKILL.md instructs the agent to validate inputs and run the packaged script only. It does not direct reading unrelated system files, scanning environment variables, or contacting external endpoints. The workflow stays within the stated conversion scope.
Install Mechanism
No install spec is provided (instruction-only skill with a packaged script). This minimizes install risk; the script is pure Python using the standard library (requirements.txt indicates no external deps).
Credentials
The skill requests no credentials, no config paths, and the code does not access environment variables or secrets. That is proportionate to a local text-processing tool.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or system-wide privileges. It does not modify other skills or global agent settings.
Assessment
This package appears internally consistent and low-risk from a security/privilege perspective, but review and testing are still recommended before production use. Specific points to consider: 1) Run the script in a sandboxed environment the first time (it executes locally and writes outputs to workspace). 2) Inspect scripts/main.py yourself — the code uses simple regex- and string-based extraction and may produce awkward or incorrect phrasing (including fabricated-sounding researcher quotes and imperfect emails); always human-review generated press releases before publication. 3) Confirm how/where outputs are stored in your workspace to avoid accidental exposure of unpublished or sensitive manuscript text. 4) If you need stricter guarantees (no filesystem writes, audit trail, or sanitization), adapt the script or wrap it in a vetted runtime that enforces those constraints.Like a lobster shell, security has layers — review code before you run it.
latestvk972med0vkmghn770jjf2bpcbx83nvyz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
