agent-ui
78Build React Agent Interfaces
Agent interfaces require streaming chat, tool states, approvals, and runtime wiring. This skill helps add a React or Next.js agent component with proxy setup, scoped tools, and UI patterns.
Run Python Code in a Remote Sandbox
Teams need quick Python execution without preparing local environments. This skill runs code through inference.sh with libraries for analysis, scraping, media, and automation.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "python-executor" from https://skillstore.io/skills/inference-sh-python-executor.md and its manifest at https://skillstore.io/api/skills/inference-sh-python-executor/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "python-executor". Analyze a sales spreadsheet and create a bar chart.
Expected outcome:
A concise trend summary plus a saved chart file that compares sales by person or period.
Using "python-executor". Collect titles from an approved public web page.
Expected outcome:
A short table of extracted page information with notes about any missing or malformed fields.
Using "python-executor". Create a PDF report from processed data.
Expected outcome:
A downloadable report with summary sections, charts, and source notes.
Most external command detections are false positives from Markdown code fences and inline package names. The audit confirms a critical pipe-to-shell installer command, intentional outbound network examples, and a high-risk remote arbitrary Python execution capability. No prompt injection attempt was found in SKILL.md.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/inference-sh-python-executor/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/inference-sh-python-executor?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/inference-sh-python-executor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inference-sh-python-executor/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/inference-sh-python-executor.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>inference-sh. (2026). python-executor security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inference-sh-python-executor/audits/4@techreport{inference-sh-inference-sh-python-executor-2026,
author = {inference-sh},
title = {python-executor security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/inference-sh-python-executor/audits/4},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "python-executor security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "inference-sh"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/inference-sh-python-executor/audits/4"
identifiers:
- type: other
value: "skillstore:inference-sh-python-executor:audit:4"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
infsh-skills-python-executor
2026-08-21
inferen-sh-python-executor
2026-08-21
101-skills-python-executor
2026-08-21
qu-skills-python-executor
2026-08-21
skillssh-python-executor
2026-08-21
inference-sh-python-executor
2026-08-21
inference-skills-python-executor
2026-08-21
inference-sh-9-python-executor
2026-08-21
inference-sh-skills-python-executor
2026-08-21
halt-catch-fire-python-executor
2026-08-21
Clean a dataset, compute summaries, and return charts or CSV outputs from a managed Python environment.
Call approved APIs, transform responses, and generate files without configuring a local Python runtime.
Generate images, simple videos, PDFs, and 3D files using preinstalled Python libraries.
Use python-executor to run a short Python task, explain the result, and return any saved output files.
Use python-executor with pandas to clean the attached sales data, summarize trends, and save a chart under outputs.
Use python-executor to resize these images, build a contact sheet, and return the saved image files.
Use python-executor to fetch approved public API data, transform it, create a PDF report, and return generated files. Do not include secrets.
Author
inference-shLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
a06681402992ceae98ba04d54cfd4ab004862696
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 286 views
File structure
๐ SKILL.md
Build React Agent Interfaces
Agent interfaces require streaming chat, tool states, approvals, and runtime wiring. This skill helps add a React or Next.js agent component with proxy setup, scoped tools, and UI patterns.
Generate AI Images with inference.sh Models
Teams need quick access to many image models without memorizing each CLI command. This skill provides ready prompts for generation, editing, upscaling, and image stitching.
Remove Image Backgrounds with BiRefNet
Removing image backgrounds often requires manual editing or switching tools. This skill routes Claude, Codex, or Claude Code through belt to create transparent PNGs.
Generate AI Videos with CLI Models
AI video workflows require many model choices and exact CLI inputs. This skill maps common video goals to inference.sh commands, model families, and media preparation steps.
Create Social Media Assets with AI
Social teams need platform-ready visuals and copy quickly. This skill provides prompts and CLI workflows for videos, images, captions, hashtags, and repurposed posts.
Build Grounded RAG Research Pipelines
Teams need current answers with sources, but raw web search is hard to turn into reliable prompts. This skill shows RAG workflows using search, extraction, and LLM tools through inference.sh.
Build Reliable Async Python
by 0xDarkMatter
Async Python code often fails due to blocking calls, unbounded tasks, and weak cleanup. This skill provides reusable asyncio patterns, examples, and references for robust concurrent services.
Build FastAPI APIs with Reusable Patterns
by 0xDarkMatter
FastAPI projects need consistent choices for validation, dependencies, middleware, and background work. This skill gives Claude, Codex, and Claude Code reusable patterns for practical Python API development.
Add Python Type Safety Patterns
by 0xDarkMatter
Python type annotations can be hard to apply consistently across real projects. This skill gives Claude, Codex, and Claude Code practical patterns for safer typed Python code.
Build Claude Code Agents
by C0ntr0lledCha0s
Creating reliable AI agents requires clear schemas, safe tools, and repeatable review steps. This skill guides agent design, validation, migration, and maintenance for Claude Code workflows.
Build Claude Code Slash Commands
by C0ntr0lledCha0s
Teams need repeatable AI workflows that are easy to invoke and review. This skill helps create, update, validate, and document Claude Code slash commands.
Create Consistent GitHub Issues
by C0ntr0lledCha0s
Poorly structured issues create ambiguity and require manual cleanup. This skill drafts and validates titles, bodies, labels, milestones, projects, and relationships.