Overview
- Skill Key
- dwzhu-pku/paperbanana
- Author
- dwzhu-pku
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dwzhu-pku/paperbanana
- Latest Commit SHA
- 5eb8225a00fd59f14dc38c770df2dd63dfe48b9b
Generate publication-quality academic diagrams from paper methodology text
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 paperbanana 技能。 若已安装,则直接安装 paperbanana 技能。
# PaperBanana Generate publication-quality academic diagrams and pipeline figures from a paper's methodology section and figure caption. PaperBanana orchestrates a multi-agent pipeline (Retriever, Planner, Stylist, Visualizer, Critic) to produce camera-ready figures suitable for venues like NeurIPS, ICML, and ACL. ## Environment Setup ```bash cd <repo-root> uv pip install -r requirements.txt ``` Set your API key via environment variable or in `configs/model_config.yaml`. **Option 1 (Recommended): OpenRouter API key** — one key for both text reasoning and image generation: ```bash export OPENROUTER_API_KEY="sk-or-v1-..." ``` **Option 2: Google API key** — direct access to Gemini API: ```bash export GOOGLE_API_KEY="your-key-here" ``` If both keys are configured, OpenRouter is used by default. ## Usage ```bash python skill/run.py \ --content "METHOD_TEXT" \ --caption "FIGURE_CAPTION" \ --task diagram \ --output output.png ``` ## Parameters | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | `--content` | Yes* | | Method section text to visualize | | `--content-file` | Yes* | | Path to a file containing the method text (alternative to `--content`) | | `--caption` | Yes | | Figure caption or visual intent | | `--task` | No | `diagram` | Task type: `diagram` | | `--output` | No | `output.png` | Output image file path | | `--aspect-ratio` | No | `21:9` | Aspect ratio: `21:9`, `16:9`, or `3:2` | | `--max-critic-rounds` | No | `3` | Maximum critic refinement iterations | | `--num-candidates` | No | `10` | Number of parallel candidates to generate | | `--retrieval-setting` | No | `auto` | Retrieval mode: `auto`, `manual`, `random`, or `none` | | `--main-model-name` | No | `gemini-3.1-pro-preview` | Main model for VLM agents. Provider auto-detected from configured API key | | `--image-gen-model-name` | No | `gemini-3.1-flash-image-preview` | Model for image generation. Also supports `gemini-3-pro-image-preview`...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.