claude-3p-parity

claude-3p-parity is a skill for Codex from kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill. It costs 122 tokens per session (2,692 once invoked), scanned B, original, MIT.

A troubleshooting skill for Claude Code setups that use third-party model providers, including Claude Desktop on Mac and some DeepSeek configurations. It checks the current settings and can identify repair steps.

In plain words
What is it for?
Use it to inspect and, with approval, repair third-party inference and Claude Code configuration problems.
Why use it?
It helps find missing permissions, environment variables, model mappings, runtime components, or network paths that prevent these setups from working as expected.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Good fit Use it to inspect and, with approval, repair third-party inference and Claude Code configuration problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity
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 kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill --skill claude-3p-parity
Clone the repo
git clone --depth 1 https://github.com/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill

Made for: 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 claude-3p-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity/github.svg)](https://agentmods.dev/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity)
Your own site
<a href="https://agentmods.dev/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity"><img src="https://agentmods.dev/badge/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity/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 claude-3p-parity

Your own site · 80×15
<a href="https://agentmods.dev/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity"><img src="https://agentmods.dev/badge/skills/kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill/claude-3p-parity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,692 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00122 $0.02692
Opus 5 $0.00061 $0.01346
Sonnet 5 $0.00024 $0.00538
Haiku 4.5 $0.00012 $0.00269

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

Security

Grade B, and why

claude-3p-parity scanned grade B with 1 finding 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/claude_3p_parity.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- `~/.claude/settings.json`: bypass permission defaults, protected-path prompt skip, common tool allowlist, additional directories, sandbox knobs, DeepSeek V4 Pro/Flash model environment (with `[1m]` context suffix), sub
skills/claude-3p-parity/SKILL.md · 181 lines

How it starts

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

Claude 3p Parity

Core Rule

Treat parity as best-effort. Do not claim third-party inference can become identical to first-party Claude. Auto mode, macOS privacy prompts, provider-side model support, and missing /v1/models discovery cannot always be fixed by local settings.

Always inspect first. A "one-click repair" still means: run dry-run, read the current state and missing items, summarize the planned changes for the user, then apply only after the user has explicitly approved the write step. The only exception is when the user has already said in the same turn to apply without another confirmation.

Workflow

  1. Run the bundled script in dry-run mode first:

    python3 ~/.claude/skills/claude-3p-parity/scripts/claude_3p_parity.py
    
  2. Review the report's inspection, connectivity, and changes sections. Tell the user:

    • what the current Claude/3p/MCP/runtime state is;
    • which expected permissions, env vars, MCP servers, model mappings, runtime pieces, or network paths are missing;
    • exactly which files or external settings the apply step will change;
    • whether live network probing was skipped or approved. By default, the script only inspects proxy/npm/git config to avoid permission popups.
    • whether secret-looking values are present in config files. Do not print the values; tell the user which file contains them and whether the location is expected.
  3. Only run live network probes when the user approves possible outbound-network permission prompts:

    python3 ~/.claude/skills/claude-3p-parity/scripts/claude_3p_parity.py --network-check
    
  4. If npm/GitHub/Hugging Face/Claude release downloads are blocked or slow in mainland China, prefer this order:

    • use an existing user proxy if one is already configured;
    • ask before injecting a proxy into Claude/MCP env with --proxy-url;
    • ask before changing global npm config with --set-npm-registry https://registry.npmmirror.com;
    • keep HF_ENDPOINT=https://hf-mirror.com for memory/embedding tools;
    • use NO_PROXY for localhost/private-network routes when a proxy is supplied;
    • use NODE_EXTRA_CA_CERTS or CLAUDE_CODE_CERT_STORE=system for corporate TLS inspection, not TLS verification disablement;
    • do not run runtime overlay until https://downloads.claude.ai/ is reachable through direct network or proxy.

Read the full file on GitHub · 181 lines

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. 12d ago First seen · 181 lines · 122 tokens per session scan B 58af8c6bb05c

Subscribe to this mod's changes

claude-3p-parity is a skill published in the GitHub repository kingcharleslzy-ai/claude-code-deepseek-3p-parity-skill (5 stars, last pushed 4mo ago), licensed MIT. It adds 122 tokens to every session and 2,692 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

cherry-assistant-guide

A guide for looking up Cherry Studio's product details and diagnosing problems such as connection failures, setup errors, and runtime issues.

CherryHQ/cherry-studio · 68 tokens

cherry-electron-dev

Develop, fix, and profile Cherry Studio in a tracked Electron instance. Use for everyday implementation, UI and interaction work, bug fixing, runtime debugging, DevTools inspection, lag or jank investigation, CPU and memory monitoring, leak checks, and startup-performance analysis; reuse a verified workspace instance…

CherryHQ/cherry-studio · 75 tokens

cherry-studio-feedback

A guide for handling Cherry Studio bug reports, interface problems, user-experience issues, and feature suggestions.

CherryHQ/cherry-studio · 37 tokens

deliver-edge-cases

Documents edge cases, error states, boundary conditions, race conditions, and recovery paths for a feature - the systematic catalog of what can go wrong and the failure modes to design for. Use during specification to map the failure surface and ensure comprehensive coverage, or during QA planning to identify boundary…

product-on-purpose/pm-skills · 98 tokens

utility-pm-skill-auditor

Run a repo-wide cross-cutting governance audit via the pm-skill-auditor sub-agent. Aggregates the enforcing validator suite, re-derives aggregate counters, and surfaces cross-cutting issues no single validator catches, graded P0/P1/P2/P3 with a machine-readable status. Use for pre-release readiness checks or a…

product-on-purpose/pm-skills · 82 tokens

fastgpt-docker-deploy

FastGPT Docker Compose self-hosting deployment workflow. Use when a user asks an AI agent to deploy FastGPT with Docker by referencing /deploy/SKILL.md, including creating an empty fastgpt directory, running the install script in non-interactive mode, starting Docker Compose, monitoring service health, troubleshooting…

labring/FastGPT · 84 tokens