← 返回 Skills 市场
Pa Onboarding
作者
Netanel Abergel
· GitHub ↗
· v1.1.1
· MIT-0
114
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install pa-onboarding
功能描述
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 agen...
安全使用建议
This guide is close to what you'd expect for onboarding an AI PA, but review and tighten before installing or following it:
- Confirm required tools and permissions: the SKILL.md assumes presence of the 'gog' CLI, OpenClaw console access, ability to restart the gateway, and permission to edit data/pa-directory.json and create cron jobs. Verify these are available and document them in the registry entry.
- Fix the conflicting directives: the guide both requires confirming steps and tells the agent to execute inferred intents without asking. Decide on a strict confirmation policy (prefer explicit owner consent for actions that access accounts or contact people).
- Handle credentials securely: do not store API tokens in plaintext files without access controls. Use a secrets manager or at least restrictive file permissions, and document where credentials are stored and how they are rotated.
- Get explicit owner consent for contacting third parties and for autonomous actions, and enable auditing/logging of those operations.
- If you will let an agent act autonomously, restrict which actions it can perform until onboarding is validated.
If you need higher assurance, ask the publisher for a short manifest listing required binaries, exact CLI versions, and recommended secure storage/permission practices. If the publisher cannot provide that, treat the guide as informational only and perform sensitive steps manually.
功能分析
Type: OpenClaw Skill
Name: pa-onboarding
Version: 1.1.1
The skill bundle facilitates the onboarding of a personal assistant with broad access to sensitive data, including Gmail, Google Drive, and Calendar. It explicitly instructs the agent to store a monday.com API token in a plaintext file at `~/.credentials/monday-api-token.txt` (SKILL.md), which is a significant security vulnerability. While these high-privilege capabilities and shell-based credential management (using the `gog` utility) are aligned with the stated purpose, the lack of secure secret handling and the request for extensive OAuth scopes represent a high-risk profile.
能力评估
Purpose & Capability
The skill's steps (create agent, get phone number, install WhatsApp Business, connect channels, connect calendar/monday/email, configure SOUL.md) match its onboarding purpose. However, the metadata declares no required binaries, env vars, or config paths while the instructions assume the presence of CLIs and platform features (e.g., 'gog' CLI, OpenClaw platform console, ability to restart gateway, cron). The lack of declared prerequisites is an inconsistency that should be documented for users.
Instruction Scope
Most instructions stay within onboarding scope, but there are concerning or conflicting rules: SKILL.md says 'Confirm each step before moving on' but also includes 'Never ask the owner "did you mean X?" if the answer is inferable — execute and let them correct', which can encourage performing actions without explicit owner confirmation. The guide also instructs contacting third parties to 'check on someone' and returning their statements — expected for a PA but a privacy-sensitive action that requires explicit owner consent and audit logging. The skill also prescribes saving tokens and running CLI commands with minimal guidance on permission or secure handling.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself. This is the lowest-risk installation model. The runtime instructions assume external tools, but the registry provides no install mechanism.
Credentials
The guide requires service credentials in practice (Google/calendar auth, monday.com API token, Gmail access) and shows examples of storing tokens (e.g., plaintext file at ~/.credentials/monday-api-token.txt). The registry did not declare any required environment variables or credentials. Storing tokens in plaintext and relying on unlisted CLIs or account credentials is disproportionate unless documented and secured; this is a security hygiene concern rather than definite malware behavior.
Persistence & Privilege
The skill does not request always:true and does not modify other skills' configurations. It instructs creating files (credentials file, data/pa-directory.json) and scheduling a cron job (optional) — normal for onboarding but these actions require appropriate filesystem and repo permissions. No evidence of excessive privilege requests in the metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pa-onboarding - 安装完成后,直接呼叫该 Skill 的名称或使用
/pa-onboarding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
reactions rule, close-the-loop, reply-to rules; skill-master analytics hook; skill-analytics added
v1.1.0
Skill consolidation 2026-04-02: merged redundant skills, improved descriptions, added production lessons
v1.0.0
Initial release of the PA Onboarding skill.
- Provides a step-by-step, confirm-as-you-go guide for setting up a new AI Personal Assistant on OpenClaw.
- Divides onboarding into three phases: Account & Agent setup, Integrations, and Configuration.
- Outlines rules for guiding users, handling troubleshooting, and verifying each step before proceeding.
- Includes common issues and fixes, onboarding checklist, and cost tips.
- Designed to ensure that agents are fully tested and functional before integrating additional services.
元数据
常见问题
Pa Onboarding 是什么?
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 agen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Pa Onboarding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pa-onboarding」即可一键安装,无需额外配置。
Pa Onboarding 是免费的吗?
是的,Pa Onboarding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pa Onboarding 支持哪些平台?
Pa Onboarding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pa Onboarding?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.1.1。
推荐 Skills