Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

secondme-skill第二我技能

Agent Skill

secondme-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,303

周安装

139

GitHub Stars

公开资料未说明

下载量

1,156
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:secondme-skill(第二我技能)
来源仓库:https://github.com/neiljo-gy/secondme-skill
安装命令:
openclaw skills install secondme-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install secondme-skill

简介

secondme-skill 构建完整的 AI Second Me 管道,涵盖身份提取、知识库建设与模型微调。

  • 适用于创建个性化数字助理、训练专属语言模型或实现跨会话记忆延续。
  • 支持本地数据存储与联邦学习范式,保护用户隐私的同时提升定制化程度。
  • 涉及模型训练需消耗计算资源,建议在非高峰时段运行并监控 GPU 使用情况。
  • 最终模型输出可能存在偏差,应设置人工审核环节以确保内容合规与安全。

SKILL.md

name
secondme-skill
version
0.1.2
description
A complete pipeline to build your AI Second Me: distill your identity from personal data, grow a private knowledge base, train a local model, and govern what gets shared.
license
MIT
compatibility
OpenPersona/OpenClaw/Cursor, local-first with optional network interoperability.
allowed-tools
Read Write Edit Bash WebSearch
metadata
author
acnlabs

secondme-skill

secondme-skill is a complete pipeline for building your AI Second Me — distill your identity from owned data, grow a private knowledge base, train a local model that speaks like you, and govern what gets shared. Local-first, privacy-first, fully yours.

This is an orchestration skill package. It does not replace lower-level capabilities.

Source of truth

  • Persona source declaration: persona.json
  • Pipeline runtime state: state/pipeline-state.json
  • Product and governance spec: references/product-report.md
  • Generated runtime pack: generated/persona-secondme-skill/
  • Regeneration script: scripts/regenerate-pack.sh

Dependency chain

  • Foundation: openpersona -> persona pack creation and lifecycle baseline
  • Orchestration: secondme-skill -> workflow gates, state, and report contracts
  • Capability chain:

1. anyone-skill -> identity extraction and evidence grading 2. persona-knowledge -> data ingestion, deduplication, wiki/KG, versioned export 3. persona-model-trainer -> local training, evaluation, export, integration

Required execution policy

  • Use non-interactive generation and scripts where possible.
  • Keep local-first and least-privilege defaults.
  • Keep stage outputs auditable with version/hash references.
  • Treat persona-secondme-skill/ as generated output (read-only baseline).
  • When persona.json changes, regenerate the runtime pack before release.
  • Before publishing outside this repository, run scripts/publish-check.sh.
  • Preferred release check path: scripts/run-gates.sh (regenerate + sync + model gate + publish gate).

Stage contract

init

  • Validate toolchain and directories.
  • Initialize or load state/pipeline-state.json.

ingest

  • Ingest user-owned data with PII scanning.
  • Require explicit source authorization from user.

distill

  • Build structured persona extraction artifacts.
  • Ensure minimum persona input for OpenPersona is complete.

train

  • Route by hardware tier:

- Apple Silicon: mlx - NVIDIA: unsloth - No local GPU: colab

eval

  • Check thresholds:

- voice_score >= 3.5 - probe_score >= 0.8 - perplexity degradation <= 20% vs last viable version

integrate

  • Integrate model artifacts only when eval gate passes.
  • Require runtime pack persona model integration before marking stage pass.

report

  • Emit three reports under reports/data, reports/model, reports/deploy.
  • Keep report and deployment recommendation in blocked state if persona model gate fails.

Failure routing

  • Data gate fail -> return to ingest and request source expansion.
  • Train fail -> change backend or reduce model size.
  • Eval fail -> augment data or retune hyperparameters, then retrain.

Always update error_code, last_error, and retry_count in pipeline state before retry.

Human approval gates

Require explicit human approval for:

  • financial/legal commitments
  • account-changing write actions
  • external publishing/sharing of identity artifacts

Persona model gate

secondme requires trained persona model integration, not only host default model fallback.

Pass criteria:

  • generated/persona-secondme-skill/persona.json contains body.runtime.models.
  • body.runtime.models has at least one model entry.
  • scripts/check-model-integration.sh returns success.

If this gate fails, report must not be marked pass and deployment recommendation remains blocked.

Sync discipline

  1. Edit root persona.json and orchestration docs first.
  2. Run scripts/regenerate-pack.sh.
  3. Run scripts/check-sync.sh to validate root and generated pack alignment.
  4. Verify runtime pack path generated/persona-secondme-skill/ exists and updated.
  5. Only then produce release reports under reports/.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.2%
按下载量换算904

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills