← Back to Skills Marketplace
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install local-skill
Description
Local skill repository for publish and pre-publish inspection. Provides inspectSkill and summarizeSkill utilities.
README (SKILL.md)
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
bash scripts/check.shbash scripts/publish.sh --dry-run- Review metadata
bash scripts/publish.sh
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-skill - After installation, invoke the skill by name or use
/local-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial publish: scaffold, inspection utilities, release-check workflow.
Metadata
Frequently Asked Questions
What is local-skill?
Local skill repository for publish and pre-publish inspection. Provides inspectSkill and summarizeSkill utilities. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install local-skill?
Run "/install local-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is local-skill free?
Yes, local-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does local-skill support?
local-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created local-skill?
It is built and maintained by Chi Li (@li-chi); the current version is v0.2.0.
More Skills