Real Skill packageSource verifiedClawHub registry

sn-image-base

Base-layer skill for the SenseNova-Skills project, providing low-level APIs for image generation, recognition (VLM), and text optimization (LLM). This skill does not preprocess inputs; it only calls backend services and returns results. This skill is not user-facing and is intended for upper-layer skills only.

Identity and source

Publisher attributionSenseNova-Skillsregistry owner unverified by skillvetai
Functional categoryImage & Visual Designautomatically inferred · 61% rule confidence
Package forminstruction with code29 recorded files
Canonical sourceClawHub registryclawhub:sensenova-skills:sn-image-base
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/sn-image-base

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/sn-image-base

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/sn-image-base

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sensenova-skills/sn-image-base
clawhub inspect @sensenova-skills/sn-image-base --version 2026.8.19

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
29 / 29 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
15 dependency and API indicators
  • pypi: httpx >=0.25.0
  • pypi: pillow >=11.3.0
  • pypi: python-dotenv >=1.0.0
  • api: ai.google.dev
  • api: api.anthropic.com
  • api: api.openai.com
  • api: cdn.sensenova.dev
  • api: clawhub.ai
  • api: custom-endpoint.com
  • api: generativelanguage.googleapis.com
  • api: github.com
  • api: platform.sensenova.cn
  • api: token.sensenova.cn
  • api: user
  • api: username
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/19/2026, 3:10:25 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:09295603832c926153dc4d4a692cd58af5a6d94db2abcb154251b27c3f12b83e
Show up to 29 recorded paths
  • README_CN.md
  • README.md
  • references/api_spec.md
  • requirements.txt
  • scripts/extract_json.py
  • scripts/pyproject.toml
  • scripts/ruff.toml
  • scripts/sn_agent_runner.py
  • scripts/sn_image_base/__init__.py
  • scripts/sn_image_base/configs.py
  • scripts/sn_image_base/exceptions.py
  • scripts/sn_image_base/generation/__init__.py
  • scripts/sn_image_base/generation/core/__init__.py
  • scripts/sn_image_base/generation/core/client_base.py
  • scripts/sn_image_base/generation/nano_banana.py
  • scripts/sn_image_base/generation/openai_image.py
  • scripts/sn_image_base/generation/sensenova.py
  • scripts/sn_image_base/llm/__init__.py
  • scripts/sn_image_base/llm/anthropic_adapter.py
  • scripts/sn_image_base/llm/chat_completions_adapter.py
  • scripts/sn_image_base/llm/llm_adapter.py
  • scripts/sn_image_base/utils/__init__.py
  • scripts/sn_image_base/utils/error_utils.py
  • scripts/sn_image_base/utils/httpx_client.py
  • scripts/sn_image_base/vlm/__init__.py
  • scripts/sn_image_base/vlm/utils.py
  • scripts/sn_image_base/vlm/vlm_adapter.py
  • skill-card.md
  • SKILL.md

Source changelog

- Introduced sn-image-base as the foundational skill layer for the SenseNova-Skills project, providing low-level APIs for image generation, image recognition (VLM), and text optimization (LLM). - All tools delegate directly to backend services without preprocessing inputs; intended solely for use by upper-layer skills—not user-facing. - Added three core tools: sn-image-generate (text-to-image), sn-image-recognize (VLM-based analysis), and sn-text-optimize (LLM-based text enhancement), each with detailed parameter and default handling. - Comprehensive environment variable and CLI argument prioritization for authentication and runtime configuration. - Unified tool invocations via scripts/sn_agent_runner.py, supporting flexible backend, model, and protocol selection.