← Back to Skills Marketplace
aipoch-ai

Lay Press Release Writer

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lay-press-release-writer
Description
Transform academic papers into university press releases for general.
README (SKILL.md)

\r

Lay Press Release Writer\r

\r

When to Use\r

\r

  • Use this skill when the task needs Transform academic papers into university press releases for general.\r
  • Use this skill for academic writing tasks that require explicit assumptions, bounded scope, and a reproducible output format.\r
  • Use this skill when you need a documented fallback path for missing inputs, execution errors, or partial evidence.\r \r

Key Features\r

\r

  • Scope-focused workflow aligned to: Transform academic papers into university press releases for general.\r
  • Packaged executable path(s): scripts/main.py.\r
  • Reference material available in references/ for task-specific guidance.\r
  • Structured execution path designed to keep outputs consistent and reviewable.\r \r

Dependencies\r

\r

  • Python 3.8+\r
  • Dependencies see requirements.txt\r \r

Example Usage\r

\r See ## Usage above for related details.\r \r

cd "20260318/scientific-skills/Academic Writing/lay-press-release-writer"\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
Example run plan:\r
1. Confirm the user input, output path, and any required config values.\r
2. Edit the in-file `CONFIG` block or documented parameters if the script uses fixed settings.\r
3. Run `python scripts/main.py` with the validated inputs.\r
4. Review the generated output and return the final artifact with any assumptions called out.\r
\r
## Implementation Details\r
\r
See `## Workflow` above for related details.\r
\r
- Execution model: validate the request, choose the packaged workflow, and produce a bounded deliverable.\r
- Input controls: confirm the source files, scope limits, output format, and acceptance criteria before running any script.\r
- Primary implementation surface: `scripts/main.py`.\r
- Reference guidance: `references/` contains supporting rules, prompts, or checklists.\r
- Parameters to clarify first: input path, output path, scope filters, thresholds, and any domain-specific constraints.\r
- Output discipline: keep results reproducible, identify assumptions explicitly, and avoid undocumented side effects.\r
\r
## Quick Check\r
\r
Use this command to verify that the packaged script entry point can be parsed before deeper execution.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
```\r
\r
## Audit-Ready Commands\r
\r
Use these concrete commands for validation. They are intentionally self-contained and avoid placeholder paths.\r
\r
```bash\r
python -m py_compile scripts/main.py\r
python scripts/main.py --help\r
```\r
\r
## Workflow\r
\r
1. Confirm the user objective, required inputs, and non-negotiable constraints before doing detailed work.\r
2. Validate that the request matches the documented scope and stop early if the task would require unsupported assumptions.\r
3. Use the packaged script path or the documented reasoning path with only the inputs that are actually available.\r
4. Return a structured result that separates assumptions, deliverables, risks, and unresolved items.\r
5. If execution fails or inputs are incomplete, switch to the fallback path and state exactly what blocked full completion.\r
\r
## Metadata\r
- **ID**: 144\r
- **Name**: Lay Press Release Writer\r
- **Description**: Transform academic papers into university press center style press releases\r
- **Version**: 1.0.0\r
- **Author**: OpenClaw\r
- **Entry Point**: scripts/main.py\r
\r
## Purpose\r
Transforms complex academic papers into press releases for general audiences, alumni, and media. Maintains scientific accuracy while conveying research highlights and value in accessible language.\r
\r
## Capabilities\r
- Extracts core findings and innovation points from papers\r
- Generates press releases in university press center style\r
- Adds compelling headlines and leads\r
- Provides researcher quotes\r
- Includes relevant background information\r
\r
## Input Parameters\r
\r
| Parameter Name | Type | Required | Description |\r
|--------|------|------|------|\r
| `paper_text` | string | Yes | Full paper text or abstract text |\r
| `paper_title` | string | No | Paper title |\r
| `authors` | array | No | Author list |\r
| `institution` | string | No | Institution/University name |\r
| `publication_venue` | string | No | Publication journal/conference name |\r
| `target_audience` | string | No | Target audience (general/alumni/media) |\r
| `tone` | string | No | Tone style (formal/friendly/inspiring) |\r
\r
## Output Format\r
\r
Returns JSON format:\r
```json\r
{\r
  "headline": "Compelling Headline",\r
  "subheadline": "Subheadline",\r
  "dateline": "Location, Date",\r
  "lead": "Lead paragraph",\r
  "body": "Body content",\r
  "quotes": ["Researcher quote 1", "Researcher quote 2"],\r
  "boilerplate": "Institution introduction",\r
  "media_contact": "Media contact information"\r
}\r
```\r
\r
## Usage\r
\r
```text\r
python scripts/main.py --paper-text "Paper content..." --institution "XX University"\r
```\r
\r
## Examples\r
\r
### Example 1: Basic Usage\r
```text\r
python scripts/main.py \\r
  --paper-text "..." \\r
  --paper-title "New Breakthrough in Quantum Computing" \\r
  --institution "Tsinghua University" \\r
  --authors "Zhang San,Li Si"\r
```\r
\r
## Notes\r
- Generated content should maintain scientific accuracy\r
- Avoid oversimplification that leads to misunderstanding\r
- Highlight practical application value of research\r
- Comply with standard press release structure (inverted pyramid structure)\r
\r
## Risk Assessment\r
\r
| Risk Indicator | Assessment | Level |\r
|----------------|------------|-------|\r
| Code Execution | Python/R scripts executed locally | Medium |\r
| Network Access | No external API calls | Low |\r
| File System Access | Read input files, write output files | Medium |\r
| Instruction Tampering | Standard prompt guidelines | Low |\r
| Data Exposure | Output files saved to workspace | Low |\r
\r
## Security Checklist\r
\r
- [ ] No hardcoded credentials or API keys\r
- [ ] No unauthorized file system access (../)\r
- [ ] Output does not expose sensitive information\r
- [ ] Prompt injection protections in place\r
- [ ] Input file paths validated (no ../ traversal)\r
- [ ] Output directory restricted to workspace\r
- [ ] Script execution in sandboxed environment\r
- [ ] Error messages sanitized (no stack traces exposed)\r
- [ ] Dependencies audited\r
\r
## Prerequisites\r
\r
```text\r
\r
# Python dependencies\r
pip install -r requirements.txt\r
```\r
\r
## Evaluation Criteria\r
\r
### Success Metrics\r
- [ ] Successfully executes main functionality\r
- [ ] Output meets quality standards\r
- [ ] Handles edge cases gracefully\r
- [ ] Performance is acceptable\r
\r
### Test Cases\r
1. **Basic Functionality**: Standard input → Expected output\r
2. **Edge Case**: Invalid input → Graceful error handling\r
3. **Performance**: Large dataset → Acceptable processing time\r
\r
## Lifecycle Status\r
\r
- **Current Stage**: Draft\r
- **Next Review Date**: 2026-03-06\r
- **Known Issues**: None\r
- **Planned Improvements**: \r
  - Performance optimization\r
  - Additional feature support\r
\r
## Output Requirements\r
\r
Every final response should make these items explicit when they are relevant:\r
\r
- Objective or requested deliverable\r
- Inputs used and assumptions introduced\r
- Workflow or decision path\r
- Core result, recommendation, or artifact\r
- Constraints, risks, caveats, or validation needs\r
- Unresolved items and next-step checks\r
\r
## Error Handling\r
\r
- If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.\r
- If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.\r
- If `scripts/main.py` fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback.\r
- Do not fabricate files, citations, data, search results, or execution outcomes.\r
\r
## Input Validation\r
\r
This skill accepts requests that match the documented purpose of `lay-press-release-writer` and include enough context to complete the workflow safely.\r
\r
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:\r
\r
> `lay-press-release-writer` only handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.\r
\r
## References\r
\r
- [references/audit-reference.md](references/audit-reference.md) - Supported scope, audit commands, and fallback boundaries\r
\r
## Response Template\r
\r
Use the following fixed structure for non-trivial requests:\r
\r
1. Objective\r
2. Inputs Received\r
3. Assumptions\r
4. Workflow\r
5. Deliverable\r
6. Risks and Limits\r
7. Next Checks\r
\r
If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.\r
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: lay-press-release-writer Version: 1.0.0 The skill is a legitimate text-processing tool designed to reformat academic papers into press releases. Analysis of 'scripts/main.py' shows it relies exclusively on Python standard libraries for string manipulation and regex-based extraction, with no network calls, shell execution (e.g., subprocess/os.system), or unauthorized file system access. The 'SKILL.md' and 'lay-press-release-writer_audit_result_v2.json' files provide transparent documentation and audit trails that align with the code's actual behavior.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lay-press-release-writer
  3. After installation, invoke the skill by name or use /lay-press-release-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Lay Press Release Writer 1.0.0 – Initial release - Converts academic papers into university press releases for general audiences, alumni, and media. - Extracts key findings, generates headlines, lead paragraphs, and includes researcher quotes. - Supports configurable input parameters (e.g., paper text, institution, target audience). - Output is structured in standard press release JSON format. - Security and input validation guidelines included to ensure safe and reproducible execution.
Metadata
Slug lay-press-release-writer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lay Press Release Writer?

Transform academic papers into university press releases for general. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Lay Press Release Writer?

Run "/install lay-press-release-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lay Press Release Writer free?

Yes, Lay Press Release Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lay Press Release Writer support?

Lay Press Release Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lay Press Release Writer?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments