noodle: Skill for Claude Code

.agents/skills/noodle-use/SKILL.md

noodle-use is a skill for Claude Code, Codex from wilfredinni/noodle. It costs 36 tokens per session (3,233 once invoked), scanned A, original, Apache-2.0.

A set of instructions for using Noodle, a terminal-based client for working with REST APIs. It stores API request collections, environments, and related settings in YAML and dotenv files.

In plain words
What is it for?
Use it to create or edit requests, folders, collections, and environments; run or validate collections; organize them; audit REST practices and security; import OpenAPI, Swagger, Postman, or Insomnia files; and convert cURL commands.
Why use it?
It helps automate API collections without manually editing every request or relying on unsupported commands. It also provides guidance for organizing, checking, importing, exporting, and converting collections.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is wilfredinni/noodle's own configuration. It tells Claude Code and Codex how to work on noodle itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything noodle configures →

Reuse

Borrowing it

Nothing to install: this file belongs to wilfredinni/noodle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/wilfredinni/noodle/main/.agents/skills/noodle-use/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wilfredinni/noodle

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for noodle-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/wilfredinni/noodle/noodle-use/github.svg)](https://agentmods.dev/skills/wilfredinni/noodle/noodle-use)
Your own site
<a href="https://agentmods.dev/skills/wilfredinni/noodle/noodle-use"><img src="https://agentmods.dev/badge/skills/wilfredinni/noodle/noodle-use/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for noodle-use

Your own site · 80×15
<a href="https://agentmods.dev/skills/wilfredinni/noodle/noodle-use"><img src="https://agentmods.dev/badge/skills/wilfredinni/noodle/noodle-use.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,233 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 92
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Rogue Agent · line 23
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.03233
Opus 5 $0.00018 $0.01617
Sonnet 5 $0.00007 $0.00647
Haiku 4.5 $0.00004 $0.00323

Measured 3d ago against content hash 62fec54bf239, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

noodle-use scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/noodle-use/SKILL.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

noodle-use

Terminal REST client. YAML files on disk. Dotenv environments. Prefer supported non-interactive automation commands; use file-level operations for richer collection edits. No Bun dependency.

Quick routing

Intent Read
Create new collection, request, folder, or environment workflows/create.md
Configure collection metadata, history, cookies, proxy, or TLS workflows/create.md
Script collection discovery, validation, execution, or simple mutations workflows/automation.md
Refactor, rename, restructure existing collection workflows/organize.md
Audit collection for REST best practices and security workflows/evaluate.md
Import or export OpenAPI, Swagger, Postman, or Insomnia collections via CLI workflows/import.md
Convert a cURL command or unsupported format at file level workflows/convert.md
Understand file formats, schemas, field rules schema.md
Understand naming conventions, ID rules, variable syntax reference/conventions.md
Read/write ~/.config/noodle/ settings reference/config.md
See annotated example files reference/examples.md

Critical rules

These apply to ALL operations. Read before any workflow.

Non-interactive CLI first

Do NOT import noodle's internal modules or run bun. Never run noodle in TUI mode; that's for humans. Use supported non-interactive commands (workspace list, collection ..., request ..., environment set, secret ..., cookie ..., import, and export) when they fully express the task. Use direct .yml and .env edits for folders, request bodies, auth, headers, params, captures, assertions, new environment files, secret declarations, and conversions not supported by the CLI. Pass --json when output will be consumed programmatically.

Read the full file on GitHub · 157 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed · +32 lines 62fec54bf239
  2. 4d ago Changed 16b8f3d5016d
  3. 6d ago Changed · +5 lines 66c32aece870
  4. 10d ago First seen · 120 lines · 36 tokens per session scan A 25ab5b823387

Subscribe to this mod's changes

noodle-use is a skill published in the GitHub repository wilfredinni/noodle (323 stars, last pushed yesterday), licensed Apache-2.0. It adds 36 tokens to every session and 3,233 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

api-design-patterns

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices.

aAAaqwq/AGI-Super-Team · 29 tokens

api-design

Use when settling the contract of an API you expose, before implementation: resources/URLs, REST vs GraphQL, versioning, one RFC 9457 error envelope, pagination, idempotency — emitted as OpenAPI 3.1. NOT implementing the endpoints (that is fastapi/nestjs/go/nodejs), NOT auth hardening (that is secure-coding), NOT…

ericrisco/rsc-harness · 105 tokens

geoserver-rest-api

Use when automating GeoServer management — programmatic workspace, datastore, and layer creation, style upload, service configuration via REST API. GeoServer REST API: manage GeoServer without GUI using curl, Python, or any HTTP client.

znlgis/opengis-skills · 53 tokens

kavo-decorator

Reference for what @Kavo(Entity, config?) generates and how to configure/override it — routes table, EntityConfig shape (dto/allowed/operations), manual-method-wins, @Override, and fully custom routes. Use when writing or reviewing a @Kavo-decorated controller, or answering "how do I configure/override this route"…

kavo-labs/kavo · 78 tokens

error-handling

Reference for Kavo's exception hierarchy, KAVO error-code catalog, and the RFC 9457 problem-details wire shape every generated route returns on failure. Use when handling/mapping a Kavo error, deciding which exception to throw from a custom handler/@Override, or answering "what does the error response look like"…

kavo-labs/kavo · 72 tokens

mcp-binding

Reference for @kavo/mcp and its Nest binding — the standard per-entity toolset, findMany's raw-AST filter/sort args, flat update/patch args, isError result mapping, the zero-config KavoModule mcp option, and the fact that the default MCP route carries no auth guard. Use when exposing entities to an MCP client, or…

kavo-labs/kavo · 93 tokens