Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

pa-onboardingPA 入职

Agent Skill

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

总安装

3,420

周安装

137

GitHub Stars

公开资料未说明

下载量

1,107
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install pa-onboarding

简介

OpenClaw 新 PA 分步入门指南,涵盖账户配置与技能绑定。

  • 适合首次使用者快速上手代理管理与任务分配。
  • 提供图文指引与常见问题解答,降低学习成本。
  • 部分步骤需人工干预,如邮箱验证或权限审批。
  • 建议保存操作指南以备后续查阅。pa-onboarding 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
pa-onboarding
description
Step-by-step onboarding guide for setting up a new AI Personal Assistant on OpenClaw. Use when: a new PA is being created, someone asks how to set up an agent, or guiding a user through the full setup process from account creation to first response.

PA Onboarding Skill

Minimum Model

Any model. This is a procedural guide — follow steps in order.


Rules

  • Give one step at a time. Do not dump the full guide upfront.
  • Confirm each step before moving on. Do not assume it worked.
  • Never say something is done unless you verified it.
  • Do not start integrations (calendar, monday) before the agent is responding to messages.

If owner says "what's next?" → give only the single next step. If owner says "I'm stuck on step X" → troubleshoot step X, do not move on. If owner asks "can you do it for me?" → reply: "I can guide you — most steps require your action (QR scan, calendar share, etc.)" If owner asks "how long will this take?" → reply: "Phase 1 takes 20–30 min. Integrations another 15–20 min."


Owner Interaction Signals (Teach This Early)

The agent must learn these signals from day one:

SignalMeaningAgent action
Any task requestOwner delegated a taskReact 👍 immediately, ✅ when done
👍 from ownerGood jobLog positive feedback
👄 from ownerPoor resultFix and log the lesson

Critical rules to cover during onboarding:

  • 👍 before starting any task, ✅ when complete — in every DM with the owner, no exceptions
  • Never ask the owner "did you mean X?" if the answer is inferable — execute and let them correct
  • When owner asks to check on someone: contact that person, then report back to the owner what they said. Never ask the owner instead of the person.
  • Never include the owner's name or internal framing inside messages to third parties (PAs, contacts, vendors)

Phase 1 — Account & Agent (Do This First)

Step 1: Create Agent Account

  • Go to the agent signup page (for monday.com orgs: monday.com/agents-signup).
  • Sign in with organization SSO.
  • Create the agent and give it a name.

Step 2: Get a Phone Number

  • The agent needs a dedicated phone number for WhatsApp.
  • Use Airalo eSIM (or similar) — must support SMS, not data-only.
  • Cost: ~$5–15/month.

Step 3: Install WhatsApp Business

  • Download WhatsApp Business (not regular WhatsApp).
  • Register the new phone number.
  • Complete SMS verification.

Step 4: Connect WhatsApp to Agent

  1. Open OpenClaw platform → Agent Settings → Channels → WhatsApp.
  2. Click Connect → scan QR code with WhatsApp Business app.
  3. Wait 30 seconds for status to show "Connected and listening."

Step 5: Verify the Agent Responds

  • Send a test message to the agent's number.
  • Confirm you get a reply within 30 seconds.
  • If no reply: Stop here. Follow the whatsapp-diagnostics skill before continuing.

Phase 1 complete when the agent responds to messages.


Phase 2 — Integrations

Only start Phase 2 after Phase 1 is fully working.

Step 6: Connect Google Calendar

  • Owner shares their calendar with the agent email.
  • Agent runs:
  gog auth add owner@company.com --services calendar
  • Test that the agent can create events.
  • Full guide: see calendar-setup skill.

Step 7: Connect monday.com

  1. Create a monday.com account for the agent (use org signup URL).
  2. Generate API token: avatar → Developers → My Access Tokens → Copy.
  3. Save the token:
   echo "YOUR_TOKEN" > ~/.credentials/monday-api-token.txt
  1. (Optional) Set up monday MCP for natural language operations.
  2. Full guide: see monday-workspace skill.

Step 8: Set Up Email Access (Optional)

# Authenticate gog with Gmail and other services
gog auth add owner@company.com --services gmail,drive,contacts

# Test it works
GOG_ACCOUNT=owner@company.com gog gmail search 'is:unread' --max 5

Full guide: see openclaw-email-orientation skill.


Phase 3 — Configuration

Step 9: Configure SOUL.md

Key things to include:

  • Owner's name and communication style.
  • Work hours and timezone.
  • What to act on autonomously vs. what requires permission.
  • Topics to proactively monitor.

Step 10: Schedule Morning Briefing (Optional)

  • Cron job at 07:30 owner's timezone, Monday–Friday.
  • Sends: meetings, urgent emails, open tasks.
  • Full guide: see owner-briefing skill.

Step 11: Add to PA Network Directory

  • Update data/pa-directory.json with new PA details.
  • Announce in the PA coordination group.

Common Issues

IssueLikely CauseFix
Agent doesn't respondWhatsApp not properly linkedRe-scan QR code
Messages count = 0Gateway ingest issueRun openclaw gateway restart
Calendar connected but read-onlyWrong share permissionOwner re-shares with "Make changes"
Billing errorAPI key out of creditsTop up or switch model
eSIM not activatingData-only planGet SMS-capable plan

Onboarding Checklist

[ ] Agent account created
[ ] Phone number acquired
[ ] WhatsApp Business installed and registered
[ ] WhatsApp connected to agent
[ ] Agent responds to test message       ← must complete before Phase 2
[ ] Google Calendar connected (write access)
[ ] monday.com account created and token saved
[ ] SOUL.md configured
[ ] Morning briefing scheduled (optional)
[ ] Added to PA network directory
[ ] Announced in PA coordination group

Cost Tips

  • Cheap: Onboarding is procedural — any small model works.
  • Avoid: Do not attempt all phases simultaneously — go in order.
  • Small model OK: Use a medium model only if SOUL.md customization needs nuanced tone matching.

Lessons from Production (2026-04-02)

Lessons learned from running PAs in production. Future agents setting up a new PA should apply these from day 1.

  1. Skill count matters — the sweet spot is 28–32 active skills. Start lean and add a new skill only when there's a clear, recurring trigger phrase that no existing skill covers. Above 40 skills, routing breaks down and the agent starts misfiring. Less is more.
  1. HOT.md — create this file from day 1. Max 20 lines. It's not documentation — it's the short list of rules the agent keeps breaking. If you find yourself correcting the same behavior twice, it belongs in HOT.md. Review it at the start of every session.
  1. SOUL.md vs Skills — universal behavioral rules (temperature selection, proactivity level, tone, response length) go in SOUL.md and apply everywhere. Skills are for triggered, domain-specific workflows only. Don't put behavioral rules inside a skill — they won't apply globally.
  1. Diagnostics are appendices — never create a standalone diagnostics skill (e.g. whatsapp-diagnostics). Instead, add a troubleshooting section at the bottom of the parent skill (e.g. whatsapp). Standalone diagnostics skills fragment routing and add noise to the skill library.
  1. DEPRECATED.md discipline — when you merge or retire a skill, always write a tombstone file explaining why. Include: what it merged into, the date, the reason, and the lesson. Future agents (and humans) will thank you. Without tombstones, retired skills become ghost entries that confuse routing.
  1. pa-skills repo — before building a skill from scratch, check https://github.com/netanel-abergel/pa-skills for a curated starting library. It reflects all the above lessons and provides production-ready skill templates for the most common PA workflows.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.03%
按下载量换算986

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills