← Back to Skills Marketplace
386
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install nano-gpt-cli
Description
Use when tasks need the NanoGPT API for text, image, or video generation through the local `nano-gpt` CLI and bundled wrapper scripts for OpenClaw or ClawHub...
Usage Guidance
This skill appears coherent with its stated purpose: it wraps a NanoGPT CLI and only asks for the NanoGPT API key. Before installing or running: 1) Verify the API base URL (NANO_GPT_BASE_URL) if you have concerns about where data is sent (defaults to https://nano-gpt.com). 2) Only run npm install/build or npm install -g if you trust the package source; installing the published npm package will execute third-party code. 3) The CLI will read and transmit any local images/videos you explicitly provide — do not pass sensitive files unless you intend to upload them. 4) The SKILL.md contains a default prompt entry (flagged by an automated detector); review that text to ensure it doesn't try to override agent/system policies in unexpected ways. If you want stricter isolation, avoid running the global npm install and use the code only after manual review or in a sandbox.
Capability Analysis
Type: OpenClaw Skill
Name: nano-gpt-cli
Version: 0.1.2
The nano-gpt-cli skill bundle is a legitimate tool for interacting with the NanoGPT API to generate text, images, and video. The bundle contains a TypeScript-based CLI and shell wrapper scripts (e.g., `scripts/prompt.sh`, `scripts/image.sh`) that facilitate API calls. While the tool handles sensitive data such as API keys and local media files, it does so transparently, following standard configuration patterns (env vars or a local config file in `cli/src/config.ts`) and only processing files explicitly provided by the user. The `SKILL.md` file includes proactive guardrails instructing the AI agent not to search the filesystem or upload sensitive data without explicit user consent. No evidence of malicious intent, data exfiltration to unauthorized endpoints, or obfuscation was found.
Capability Assessment
Purpose & Capability
Name/description, required env var (NANO_GPT_API_KEY), and included code (CLI invoking NanoGPT endpoints, image/video handling) are consistent. Optional env overrides and per-user config are expected for a CLI wrapper. No unrelated credentials or surprising binaries are requested.
Instruction Scope
SKILL.md instructs the agent to use the bundled wrapper scripts and to only upload local media when explicitly provided — which matches the code (image/video inputs are read only when paths are given). It also tells the user to run npm install / build or npm install -g nano-gpt-cli if the CLI isn't present; those steps will pull and run code and should be executed intentionally. A prompt-injection pattern was flagged in SKILL.md metadata (default prompt / system override); the agent's default_prompt is a normal skill field but you should review it to ensure it doesn't change system behavior unexpectedly.
Install Mechanism
There is no automated install spec in the registry entry; the SKILL.md suggests normal npm-based installs (local build or npm install -g). No downloads from personal servers, shorteners, or IP addresses are present; package.json and source files look standard. Installing the published npm package is the only non-local step and is expected for a CLI.
Credentials
Only one required secret (NANO_GPT_API_KEY) is declared as the primary credential; optional NANO_GPT_* env vars are reasonable for model/base-url overrides. The code reads and stores per-user config (api-key) in the user config directory if you call 'nano-gpt config set api-key', which is documented and expected.
Persistence & Privilege
Always:false and user-invocable:true (normal). The skill may write its own per-user config (config.json in the user's nano-gpt-cli config dir) when asked to store the API key — this is expected behavior for a CLI and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nano-gpt-cli - After installation, invoke the skill by name or use
/nano-gpt-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Added homepage and metadata fields to SKILL.md for improved documentation and integration.
- Specified required environment variable (NANO_GPT_API_KEY) in metadata.
- No changes to the CLI usage instructions or workflow.
v0.1.1
nano-gpt-cli 0.1.1
- Clarified in documentation that a NanoGPT API token is required to use this skill.
- Expanded environment configuration section in SKILL.md to include model and output format overrides.
- Updated guardrails to emphasize explicit user consent for media uploads and limited API usage to only when explicitly requested.
- Added agents/openai.yaml file.
- Improved instructions for authenticating and configuring the CLI.
v0.1.0
Initial release of nano-gpt-cli skill.
- Provides CLI wrappers for NanoGPT-based text, image, and video generation.
- Supports one-shot prompts, interactive chat, text-to-image, image-to-image, and video generation workflows.
- Includes bundled scripts for seamless use in OpenClaw and ClawHub environments.
- Configuration via environment variable or CLI for API key management.
- Offers guardrails and references for secure and reproducible workflow integration.
Metadata
Frequently Asked Questions
What is Nano Gpt?
Use when tasks need the NanoGPT API for text, image, or video generation through the local `nano-gpt` CLI and bundled wrapper scripts for OpenClaw or ClawHub... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install Nano Gpt?
Run "/install nano-gpt-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nano Gpt free?
Yes, Nano Gpt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nano Gpt support?
Nano Gpt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nano Gpt?
It is built and maintained by icework (@icework); the current version is v0.1.2.
More Skills