Skip to content

wkl-nieta/neta-patch-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neta Skills Patcher

Keeps all published Neta image generation skills in sync with the latest upstream neta-skills API standards.

What it patches

Change Detail
API base URL api.talesofai.cnapi.talesofai.com
meta.entrance PICTURE,VERSEPICTURE,CLI
Polling terminal states Adds FAILURE, TIMEOUT, DELETED, ILLEGAL_IMAGE
Token setup section Links to Neta Open Portal
README API references Updates all .cn URLs to .com
Patch version Auto-increments x.y.z → x.y.(z+1)

Note: The upstream URL is not fetched by default (it's an API call). The spec is embedded in the script and updated with each release. Use --fetch-upstream only when you suspect new upstream changes.

Install

npx skills add wkl-nieta/neta-patch-skill

Usage

# Patch all active skills from pipeline config
node netapatch.js

# Patch specific skills only
node netapatch.js --repos waifu-generator-skill,chibi-gen-skill

# Preview changes without pushing
node netapatch.js --dry-run

# Fetch latest spec from talesofai/neta-skills before patching
node netapatch.js --fetch-upstream

# Only patch .js files (skip README)
node netapatch.js --skip-readme

# Only patch README files (skip .js)
node netapatch.js --skip-js

Token Setup

Get your Neta API token from the Neta Open Portal.

This tool uses GitHub CLI (gh) for repo access — make sure GH_CONFIG_DIR points to your multi-account gh config.

Upstream reference


Built with Claude Code · Powered by Neta · API Docs

About

Patch all published Neta image skills with latest API standards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors