near-ai-cloud

near-ai-cloud is a skill for Claude Code from internet-court/internet-court-skill. It costs 71 tokens per session (1,192 once invoked), scanned A, original, no licence file.

A guide for using NEAR AI Cloud for private AI inference, meaning running AI requests with protections around data and verification. It covers encrypted chats, signed messages, secure hardware checks, and an OpenAI-compatible API.

In plain words
What is it for?
Use it to integrate the NEAR AI Cloud API, verify NVIDIA or Intel TEE attestations, check chat-message signatures, build encrypted chats, and call the OpenAI-compatible interface.
Why use it?
It helps developers add private inference and verify that models or gateways are running inside trusted execution environments, which are protected areas of a computer.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the internet-court plugin — 94 skills shipped together

Good fit Use it to integrate the NEAR AI Cloud API, verify NVIDIA or Intel TEE attestations, check chat-message signatures, build encrypted chats, and call the OpenAI-compatible interface.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/internet-court/internet-court-skill/near-ai-cloud
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add internet-court/internet-court-skill --skill near-ai-cloud
Clone the repo
git clone --depth 1 https://github.com/internet-court/internet-court-skill

Made for: Claude Code.

Or install internet-court, the plugin that ships this one along with the rest of its 94 skills.

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 near-ai-cloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/internet-court/internet-court-skill/near-ai-cloud/github.svg)](https://agentmods.dev/skills/internet-court/internet-court-skill/near-ai-cloud)
Your own site
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/near-ai-cloud"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/near-ai-cloud/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 near-ai-cloud

Your own site · 80×15
<a href="https://agentmods.dev/skills/internet-court/internet-court-skill/near-ai-cloud"><img src="https://agentmods.dev/badge/skills/internet-court/internet-court-skill/near-ai-cloud.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,192 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 pass 7 Sept 2026
How audits are shown
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.00071 $0.01192
Opus 5 $0.00036 $0.00596
Sonnet 5 $0.00014 $0.00238
Haiku 4.5 $0.00007 $0.00119

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

Security

Grade A, and why

near-ai-cloud 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 17d 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.

vendored/near/near-ai-cloud/SKILL.md · 112 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 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. 17d ago First seen · 112 lines · 71 tokens per session scan A be51d137635a

Subscribe to this mod's changes

near-ai-cloud is a skill published in the GitHub repository internet-court/internet-court-skill (5,768 stars, last pushed 28d ago), with no licence file. It adds 71 tokens to every session and 1,192 once invoked, about $0.0004 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

nlweb-dev-patterns

NLWeb development patterns — the mixed-mode programming philosophy, FastTrack vs Analysis parallel paths, config file precedence and the mode: development override trap, in-stream NLWS headers vs HTTP headers, embedding/ingest determinism, debugging the LLM-call chain, neural scorer selection (NLWebScorer…

OrcaQubits/agentic-commerce-skills-plugins · 110 tokens

nlweb-data-loading

Ingest site content into NLWeb's vector store using dbload.py — supports RSS/Atom feeds, Schema.org JSON-LD, sitemap-driven URL lists, and CSV. Covers chunking, embedding computation, site partitioning, batch sizing, delete-and-reload, and per-backend writeendpoint targeting. Use when bootstrapping a site's index…

OrcaQubits/agentic-commerce-skills-plugins · 88 tokens

nlweb-llm-providers

Configure NLWeb LLM and embedding providers — OpenAI, Azure OpenAI (default), Anthropic, Google Gemini, DeepSeek on Azure, Llama on Azure, HuggingFace, Inception Labs, Snowflake Cortex, Ollama, Pi Labs. Covers configllm.yaml high/low tier model selection, the ModelRouter cost/quality routing logic…

OrcaQubits/agentic-commerce-skills-plugins · 110 tokens

nlweb-prompts-customization

Customize NLWeb's LLM prompts and per-Schema.org-type behavior via prompts.xml and tools.xml — covers the template format, JSON schemas, prompt inheritance, decontextualization/ranking/generate templates, per-site overrides, and pitfalls of editing prompts in place. Use when tuning answer quality, supporting a new…

OrcaQubits/agentic-commerce-skills-plugins · 91 tokens

nlweb-retrieval-backends

Choose and configure NLWeb retrieval backends — Qdrant (local + remote), Azure AI Search, Elasticsearch, OpenSearch (with/without k-NN), Postgres pgvector, Milvus, Snowflake Cortex Search, Cloudflare AutoRAG, Shopify MCP, and Bing Web Search. Covers configretrieval.yaml, the single writeendpoint rule, parallel…

OrcaQubits/agentic-commerce-skills-plugins · 120 tokens

nlweb-schema-org-grounding

Prepare and structure site content as Schema.org JSON-LD for NLWeb ingestion — covers the supported types (Recipe, Product, Movie, Event, Article, RealEstate, Course, etc.), per-type behavior in NLWeb's tool routing, JSON-LD embedding patterns in HTML, sites.xml registration, and how the schemaobject flows through…

OrcaQubits/agentic-commerce-skills-plugins · 102 tokens