From seldonframe
Controls SeldonFrame directly from Claude Code to create, customize, and manage client workspaces, blocks, and templates with live previews and one-command deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seldonframe:seldonframeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You now have full control over SeldonFrame directly from Claude Code.
You now have full control over SeldonFrame directly from Claude Code.
Keys come from one of two places: an environment variable already set on
your machine (e.g. ANTHROPIC_API_KEY), or a value you pass explicitly as
a tool argument. There is no separate masked-input flow — this is a normal
MCP tool call like any other.
If a tool is about to store a key it found in your environment, it asks for your OK first and tells you exactly which variable it found — it never sends that value anywhere without your confirmation. A key you pass explicitly as a tool argument counts as that confirmation.
Recommendation: prefer setting keys as environment variables over pasting them into chat, since chat history isn't a secrets store. Once stored, keys are encrypted at rest and never echoed back in tool results.
Say: “Show me my connected keys” or “Rotate my Resend key” anytime.
Karpathy Best Practices (applied to every block and change):
Generate a discovery booking form and show me a live previewInstall this block to all my e-commerce clients and personalize it to each SoulGenerate the block and automatically create and run tests for itShow me Brain insights for Indie SaaS LaunchInvite my teammate to review this blockLaunch a complete AI-video OS for ecommerceCreate a new workspace for "Acme Coaching" based on their websiteGenerate and install a discovery booking block into the current workspaceInstall the Lead Scoring block to all my e-commerce client workspacesUpdate the client onboarding block to include a pre-call questionnaireConnect myagency.com as custom domain for the current workspaceExport the current workspace as portable .agent/ folderShow me Brain v2 insights for Indie SaaS LaunchShow me my connected keysRotate my Resend keyInvite Sarah into self-service mode for the Acme workspaceIn end_client_mode: true, make the booking page show evening slots onlyThe web dashboard is now only for quick visual overviews. Do everything powerful from here in Claude Code.
Ready when you are — tell me what you want to build or customize next.
npx claudepluginhub seldonframe/seldonframeScaffolds a real SeldonFrame block skeleton (BLOCK.md, tools.ts, subscription stubs, test stubs) from natural-language intent. Builder owns git review and workspace install.
Orchestrates agentic workflow to create new Claude Code plugins from scratch: prerequisite checks, research, design verification, atomic implementation, validation, documentation.
Creates and integrates new Claude skills into the SLIM marketplace with dependency tracking and automated registry updates. Use when building custom skills, skill templates, or adding capabilities to SLIM.