skills/traces/SKILL.md
Share agent session traces via the traces CLI. Use when the user asks to share/publish/upload a trace. Always use private visibility.
npx skillsauth add pratos/clanker-setup tracesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this whenever the user asks to:
Always share with private visibility:
traces share --cwd "$PWD" --agent pi --visibility private --json
List available traces, then share by ID:
traces share --list --cwd . --agent pi --json
traces share --trace-id <selected-id> --visibility private --json
traces login, then retry.traces namespace use <org>.Return the sharedUrl from the JSON response back to the user.
public or direct visibility.--agent pi explicitly to avoid mis-detection.development
Conducts comprehensive web research to find accurate, relevant information. Use when you need modern information only discoverable on the web, documentation, best practices, or technical solutions. Uses curl+markdown.new, Exa/Parallel APIs, and camoufox browser — no surf/WebFetch/WebSearch.
development
Enforces using uv to run all Python scripts and ty for type checking. Includes inline script metadata (PEP 723) for one-time scripts with dependencies.
development
Ensures .env files in TypeScript projects override sops-nix shell secrets. Use when setting up env loading, debugging missing/wrong API keys, or configuring dotenv in TS projects.
tools
Browser automation using Stagehand and AI. Use when you need to interact with websites, fill forms, login to services, extract data from web pages, or automate web workflows. Provides the browser_automate tool.