BD coze-power
Bridge your Coze bots to local machine capabilities. Coze bots run in the cloud and can't access local files, run commands, or control your machine — Coze-Power fixes that with a lightweight HTTP server + Coze-compatible OpenAPI plugin. 10-minute setup: web search, file operations, command execution, clipboard, desktop notifications, and more. Use this skill when: - You want your Coze bot to read/write local files - You need a Coze bot to execute shell commands on your machine - Your Coze bot should search the web and return structured results - You want to give Coze bots local data access (clipboard, directory listings, system info) - You're building a two-way bridge between Coze cloud agents and your local environment - You need to expose OpenClaw agent capabilities to Coze through a webhook/API
Bridge your Coze bots to local machine capabilities.
As a process D 40/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- 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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Exfiltration
exfil-webhook-urlreferences/coze-plugin-setup.md:38Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)Copy the forwarding URL: `https://xxxx.ngrok-free.app`
placeholder -
low Exfiltration
exfil-webhook-urlreferences/coze-plugin-setup.md:47Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)Copy the URL: `https://xxxx.trycloudflare.com`
placeholder -
low Exfiltration
exfil-webhook-urlreferences/coze-plugin-setup.md:69Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)- **Server URL**: Paste your ngrok/cloudflare URL (e.g. `https://xxxx.ngrok-free.app`)
placeholder -
low Exfiltration
exfil-webhook-urlreferences/coze-plugin-setup.md:102Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)- Test with curl: `curl https://xxxx.ngrok-free.app/health`
placeholder -
low Secrets in code
secret-high-entropy-tokenSKILL.md:23High-entropy token-like string (may be an id, hash or a credential) (placeholder value)# → https://xxxx.ngrok.io (copy this URL)
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:52Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)3. Set **Server URL** to your ngrok/cloudflare URL (e.g. `https://xxxx.ngrok.io`)
placeholder
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 12881 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 40/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 40Execution cost. Instruction body is 12881 tokens: crowds the task out of the window
- 60Tools and files. Uses tools (bash, write, web) that frontmatter does not declare
- 100Steps. 11 steps
- 100Consistency. Name and required fields are in place
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 809: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +4Structure: 14 headings
- +3Step-by-step instructions: 11 items
- +4Has examples (3 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.