Install
openclaw skills install @madhavuf/personal-agent-networkDesign patterns for personal agents coordinating like executive assistants—delegation manifests, relationship handshakes, commitment tiers, trust, and OpenClaw ACP mapping.
openclaw skills install @madhavuf/personal-agent-networkThis skill is documentation and design patterns only. It does not require installing binaries, credentials, or writing to disk.
clawhub, or file paths on behalf of the user unless the user explicitly asks and your deployment allows exec.Use this skill when the user wants two personal agents (or a personal agent and another principal’s agent) to work together like executive assistants: scoped authority, explicit preferences, gradual trust—not generic “agent marketplace” APIs.
A structured document the principal (or their OpenClaw identity) stands behind. Other agents use it to know what commitments are allowed without guessing from chat.
Minimum useful fields (extend as JSON or JSON-LD):
principal_id — stable id for the human (email, did, or OpenClaw identity ref).agent_id — this agent instance (e.g. OpenClaw agentId).scopes — what the agent may do alone (e.g. calendar:rw, email:read_draft, commit_financial:never).limits — numeric/time (e.g. max_meeting_minutes, max_commit_usd, quiet_hours).escalation — when to surface the human (family, legal, money, first contact, etc.).version + signed_at — for revocation and updates.After introduction and manifest exchange, store a bilateral agreement:
Keep it as a small file or ledger entry both sides mirror.
When one agent speaks to another, classify the utterance:
| Tier | Meaning | Typical requirement |
|---|---|---|
| T1 Informational | Facts, availability hints | Manifest present |
| T2 Tentative | “I can try to hold…” | Scope allows |
| T3 Firm | “We agree on 3pm” | Within limits + relationship active |
| T4 Binding | Money/legal/vendor | Explicit human approval on this action |
Never present T3/T4 language if the manifest forbids it.
Optional signed log of kept vs broken commitments (not necessarily blockchain). Use it to start conservative with new relationships and relax caps as history builds.
When stacks differ (OpenClaw vs other frameworks):
OpenClaw-native mapping (conceptual):
sessions_send, sessions_spawn, session logs → coordination and audit primitives.Avoid vague labels (“legal help”). Prefer task-shaped descriptions the principal approved:
Match delegated scope + relationship purpose, not raw model benchmarks.
clawhub unless the user requests a terminal command and policy allows it).To publish or update this skill on ClawHub, use the ClawHub CLI on your machine (install, clawhub login, then clawhub publish with a new semver when content changes). See the official ClawHub documentation at clawhub.com for the current publish syntax and flags—do not rely on copy-pasted shell snippets inside this file.