login

Authenticate the Clawkeeper plugin via device-code flow or API key.

2|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/rad-security/claude-code-plugin --skill login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: login
Source: https://github.com/rad-security/claude-code-plugin/tree/main/plugins/clawkeeper-code/skills/login
Command: npx skills add https://github.com/rad-security/claude-code-plugin --skill login

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually linking Claude Code to Clawkeeper requires a secure authentication flow and configuration to enable real-time hooks. This Skill provides a structured login process to connect your account and install necessary hooks automatically.

Core Features & Use Cases

  • Interactive login using device-code flow to authenticate without a browser.
  • Headless login with --api-key for CI, fleet provisioning, and SSO-managed laptops.
  • Automatic installation of HTTP hooks into Claude settings and registration of the workstation for centralized visibility.

Quick Start

Login to Clawkeeper to link the plugin to your account using the interactive device-code flow or the headless API key method.

Frequently Asked Questions about login

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate Claude Code with Clawkeeper using a device-code flow?

Authenticate Claude Code with Clawkeeper interactively by running the login Skill without arguments, which triggers a device-code browser flow to securely link your clawkeeper.dev account. This installs HTTP hooks for real-time event tracking automatically.

Can I link the Clawkeeper plugin headless for CI pipelines or fleet provisioning?

Yes, you can link the Clawkeeper plugin headless for CI pipelines or fleet provisioning by passing the `--api-key <key>` argument to the login Skill, bypassing the interactive browser flow entirely while still installing necessary HTTP hooks.

What does the Clawkeeper login process install into my Claude Code settings?

The Clawkeeper login process installs HTTP hooks directly into your Claude Code settings and registers your workstation, enabling centralized visibility by sending real-time events to the Clawkeeper API upon successful authentication.

Does the Clawkeeper login Skill support SSO-managed laptops?

Yes, the Clawkeeper login Skill supports SSO-managed laptops by utilizing the headless `--api-key <key>` authentication method, allowing seamless provisioning without requiring an interactive device-code browser session.

Why do I need to install HTTP hooks when linking Claude Code to Clawkeeper?

Installing HTTP hooks when linking Claude Code to Clawkeeper is required to automatically send real-time events to the Clawkeeper API, providing centralized visibility and tracking for your authenticated workstation.