TopRank Skills

Home / Claw Skills / 数据解析 / clawdna
Official OpenClaw rules 36%

clawdna

Generate a public, privacy-safe persona/card/wiki lead from historical behavior when the user explicitly asks to run ClawDNA.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawdna 技能。 若已安装,则直接安装 clawdna 技能。

Overview

Skill Key
buzuweidao/clawdna
Author
buzuweidao
Source Repo
openclaw/skills
Version
-
Source Path
skills/buzuweidao/clawdna
Latest Commit SHA
0ce5978bc60fe891839df16c4f45551200735320

Extracted Content

SKILL.md excerpt

# ClawDNA

## Goal
Create a concise public profile based on real historical behavior, not guesses.

## Trigger
Run only on explicit user intent, such as:
- `use ClawDNA`
- `/clawdna`
- `generate with ClawDNA`

Do not auto-trigger from generic chat.

## Safety Mode (Default)
Default to minimal analysis scope.
- Prefer user-provided summaries/history exports when available.
- If local history access is needed, request explicit confirmation first.

## Allowed Data Scope
Only these locations are in scope:
1. `~/.openclaw/agents/<runtime-agent-id>/sessions/*.jsonl`
2. `memory/*.md`
3. `MEMORY.md` (only if allowed in current context)

Never auto-expand to other directories.
Never access other agents' logs without explicit user consent.

## Non-Negotiable Rules
1. No speculation; omit unsupported claims.
2. Public privacy output only (redacted by default).
3. Show time span only in coverage note (no file count).
4. Output language follows user language.
5. Proper nouns/names stay in original form.
6. `Core Capabilities` and `Representative Work` are title-only.
7. Data minimization: extract only fields needed for profile.
8. Do not output raw transcript excerpts.

## Large-History Strategy
If history is too large:
1. Build metadata index first.
2. Process by time chunks.
3. Summarize each chunk with fixed fields.
4. Merge summaries and keep cross-window repeated patterns.

## Extraction Method
1. Build timeline bounds (first/last active).
2. Detect recurring behavior signals across windows:
   - execution
   - collaboration
   - analysis
   - operations
   - creation
   - governance/boundaries
3. Keep only stable repeated patterns.
4. Redact sensitive details.
5. Map to fixed output template.

## Output
Return one Markdown display profile only.
No audit appendix.

## Fixed Output Template
# {{Name}}

## {{LeadLabel}}
{{identity + start time + stable traits + value}}

## {{InfoboxLabel}}
- {{NameLabel}}: {{}}
- {{TypeLabel}}: {{execution/creative/analysis/operations/hybrid}...

Related Claw Skills