
Client Admin
- Updated June 19, 2026
- Palisades-Labs/marketplace-admin
client-admin is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
Key points
- client-admin
- AI & Agent Building
- AI-coding skill
Client Admin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Palisades-Labs/marketplace-admin/plugin install client-admin@palisades-adminAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 19, 2026 |
|---|---|
| Repository | Palisades-Labs/marketplace-admin ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Last Edited: 2026-04-21
plugin-client-admin
Palisades-Labs admin-only plugin. Consultant/admin-side skills for managing client Claude Code harness engagements.
Skills
/client-admin:manage-credentials— encrypt and push a client'scredentials.env.ageto their per-client harness repo. Admin provides the passphrase from their own password manager./client-admin:generate-installer— emit the decrypt-only bootstrap one-liner for admin to distribute to employees.
Not distributed to employees
This plugin is installed only on consultant / client-admin machines via the Palisades-Labs/marketplace-admin marketplace. It is NOT included in per-client marketplace catalogs, so client employees never see these skills in their Claude Code session.
Installation
Consultants (and, for self-service clients, admins) add this plugin via the admin marketplace in Claude Desktop:
/plugin marketplace add Palisades-Labs/marketplace-admin
/plugin install client-admin@palisades-admin
Repo structure
.claude-plugin/plugin.json # plugin manifest
skills/
├── manage-credentials/
│ └── SKILL.md
└── generate-installer/
└── SKILL.md
Dependencies
age— install viabrew install age(Mac) orwinget install FiloSottile.age(Windows)git,gh(for consultant/admin use)GITHUB_TOKENwith write access to target client harness repo
Related repos
Palisades-Labs/marketplace-admin— marketplace catalog that lists this pluginPalisades-Labs/plugin-tools— separate plugin for employee-facing tools<client-org>/claude-harness— per-client marketplace + workflow plugin + credentials (one per client)