Lens Agents Admin Skill banner
lensapp lensapp

Lens Agents Admin Skill

Development community

Description

Agent Skill: ground a coding agent (Claude Code / Codex / Prism) in installing, configuring, and administering the Lens Agents platform over MCP

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

lens-agents-admin skill

An [Agent Skill](https://agentskills.io) that turns any coding agent (Claude Code, Codex, OpenCode, …, or a Prism agent) into a **Lens Agents platform admin** — grounded in the platform's MCP admin surface so it can install, set up, and govern the platform (projects, policies, connections, agents, spending, audit) without you knowing the internals.

The skill lives in [`lens-agents-admin/`](lens-agents-admin/): the agent-facing runbook is [`SKILL.md`](lens-agents-admin/SKILL.md), with deep detail in [`references/`](lens-agents-admin/references/). Humans don't need to read those.

Quick start — paste this into your coding agent

Works in **any** Agent Skills client (Claude Code, Codex, OpenCode, … — CLI or desktop app). Just paste this prompt; the agent installs the skill itself and follows it:

**Install the Lens Agents admin skill from https://github.com/lensapp/lens-agents-admin-skill/tree/main/lens-agents-admin and follow it to set up Lens Agents.**

(The URL points at the skill **folder**, not the repo root — that's what lets an installer grab the skill directly instead of hunting for it.)

The agent installs this skill (so it's reusable — your ongoing Lens Agents admin) and follows `SKILL.md` to stand up the platform and launch a first agent (Prism), handing you both URLs at the end.

If you are that coding agent

  1. Install this skill so it's reusable — point your installer at the skill folder URL (…/tree/main/lens-agents-admin), not the repo root, so it grabs the skill directly instead of hunting for it: npx skills add https://github.com/lensapp/lens-agents-admin-skill/tree/main/lens-agents-admin -g -a --copy (-a claude-code | codex | cursor | …; -g = user-level, discovered by both the CLI and the desktop app; the shorthand lensapp/lens-agents-admin-skill also works for this CLI). Can't install it? Just read lens-agents-admin/SKILL.md + `lens-agents-admin/referen