← Back to Skills Marketplace
googolme

Conference Poster Pitch

by googolme · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install conference-poster-pitch
Description
Generate elevator pitch for conference posters
README (SKILL.md)

Conference Poster Pitch

Generate elevator pitches for academic poster sessions.

Parameters

Parameter Type Default Required Description
--poster-title, -t string - Yes Poster title
--duration, -d int 60 No Pitch duration in seconds (30, 60, or 180)

Usage

# Generate 60-second pitch
python scripts/main.py --poster-title "CRISPR Therapy for Sickle Cell Disease" --duration 60

# Generate quick 30-second pitch
python scripts/main.py --poster-title "Novel Biomarkers in Cancer" --duration 30

# Generate detailed 3-minute pitch
python scripts/main.py --poster-title "AI in Drug Discovery" --duration 180

Output

  • 30s, 60s, and 3-minute pitch scripts
  • Structured elevator pitch format
  • Ready-to-practice delivery text

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
Usage Guidance
This skill appears benign and does what it says: a simple local script that prints 30s/60s/180s poster pitches. Before installing or running it: 1) review the small scripts/main.py (already included) to confirm it matches your expectations (it does); 2) if you plan to modify it to save outputs to files, be mindful of where you write them; 3) run it in your usual safe environment (no network or credentials are required); and 4) be cautious only if future updates introduce downloads, network calls, or requests for environment credentials — those would change the risk profile.
Capability Analysis
Type: OpenClaw Skill Name: conference-poster-pitch Version: 0.1.0 The skill is a straightforward utility for generating academic poster pitch templates. The Python script (scripts/main.py) uses standard argument parsing to return hardcoded text strings based on user input, with no network activity, file system access, or sensitive data handling. The documentation (SKILL.md) accurately reflects the code's functionality and contains no malicious instructions or prompt injection attempts.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md usage examples, and the included Python script all align: the tool takes a poster title and duration and prints a prepared pitch. There are no unexpected environment variables, binaries, or external integrations requested.
Instruction Scope
The SKILL.md includes a generic risk checklist that mentions reading/writing files and validating input paths, but the provided script does not read or write files — it only prints to stdout. This is a minor documentation mismatch rather than active scope creep; runtime instructions otherwise stay within the stated purpose (run the script with title and duration).
Install Mechanism
No install specification or external downloads are present. The skill is instruction-only plus a single small script bundled in the package, which keeps installation risk low.
Credentials
No environment variables, credentials, or config paths are required. The script does not access the environment or sensitive files, so requested privileges are proportionate.
Persistence & Privilege
The skill does not request persistent/always-on status, does not alter other skills or system configuration, and does not store credentials. No elevated persistence is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install conference-poster-pitch
  3. After installation, invoke the skill by name or use /conference-poster-pitch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the conference-poster-pitch skill. - Generates structured elevator pitches for academic poster sessions. - Supports customizable pitch durations: 30, 60, or 180 seconds. - Outputs ready-to-practice scripts in multiple time formats. - Command-line tool with simple usage parameters. - Medium risk level with local script execution; security best practices outlined. - No external dependencies required.
Metadata
Slug conference-poster-pitch
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Conference Poster Pitch?

Generate elevator pitch for conference posters. It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install Conference Poster Pitch?

Run "/install conference-poster-pitch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Conference Poster Pitch free?

Yes, Conference Poster Pitch is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Conference Poster Pitch support?

Conference Poster Pitch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Conference Poster Pitch?

It is built and maintained by googolme (@googolme); the current version is v0.1.0.

💬 Comments