Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

nano-gpt-clinano GPT CLI 搜索

Agent Skill

nano-gpt-cli 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,964

周安装

484

GitHub Stars

公开资料未说明

下载量

3,756
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nano-gpt-cli(nano GPT CLI 搜索)
来源仓库:https://github.com/icework/nano-gpt-cli
安装命令:
openclaw skills install nano-gpt-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nano-gpt-cli

简介

通过本地 nano-gpt CLI 调用 NanoGPT API 生成文本、图像或视频。

  • 适用于需要本地集成 AI 能力的研究与内容生成场景。
  • 由 OpenClaw 或 ClawHub 提供包装脚本支持调用。
  • 需确认本地环境配置与 API 密钥权限设置。
  • 注意可能涉及的联网请求与资源消耗情况。nano-gpt-cli 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
nano-gpt
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 workflows. This skill requires a NanoGPT API token.
homepage
https://docs.nano-gpt.com/
metadata
openclaw
homepage
https://docs.nano-gpt.com/
primaryEnv
NANO_GPT_API_KEY
requires
env

NanoGPT Skill

Use this skill when the task should run through the NanoGPT API from a local terminal environment. NanoGPT’s official docs describe it as an API for text, image, and video generation, with text generation generally matching OpenAI standards. This repository is the local CLI and skill wrapper for that API, not a generic prompt helper. Prefer the bundled wrapper scripts in scripts/ so OpenClaw and direct CLI usage share the same behavior.

Official docs: <https://docs.nano-gpt.com/>

Prerequisite check

Before invoking the skill, ensure the CLI is available:

./scripts/models.sh --json

If that fails because the local CLI is not built yet:

npm install
npm run build

If the repo is not present locally, install the published CLI instead:

npm install -g nano-gpt-cli

Authentication is token-based. This skill requires a NanoGPT API token. Set the token in NANO_GPT_API_KEY:

export NANO_GPT_API_KEY=YOUR_NANO_GPT_TOKEN

Or configure it once and store it in the local nano-gpt-cli user config:

nano-gpt config set api-key YOUR_API_KEY

Optional environment overrides:

export NANO_GPT_MODEL=moonshotai/kimi-k2.5
export NANO_GPT_IMAGE_MODEL=qwen-image
export NANO_GPT_VIDEO_MODEL=kling-video-v2
export NANO_GPT_BASE_URL=https://nano-gpt.com
export NANO_GPT_OUTPUT_FORMAT=text

Quick start

Text prompt:

./scripts/prompt.sh "Summarize the latest build logs."

Streaming multimodal prompt:

./scripts/prompt.sh "Describe this image." --image ./assets/example.png

Interactive chat:

./scripts/chat.sh

Image generation:

./scripts/image.sh "A cinematic product shot of a silver mechanical keyboard" --output output/keyboard.png

Image-to-image generation:

./scripts/image.sh "Turn this product photo into a watercolor ad" --image ./assets/product.png --output output/product-watercolor.png

Video generation:

./scripts/video.sh "A cinematic drone flyover of a neon coastal city at dusk" --duration 5 --output output/neon-city.mp4

Workflow

  1. Use scripts/prompt.sh for one-shot text or vision prompts.
  2. Use scripts/chat.sh for iterative back-and-forth.
  3. Use scripts/image.sh for text-to-image or image-to-image generation.
  4. Use scripts/video.sh for text-to-video or image-to-video generation.
  5. Use nano-gpt video-status REQUEST_ID when a video run is asynchronous and needs a later status check.
  6. Use scripts/models.sh --json when model discovery matters.
  7. Prefer flags over editing scripts. The wrappers should stay thin.

References

Open only what you need:

  • Command reference: references/cli.md
  • Common OpenClaw workflows: references/workflows.md

Guardrails

  • Prefer the wrapper scripts over calling NanoGPT HTTP APIs directly.
  • Only use this skill when the user wants to call the NanoGPT API.
  • Keep secrets out of prompts and logs; use config or env vars for API keys.
  • Only upload local images or videos when the user explicitly provides the path or clearly asks to use that specific file.
  • Do not search the filesystem for media to upload.
  • Treat local --image and --video inputs as remote-upload actions. Do not send sensitive screenshots, exports, documents, or recordings unless the user explicitly requests it.
  • Prompts and any provided media are sent to the configured NanoGPT API endpoint, which defaults to https://nano-gpt.com.
  • Use --json when another tool or agent will parse the output.
  • Use --output on scripts/image.sh when a file artifact is required.
  • Use --output on scripts/video.sh when the final MP4 should be written locally.

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.46%
按下载量换算2,872

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills