Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

novelai-openclaw-adaptornovelai OpenClaw adaptor 效率

Agent Skill

novelai-openclaw-adaptor 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,211

周安装

172

GitHub Stars

1

下载量

1,348
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install novelai-openclaw-adaptor

简介

novelai-openclaw-adaptor 提供本地 NovelAI 与 OpenClaw 的适配配置指导,支持 OpenAI 兼容接口对接。

  • 适用于需要在本地环境中集成 NovelAI 功能的开发或测试场景。
  • 帮助完成 API 垫片设置与连接验证,确保服务互通。
  • 安装命令为 openclaw skills install novelai-openclaw-adaptor,需确认权限范围及是否触发网络访问。
  • 建议结合来源仓库与 README 核验配置步骤与安全边界。

SKILL.md

name
novelai-openclaw-adaptor
description
Explain how to connect NovelAI to OpenClaw through a local OpenAI-compatible shim. Use when the user wants configuration guidance for a local NovelAI adaptor, model selection, or OpenClaw base_url setup.
metadata
{"openclaw":{"os":["win32","linux","darwin"]}}

NovelAI OpenClaw Adaptor

Use this skill to explain how a local adaptor can bridge OpenClaw's OpenAI-style API calls to NovelAI, and how to configure OpenClaw to talk to that local endpoint.

Scope

This skill is for explanation and local configuration guidance:

  • Explain that the adaptor is a local proxy/shim, not a hosted service.
  • Explain how base_url and model names should be configured in OpenClaw.
  • Help the user choose a supported text model or image model.
  • Describe the local commands a user may run after they have verified the package source.

Do not use this skill to:

  • Auto-install software.
  • ask the user to paste secrets into chat.
  • present unverified third-party packages as implicitly trusted.

Safety rules

Follow these rules whenever this skill is used:

  1. Treat installation as optional and approval-based.
  2. Before suggesting installation, tell the user to verify the package source, maintainer, and repository or project page.
  3. Prefer local source checkout or an already-verified package source when available.
  4. Never ask the user to paste a NovelAI API key into chat.
  5. Never include secrets inline in command examples.
  6. If the package source cannot be verified, stop at configuration guidance and ask the user how they want to proceed.

Verification-first workflow

If the user wants to enable runtime use, follow this order:

  1. Check whether the adaptor is already present locally or already installed.
  2. If it is not present, explain that the package source should be verified before any installation.
  3. Ask for approval before running any install command.
  4. After the user has verified the source and approved installation, use the package's documented install method.
  5. Prefer interactive or local-only credential entry during configuration.

Safe examples:

pip install novelai-openclaw-adaptor
novelai-config init

Do not use examples like:

novelai-config init --api-key "YOUR_NOVELAI_API_KEY"

If the user needs help deciding whether the package is trustworthy, suggest reviewing its repository, release history, and maintainers before installation.

Supported models

Text models:

  • glm-4-6
  • erato
  • kayra
  • clio
  • krake
  • euterpe
  • sigurd
  • genji
  • snek

Image models:

  • nai-diffusion-4-5-full
  • nai-diffusion-4-5-curated
  • nai-diffusion-4-full
  • nai-diffusion-4-curated
  • nai-diffusion-3
  • nai-diffusion-3-furry

When helping with setup, ask the user which model they want instead of assuming silently. If they do not care, recommend:

  • Text: glm-4-6
  • Image: nai-diffusion-4-5-full

OpenClaw configuration

When explaining how to connect OpenClaw to the adaptor:

  1. Set base_url to the local adaptor endpoint, such as http://127.0.0.1:xxxx/v1 or http://localhost:xxxx/v1.
  2. Set the OpenClaw model name to the adaptor-exposed model the user selected.
  3. Clarify that credential handling belongs to the local adaptor configuration, not the chat.
  4. If OpenClaw insists on an API key field, explain that some clients accept a placeholder value such as sk-local, but the real NovelAI credential should stay in the local adaptor config only.

Helpful local commands

If the user has already verified the package source and approved local usage, these commands are relevant:

novelai-config --help
novelai-shim --help
novelai-image --help

Use novelai-config init as the normal guided setup entry point. It should collect local configuration such as:

  • UI language
  • NovelAI credential through local input
  • Default shim model
  • Default image output directory
  • Default image model

Image generation usage

Once the local adaptor is configured and running, image generation can use the normal OpenClaw or OpenAI-style prompt flow.

Example prompt:

1girl, solo, masterpiece, best quality, highly detailed

The adaptor is responsible for translating that prompt into the format expected by NovelAI.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

81.38%
按下载量换算1,097

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills