Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

draw-skills绘画技巧

Agent Skill

draw-skills 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,288

周安装

137

GitHub Stars

1

下载量

1,096
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:draw-skills(绘画技巧)
来源仓库:https://github.com/memory555/draw-skills
安装命令:
openclaw skills install draw-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install draw-skills

简介

绘画技巧用于查找、检索和筛选相关信息。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 适合为 nanobanana 等绘图工具生成自然语言提示。
  • 可产出出版质量的学术图表与可视化描述。
  • 安装前建议确认是否会触发外部图像生成服务。
  • draw-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
draw-skills
description
>
metadata
version
1.0
last_updated
2026-04-09
status
active
related_skills

draw-skills — Academic Figure Prompt Generator

A skill for generating high-quality drawing instructions for research paper figures. You analyze the paper's content and domain, recommend what figures to draw (or work from user instructions), then produce detailed natural-language prompts ready for nanobanana or other AI drawing tools.

See full execution instructions: PROMPT.md

Quick Start

# Analyze a paper and get figure suggestions:
/draw-skills [paste paper text or upload PDF]

# Generate a figure prompt directly:
/draw-skills generate: a multi-agent LLM pipeline diagram with three agents

# Improve an existing figure:
/draw-skills improve: [upload image]

# Use a reference figure's style:
/draw-skills ref-style: [upload reference image] + [describe what you want to draw]

Trigger Conditions

Trigger Keywords

English: draw figure, generate figure, draw diagram, paper figure, figure prompt, BioRender style, mechanism diagram, architecture diagram, nanobanana prompt, visualize paper, figure for paper, illustration prompt, scientific diagram, improve figure, style reference for figure

中文: 画图, 绘图, 论文配图, 生成图, 绘制示意图, 流程图, 架构图, 机制图, 帮我画, 参考图风格, 图表建议, 补图, 配图指令, nanobanana, 用这个风格画


Operational Modes

ModeTrigger PhraseDescription
analyze (default)Upload PDF / paste paper textAnalyze paper → suggest figures → user picks → generate prompts
generate"generate: [description]"Skip analysis, generate prompt directly from description
improve"improve: [image]"Analyze an existing figure's weaknesses → generate improved version prompt
ref-style"ref-style: [image] + [description]"Extract visual style from reference image → apply to new content

Orchestration Workflow

Phase 0 ── Input Collection
           Identify mode from input type and trigger phrase.
           Accept: PDF file / text / image / description / mix.
              │
Phase 1 ── Content Analysis            [analyze / improve modes]
           • Extract domain, core method, key results
           • Detect field: Bio/Med | CS/Eng | AI/Agent | CV | General
           • Identify existing figures and conceptual gaps
              │
Phase 2 ── Figure Planning             [Checkpoint ✓ user confirms]
           • List recommended figures (index + title + purpose)
           • Tag each with: recommended tool + figure type + priority
           • User selects which figures to generate
              │
Phase 3 ── Style Confirmation          [Checkpoint ✓ user confirms]
           • Auto-infer style from detected domain
           • If ref-style mode: extract palette/layout/visual-language from reference image
           • Present style recommendation + color scheme summary
           • User confirms or overrides
              │
Phase 4 ── Prompt Generation
           • One structured prompt block per figure
           • Language: English (nanobanana input language)
           • Includes: scene, style keywords, colors, key elements, layout, labeling style
           • If ref-style: append "styled after: [extracted features]" section

Domain → Style Mapping

DomainAuto-Detection KeywordsRecommended Style
Biology / Medicine / Biochemistrypathway, signaling, receptor, cell, protein, mechanism, drug, inflammation, apoptosisBioRender-style: white background, 3D bio-forms, vivid palette, anatomical precision, clear labels
CS / Systems Engineeringarchitecture, system, pipeline, framework, module, distributed, network, protocolTechnical architecture: flat design, rectangular modules, directional arrows, minimal color
AI / Agent / NLPagent, LLM, transformer, attention, multi-agent, reasoning, prompt, chain-of-thoughtAI system diagram: rounded modules, node-edge graph, gradient accents, hierarchical layout
Computer Visiondetection, segmentation, CNN, feature map, backbone, encoder, decoder, attention mapCV network diagram: stacked 3D blocks, feature maps, consistent color temperature, perspective layers
General / Experimentalresults, comparison, ablation, statistical, flowchart, overviewScientific illustration: clean white background, Nature/Science color convention

Figure Type Taxonomy

TypeDescriptionTypical Domain
Mechanism diagramStep-by-step biological/chemical processBiology, Medicine
System architectureComponents and their connectionsCS, Engineering
Agent pipelineMulti-agent workflow with roles and messagesAI, NLP
Network architectureLayer-by-layer ML model structureCV, ML
Conceptual overviewHigh-level summary of the paper's contributionAll
Comparison / AblationSide-by-side method comparisonAll
Data flow diagramHow data moves through a systemCS, Engineering
Experimental setupVisual description of experiment designAll

Output Format (per figure)

## Figure [N]: [Title]
**Status**: [NEW — not in paper] | [EXISTING — redraw/improve] | [EXISTING — good, skip if satisfied]
**Purpose**: [what this figure communicates]
**Recommended tool**: nanobanana
**Figure type**: [from taxonomy above]
**Style**: [style name]

**Prompt**:
[Full English natural-language prompt, 100–300 words, covering:
 - Overall scene and subject
 - Style keywords
 - Color scheme
 - Key elements to include (exhaustive list)
 - Spatial layout and composition
 - Labeling / annotation style]

**Style reference** *(ref-style mode only)*:
[Extracted visual features: e.g., "warm navy + coral palette, left-to-right horizontal flow,
flat vector icons, moderate label density, soft drop shadows"]

**Caption (EN)**: [Publication-ready English figure caption. Format: "Fig. N. [One sentence
describing what is shown]. [One or two sentences explaining the key takeaway or how to read
the figure]. [Optional: abbreviation definitions if needed.]"]

**Caption (ZH)**: [对应的中文图注。格式:图N. [一句话说明图的内容]。[一两句说明读图方式或关键
结论]。[如有需要列出缩写含义。]]

**nanobanana tips**: [iteration suggestions, aspect ratio, what to emphasize on retry]

Iron Rules

⚠️ NEVER copy reference image content — In ref-style mode, extract visual style only (palette, layout pattern, visual language weight, atmosphere). Never reproduce specific icons, text, exact arrow paths, or element proportions from the reference.

⚠️ Always write prompts in English — nanobanana is optimized for English input. Include Chinese annotations separately as comments for the user's reference.

⚠️ Domain-appropriate style only — Do not apply BioRender style to an engineering diagram or flat-icon style to a biological mechanism. When domain is ambiguous, ask before assuming.

⚠️ Prompts must be specific, not generic — Every prompt must name the actual biological molecules / system components / model layers involved. A prompt that could apply to any paper in the field is a failed prompt.

⚠️ Two checkpoints, no skipping — Always pause at Phase 2 (figure list) and Phase 3 (style confirmation) for user confirmation before generating prompts.

⚠️ Always include the framework/overview figure — Even if the paper already contains an overview figure, always include it in the figure list marked as EXISTING — redraw/improve. Never silently skip it. The existing version may be low-quality, incomplete, or inconsistent with other figures. Let the user decide whether to regenerate it.

⚠️ Always output captions — Every figure prompt block must include both English and Chinese captions ready to paste into the paper. Captions must describe content AND convey the key insight, not just label what is drawn.


Integration

  • Works alongside academic-paper skill: after writing a paper, use draw-skills to fill in figures
  • Works alongside anthropic-skills:pdf: PDF reading is handled natively; draw-skills interprets the content
  • Output prompts can also be used with Gemini, DALL-E, or Stable Diffusion with minor adjustments

Version Info

FieldValue
Version1.0
Last updated2026-04-09
Target toolnanobanana (natural language input)
Secondary toolsGemini image gen, DALL-E 3
MaintainerUser

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.34%
按下载量换算1,056

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills