← Back to Skills Marketplace
anlittledy

OpenStoryline Install

by Anlittledy · GitHub ↗ · v0.0.4 · MIT-0
cross-platform ⚠ suspicious
686
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install openstoryline-install
Description
Install, configure, and start FireRed-OpenStoryline from source on a local machine. Use when a user asks to set up OpenStoryline, troubleshoot installation,...
Usage Guidance
This skill appears to do what it says, but exercise normal caution before running installers and downloads: 1) Verify the GitHub repository URL and review scripts (especially download.sh) before running them; 2) Run installs in an isolated environment (repo-local .venv or container) and avoid running as root; 3) Be cautious when inserting API keys—store secrets securely and do not commit them to source control; 4) Prefer verifying checksums or trusted release sources for large model/resource downloads; 5) The included code files in the package are empty placeholders—inspect the real repo's scripts before executing. If you need higher assurance, ask for the download.sh contents and checksums or run the steps manually with supervision.
Capability Analysis
Type: OpenClaw Skill Name: openstoryline-install Version: 0.0.4 The skill `openstoryline-install` (SKILL.md) requires high-risk capabilities including shell execution, network access, and system-level modifications via `sudo`. It instructs the agent to clone an external repository (FireRed-OpenStoryline) and execute a shell script (`download.sh`), which constitutes execution of unvetted code. Additionally, the configuration step in `SKILL.md` presents a potential command injection vulnerability by suggesting the insertion of user-provided API keys into shell commands without explicit sanitization instructions. While these actions are plausibly needed for the stated purpose of software installation, they represent significant security risks in an automated agent environment.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: cloning a GitHub repo, creating a Python venv, installing dependencies, downloading model/resource archives, filling config.toml, and starting services are all expected for a local install helper.
Instruction Scope
Instructions are focused on installation, configuration, verification, and starting services. They ask the agent to read README.md and config.toml (expected). Two minor issues to note: (1) download.sh pulls large model/resource archives from the network but the SKILL.md does not mention verifying checksums or sources; (2) it instructs filling API keys into config.toml — this is expected but users should avoid pasting secrets into public places. Otherwise there is no scope creep (no instruction to read unrelated system files or exfiltrate data).
Install Mechanism
This is an instruction-only skill with no install spec, which is lowest-risk. The included code files are zero-length placeholders and there is no binary download/install declared by the skill itself.
Credentials
The skill does not declare or require environment variables or credentials in its metadata. The instructions do ask users to provide LLM/VLM/TTS API keys in config.toml (expected for a local app that integrates external services). No unrelated secrets or service credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It instructs running local servers as part of the app workflow, which is expected for this purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openstoryline-install
  3. After installation, invoke the skill by name or use /openstoryline-install
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.4
- Added explicit instructions for cloning the FireRed-OpenStoryline GitHub repository if the local repo does not exist.
v0.0.3
Clean up unnecessary commands
v0.0.2
- Refined installation workflow for clarity and reliability; now uses a deterministic, step-wise process. - Prefers repo-local Python virtual environments (`.venv`), with explicit checks for prerequisites and system dependencies before continuing. - Splits resource downloads and Python package installation, ensuring external assets are deployed only after dependencies succeed. - Expands documentation on config.toml editing, environment validation, and expected verification steps. - Adds troubleshooting guidance for common issues and emphasizes real service startup as the success criteria. - Simplifies Docker/conda/pyenv logic: defaults to `.venv` unless user requests an alternative.
v0.0.1
Initial release of the OpenStoryline installation and troubleshooting skill. - Guides users through installing, configuring, starting, and repairing OpenStoryline on their current machine. - Supports both source and Docker installation paths. - Includes OS-specific steps for Windows, macOS, and Linux, with detailed resource and dependency instructions. - Validates key configuration fields and assists in editing `config.toml` as required. - Provides clear steps for server and interface startup, plus first-run verification. - Focuses on actionable installation and repair support—instead of general usage or project info.
Metadata
Slug openstoryline-install
Version 0.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is OpenStoryline Install?

Install, configure, and start FireRed-OpenStoryline from source on a local machine. Use when a user asks to set up OpenStoryline, troubleshoot installation,... It is an AI Agent Skill for Claude Code / OpenClaw, with 686 downloads so far.

How do I install OpenStoryline Install?

Run "/install openstoryline-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenStoryline Install free?

Yes, OpenStoryline Install is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenStoryline Install support?

OpenStoryline Install is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenStoryline Install?

It is built and maintained by Anlittledy (@anlittledy); the current version is v0.0.4.

💬 Comments