โ† All skills
Tencent SkillHub ยท Productivity

CHIS/CHISF

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/chis-chisf.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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.

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

If Rate limit exceeded: retry after a few minutes. If command fails due to path mismatch: ensure you are checking with same --workdir and --dir skills used during install. 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.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/chis-chisf.sh Scripts
  • _meta.json Config