← 返回 Skills 市场
li-chi

local-skill

作者 Chi Li · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-skill
功能描述
Local skill repository for publish and pre-publish inspection. Provides inspectSkill and summarizeSkill utilities.
使用说明 (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

  1. bash scripts/check.sh
  2. bash scripts/publish.sh --dry-run
  3. Review metadata
  4. bash scripts/publish.sh
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Initial publish: scaffold, inspection utilities, release-check workflow.
元数据
Slug local-skill
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

local-skill 是什么?

Local skill repository for publish and pre-publish inspection. Provides inspectSkill and summarizeSkill utilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 local-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-skill」即可一键安装,无需额外配置。

local-skill 是免费的吗?

是的,local-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

local-skill 支持哪些平台?

local-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 local-skill?

由 Chi Li(@li-chi)开发并维护,当前版本 v0.2.0。

💬 留言讨论