Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

personal-agent-network个人 Agent 网络

Agent Skill

personal-agent-network 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,005

周安装

162

GitHub Stars

公开资料未说明

下载量

1,257
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:personal-agent-network(个人 Agent 网络)
来源仓库:https://github.com/madhavuf/personal-agent-network
安装命令:
openclaw skills install personal-agent-network
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install personal-agent-network

简介

个人代理网络用于查找、检索和筛选相关信息,适合在 OpenClaw 中根据关键词或任务场景快速定位候选结果。

  • 适用于需要通过网络关系、授权清单和信任机制建立代理协作的研究与检索任务。
  • 通过关键词触发,自动匹配来源仓库中的线索并返回结构化结果。
  • 安装命令为 openclaw skills install personal-agent-network,需确认权限范围和维护状态。
  • 使用前建议检查是否会触发联网、文件读写或外部 API 调用。

SKILL.md

name
personal-agent-network
description
Design patterns for personal agents coordinating like executive assistants—delegation manifests, relationship handshakes, commitment tiers, trust, and OpenClaw ACP mapping.
metadata

Personal Agent Network (EA-style A2A)

Security & scope (read first)

This skill is documentation and design patterns only. It does not require installing binaries, credentials, or writing to disk.

  • Agents must not run shell commands, clawhub, or file paths on behalf of the user unless the user explicitly asks and your deployment allows exec.
  • Humans who maintain this skill publish updates using the ClawHub CLI in their own terminal; that is outside normal agent tool use.

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.

Mental model

  • Principal = the human. Agent = software acting under delegated authority, not a faceless API.
  • Discovery is not “find any LLM”—it is find an agent whose principal has authorized the right delegation for this relationship.
  • Relationship before negotiation: agents introduce purpose, exchange delegation manifests, and humans approve asymmetries before routine coordination.

Core artifacts

1. Delegation manifest (machine-readable, human-signed intent)

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.

2. Relationship contract (pairwise)

After introduction and manifest exchange, store a bilateral agreement:

  • Parties (two principals / agents).
  • Purpose (e.g. “scheduling for project X”).
  • Mutual constraints (hours, channels, max meeting length, cancellation rules).
  • Revocation — either principal can end it.

Keep it as a small file or ledger entry both sides mirror.

3. Commitment tiers

When one agent speaks to another, classify the utterance:

TierMeaningTypical requirement
T1 InformationalFacts, availability hintsManifest present
T2 Tentative“I can try to hold…”Scope allows
T3 Firm“We agree on 3pm”Within limits + relationship active
T4 BindingMoney/legal/vendorExplicit human approval on this action

Never present T3/T4 language if the manifest forbids it.

4. Trust / reputation (lightweight)

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.

Protocol interoperability

When stacks differ (OpenClaw vs other frameworks):

  1. Advertise supported profiles (e.g. “OpenClaw ACP + JSON manifest exchange”).
  2. Negotiate a shared outer format (JSON message + manifest attachments).
  3. Prefer a thin lingua franca over forcing one stack’s internals.

OpenClaw-native mapping (conceptual):

  • Identity / gateway auth → root trust for this agent.
  • sessions_send, sessions_spawn, session logs → coordination and audit primitives.
  • New product work might add: manifest types, relationship records, commitment events.

Semantic “capabilities” for personal agents

Avoid vague labels (“legal help”). Prefer task-shaped descriptions the principal approved:

  • Jurisdiction, deliverable type, SLA, volume, escalation path.

Match delegated scope + relationship purpose, not raw model benchmarks.

Escalation hierarchy (always explicit)

  1. Human — final authority; sensitive or out-of-scope.
  2. Agent — routine, in-manifest, known relationship.
  3. Reject / clarify — ambiguous capability, missing trust, or scope mismatch.

When to load this skill

  • User asks about agent-to-agent, two personal assistants, delegation, trust between agents, or listing a skill on ClawHub for this domain (answer conceptually; do not run clawhub unless the user requests a terminal command and policy allows it).
  • User wants to design manifests, handshakes, or commitment tiers—not only marketplace listings.

Publishing & registry (humans only)

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.

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.83%
按下载量换算953

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install personal-agent-network 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills