返回顶部
g

graphical-abstract-wizard

Generate graphical abstract layout recommendations based on paper abstracts

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
82
下载量
0
收藏
概述
安装方式
版本历史

graphical-abstract-wizard

# 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 ```bash python scripts/main.py --abstract "Your paper abstract text here" ``` Or from stdin: ```bash cat abstract.txt | python scripts/main.py ``` ## Parameters | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `--abstract` / `-a` | string | Yes* | The paper abstract text to analyze | | `--style` / `-s` | string | No | Visual style preference (scientific/minimal/colorful/sketch) | | `--format` / `-f` | string | No | Output format (json/markdown/text), default: markdown | | `--output` / `-o` | string | No | Output file path (default: stdout) | *Required if not providing input via stdin ## Examples ### Example 1: Basic Usage ```bash 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 ```bash python scripts/main.py -a "abstract.txt" -s scientific -o layout.md ``` ### Example 3: JSON Output for Integration ```bash 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 ```markdown # 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 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 ```bash # 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 graphical-abstract-wizard-1776079802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 graphical-abstract-wizard-1776079802 技能

通过命令行安装

skillhub install graphical-abstract-wizard-1776079802

下载 Zip 包

⬇ 下载 graphical-abstract-wizard v0.1.0

文件大小: 11.81 KB | 发布时间: 2026-4-14 14:43

v0.1.0 最新 2026-4-14 14:43
Initial release of Graphical Abstract Wizard.

- Analyzes academic paper abstracts to generate graphical abstract layout recommendations.
- Provides suggestions on visual elements, color palettes, and arrangement.
- Generates AI art prompts optimized for Midjourney and DALL-E.
- Supports custom visual styles and multiple output formats (markdown, JSON, text).
- CLI tool with flexible input and output options.
- Includes security guidelines and a clear risk assessment.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部