agentsclimarketplace

Neta patch skill

Skill wkl-nieta/neta-patch-skill

Patch all published Neta image skills with the latest API standards — base URL, polling logic, token setup, and README info. Run after upstream neta-skills updates.From its SKILL.md

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

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 331 tokens by cl100k_base, as published. Nobody here has run it

Neta Skills Patcher

Applies API standard updates across all published Neta image generation skills. Keeps skill repos in sync when the upstream neta-skills API changes.

When to use

Use when:

  • Neta API base URL, endpoint paths, or request format has changed
  • Token acquisition flow has been updated
  • Polling logic needs new terminal states
  • README billing/registration info is outdated

Quick start

# Patch all active skills (uses embedded spec — no upstream fetch)
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 upstream before patching (slower, costs API call)
node netapatch.js --fetch-upstream

Options

FlagDescription
--repos slug1,slug2Only patch these slugs (comma-separated)
--dry-runShow what would change, don't push
--fetch-upstreamFetch latest API spec from talesofai/neta-skills before patching
--skip-readmeOnly patch .js files, skip README updates
--skip-jsOnly patch README files, skip .js updates

Install

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

What ships with it: 3 files

25.4 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,512. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.