noclick: Skill for Claude Code

.claude/skills/mcp-node-register/SKILL.md

MCP Node Register is a skill for Claude Code from noclickapp/noclick. It costs 52 tokens per session (1,105 once invoked), scanned A, original, AGPL-3.0.

A guide for registering workflow nodes generated by MCP, a system that creates connected tool steps, in both frontend and backend code.

In plain words
What is it for?
Use it when adding generated nodes to registries, importing their schemas, or completing MCP node registration.
Why use it?
It explains the manual registration work needed after generating a node, so the new node is not left disconnected from the application.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is noclickapp/noclick's own configuration. It tells Claude Code how to work on noclick 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 noclick configures →

Reuse

Borrowing it

Nothing to install: this file belongs to noclickapp/noclick. 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/noclickapp/noclick/main/.claude/skills/mcp-node-register/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/noclickapp/noclick

Made for: Claude Code.

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 MCP Node Register

README.md
[![agentmods](https://agentmods.dev/badge/skills/noclickapp/noclick/mcp-node-register.svg)](https://agentmods.dev/skills/noclickapp/noclick/mcp-node-register)
Your own site
<a href="https://agentmods.dev/skills/noclickapp/noclick/mcp-node-register"><img src="https://agentmods.dev/badge/skills/noclickapp/noclick/mcp-node-register.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,105 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.
Origin unknown 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.00052 $0.01105
Opus 5 $0.00026 $0.00553
Sonnet 5 $0.00010 $0.00221
Haiku 4.5 $0.00005 $0.00111

Measured 7d ago against content hash 224d367564dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

MCP Node Register 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 7d 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.

.claude/skills/mcp-node-register/SKILL.md · 148 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 7d ago First seen · 148 lines · 52 tokens per session scan A 224d367564dc

Subscribe to this mod's changes

MCP Node Register is a skill published in the GitHub repository noclickapp/noclick (1 stars, last pushed yesterday), licensed AGPL-3.0. It adds 52 tokens to every session and 1,105 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

nuxt

Skill "nuxt" from ashish7802/awesome-api-skills, covering nuxt skill, ecosystem graph, quick start, production patterns and server api routes.

ashish7802/awesome-api-skills · 0 tokens

algolia-search

Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality.

pinkpixel-dev/skills-collection-1 · 41 tokens

eve

Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.

ComposioHQ/composio · 47 tokens

cross-sdk-parity

Keep TypeScript and Python SDK behavior, generated client usage, public API naming, and docs examples aligned. Use when a change affects both SDKs, when generated client pins move, when comparing TS/Python behavior, or when a backend API contract changed. Do not use for single-language internal-only changes.

ComposioHQ/composio · 66 tokens

typescript-sdk

Implement or modify TypeScript SDK behavior in @composio/core or shared TypeScript packages, including tools, toolkits, sessions, auth configs, connected accounts, modifiers, and generated SDK surfaces. Use for TS runtime/API work; pair with typescript-testing for verification and cross-sdk-parity when Python must…

ComposioHQ/composio · 67 tokens

python-sdk

Implement or modify Python SDK behavior under python/composio, including tools, toolkits, sessions, auth configs, connected accounts, client integration, and shared Python models. Use for Python core runtime/API work; pair with python-testing and cross-sdk-parity when TypeScript must match.

ComposioHQ/composio · 60 tokens