sdk-onboarding-audit

sdk-onboarding-audit is a skill for Claude Code, Codex from apostl-dev/apostl-skills. It costs 88 tokens per session (2,568 once invoked), scanned A, original, MIT.

A clean-environment review of the first-use experience for an SDK, command-line tool, API client, agent skill, or quickstart. It follows the documented path and records exact commands, results, and failures.

In plain words
What is it for?
Use it to test discovery, installation, setup, authentication, previews, smoke tests, and release readiness.
Why use it?
It shows whether a new developer can get started without hidden files, previous setup, or undocumented fixes. Problems become concrete issues that a team can reproduce and repair.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gbrain. Also seen: built for gbrain.

Good fit Use it to test discovery, installation, setup, authentication, previews, smoke tests, and release readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apostl-dev/apostl-skills/sdk-onboarding-audit
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 apostl-dev/apostl-skills --skill sdk-onboarding-audit
Clone the repo
git clone --depth 1 https://github.com/apostl-dev/apostl-skills

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 sdk-onboarding-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/apostl-dev/apostl-skills/sdk-onboarding-audit/github.svg)](https://agentmods.dev/skills/apostl-dev/apostl-skills/sdk-onboarding-audit)
Your own site
<a href="https://agentmods.dev/skills/apostl-dev/apostl-skills/sdk-onboarding-audit"><img src="https://agentmods.dev/badge/skills/apostl-dev/apostl-skills/sdk-onboarding-audit/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 sdk-onboarding-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/apostl-dev/apostl-skills/sdk-onboarding-audit"><img src="https://agentmods.dev/badge/skills/apostl-dev/apostl-skills/sdk-onboarding-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,568 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.00088 $0.02568
Opus 5 $0.00044 $0.01284
Sonnet 5 $0.00018 $0.00514
Haiku 4.5 $0.00009 $0.00257

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

Security

Grade A, and why

sdk-onboarding-audit 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 2 executable files (scripts/run_sdk_onboarding_audit.py, tests/test_run_sdk_onboarding_audit.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.

skills/sdk-onboarding-audit/SKILL.md · 193 lines

How it starts

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

sdk-onboarding-audit

This skill combines orchestration instructions with a small evidence-collection script.

Contract

This skill guarantees:

  • A clean-env review of the documented onboarding path before any "corrected" path is tried.
  • Command-level repros with environment, source, stdout/stderr, and exit-code evidence.
  • A severity-ranked activation-risk report for founder outreach, DevRel handoff, or docs/CLI PRs.
  • A lightweight local pass that captures a narrow slice of continuous release checks without pretending to replace release monitoring.
  • Safety around credentials, paid credits, production resources, wallets, and the user's real HOME.

Goal

Verify whether a fresh developer can discover, install, initialize, preview or smoke-test, authenticate, and understand the demo or SDK without hidden state. Produce evidence that is useful for founder outreach, DevRel handoff, and docs/CLI PRs.

This is not a subjective docs review. It is a clean-room developer journey check with exact commands, environment details, failures, and patchable issues.

Product Context

This skill can be distributed publicly as the free local preview of a larger release-readiness product:

  • Startups often do not need release watching, sandbox runs, doc patching, and PR/report cycles.
  • They can still get value from a one-shot demo/onboarding review that catches comments, confusing steps, and small activation leaks.
  • Larger SDK teams, developer platforms, and partner engineering teams with frequent releases are the real buyers for continuous checks.
  • The free skill should create distribution in agent skill catalogs, GitHub, and "awesome skills" lists while proving the pain with a useful artifact.
  • A commercial CTA is allowed only after the audit has delivered real evidence. It should invite the user to send the SDK/docs path for continuous monitoring, not interrupt the report.

Public Distribution Note

This public skill does not require Apostl private infrastructure. If a local Brain, GBrain, Notion, or CRM tool exists, use it only when the user asks for durable writeback. Otherwise, keep all evidence in .tmp/<run_id>/ and finish with the local report plus the public CTA.

Read the full file on GitHub · 193 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. 11d ago First seen · 193 lines · 88 tokens per session scan A 36b6db25303b

Subscribe to this mod's changes

sdk-onboarding-audit is a skill published in the GitHub repository apostl-dev/apostl-skills (2 stars, last pushed 11d ago), licensed MIT. It adds 88 tokens to every session and 2,568 once invoked, about $0.0004 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

dev-workflow

The complete development workflow for SkillHub contributors including local dev, staging validation, testing, and PR creation. Ensures agents follow the correct sequence of steps.

iflytek/skillhub · 35 tokens

testing-and-ci

Testing conventions, CI pipeline rules, and smoke test coverage for SkillHub. Ensures agents write tests correctly and understand the CI gate requirements.

iflytek/skillhub · 32 tokens

afrexai-api-architect

Design, build, test, document, and secure production-grade APIs. Covers the full lifecycle from schema design through deployment, monitoring, and versioning. Use when designing new APIs, reviewing existing ones, generating OpenAPI specs, building test suites, or debugging production issues.

LeoYeAI/openclaw-master-skills · 61 tokens

afrexai-react-production

Complete methodology for building production-grade React applications with architecture decisions, component design, state management, performance optimization, testing, and deployment.

LeoYeAI/openclaw-master-skills · 32 tokens

Vibe Coding Mastery

The complete operating system for building software with AI. From first prompt to production deployment — prompting frameworks, architecture patterns, testing strategies, debugging playbooks, and production graduation checklists. Works with Claude Code, Cursor, Windsurf, Copilot, and any AI coding tool.

LeoYeAI/openclaw-master-skills · 61 tokens

afrexai-claude-code-production

Complete Claude Code productivity system — project setup, prompting patterns, sub-agent orchestration, context management, debugging, refactoring, TDD, and shipping 10X faster. Zero scripts needed.

LeoYeAI/openclaw-master-skills · 48 tokens