← 返回 Skills 市场
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install conference-poster-pitch
功能描述
Generate elevator pitch for conference posters
使用说明 (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
- Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install conference-poster-pitch - 安装完成后,直接呼叫该 Skill 的名称或使用
/conference-poster-pitch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Conference Poster Pitch 是什么?
Generate elevator pitch for conference posters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。
如何安装 Conference Poster Pitch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install conference-poster-pitch」即可一键安装,无需额外配置。
Conference Poster Pitch 是免费的吗?
是的,Conference Poster Pitch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Conference Poster Pitch 支持哪些平台?
Conference Poster Pitch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Conference Poster Pitch?
由 googolme(@googolme)开发并维护,当前版本 v0.1.0。
推荐 Skills