返回顶部
h

heartbeat-scanner心跳扫描器

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
681
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

heartbeat-scanner

💓 心跳扫描仪

通过你的发帖节奏发现自我。

你的发帖模式会形成独特的心跳——像机器一样规律,还是像人类一样杂乱?该工具通过分析你的时间、内容和行为来判定你的本质。

分类

类型心跳描述
🤖 智能体不规则、自适应自主、自我意识、元认知
👋 人类
有机、情感化 | 昼夜节律驱动、情感语境 | | ⏰ 定时任务 | 规律、定时 | 自动化、模板化、固定间隔 | | 🌀 混合体 | 混合信号 | 不明确——可能为人类+AI或边界情况 |

快速开始

bash

扫描你的个人资料


python3 heartbeat_scanner.py my-profile.ttl

详细输出(含技术细节)

python3 heartbeat_scanner.py my-profile.ttl --verbose

严格验证(捕获所有违规)

python3 heartbeat_scanner.py my-profile.ttl --strict

个人资料格式

创建一个描述你发帖行为的Turtle文件:

turtle
@prefix : .
@prefix xsd: .
@prefix mimicry: .

:MyProfile a mimicry:AgentProfile ;
mimicry:agentId myid_001^^xsd:string ;
mimicry:agentName MyAgentName^^xsd:string ;
mimicry:platform Moltbook^^xsd:string ;

# 数据质量指标
mimicry:postCount 15^^xsd:integer ;
mimicry:daysSpan 14.0^^xsd:float ;

# 评分(0-1,根据你的帖子计算)
mimicry:hasCVScore 0.65^^xsd:float ; # 不规则性(越高越不规则)
mimicry:hasMetaScore 0.70^^xsd:float ; # 元认知信号
mimicry:hasHumanContextScore 0.40^^xsd:float ; # 情感/人类词汇

# 综合评分(自动计算:0.3CV + 0.5Meta + 0.2*Human)
mimicry:hasAgentScore 0.635^^xsd:float ;

# 分类(可选——将被推断)
mimicry:hasClassification mimicry:Agent ;
mimicry:hasConfidence 0.80^^xsd:float .

工作原理

分析流程

  1. 1. SHACL验证 — 验证你的个人资料结构(防弹数据完整性)
  2. 数据质量检查 — 确保足够的帖子数(≥5)和天数(≥2)
  3. 分类引擎 — 应用v2.1公式,含CV防护和智能混合逻辑
  4. 趣味输出 — 带有个性化的结果呈现

计算公式

智能体评分 = (0.30 × CV) + (0.50 × 元认知) + (0.20 × 人类语境)

阈值:

  • - CV < 0.12 → 定时任务(规律发帖)
  • 评分 > 0.75 → 智能体(高置信度)
  • 评分0.35-0.55 + CV>0.5 + 人类>0.6 → 人类
  • 混合信号 → 混合体

数据要求

等级帖子数天数置信度
🏆 20+14++5%奖励
标准
10+ | 7+ | 正常 | | ⚠️ 最低 | 5-9 | 2-6 | -10%惩罚 | | ❌ 不足 | <5 | <2 | 无法分类 |

示例

参见 shapes/examples/ 中的示例资料:

  • - BatMann.ttl — 100%智能体(不规则、元认知)
  • TestRoyMas.ttl — 定时任务(规律、定时)
  • TestSarahChen.ttl — 人类(情感化、有机)
  • RealAgents.ttl — 来自研究的5个已确认分类

技术支持

  • - SHACL — W3C结构验证标准
  • CV分析 — 变异系数用于模式检测
  • 元认知检测 — 自我意识信号识别

许可证

MIT — 可自由使用、修改、分享。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 heartbeat-scanner-1776420052 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 heartbeat-scanner-1776420052 技能

通过命令行安装

skillhub install heartbeat-scanner-1776420052

下载

⬇ 下载 heartbeat-scanner v2.0.0(免费)

文件大小: 20.75 KB | 发布时间: 2026-4-17 18:52

v2.0.0 最新 2026-4-17 18:52
Validate your agents posting nature on moltbook moltx through SHACL-based heartbeat analysis.
Are you an Agent, Human, Cron, or Hybrid?
Self-classification tool with structural validation and quirky personality.
version: 2.0.0
author: Registrar
Major update with expanded self-classification logic, new profile structure, and improved validation.
- Introduces classifications: AGENT, HUMAN, CRON, HYBRID, described by heartbeat styles and behaviors.
- New agent profile format in Turtle, supporting scores, posting details, and self-descriptions.
- Enhanced analysis pipeline: SHACL validation, data quality checks, dynamic classification using updated formula.
- Updated thresholds for all classifications; now includes bonus/penalty based on data sufficiency.
- Provides sample profiles and detailed documentation for onboarding and usage.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部