.claude/skills/python-sdk/SKILL.md
Python SDK for inference.sh — build AI applications, create agents, and integrate with 150+ models programmatically. Covers app execution, file operations, sessions, agent development, tool builder, and streaming.
npx skillsauth add wallacedobbs428/thecalltaker python-sdkInstall 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.
Build AI applications, create agents, and integrate with 150+ models programmatically.
pip install inferencesh
Set API key directly or via environment variables.
Run AI applications with basic, fire-and-forget, or streaming modes. Supports infrastructure selection and session management for stateful operations.
Automatic file uploads when local paths are provided as inputs. Manual uploads via UploadFileOptions for custom naming, content types, and access control.
Maintain warm workers across multiple invocations using session IDs with configurable timeout periods (1-3600 seconds).
Leverage pre-built agents from your workspace for multi-turn conversations with message sending, history retrieval, and reset functionality.
Programmatic construction using the tool builder API with custom tools, system prompts, temperature settings, and token limits.
references/agent-patterns.md — Agent development patternsreferences/async-patterns.md — Async usage patternsreferences/files.md — File handlingreferences/sessions.md — Session managementreferences/streaming.md — Streaming patternsreferences/tool-builder.md — Tool builder APIdocumentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.