Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.userplane.io/llms.txt

Use this file to discover all available pages before exploring further.

The Codex plugin includes four workflow skills. They can activate from natural language, or you can name them directly with $userplane-* when you want a specific workflow.

Workflow reference

SkillJobOutput
$userplane-integrateAdd Userplane to this appFile edits + summary
$userplane-auditVerify my installPASS/FAIL checklist with diffs
$userplane-debugRoot-cause a recordingTimeline + root cause + fix
$userplane-privacyCheck privacy postureSeverity-ranked findings report

Usage

$userplane-integrate Install Userplane in this app.
$userplane-audit Verify my Userplane setup.
$userplane-debug rec_01HX2KYN
$userplane-privacy Check whether recordings expose PII.

What each workflow does

WorkflowBehavior
IntegrateDetects the framework from package.json, loads the matching framework skill, and writes the provider, script, environment, and CSP changes.
AuditRead-only. Checks an existing install against the framework skill and reports PASS/FAIL results with file:line citations and suggested diffs.
DebugUses the workspace MCP server to resolve a recording, fetch console/network/action data after confirmation, and build a root-cause timeline.
PrivacyRead-only. Scans blur coverage, setUser and setMetadata payloads, CSP iframe gaps, and visible DOM leaks that could expose sensitive data.

Natural-language activation

Codex can load the same workflows without explicit skill names:
PromptSkill loaded
”Set up Userplane in this Astro site”userplane-integrate
”Check if our Userplane install is correct”userplane-audit
”Debug this Userplane recording”userplane-debug
”Do recordings expose emails or card fields here?”userplane-privacy