← Back to Skills Marketplace
Nano Img Cli
by
Dishant Sharma
· GitHub ↗
· v1.0.1
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nano-img-cli
Description
Drives the local nano-img Gemini image CLI for image generation, model selection, saved defaults, reference-image workflows, and output sizing or format conv...
Usage Guidance
This skill is mostly a wrapper around a local CLI and local ~/.nano-img files, which is plausible. However: (1) the docs reference NANO_IMAGE_API_KEY and upstream Gemini API calls while the skill metadata lists no required env vars — confirm whether you must supply an API key before using it. (2) Verify where the nano-img/nanobana binaries come from (npm package name 'nanobana') and whether you trust that source before installing or running commands. (3) Review the contents of ~/.nano-img for any sensitive data before allowing the agent to read or modify those files. (4) If you want lower risk, run the CLI in an isolated environment (container or VM) or require the skill metadata to explicitly declare required env vars (e.g., NANO_IMAGE_API_KEY) and provide an audit of network endpoints used. If the author updates metadata to declare the API key requirement (or removes references to it), this assessment would likely move to benign.
Capability Analysis
Type: OpenClaw Skill
Name: nano-img-cli
Version: 1.0.1
The skill bundle provides a legitimate interface for the nano-img CLI tool, enabling an agent to generate images via the Gemini API and manage local configurations. The instructions in SKILL.md and the reference files (command-reference.md, defaults-and-files.md) are consistent with the stated purpose of image generation and CLI management. There are no indicators of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description match the instructions: this is an instruction-only helper for the local nano-img / nano-image CLI and for managing ~/.nano-img defaults. Asking the agent to read and run local CLI commands is consistent with that purpose.
Instruction Scope
SKILL.md instructs the agent to inspect and modify files under ~/.nano-img, run CLI commands, and rely on upstream Gemini behavior. Troubleshooting explicitly tells the user to verify NANO_IMAGE_API_KEY is set and to inspect API error messages — the instructions therefore expect access to local home files and to networked API calls, but those dependencies are not declared.
Install Mechanism
No install spec (instruction-only) — lowest-risk delivery. The skill prefers installed binaries or repo-local npm scripts but doesn't pull code or download artifacts itself.
Credentials
Requires.env is empty in metadata, but documentation/troubleshooting reference NANO_IMAGE_API_KEY and upstream Gemini API failures. This is an undeclared secret requirement (and thus an incoherence): the skill may need an API key to list models or generate images even though no credential is advertised.
Persistence & Privilege
always is false and the skill is user-invocable. agents/openai.yaml permits implicit invocation which is normal; nothing requests permanent elevated privilege or configuration changes to other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-img-cli - After installation, invoke the skill by name or use
/nano-img-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
nano-img-cli v1.0.1
- Expanded documentation with SKILL.md for clear guidance on workflows, model and config management, and command usage.
- Explains when and how to use the CLI, manage defaults, reference images, and output settings.
- Provides troubleshooting steps and validation practices for safer image generation and configuration.
- Reinforces preferring command-driven changes over manual file edits.
Metadata
Frequently Asked Questions
What is Nano Img Cli?
Drives the local nano-img Gemini image CLI for image generation, model selection, saved defaults, reference-image workflows, and output sizing or format conv... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Nano Img Cli?
Run "/install nano-img-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Img Cli free?
Yes, Nano Img Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nano Img Cli support?
Nano Img Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Img Cli?
It is built and maintained by Dishant Sharma (@dishant0406); the current version is v1.0.1.
More Skills