Ai Social Media Content
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Installing the CLI requires trusting inference.sh’s remote installer and downloaded binary.
The skill instructs a remote installer to be piped into a shell. This is a disclosed, user-directed setup step for the stated CLI, but the installer code is not included in the provided artifact.
curl -fsSL https://cli.inference.sh | sh && infsh login
Install only if you trust inference.sh, and use the linked manual checksum verification before running the CLI.
The skill may use the user’s inference.sh account/session and any connected provider access when commands are run.
The skill requires logging into the inference.sh CLI. That is expected for this provider workflow, but the registry metadata does not declare a primary credential.
infsh login
Log in only with the intended account, review connected app permissions, and revoke access if you stop using the skill.
If executed with a connected social account, the command could publish text and media publicly.
The skill includes a clearly labeled example that can publish content to Twitter/X through the infsh CLI. It is shown as an example rather than hidden automation, but posting public content is a high-impact action.
# Post with Twitter automation
infsh app run twitter/post-tweet --input '{
"text": "The future of AI is here. Here are the top 5 trends reshaping tech in 2024 🧵",
"media_url": "<image-url>"
}'Require explicit user confirmation before any post, preview the final text/media, and avoid connecting accounts that should not be used by the agent.
Prompts, image URLs, audio URLs, and generated content requests may leave the local environment.
The workflow uses an external CLI and provider apps such as Google Veo, OpenRouter/Claude, Flux, and avatar/voice tools, so user prompts and media URLs may be sent to third-party services.
Create social media content for all platforms via [inference.sh](https://inference.sh) CLI.
Do not include confidential drafts, private faces/voices, or sensitive brand material unless you are comfortable sending them to the listed services.
