Write an ad-hoc script under playground/ for manual testing or prototyping against the SDK. Use when the user asks for a playground or throwaway test script.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add rhesis-ai/rhesis --skill playground-script --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Playground Script?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rhesis-ai-playground-script)More formats (shields.io, HTML) on the badges page.
---
name: playground-script
description: Write an ad-hoc script under playground/ for manual testing or prototyping against the SDK. Use when the user asks for a playground or throwaway test script.
---
# Playground Scripts (`playground/`, when present)
Ad-hoc scripts for manual testing/prototyping — not part of the production codebase or automated
test suite. They import from the SDK, so run them from `sdk/`:
```bash
cd sdk && uv run python ../playground/<script_name>.py
```
Each script needs a top docstring (purpose, prerequisites, how to run). Hardcoded local URLs/keys
are fine. Never add these scripts to the automated test suite.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!