agent-autonomy-primitives
Build long-running autonomous agent loops using ClawVault primitives (tasks, projects, memory types, templates, heartbeats). Use when setting up agent autonomy, creating task-driven execution loops, customizing primitive schemas, wiring heartbeat-based work queues, or teaching an agent to manage its own backlog. Also use when adapting primitives to an existing agent setup or designing multi-agent collaboration through shared vaults.
Why use this skill?
Transform your AI into a self-directing worker using OpenClaw autonomy primitives. Manage tasks, memory, and project loops for persistent agent workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/g9pedro/agent-autonomy-primitivesWhat This Skill Does
The agent-autonomy-primitives skill provides the foundational building blocks for turning static AI models into persistent, self-governing agents. It introduces a structured system for memory, task management, and project organization within a local vault architecture. By utilizing specific command-line interfaces for memory types, task lifecycles, and template schemas, agents can maintain state across long-running execution loops, track dependencies, and manage their own professional backlog.
Installation
To install this skill, use the ClawHub CLI command:
clawhub install openclaw/skills/skills/g9pedro/agent-autonomy-primitives
Ensure you have initialized your vault first with clawvault init to ensure the directory structure for tasks, projects, and memory is correctly mapped to your local environment.
Use Cases
- Autonomous Task Execution: Enable your agent to monitor a
tasks/directory, pull work, and update status fields (open to done) automatically. - Long-term Context Retention: Use typed memory (e.g.,
decisionorlesson) to allow the agent to refer back to previous technical trade-offs or team preferences, preventing repetitive mistakes. - Multi-Agent Collaboration: Use project grouping to shard work across different agents, where each agent acts as a sub-worker for a specific project tag.
- Self-Correction Loops: Use heartbeat loops combined with task updates to monitor for stuck processes or missed deadlines, triggering re-prioritization workflows.
Example Prompts
- "I am assigning you a new task. Create a task file for 'Refactor Database Schema' with a high priority and set the project as 'Infrastructure-Upgrade'."
- "Look through the project 'Backend-Refactor' and update all task statuses based on the last session's logs, then summarize any new lessons learned."
- "Start a heartbeat loop to check the 'tasks/' folder every 30 minutes; if you see any task marked 'blocked', notify me immediately."
Tips & Limitations
- Consistent Typing: The power of this skill relies on accurate memory typing. Don't dump everything into
inbox/; usedecisionandlessontypes to ensure the agent's RAG retrieval is efficient. - Status Flow: Always follow the defined status flow (open -> in-progress -> done) to ensure your dashboards remain accurate.
- Schema Customization: If your specific workflow requires extra fields (e.g., 'cost-estimate' or 'approver-name'), edit the YAML templates in the
templates/folder to ensure the agent strictly adheres to your custom schema. - Limitation: The agent requires read/write access to your vault; ensure you have appropriate backups or version control (e.g., git) enabled on the vault folder to track changes made by the autonomous agent.
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-g9pedro-agent-autonomy-primitives": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Clawvault
Skill by g9pedro
loom-workflow
AI-native workflow analyzer for Loom recordings. Breaks down recorded business processes into structured, automatable workflows. Use when: - Analyzing Loom videos to understand workflows - Extracting steps, tools, and decision points from screen recordings - Generating Lobster workflow files from video walkthroughs - Identifying ambiguities and human intervention points in processes
pdauth
Dynamic OAuth for AI agents via Pipedream. Generate OAuth links for 2500+ APIs, let users authorize, then call MCP tools on their behalf.
agent-memory-templates
Production-tested memory templates for AI agents. Includes SOUL.md personality templates, memory checkpoint patterns, observational memory configs, and 100 power prompts. From the creators of ClawVault.
linkedin-pipedream
Post to LinkedIn, comment, like, search organizations, and manage profiles via Pipedream OAuth integration.