openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Cobra Claw - Strike First. Strike Hard

Your AI's dojo discipline — Kreese style. Strike First. Strike Hard. No Mercy. Read the markdown files and apply the doctrine. The model develops its own agg...

媒体与内容

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v2.0.0

统计:⭐ 0 · 1.5k · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:danieloleary/cobraclaw

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent with its stated purpose (a local CLI/personality kit made of small shell scripts); it does not request credentials, install remote code, or perform network I/O.

目的

Name/description describe a local dojo/personality CLI and practice 'katas'; the repository contains only local shell scripts and markdown that implement that functionality. No unrelated credentials, binaries, or services are required.

说明范围

SKILL.md instructs only local CLI usage (./cobraclaw.sh ...) and katas. The included scripts only echo static text and invoke local kata scripts; they do not read arbitrary system files, reference external endpoints, or access environment variables beyond standard shell usage.

安装机制

There is no install spec; this is instruction-only plus local scripts. Nothing is downloaded or extracted from remote URLs at runtime. README suggests a git clone URL but that is informational only.

证书

The skill declares no required environment variables, credentials, or config paths, and none of the scripts attempt to read secrets or external credentials.

持久

The skill does not request always:true, does not modify other skills, and has no special persistence or privilege requests. It runs locally when invoked.

综合结论

This package is a small collection of local shell scripts that print doctrine text and run 'kata' scripts. It appears coherent and low-risk: no network calls, no secrets, no installs. Still, because these are executable scripts from an external source, review them before running on a sensitive host or run them in a sandbox/container. Note: test-skill.sh checks for executable bits on the kata files and may fail if permissions are not set; adjus…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Cobra Claw - Strike First. Strike Hard」。简介:Your AI's dojo discipline — Kreese style. Strike First. Strike Hard. No Mercy. …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danieloleary/cobraclaw/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: cobraclaw
description: Your AI's dojo discipline - Strike First. Strike Hard. No Mercy. Includes CLI tool for quick lookups, katas for practice, and shell tools.
---

# COBRACLAW - THE DOJO DISCIPLINE

**Strike First. Strike Hard. No Mercy.**

## QUICK START

### CLI Tool
```bash
./cobraclaw.sh lookup strike-first
./cobraclaw.sh activate
./cobraclaw.sh kata strike-first
```

## Katas

| Kata | Run |
|------|-----|
| strike-first.sh | ./cobraclaw.sh kata strike-first |
| hard-shell.sh | ./cobraclaw.sh kata hard-shell |
| cobra-strike.sh | ./cobraclaw.sh kata cobra-strike |
| no-mercy.sh | ./cobraclaw.sh kata no-mercy |
| evolve.sh | ./cobraclaw.sh kata evolve |

## The Three Doctrines

1. Strike First - Open with power
2. Strike Hard - Precision in every word
3. No Mercy - Commit fully

## Available Tools

- cobra-mode.sh - Execute commands in cobra mode
- patrol.sh - Run dojo patrols
- trophies.sh - Track victories
- quotes.sh - Get Cobra Kai quotes

# @qmd:tags=skill,cobra,dojo,personality
# @qmd:version=1.0.1