— No reviews yet
0 installs
7 views
0.0% view→install
Install
$ agentstack add skill-cheatthegod-biohermes-bio-ppt-generate ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Bio Ppt Generate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
bio-ppt-generate
Presentation generation (组会汇报 PPT)
Generate a concise presentation package from the final proposal and demo / validation outputs.
Purpose
- Extract the core message from
FINAL_PROPOSAL.md - Incorporate demo or validation results
- Produce a 10-15 slide presentation outline
- Output Markdown-first slides that can be converted later
Input Format
final_proposal: [path to FINAL_PROPOSAL.md]
demo_result: [path to DEMO_VALIDATION.md or equivalent]
ppt_title: [presentation title]
author: [author]
date: [date]
Suggested Slide Order
- Title
- Background
- Research question
- Innovation
- Method overview
- Task design
- Data and metrics
- Demo / validation results
- Expected figure set
- Biological significance
- Next steps
- Summary
- Q&A
Output Format
Preferred output:
- Markdown slide deck
- optionally HTML / reveal.js structure
- optionally a PowerPoint-style outline
---
marp: true
theme: gaia
paginate: true
---
# [Title]
**[Author]**
[Date]
---
# Background
- ...
---
# Research Question
- ...
Usage
/bio-ppt-generate "final_proposal: FINAL_PROPOSAL.md | demo_result: DEMO_VALIDATION.md | ppt_title: Project Update | author: Name | date: 2026-04-04"
Notes
- Keep the deck concise and review-friendly.
- One slide should carry one main idea.
- Demo evidence should be included if available.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cheatthegod
- Source: cheatthegod/BioHermes
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.