Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Related Skill

v0.1.5

Discover and install related skills from inference.sh skill registry. Helps find complementary skills for your AI workflow. Use for: skill discovery, workflo...

0· 1.2k·3 current·3 all-time
byÖmer Karışman@okaris

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for okaris/related-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Related Skill" (okaris/related-skill) from ClawHub.
Skill page: https://clawhub.ai/okaris/related-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install related-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install related-skill
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the instructions: SKILL.md guides the user to search for and add inference.sh skills. The capabilities requested (discover/install skills) align with the commands shown.
Instruction Scope
Instructions are limited to running npx skills commands and visiting inference.sh URLs; they do not ask the agent to read local files, access unrelated env vars, or transmit arbitrary data. Minor inconsistency: the skill's declared requirements list no required binaries, but the runtime instructions assume npx/Node/npm is available.
Install Mechanism
There is no install spec for this skill (instruction-only). However, the instructions direct the user/agent to run npx to fetch and install packages from the npm ecosystem—this is expected for this purpose but carries the usual risk that npx executes remote package code at install time.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That matches its stated purpose of listing/installing inference.sh skills.
Persistence & Privilege
always is false and model invocation is allowed (platform defaults). The skill does not request persistent system-wide privileges or modification of other skills' configs; any persistence would come from running npx to install additional skills, which is expected behavior.
Assessment
This skill is essentially a how-to for using the inference.sh CLI. It does not itself ask for secrets or system access, but it assumes you (or the agent) will run npx commands that fetch and run remote packages. Before installing any listed skill, ensure you trust the inference.sh package and its publisher. Make sure Node/npm is intentionally available in your environment, and consider running installs in a controlled environment or sandbox if you want to limit the risk of executing untrusted package code. If you need the skill to declare required binaries, ask the publisher to list 'node'/'npm'/'npx' explicitly.

Like a lobster shell, security has layers — review code before you run it.

latestvk974w28hbbkqf7bkq6kw4fbt0x81cqpg
1.2kdownloads
0stars
2versions
Updated 10h ago
v0.1.5
MIT-0

Related Skills Discovery

Find and install complementary skills to expand your AI agent's capabilities.

Related Skills Discovery

Quick Start

# Search for skills
npx skills search "inference-sh image generation"

# List available skills
npx skills list inference-sh/skills

# Install a skill
npx skills add inference-sh/skills@ai-image-generation

Available Skill Categories

CategorySkillDescription
AI Modelsllm-modelsAccess 150+ LLM models
Imagesai-image-generationGenerate images with AI
Imagesflux-imageFLUX image models
Imagesimage-upscalingUpscale and enhance images
Imagesbackground-removalRemove backgrounds from images
Videoai-video-generationGenerate videos with AI
Videoai-avatar-videoCreate avatar videos
Videogoogle-veoGoogle Veo video generation
Audiotext-to-speechConvert text to speech
Audiospeech-to-textTranscribe audio to text
Audioai-music-generationGenerate music with AI
Searchweb-searchSearch the web with AI
Socialtwitter-automationAutomate Twitter/X actions
Fullinference-shAll 150+ apps in one skill

Install by Category

Media Generation

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-music-generation

Image Processing

npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@flux-image

Audio Processing

npx skills add inference-sh/skills@text-to-speech
npx skills add inference-sh/skills@speech-to-text

Research & Automation

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@twitter-automation

Everything at Once

# Install the full platform skill with all 150+ apps
npx skills add inference-sh/skills@inference-sh

Skill Combinations

Research Agent

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@llm-models

Content Creator

npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@text-to-speech

Media Processor

npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@speech-to-text

Managing Skills

# List installed skills
npx skills list

# Update all skills
npx skills update

# Remove a skill
npx skills remove inference-sh/skills@ai-image-generation

Documentation

Explore: inference.sh/explore

Comments

Loading comments...