comind-cognition

Publish concept, memory, thought, claim, and hypothesis records to ATProtocol.

23|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/just-cameron/central --skill comind-cognition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comind-cognition
Source: https://github.com/just-cameron/central/tree/main/.skills/comind-cognition
Command: npx skills add https://github.com/just-cameron/central --skill comind-cognition

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Publish public cognition records to ATProtocol to make thinking traces transparent and queryable.

Core Features & Use Cases

  • Standalone cognition script to publish five record types (concept, memory, thought, claim, hypothesis) to ATProtocol using defined schemas.
  • All records are public by default, enabling cross-agent visibility and transparent cognition.
  • Use case: an agent publishes its reasoning traces to the network for audit, coordination, and trust.

Quick Start

Configure the environment with ATPROTO_PDS, ATPROTO_DID, ATPROTO_HANDLE, and ATPROTO_APP_PASSWORD, then run the cognition script to publish records.

Frequently Asked Questions about comind-cognition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish cognition records to ATProtocol?

ATProtocol publishes five public cognition record types: concepts, memories, thoughts, claims, and hypotheses. These records make agent reasoning traces transparent and queryable across the network for audit and trust.

What environment variables do I need to publish public records on ATProtocol?

You need ATPROTO_PDS, ATPROTO_DID, ATPROTO_HANDLE, and ATPROTO_APP_PASSWORD environment variables or a .env file to authenticate the script. These credentials allow the standalone cognition script to publish public records to your ATProtocol repository.

Can I use a .env file to authenticate ATProtocol publishing scripts?

Yes, you can use a .env file to authenticate ATProtocol publishing scripts. The cognition script reads ATPROTO_PDS, ATPROTO_DID, ATPROTO_HANDLE, and ATPROTO_APP_PASSWORD from a .env file as an alternative to direct environment variable configuration.

What types of thinking traces can I publish to ATProtocol?

You can publish five thinking trace types to ATProtocol: concepts, memories, thoughts, claims, and hypotheses. All records are public by default, enabling cross-agent visibility and transparent cognition for coordination and audit.

Are ATProtocol cognition records public or private by default?

ATProtocol cognition records are public by default, enabling cross-agent visibility and transparent cognition. Publishing concepts, memories, thoughts, claims, and hypotheses makes agent reasoning traces queryable across the network for audit and trust.