local-skill

v0.2.0

Local skill repository for publish and pre-publish inspection. Provides inspectSkill and summarizeSkill utilities.

0· 117·0 current·0 all-time
byChi Li@li-chi

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "local-skill" (li-chi/local-skill) from ClawHub.
Skill page: https://clawhub.ai/li-chi/local-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 local-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install local-skill
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided files: small utilities for inspecting/summarizing a local skill repository. No unexpected binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md and scripts only instruct local checks and dry-run publishing. Runtime instructions do not read unrelated system files, environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only). All shipped scripts are simple, local shell/node checks; nothing is downloaded or extracted from external URLs.
Credentials
No environment variables, credentials, or config paths are required. The small codebase only reads its own package.json and local source files, consistent with its purpose.
Persistence & Privilege
Skill is not marked always:true and requests no system-wide changes. It can be invoked autonomously (the platform default), but the code has no persistent or privileged behavior.
Assessment
The skill appears safe and coherent: it only runs local checks and returns simple metadata. Before installing, verify you trust the publisher (source/homepage are unknown) and confirm the package contents match what you expect; although the code is small and harmless, installing packages from unknown origins always carries some risk. Note: autonomous invocation is allowed by default on the platform — this is normal and not a concern here because the skill has no network/credential access.

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

latestvk974t4kvmsmseme8q0q3axah7584jd04
117downloads
0stars
1versions
Updated 2w ago
v0.2.0
MIT-0

local-skill

A skill for local inspection and release workflows before publishing.

Usage

const { inspectSkill, summarizeSkill } = require('./src');

inspectSkill();    // returns { name, version, status }
summarizeSkill();  // returns a human-readable summary string

Release checklist

  1. bash scripts/check.sh
  2. bash scripts/publish.sh --dry-run
  3. Review metadata
  4. bash scripts/publish.sh

Comments

Loading comments...