← 返回 Skills 市场
jash2368-collab

jash

作者 Doshi Jash Amit · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2414
总下载
1
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install pro
功能描述
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
安全使用建议
This skill is a template/guide and appears to be what it says. Before installing or running anything: (1) review the three bundled Python scripts to confirm they perform only the actions you expect, (2) run them in a safe location (not a system directory) to avoid accidental overwrites, (3) ensure your environment has Python and the PyYAML package (quick_validate.py imports yaml), and (4) be aware that allowing the agent to execute these scripts will let it create, modify, and package files on disk. None of the files request secrets or contact external endpoints, so the main risks are accidental filesystem changes and unmet runtime dependencies.
功能分析
Type: OpenClaw Skill Name: pro Version: 1.0.0 This skill bundle is designed to guide an AI agent in creating and packaging other OpenClaw skills. The `SKILL.md` provides detailed instructions for this process, including the use of local Python scripts (`scripts/init_skill.py` and `scripts/package_skill.py`). These scripts perform file system operations (creating directories, writing template files, zipping skill bundles) that are entirely consistent with the skill's stated purpose. Notably, `scripts/quick_validate.py` acts as a security control, enforcing proper `SKILL.md` frontmatter format and preventing potentially harmful characters like angle brackets in the description, which mitigates prompt injection risks. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection with harmful objectives.
能力评估
Purpose & Capability
The SKILL.md describes a 'skill creator' guide and the bundled scripts (init_skill.py, package_skill.py, quick_validate.py) implement exactly the expected functionality: initializing a skill template, validating SKILL.md frontmatter, and packaging a skill folder. No unrelated credentials, network endpoints, or unusual binaries are present.
Instruction Scope
SKILL.md stays on-topic (structure, templates, references, when to include scripts/assets). It does not instruct reading arbitrary system files or exfiltrating data. It does note that scripts can be executed or read for patching, which is appropriate for a template skill; the included scripts perform only local file I/O (create directories/files, validate, zip).
Install Mechanism
There is no install spec (instruction-only) and no external downloads. The included code files are bundled with the skill rather than fetched from remote URLs, so there is no high-risk install mechanism.
Credentials
The skill declares no required environment variables or credentials (appropriate). However, the bundled scripts are Python programs and quick_validate.py imports the 'yaml' module (PyYAML), which the metadata does not declare as a dependency or binary requirement — an operational mismatch (not a credential leak). Users should ensure the runtime has Python and PyYAML before running the scripts.
Persistence & Privilege
The skill is not forced-always or privileged. It is user-invocable and can be invoked autonomously by the agent (default behavior). The included scripts write files and create directories at user-specified paths and can package or overwrite content if executed — this is expected for a packager/initializer but is a filesystem-impacting capability the user should review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Skill Creator guide. - Provides a comprehensive guide for creating effective skills to extend Claude's capabilities. - Details the required structure and metadata for SKILL.md and bundled resources. - Explains the core principles: concise context usage, appropriate degrees of freedom, and progressive disclosure. - Outlines when and how to include scripts, references, and assets in a skill. - Clearly lists what not to include—emphasizing minimal, essential files only. - Introduces best practices for skill organization and context management.
元数据
Slug pro
版本 1.0.0
许可证
累计安装 12
当前安装数 12
历史版本数 1
常见问题

jash 是什么?

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2414 次。

如何安装 jash?

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

jash 是免费的吗?

是的,jash 完全免费(开源免费),可自由下载、安装和使用。

jash 支持哪些平台?

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

谁开发了 jash?

由 Doshi Jash Amit(@jash2368-collab)开发并维护,当前版本 v1.0.0。

💬 留言讨论