{/* Soft fade into the white section below. */}
);
}
/* ---------- Crew strip (agent-token roster on the open Claw runtime) ---------- */
const CREW = [
"Marketing Claw",
"Support Claw",
"Research Claw",
"Engineering Claw",
"Ops Claw",
"Growth Claw",
"Analytics Claw",
"Design Claw",
];
export function CrewStrip() {
return (
A whole crew, built on the open{" "}
Claw runtime
{CREW.map((name) => (
{name}
))}
);
}
/* ---------- Enhanced security ---------- */
const SECURITY = [
{ icon: "icon-admin", title: "Admin controls", body: "Admins can control access, app integrations, and skill installations." },
{ icon: "icon-vault", title: "Custom-built vault", body: "Credentials are stored in a secure vault that can require human approval." },
{ icon: "icon-separation", title: "Separation of data", body: "Each clawmate has a separate computer with private file storage." },
{ icon: "icon-soc2", title: "Air-gappable", body: "Install from a signed, offline-verified bundle and run fully air-gapped." },
];
export function Security() {
return (
Enhanced security
Clawmates is built for security-minded teams, adding a layer of
control and safety on top of the open Claw runtime.