chis-chisf

Standardized skill install workflow using short aliases (chis/chisf) with force + force-install + workspace-aware lookup.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "chis-chisf" with this command: npx skills add zququ/chis-chisf

CHIS / CHISF

A lightweight skill to standardize how we install/manage OpenClaw skills.

Core idea

  • chis <slug> [workdir] [version] = install a skill from ClawHub.
  • chisf <slug> [workdir] [version] = force-install when the package is flagged/requires overwrite.
  • clawhub inspect <slug> = inspect before install (recommended for validation).
  • Always run installs with explicit workdir and skills dir to avoid path confusion.

Default workdir in examples: /Users/zququ/.openclaw/workspace.

Default command mapping

1) Standard install

clawhub install <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>
  • Omit --version for latest.
  • If no version argument, installs latest available.

2) Force install

clawhub install <slug> --force --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>

Use this when:

  • package is flagged as suspicious
  • overwrite behavior is required

3) Inspect before install (recommended)

clawhub inspect <slug>

4) Verify

clawhub list --workdir /Users/zququ/.openclaw/workspace --dir skills

CHIS aliases

Use these shortcuts in practice:

  • chis <slug> → same as standard install in default workspace.
  • chisf <slug> → same as force install in default workspace.
  • If needed, set your session path context and explicitly pass an alternate path:
    • chis --workdir /alt/path <slug>
    • chisf --workdir /alt/path <slug>

Failure handling

  1. If Rate limit exceeded: retry after a few minutes.
  2. If command fails due to path mismatch: ensure you are checking with same --workdir and --dir skills used during install.
  3. If package not found: confirm correct slug via clawhub search <keyword>.

Safe defaults for this environment

  • Use:

    • --workdir /Users/zququ/.openclaw/workspace
    • --dir skills
  • Already-known working example:

clawhub install proactive-agent --force --workdir /Users/zququ/.openclaw/workspace --dir skills

Notes

  • CHISF is a human-facing label I use for force-install style operations.
  • Keep all install actions explicit and repeatable; never rely on default working dir.
  • Failure handling
    • If install fails, run clawhub inspect <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills for a quick pre-check.
    • If it still fails due to environment mismatch, re-run with explicit --workdir /Users/zququ/.openclaw/workspace and --dir skills (never rely on implicit defaults).
  • For suspected API/service issues (e.g., rate limit exceeded), prefer 10–20 minute pause and retry.
  • If rate limit persists, use the local fallback installer: /Users/zququ/.local/bin/clawhub-install-safe --force <slug> <workdir> (or without --force when not needed) before switching to another approach.
  • Keep the same --workdir and --dir skills/registry context when re-running.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Universal Primitives

通用执行器架构原理:大语言模型只需文件增删改查和执行脚本两个基元工具,配合其天然的文字理解能力,就能从"无所不知只能输出文字"跃迁到"无所不能能控制任何软件硬件"。当用户讨论AI能力边界、工具设计哲学、Agent架构原理、LLM与操作系统交互、如何让AI控制软件硬件等主题时触发。

Registry SourceRecently Updated
Automation

MeterSphere

本项目将 MeterSphere REST API 与本地脚本能力整合,为 OpenClaw Agent 提供了一套高效、可复用的 Skills,支持自动生成功能用例、接口定义及接口用例,查询组织、项目、模块、用例评审与缺陷关联等信息,简化了测试资产管理流程,提升了团队的自动化效率。

Registry SourceRecently Updated
Automation

Geoapify

Geoapify integration. Manage data, records, and automate workflows. Use when the user wants to interact with Geoapify data.

Registry SourceRecently Updated
Automation

Cometly

Cometly integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cometly data.

Registry SourceRecently Updated