kwai-intranet-check

kwai-intranet-check is a skill for Claude Code, Codex from Jest3r666/kwai-ai-tools. It costs 50 tokens per session (262 once invoked), scanned A, original, no licence file.

A connectivity-checking workflow for Kuaishou internal services, including single sign-on, configuration services, caches, and bastion hosts. A bastion host is a controlled server used to reach protected systems.

In plain words
What is it for?
Use it to check or troubleshoot access to Kuaishou’s internal infrastructure.
Why use it?
It helps investigate whether internal services can be reached and supports troubleshooting when connections fail.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to check or troubleshoot access to Kuaishou’s internal infrastructure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jest3r666/kwai-ai-tools/kwai-intranet-check
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 Jest3r666/kwai-ai-tools --skill kwai-intranet-check
Clone the repo
git clone --depth 1 https://github.com/Jest3r666/kwai-ai-tools

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 kwai-intranet-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/jest3r666/kwai-ai-tools/kwai-intranet-check/github.svg)](https://agentmods.dev/skills/jest3r666/kwai-ai-tools/kwai-intranet-check)
Your own site
<a href="https://agentmods.dev/skills/jest3r666/kwai-ai-tools/kwai-intranet-check"><img src="https://agentmods.dev/badge/skills/jest3r666/kwai-ai-tools/kwai-intranet-check/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 kwai-intranet-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/jest3r666/kwai-ai-tools/kwai-intranet-check"><img src="https://agentmods.dev/badge/skills/jest3r666/kwai-ai-tools/kwai-intranet-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 262 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.00050 $0.00262
Opus 5 $0.00025 $0.00131
Sonnet 5 $0.00010 $0.00052
Haiku 4.5 $0.00005 $0.00026

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

Security

Grade A, and why

kwai-intranet-check 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 12d 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.

skills/kwai-intranet-check/SKILL.md · 24 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 12d ago First seen · 24 lines · 50 tokens per session scan A 882d63e64afb

Subscribe to this mod's changes

kwai-intranet-check is a skill published in the GitHub repository Jest3r666/kwai-ai-tools (2 stars, last pushed 29d ago), with no licence file. It adds 50 tokens to every session and 262 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

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

systematic-debugging

A step-by-step method for finding the underlying cause of technical problems before changing code. It covers reading errors, reproducing failures, checking recent changes, and tracing data across system components.

jnMetaCode/superpowers-zh · 24 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

remove-deadcode

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

code-yeongyu/oh-my-openagent · 41 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

fcakyon/claude-codex-settings · 98 tokens