AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skillscope

skill-mathieu0905-skilllens-skillscope · by mathieu0905

Launch SkillScope from Codex, capture the active Codex session trace plus loaded skill/rule files, and open the browser coverage viewer.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-mathieu0905-skilllens-skillscope

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mathieu0905-skilllens-skillscope)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skillscope? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SkillScope For Codex

Use this skill when the user asks to run /skillscope, capture Codex skill coverage, inspect which skill instructions were followed, or open the SkillScope browser view for the current Codex session.

User Entry

The user entry is the Codex slash prompt:

/skillscope

That slash prompt should call the repository launcher:

npm --prefix  run codex -- --project-cwd "$(pwd)"

Capture Contract

  • Identify the Codex rollout JSONL for the active or requested session.
  • Prefer the session whose session_meta.payload.cwd matches the current project.
  • Identify SKILL.md, CLAUDE.md, AGENTS.md, or *.skill.md files that the trace proves were read or used.
  • If no loaded skill can be proven from tool traces, fall back to project skill discovery and mark those files as discovered rather than confirmed loaded.
  • Preserve task prompt, result metadata, model, cwd, agent version, session ID, and inferred session segments when available.
  • Generate a skillscope.capture.json bundle before running analysis.
  • Run SkillScope analysis with the generated bundle, not with separately guessed skill and trace files.
  • Open the browser viewer after capture unless SKILLSCOPE_NO_OPEN=1 or --no-open is set.

Commands For Codex To Run

From any user project, the slash prompt should run:

npm --prefix  run codex -- --project-cwd "$(pwd)"

If the active session cannot be inferred, ask for an explicit trace path and run:

npm --prefix  run codex -- \
  --project-cwd "$(pwd)" \
  --trace 

Optional precise inputs:

npm --prefix  run codex -- \
  --project-cwd "$(pwd)" \
  --trace  \
  --skill  \
  --task  \
  --result 

Analysis Boundary

  • The current default analyzer is heuristic: constraint extraction, trace normalization, keyword overlap, and structured tool signals.
  • Do not describe heuristic findings as AI judgment.
  • The launcher is responsible for provenance: which session and which skill artifacts are being compared.
  • The browser "启动分析" action can run an agent-native judge after the user selects a skill-use window.
  • Agent judge runs must follow skills/skillscope-analyzer/SKILL.md: judge only the provided local artifacts and cite concrete trace event IDs.
  • Do not call a separate model API for SkillScope judge. Codex captures should use Codex; Claude Code captures should use Claude Code.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.