← Back to Skills Marketplace
netanel-abergel

Pa Onboarding

by Netanel Abergel · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
114
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install 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 agen...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pa-onboarding
  3. After installation, invoke the skill by name or use /pa-onboarding
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pa-onboarding
Version 1.1.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install Pa Onboarding?

Run "/install pa-onboarding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pa Onboarding free?

Yes, Pa Onboarding is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pa Onboarding support?

Pa Onboarding is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pa Onboarding?

It is built and maintained by Netanel Abergel (@netanel-abergel); the current version is v1.1.1.

💬 Comments