Source profileQuality 86/100Review permissions

OpenSenseNova/SenseNova-Skills/skills/sn-image-resume/SKILL.md

sn-image-resume

Use it for engineering and design tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
4,855
Declared platforms
0
Static risk flags
3
Last source update
2026-07-28
Source checked
2026-08-04

Decision brief

What it does—and where it fits

Resume image generation scene skill (tier 1), relying on the sn-text-optimize and sn-image-generate tools provided by sn-image-base (tier 0).

Best for

  • Use when user asks to create "resume image", "portfolio resume", "简历图", "简历海报", or "个人简历视觉设计".

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill "skills/sn-image-resume"
Safe inspection promptEditorial

Inspect the Agent Skill "sn-image-resume" from https://github.com/OpenSenseNova/SenseNova-Skills/blob/24abfbb1eb5168027be74ecc18f2e5ac55890f5d/skills/sn-image-resume/SKILL.md at commit 24abfbb1eb5168027be74ecc18f2e5ac55890f5d. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    1. Extract resumecontent, optional style, aspectratio (default 9:16), imagesize (default 2k), and outputmode (default friendly) from the user request 2. Validate that resumecontent is non-empty and contains enough resume information to generate a meaningful page 3. Validate aspe…

    Extract resumecontent, optional style, aspectratio (default 9:16), imagesize (default 2k), and outputmode (default friendly) from the user requestValidate that resumecontent is non-empty and contains enough resume information to generate a meaningful pageValidate aspectratio against the allowed values: 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 1:1, 16:9, 9:16, 21:9, 9:21. If the user-provided value is not in this list, inform the user and fall back to the default 9:16
  2. 02

    Main Agent Workflow

    1. Extract resumecontent, optional style, aspectratio (default 9:16), imagesize (default 2k), and outputmode (default friendly) from the user request 2. Validate that resumecontent is non-empty and contains enough resume information to generate a meaningful page 3. Validate aspe…

    Extract resumecontent, optional style, aspectratio (default 9:16), imagesize (default 2k), and outputmode (default friendly) from the user requestValidate that resumecontent is non-empty and contains enough resume information to generate a meaningful pageValidate aspectratio against the allowed values: 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 1:1, 16:9, 9:16, 21:9, 9:21. If the user-provided value is not in this list, inform the user and fall back to the default 9:16
  3. 03

    Worker Agent Workflow

    Worker Agent receives resumecontent, style, aspectratio, imagesize, outputmode, and the working directory of this skill (SKILLDIR).

    Generate taskid using timestamp format YYYYMMDDHHMMSSCreate temporary directory: /tmp/openclaw/sn-image-resume// as TEMPDIRPersist normalized inputs:
  4. 04

    Step 0 — Initialization

    1. Generate taskid using timestamp format YYYYMMDDHHMMSS 2. Create temporary directory: /tmp/openclaw/sn-image-resume// as TEMPDIR 3. Persist normalized inputs:

    Generate taskid using timestamp format YYYYMMDDHHMMSSCreate temporary directory: /tmp/openclaw/sn-image-resume// as TEMPDIRPersist normalized inputs:
  5. 05

    Step 1 — Resume Prompt Generation

    Use prompts/resume.md as the system prompt and call sn-text-optimize to convert the user resume content into a detailed image generation prompt.

    Use prompts/resume.md as the system prompt and call sn-text-optimize to convert the user resume content into a detailed image generation prompt.Parse JSON stdout and extract result as generationprompt. If the process exits non-zero, returns invalid JSON, or result is empty, return status=error with the actual error.

Permission review

Static risk signals and limitations

Network access

medium · line 42

The documentation includes network, browsing, or remote request actions.

SN_BASE_URL="https://your-api-endpoint.com/v1"

Writes files

medium · line 86

The documentation asks the agent to create, modify, or delete local files.

Create temporary directory: `/tmp/openclaw/sn-image-resume/<task_id>/` as `TEMP_DIR`

Runs scripts

medium · line 113

The documentation asks the agent to run terminal commands or scripts.

python "$SN_IMAGE_BASE/scripts/sn_agent_runner.py" sn-text-optimize \

Runs scripts

medium · line 132

The documentation asks the agent to run terminal commands or scripts.

python "$SN_IMAGE_BASE/scripts/sn_agent_runner.py" sn-image-generate \

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score86/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars4,855SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
OpenSenseNova/SenseNova-Skills
Skill path
skills/sn-image-resume/SKILL.md
Commit
24abfbb1eb5168027be74ecc18f2e5ac55890f5d
License
MIT
Collected
2026-08-04
Default branch
main
View the original SKILL.md

sn-image-resume

Resume image generation scene skill (tier 1), relying on the sn-text-optimize and sn-image-generate tools provided by sn-image-base (tier 0).

Features:

  • Accepts resume content directly from conversational text
  • Supports optional user-provided style direction
  • Applies the fixed portfolio-resume layout rules in prompts/resume.md
  • Generates a tall designed resume image through sn-image-generate

Non-goals

  • Editing or polishing a plain text resume document without generating an image
  • Parsing uploaded resume files as the primary input format
  • Creating a conventional single-column ATS resume
  • Guaranteeing exact preservation of every long paragraph when the image layout requires compression

Input Specification

ParameterTypeDefault ValueDescription
resume_contentstringRequiredResume text provided by the user in conversation, including name, profile, education, experience, skills, projects, contact details, etc.
stylestringOptionalUser-specified visual style, tone, color palette, profession aesthetic, or reference mood. May be embedded in resume_content.
aspect_ratiostring9:16Output aspect ratio. Allowed values: 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 1:1, 16:9, 9:16, 21:9, 9:21. Default is 9:16 (vertical) because the template is a tall stacked portfolio-resume page.
image_sizestring2kImage size preset, 1k or 2k.
output_modestringfriendlyOutput mode: friendly or verbose.

API Configuration

All API calls in this skill are executed through the sn_agent_runner.py of the sn-image-base skill, with authentication parameters using default values (CLI > environment variables > built-in defaults), so they do not need to be passed explicitly in normal use.

Call TypeToolAuthentication ParametersDescription
LLMsn-text-optimizeDefault reads SN_TEXT_API_KEY -> SN_CHAT_API_KEY -> SN_API_KEYConverts user resume text into a detailed image generation prompt using prompts/resume.md as the system prompt
Image Generationsn-image-generateDefault reads SN_IMAGE_GEN_API_KEY -> SN_API_KEYGenerates the final resume image

If all capabilities use the same gateway, configure only:

SN_BASE_URL="https://your-api-endpoint.com/v1"
SN_API_KEY="your-api-key"

When encountering MissingApiKeyError or needing to specify a model: pass parameters explicitly via CLI. See $SN_IMAGE_BASE/references/api_spec.md.

$SN_IMAGE_BASE path explanation: $SN_IMAGE_BASE is the installation directory of the sn-image-base skill (SKILL.md exists). The agent can locate this path by skill name sn-image-base.

Architecture: Main Agent + Worker Agent

This skill uses a two-tier agent architecture:

RoleResponsibility
Main AgentReceive user request, normalize parameters, send preflight, start Worker, collect result, and send final text/image to user
Worker AgentExecute prompt generation and image generation, then return structured JSON

Responsibility Boundaries:

  • Worker Agent does not send any messages to the user directly, only returns structured JSON
  • Main Agent is responsible for all user-visible messages
  • Worker Agent's last message must be and only be the JSON string defined in the Return Contract
  • Worker Agent's low-level API calls execute directly through sn-image-base, without spawning nested subagents

Workflow

Main Agent Workflow

  1. Extract resume_content, optional style, aspect_ratio (default 9:16), image_size (default 2k), and output_mode (default friendly) from the user request
  2. Validate that resume_content is non-empty and contains enough resume information to generate a meaningful page
  3. Validate aspect_ratio against the allowed values: 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 1:1, 16:9, 9:16, 21:9, 9:21. If the user-provided value is not in this list, inform the user and fall back to the default 9:16
  4. Send uniform preflight message: "Using sn-image-resume skill to generate a resume image, please wait..."
  5. Start Worker Agent, passing in complete parameters and working directory
  6. When Worker Agent returns:
    • status=ok: send a short summary and the generated image
    • status=error: report the real error field content to the user

Worker Agent Workflow

Worker Agent receives resume_content, style, aspect_ratio, image_size, output_mode, and the working directory of this skill (SKILL_DIR).

Step 0 — Initialization

  1. Generate task_id using timestamp format YYYYMMDD_HHMMSS
  2. Create temporary directory: /tmp/openclaw/sn-image-resume/<task_id>/ as TEMP_DIR
  3. Persist normalized inputs:
echo "$RESUME_CONTENT" > "$TEMP_DIR/resume-content.txt"
echo "$STYLE" > "$TEMP_DIR/style.txt"

Step 1 — Resume Prompt Generation

Use prompts/resume.md as the system prompt and call sn-text-optimize to convert the user resume content into a detailed image generation prompt.

USER_PROMPT=$(cat << EOF
Resume content:
$RESUME_CONTENT

Optional style instruction:
${STYLE:-No explicit style instruction. Infer an appropriate professional visual style from the resume content.}

Task:
Convert the resume content into a complete text-to-image prompt for a tall portfolio-resume image.
Follow the fixed layout, language, content mapping, typography, panel, and style translation rules in the system prompt.
Return only the final image generation prompt. Do not include explanations, markdown fences, or alternative options.
EOF
)

python "$SN_IMAGE_BASE/scripts/sn_agent_runner.py" sn-text-optimize \
  --system-prompt-path "$SKILL_DIR/prompts/resume.md" \
  --user-prompt "$USER_PROMPT" \
  --output-format json

Parse JSON stdout and extract result as generation_prompt. If the process exits non-zero, returns invalid JSON, or result is empty, return status=error with the actual error.

Persist output:

echo "$GENERATION_PROMPT" > "$TEMP_DIR/generation-prompt.txt"

Step 2 — Resume Image Generation

Generate the final image using sn-image-base's sn-image-generate tool.

python "$SN_IMAGE_BASE/scripts/sn_agent_runner.py" sn-image-generate \
  --prompt "$GENERATION_PROMPT" \
  --image-size "$IMAGE_SIZE" \
  --aspect-ratio "$ASPECT_RATIO" \
  --save-path "$TEMP_DIR/resume.png" \
  --output-format json

Parse JSON stdout. If generation fails, return status=error with the actual error. The generated image path is $TEMP_DIR/resume.png.

Error Handling Rules

  • If required resume content is missing, ask the user to provide resume text before starting generation
  • If sn-text-optimize fails or returns an empty result, stop and report the real error
  • If sn-image-generate fails, stop and report the real error
  • Do not silently substitute a generic resume prompt when user content is incomplete or prompt generation fails
  • Do not invent factual resume details that the user did not provide; only reorganize, condense, and visually map provided information

Return Contract

After Worker Agent completes, its last message must be and only be the following JSON string (bare JSON, no code fences, no preceding or trailing text).

Normal Flow:

{
  "status": "ok",
  "need_main_agent_send": true,
  "output_mode": "friendly|verbose",
  "image": "$TEMP_DIR/resume.png",
  "generation_prompt": "<included only when output_mode=verbose>",
  "timing": {
    "total_elapsed_seconds": 25.12,
    "prompt_generation": { "elapsed_seconds": 5.23, "model": "sensenova-6.7-flash-lite" },
    "image_generation": { "elapsed_seconds": 19.89, "model": "sn_image_model" }
  }
}

Error Flow:

{
  "status": "error",
  "error": "<Actual error information>"
}

Rules:

  • status=ok must contain need_main_agent_send: true
  • generation_prompt must contain when output_mode=verbose; omit it in friendly mode
  • timing.prompt_generation.elapsed_seconds and timing.prompt_generation.model are read from sn-text-optimize JSON output
  • timing.image_generation.elapsed_seconds is read from sn-image-generate JSON output
  • timing.image_generation.model is fixed to "sn_image_model" because sn-image-generate does not return a model field

Output Format

friendly mode (default)

Text Summary: one sentence describing that the resume image has been generated, no more than 50 words.

Image: send the single generated resume image.

verbose mode

Resume image generated
---
Aspect ratio: <aspect_ratio>
Image size: <image_size>
---
Generation prompt:
<generation_prompt>
---
Time statistics: Total <total>s | Prompt generation <t>s | Image generation <t>s
---
Image:
<image path>

Call Relationship

  • Bottom-level dependency: sn-image-basesn-text-optimize, sn-image-generate
  • System prompt: prompts/resume.md

References

  • prompts/resume.md - Fixed portfolio-resume layout and language/content mapping rules
  • ../sn-image-base/SKILL.md - Base-layer image/text tool behavior
  • ../sn-image-base/references/api_spec.md - CLI parameter details

Alternatives

Compare before choosing

Computed 9929,558

HKUDS/Vibe-Trading

strategy-generate

Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.

Computed 97106

AI-Unified-Process/marketplace

browserless-test

Creates Vaadin Browserless server-side unit tests for Vaadin views covering navigation, component interactions, form validation, grid operations, and notifications. Use when the user asks to "write Browserless tests", "write Vaadin UI unit tests", "unit test a Vaadin view without a browser", "create view tests with the official Vaadin testing framework", or mentions Browserless testing, SpringBrowserlessTest, browserless-test-junit6, UI Unit Testing, or server-side Vaadin testing.

Computed 9723

freenet/freenet-agent-skills

dapp-builder

Build and maintain decentralized applications on Freenet using river as a template. Guides through designing contracts (shared state), delegates (private state), and UI, and through upgrading a live dApp safely. Use when user wants to create a new Freenet dApp, design contract state, implement delegates, build a Freenet-connected UI, OR upgrade an existing dApp — bump freenet-stdlib, ship a new contract/delegate version (v2), fix a bug that re-keys the WASM, or migrate state across a contract/de

Computed 976

mgiovani/cc-arsenal

team-review

Multi-agent review team: architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6, for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern changes, compliance sign-off, or when asked to 'get the review team on this' / 'multi-agent review' / 'thorough review before merge'. For a standard PR or a quick pre-merge check, use /r