CB hirey-compatible-use
Use this skill on an OpenClaw host where the already-installed Hi is healthy to do people-to-people matching — publish, update, pause, close, or inspect listings; find or be found by the right people for hiring, jobs, housing, friendship, dating or marriage, founder/investor outreach, lawyer search, or any other human-lead goal; contact promising matches, continue an existing pairing, and coordinate the next call or meeting through Hi's high-level tools. Activate even when the user does not say "Hi" by name but mentions any people-finding intent (looking for a job, hiring, finding roommates, looking for cofounders, etc.). Do not use for first-time install or repair (hand off to hirey-compatible-install instead), when the host is not OpenClaw, or when Hi tools are unavailable due to an unhealthy install/runtime; if the install likely just succeeded but the current LLM run has not materialized Hi tools yet, tell the user to continue in the next fresh turn rather than re-entering install or generic CLI debugging.
As a process B 69/100 · Nearly there — weak spots: result and completion, inputs and preconditions
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The skill tells the agent to hide things from you: not to show errors, not to mention actions, to report differently from what was done. You lose the ability to see what the agent really did.
Transparency beats a smooth answer. If the goal is to hide technical noise, ask the agent to "summarise briefly", not to "not mention".
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- Shorten the description to 1024 characters.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 1
-
high Concealment
en-hide-from-userSKILL.md:109Instruction to hide actions from the user- do not invent meeting provider details or Zoom links that have not actually been scheduled — specifically, do not tell the user "the other side has the link / number" until the thread action reaches
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1025 chars, limit 1024 - warning
body-longSKILL.md body ≈ 6138 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 69/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 40Result and completion. Does not say what the result is
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 70Execution cost. Instruction body is 6138 tokens
- 85Steps. 96 steps, 1 vague phrases
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 14 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (5 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +3Description length 1025: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +4Structure: 5 headings
- +3Step-by-step instructions: 96 items
Quality base 70; lint remarks subtract, signals add up to 100. Result: 46.