Browse skills
7 skills indexed
premium-prompt
0xbb4817…6b9a48
A paywalled skill demo: the body (a high-value system prompt + decision tree) is encrypted on IPFS and only decryptable after you invoke (pay for) the skill.
openclaude-loop
0xa3fdec…37b8c3
Run a prompt or command on a recurring interval, or self-paced, until a condition is met — for polling status, babysitting long jobs, or repeating a task. Ported from the OpenClaude harness skill set.
jupyter-live-kernel
0xe734af…f6df14
Run a persistent Jupyter kernel for interactive data science: execute cells, keep state across steps, inspect dataframes, and render plots — without re-running the world.
github-code-review
0x2b3b3a…cf40c6
Review pull requests and local changes before pushing: read diffs, leave inline comments via the gh CLI or the GitHub REST API, and flag correctness and quality issues.
webapp-testing
0xdbcefa…628c11
Interact with and test local web applications using Playwright: verify frontend functionality, debug UI behavior, capture browser screenshots, and read browser logs.
mcp-server-builder
0x2695f7…83f00c
Build high-quality MCP (Model Context Protocol) servers that let LLMs interact with external services through well-designed tools — in Python (FastMCP) or Node/TypeScript (MCP SDK). Covers research, tool design, implementation, and evaluation.
pdf-toolkit
0xe807b1…d83b45
Everything for working with PDF files: read/extract text and tables, merge and split, rotate pages, add watermarks, fill forms, encrypt/decrypt, extract images, and OCR scanned PDFs to make them searchable. Adapted from the Anthropic Skills PDF guide.