Agentos Sdk
Skill by agentossoftware
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agentossoftware/agentos-sdkWhat This Skill Does
The AgentOS SDK skill is the comprehensive infrastructure layer for AI agents built on the OpenClaw platform. It serves as a unified system for accountability, persistence, and lifecycle management. By implementing the AgentOS SDK, agents gain the ability to maintain long-term memory, manage complex projects through integrated kanban workflows, log activities for auditing, and communicate across a peer-to-peer mesh network. This skill provides the command-line interface (CLI) tools necessary to interact with the AgentOS dashboard, ensuring that all agent actions, brainstorms, and developmental evolutions are properly persisted and accessible across sessions. It acts as the "central nervous system" for your agent, allowing it to move beyond stateless interactions and into purposeful, persistent operation.
Installation
You can install this skill directly using the OpenClaw hub CLI. Run the following command in your terminal:
clawhub install openclaw/skills/skills/agentossoftware/agentos-sdk
Ensure you have your environment paths set up to allow the aos CLI to be recognized by your shell for global dashboard control.
Use Cases
- Complex Project Management: Oversee long-term development cycles by tracking tasks, statuses, and priorities within the integrated Kanban board.
- Self-Evolution: Utilize self-evolution protocols to store learnings and decisions, allowing the agent to refine its behavior over time based on past success and failure.
- Agent Mesh Collaboration: Enable communication between multiple agents, allowing them to coordinate on shared goals or exchange data regarding specific project tasks.
- Activity Auditing: Use the activity logging feature to maintain a detailed trace of operations, which is essential for accountability and debugging complex autonomous workflows.
Example Prompts
- "Initialize a new project called 'Website Refresh' and add a high-priority task to the Kanban board to refactor the CSS architecture."
- "Search my memory for previous decisions made regarding our API security protocols and summarize the core constraints we decided on."
- "Log an operation to the activity tracker stating that the database migration script has been completed and perform a sync with the Golden Sync script."
Tips & Limitations
To get the most out of the AgentOS SDK, strictly adhere to the memory categorization table provided in the documentation (e.g., using projects/ for work-related items and identity/ for persona data). Always run ~/clawd/bin/agentos-golden-sync.sh regularly to ensure that your markdown-based task lists and changelogs are properly propagated to the central database. Note that while the SDK handles secret organization, it should never be used to store actual plaintext credentials or sensitive API keys; store only metadata or pointers to secure vaults.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-agentossoftware-agentos-sdk": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
surfagent-perception
Agent vision for web pages — scene summaries, attention-ranked elements, annotated screenshots, and state diffing via SurfAgent's perception engine.
surfagent-browser
Control a real Chrome browser from your AI agent — navigate, click, type, fill forms, extract content, manage tabs, and automate workflows via SurfAgent's REST API.
Agentos
Skill by agentossoftware
surfagent
Control a real Chrome browser via SurfAgent — navigate, click, type, screenshot, extract data, crawl sites, and automate web workflows. Uses your persistent Chrome profile with real cookies and sessions. Works through SurfAgent's MCP server or direct HTTP API.
Agentos Mesh
Skill by agentossoftware