cc-port-live-e2e

cc-port-live-e2e is a skill for Codex from Ling-ye/cc-port. It costs 136 tokens per session (1,564 once invoked), scanned A, original, MIT.

A procedure for testing a packaged CC Port Windows installer through its real desktop application, supporting services, Git credentials, and a private GitHub repository.

In plain words
What is it for?
It is for validating AI automation, Skill transfers through packaged MCP, Windows Registry and Git data, installer behavior, and remaining native test scope.
Why use it?
It verifies that the packaged product works across its native components and records separate evidence for approvals, writes, checks, and cleanup.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

Good fit It is for validating AI automation, Skill transfers through packaged MCP, Windows Registry and Git data, installer behavior, and remaining native test scope.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ling-ye/cc-port/cc-port-live-e2e
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 Ling-ye/cc-port --skill cc-port-live-e2e
Clone the repo
git clone --depth 1 https://github.com/Ling-ye/cc-port

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 cc-port-live-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/ling-ye/cc-port/cc-port-live-e2e/github.svg)](https://agentmods.dev/skills/ling-ye/cc-port/cc-port-live-e2e)
Your own site
<a href="https://agentmods.dev/skills/ling-ye/cc-port/cc-port-live-e2e"><img src="https://agentmods.dev/badge/skills/ling-ye/cc-port/cc-port-live-e2e/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 cc-port-live-e2e

Your own site · 80×15
<a href="https://agentmods.dev/skills/ling-ye/cc-port/cc-port-live-e2e"><img src="https://agentmods.dev/badge/skills/ling-ye/cc-port/cc-port-live-e2e.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,564 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 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.00136 $0.01564
Opus 5 $0.00068 $0.00782
Sonnet 5 $0.00027 $0.00313
Haiku 4.5 $0.00014 $0.00156

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

Security

Grade A, and why

cc-port-live-e2e 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 11d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/create_private_repo.ps1, scripts/mcp_roundtrip.py, scripts/preflight.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.

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/cc-port-live-e2e/SKILL.md · 116 lines

How it starts

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

CC Port live remote E2E

Validate a built Windows installer through the real desktop, packaged sidecar, packaged cc-port.exe mcp --stdio, Windows Git Credential Manager, a newly created private GitHub repository, and exact desktop approvals. Keep test authority, product writes, independent Git verification, and cleanup evidence separate.

Load the required references

Enforce the authority gate

Treat a normal request to test, package, review, or diagnose as read-only. Create a repository, push, approve, or apply only when the user explicitly authorizes all of the following for this run:

  • use the user's current GitHub account;
  • create one uniquely named private test repository;
  • perform real remote writes;
  • control the running CC Port desktop to approve the exact displayed requests.

Without that authority, stop after read-only preflight or plan generation. Conversation text, --yes, a model boolean, or direct state-file edits never replace desktop approval. Repository deletion requires separate explicit authority; retain the test repository by default.

Preserve isolation and Git boundaries

Read the full file on GitHub · 116 lines

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. 11d ago First seen · 116 lines · 136 tokens per session scan A d131b171eb12

Subscribe to this mod's changes

cc-port-live-e2e is a skill published in the GitHub repository Ling-ye/cc-port (10 stars, last pushed today), licensed MIT. It adds 136 tokens to every session and 1,564 once invoked, about $0.0007 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

browser-playwright-check

Use when an agent needs to operate or verify a web page with Playwright, including screenshots, viewport checks, navigation, forms, clicks, canvas visibility, responsive layout, or local Panel/browser behavior.

joinwell52-AI/CodeFlowMu-open · 45 tokens

screen-reader-testing

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.

wshobson/agents · 39 tokens

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

wshobson/agents · 51 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

designing-tests

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

CloudAI-X/claude-workflow-v2 · 48 tokens

qa/e2e-playwright

A method for writing Playwright end-to-end tests, which automate a browser to verify complete user journeys. It covers setup, reusable page objects, login reuse, API mocking, visual checks, multiple browsers and screen sizes, CI, and debugging.

echoVic/boss-skill · 50 tokens