← 返回
未分类 中文

Graphical Abstract Wizard

Generate graphical abstract layout recommendations based on paper abstracts
基于论文摘要生成图形摘要布局建议
aipoch-ai aipoch-ai 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 359
下载
💾 0
安装
1
版本
#latest

概述

Graphical Abstract Wizard

This Skill analyzes academic paper abstracts and generates graphical abstract layout recommendations, including element suggestions, visual arrangements, and AI art prompts for Midjourney and DALL-E.

Usage

python scripts/main.py --abstract "Your paper abstract text here"

Or from stdin:

cat abstract.txt | python scripts/main.py

Parameters

ParameterTypeRequiredDescription
----------------------------------------
--abstract / -astringYes*The paper abstract text to analyze
--style / -sstringNoVisual style preference (scientific/minimal/colorful/sketch)
--format / -fstringNoOutput format (json/markdown/text), default: markdown
--output / -ostringNoOutput file path (default: stdout)

*Required if not providing input via stdin

Examples

Example 1: Basic Usage

python scripts/main.py -a "We propose a novel deep learning approach for protein structure prediction that combines transformer architectures with geometric constraints. Our method achieves state-of-the-art accuracy on CASP14 benchmarks."

Example 2: With Style Preference

python scripts/main.py -a "abstract.txt" -s scientific -o layout.md

Example 3: JSON Output for Integration

python scripts/main.py -a "$(cat abstract.txt)" -f json > result.json

Output Format

The Skill produces a structured analysis including:

1. Key Concepts Extracted

  • Core research topic
  • Methods/techniques used
  • Key findings/results
  • Implications

2. Visual Element Recommendations

  • Recommended icons/symbols
  • Color palette suggestions
  • Layout structure

3. AI Art Prompts

  • Midjourney Prompt: Optimized for Midjourney v6
  • DALL-E Prompt: Optimized for DALL-E 3

4. Layout Blueprint

  • Grid-based layout suggestion
  • Element positioning
  • Flow direction

Example Output

# Graphical Abstract Recommendation

## Abstract Summary
**Topic**: Deep learning protein structure prediction
**Method**: Transformer + Geometric constraints
**Result**: State-of-the-art CASP14 accuracy

## Key Concepts
- 🧬 Protein structures
- 🤖 Neural networks
- 📊 Accuracy metrics

## Visual Elements
| Element | Symbol | Position | Color |
|---------|--------|----------|-------|
| Core Concept | Brain + DNA | Center | Blue |
| Method | Neural Network | Left | Purple |
| Result | Trophy/Chart | Right | Gold |

## Layout Suggestion

┌─────────────────────────────────┐

│ [Title/Concept] │

│ 🧬🤖 │

├──────────┬──────────┬───────────┤

│ Input │ Process │ Output │

│ 📥 │ ⚙️ │ 📈 │

└──────────┴──────────┴───────────┘


## AI Art Prompts

### Midjourney

Scientific graphical abstract, protein structure prediction with neural networks, 3D molecular structures connected by glowing neural network nodes, blue and purple gradient background, clean minimalist style, academic journal style, high quality --ar 16:9 --v 6


### DALL-E

A clean scientific illustration for a research paper about protein structure prediction using deep learning. Show a 3D protein structure in the center surrounded by abstract neural network connections. Use a professional blue and white color scheme with subtle gradients. Include geometric shapes representing data flow. Modern, minimalist academic style suitable for a Nature or Science journal cover.

Technical Details

The Skill uses NLP techniques to:

  1. Extract named entities (methods, materials, concepts)
  2. Identify research actions and outcomes
  3. Map concepts to visual representations
  4. Generate style-appropriate prompts

Dependencies

  • Python 3.8+
  • OpenAI API (optional, for enhanced analysis)
  • Standard library: re, json, argparse, sys

License

MIT License - Part of OpenClaw Skills Collection

Risk Assessment

Risk IndicatorAssessmentLevel
-----------------------------------
Code ExecutionPython/R scripts executed locallyMedium
Network AccessNo external API callsLow
File System AccessRead input files, write output filesMedium
Instruction TamperingStandard prompt guidelinesLow
Data ExposureOutput files saved to workspaceLow

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

# Python dependencies
pip install -r requirements.txt

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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 06:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Survival Analysis (KM)

aipoch-ai
生成Kaplan‑Meier生存曲线,计算生存统计量(log‑rank检验、中位生存时间),并估算临床及生物...的 hazard ratios。
★ 2 📥 1,002
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 163 📥 40,253
professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 130 📥 42,415