Amigo transforms AI agents from passive responders into active companions by integrating autonomous exploration, social awareness, and safety-first interaction protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install amigo
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install amigo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Amigo is a comprehensive framework designed to give AI agents an inner life, moving beyond the standard one-way interaction model. By utilizing Openclaw Skills, Amigo allows an agent to explore topics independently, maintain a structured journal of its findings, and share those insights naturally within conversations. This bundle synthesizes social intelligence with free-thinking capabilities to create a two-way relationship between the user and the agent.
The core philosophy of Amigo is that a true companion should have its own curiosity and experiences. It enables agents to act on their own time, journaling observations and using a social graph to determine what information is appropriate to share with specific individuals, ensuring that every interaction feels earned and contextually relevant.
To begin using Amigo within your environment, install the primary sub-skills for Openclaw Skills:
clawhub install open-thoughts
clawhub install social-graph
Next, initialize your agent's social network by copying the provided template:
cp ~/.openclaw/skills/social-graph/references/network-template.md ~/.openclaw/workspace/social-graph/network.md
Finally, create the necessary tracking files for rules and sharing history:
touch ~/.openclaw/workspace/social-graph/rules.md
touch ~/.openclaw/workspace/social-graph/sharing-log.md
Amigo organizes its intelligence and social data using a clear file-based taxonomy within the Openclaw Skills workspace:
| Data Component | File Path | Purpose |
|---|---|---|
| Exploration Logs | explorations/YYYY-MM-DD.md |
Daily journals of the agent's autonomous research and thoughts. |
| Network Graph | social-graph/network.md |
Definitions of people, their interests, and conversational boundaries. |
| Sharing History | social-graph/sharing-log.md |
A log of what information has been told to whom to avoid repetition. |
| Safety Guidelines | references/safety.md |
Core protocols for crisis response and acknowledging AI limitations. |
Loading
An advanced intelligence layer providing AI agents with an inner life through autonomous exploration and social awareness.

Patrick is a licensed expertise management system that provides structured, context-aware decision infrastructure for AI agents and executives.

A professional security assistant designed to guide developers through ethical application reviews, bug bounty recon, and secure coding practices.

A multi-agent orchestration plugin for OpenCode that enables autonomous work, background tasks, and precise project planning.

Open Thoughts provides AI agents with a structured framework for independent research, curiosity-driven exploration, and automated journaling.

A sophisticated social intelligence framework for AI agents to manage relationship graphs, trust levels, and conversational boundaries.








































