openskills-e2e-test-runbook

openskills-e2e-test-runbook is a skill for Cursor from Geeksfino/openskills. It costs 37 tokens per session (227 once invoked), scanned A, original, Apache-2.0.

A test runbook for checking OpenSkills from end to end. OpenSkills is a system that lets coding agents discover and run reusable skills.

In plain words
What is it for?
Use it to run runtime tests, sandbox tests, example-agent checks, and report what passed or failed.
Why use it?
It provides a repeatable way to find runtime failures, activation problems, incorrect tool calls, and sandbox issues before changes are merged.

Skill for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to run runtime tests, sandbox tests, example-agent checks, and report what passed or failed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geeksfino/openskills/openskills-e2e-test-runbook
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 Geeksfino/openskills --skill openskills-e2e-test-runbook
Clone the repo
git clone --depth 1 https://github.com/Geeksfino/openskills

Made for: Cursor.

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 openskills-e2e-test-runbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/geeksfino/openskills/openskills-e2e-test-runbook.svg)](https://agentmods.dev/skills/geeksfino/openskills/openskills-e2e-test-runbook)
Your own site
<a href="https://agentmods.dev/skills/geeksfino/openskills/openskills-e2e-test-runbook"><img src="https://agentmods.dev/badge/skills/geeksfino/openskills/openskills-e2e-test-runbook.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 227 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 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.00037 $0.00227
Opus 5 $0.00018 $0.00113
Sonnet 5 $0.00007 $0.00045
Haiku 4.5 $0.00004 $0.00023

Measured 8d ago against content hash 4fb79bc2c3c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

openskills-e2e-test-runbook 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 8d 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.

.cursor/skills/openskills-e2e-test-runbook/SKILL.md · 45 lines

What it actually says

OpenSkills E2E Test Runbook

Use this skill for confidence checks before merging runtime, tooling, or example-agent changes.

Test Layers

  1. Runtime regression tests
  2. Sandbox-focused tests
  3. Example-agent behavior checks
  4. Optional binding smoke tests

Baseline Commands

cargo test -p openskills-runtime

Example-agent checks (from example directories):

npm install
npm start "What skills are available?"
npm start "Create a new skill called 'note-taker'."

E2E Expectations

  • Skills discover successfully.
  • Skill activation occurs for matching prompts.
  • Tool calls align with intent (activation, file reads/writes, script runs).
  • No unexpected sandbox failures.

Reporting Format

  • What was run
  • What passed
  • What failed
  • Repro command for each failure
  • Suggested next fix
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. 8d ago First seen · 45 lines · 37 tokens per session scan A 4fb79bc2c3c4

Subscribe to this mod's changes

openskills-e2e-test-runbook is a skill published in the GitHub repository Geeksfino/openskills (71 stars, last pushed 10d ago), licensed Apache-2.0. It adds 37 tokens to every session and 227 once invoked, about $0.0002 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.