Skill flagged — suspicious patterns detected

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

Slide Generator

v3.0.0

Use this skill any time the user wants to create, design, or produce slide presentations — as standalone files or embedded content. This includes: pitch deck...

10· 1.4k·5 current·5 all-time
byAnyGenIO@logictortoise

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for logictortoise/anygen-slide-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Slide Generator" (logictortoise/anygen-slide-generator) from ClawHub.
Skill page: https://clawhub.ai/logictortoise/anygen-slide-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: ANYGEN_API_KEY
Required binaries: anygen
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

Canonical install target

openclaw skills install logictortoise/anygen-slide-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install anygen-slide-generator
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the declared dependencies: the skill needs the AnyGen CLI and an ANYGEN_API_KEY to generate slides. The Node package @anygen/cli and the anygen binary are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs use of the anygen CLI (auth flows, env var usage, and invoking a workflow). It does not ask the agent to read unrelated files, access unrelated environment variables, or send data to unexpected endpoints beyond AnyGen's service.
Install Mechanism
Install uses an npm-scoped package (@anygen/cli) which will create the anygen binary. This is a standard moderate-risk mechanism (package code will run locally); users should confirm the npm package and publisher are legitimate before installing.
Credentials
Only ONE credential is required (ANYGEN_API_KEY) and it is explicitly declared as the primary credential. That matches the need to authenticate to AnyGen.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. The install will place a user-level CLI binary (anygen), which is normal for a CLI-based integration.
Assessment
This skill appears to do what it says: it calls the AnyGen CLI to produce slide decks and requires an AnyGen API key. Before installing: verify the @anygen/cli npm package and publisher are legitimate; treat ANYGEN_API_KEY like any sensitive API key (use least-privilege keys, rotate them, do not share); be aware the anygen binary will run locally and may access files or network when generating slides; the skill may prompt the user to complete a browser-based OAuth flow. If you do not trust the AnyGen service or the npm package owner, do not install or provide your API key.

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

Runtime requirements

Binsanygen
EnvANYGEN_API_KEY
Primary envANYGEN_API_KEY

Install

Node
Bins: anygen
npm i -g @anygen/cli
latestvk9766p49bbtbmq4v77b69p90sh83xwew
1.4kdownloads
10stars
16versions
Updated 3h ago
v3.0.0
MIT-0

AI Slide Generator — AnyGen

This skill uses the AnyGen CLI to generate slide presentations server-side at www.anygen.io.

Authentication

# Web login (opens browser, auto-configures key)
anygen auth login --no-wait

# Direct API key
anygen auth login --api-key sk-xxx

# Or set env var
export ANYGEN_API_KEY=sk-xxx

When any command fails with an auth error, run anygen auth login --no-wait and ask the user to complete browser authorization. Retry after login succeeds.

How to use

Follow the anygen-workflow-generate skill with operation type slide.

If the anygen-workflow-generate skill is not available, install it first:

anygen skill install --platform <openclaw|claude-code> -y

Comments

Loading comments...