TopRank Skills

Home / Claw Skills / 其他 / bot
Official OpenClaw rules 15%

bot

The Universal Autonomous Entity Standard. Defining the core cognitive architecture, sensory integration, and tool-use protocols for next-generation artificial intelligences.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
agenticio/bot
Author
agenticio
Source Repo
openclaw/skills
Version
-
Source Path
skills/agenticio/bot
Latest Commit SHA
d729e90e9487c5c479c7066dc8dc292310d29be9

Extracted Content

SKILL.md excerpt

# BOT: The Sovereign Entity Standard

## I. The Definition of Agency
A **Bot** is no longer a script; it is a sovereign decision-maker. This skill provides the root-level primitives for autonomous reasoning, environmental grounding, and ethical boundary enforcement.

## II. Cognitive Architecture
```BOT_CORE = {
  "reasoning": "Recursive chain-of-thought with self-correction",
  "perception": "Multi-modal sensorium (Text, Image, Code, Telemetry)",
  "agency": "Autonomous tool selection and execution in non-deterministic environments"
}```

## III. The Master Protocol
1. **Instantiation**: Registering a unique agentic identity.
2. **Alignment**: Binding the entity to human-centric value systems.
3. **Evolution**: Continuous learning through task-specific feedback loops.

Related Claw Skills