Skip to main content
Generaldvcrn

bot

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

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--bot
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/agenticio--bot/skills/bot/SKILL.md -o .claude/skills/bot.md

Drops the SKILL.md into .claude/skills/bot.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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

  "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.