.claude/skills/sn-image-baseRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/sn-image-baseRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/sn-image-baseRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/sn-image-baseRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-baseclawhub inspect @sensenova-skills/sn-image-base --version 2026.8.19This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:09295603832c926153dc4d4a692cd58af5a6d94db2abcb154251b27c3f12b83eREADME_CN.mdREADME.mdreferences/api_spec.mdrequirements.txtscripts/extract_json.pyscripts/pyproject.tomlscripts/ruff.tomlscripts/sn_agent_runner.pyscripts/sn_image_base/__init__.pyscripts/sn_image_base/configs.pyscripts/sn_image_base/exceptions.pyscripts/sn_image_base/generation/__init__.pyscripts/sn_image_base/generation/core/__init__.pyscripts/sn_image_base/generation/core/client_base.pyscripts/sn_image_base/generation/nano_banana.pyscripts/sn_image_base/generation/openai_image.pyscripts/sn_image_base/generation/sensenova.pyscripts/sn_image_base/llm/__init__.pyscripts/sn_image_base/llm/anthropic_adapter.pyscripts/sn_image_base/llm/chat_completions_adapter.pyscripts/sn_image_base/llm/llm_adapter.pyscripts/sn_image_base/utils/__init__.pyscripts/sn_image_base/utils/error_utils.pyscripts/sn_image_base/utils/httpx_client.pyscripts/sn_image_base/vlm/__init__.pyscripts/sn_image_base/vlm/utils.pyscripts/sn_image_base/vlm/vlm_adapter.pyskill-card.mdSKILL.md- 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.