Ai Content Pipeline
Analysis
This is a coherent instruction-only skill for using inference.sh to build AI media workflows, with expected but noteworthy remote install, login, and third-party content-processing steps.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -fsSL https://cli.inference.sh | sh && infsh login
The skill tells the user how to install a remote CLI by piping a downloaded script to the shell. This is a common setup pattern for CLI-based skills and is disclosed, but the installer itself is not part of the provided artifact set.
allowed-tools: Bash(infsh *) ... [Tavily Search] -> [Claude Summary] -> [FLUX Visual] -> [Twitter Post]
The allowed command pattern gives the agent access to the broad inference.sh CLI, and one documented pipeline includes public distribution via Twitter. This appears purpose-aligned, but publication-capable workflows should be user-confirmed.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
infsh login
The workflow expects an authenticated inference.sh CLI session. This is purpose-aligned for using the service, but it means commands can operate under the user's account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
infsh app run openrouter/claude-sonnet-45 --input ...; tavily/search-assistant; falai/flux-dev; bytedance/omnihuman-1-5
The skill routes user prompts, scripts, blog content, and media URLs through inference.sh apps and named external AI providers. This is central to the content-pipeline purpose, but the artifacts do not describe provider retention or privacy boundaries.
