oc-token

View, regenerate, or set the ClawedBack web chat authentication token.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-token
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oc-token
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/oc-token
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-token

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token management for the ClawedBack web chat, reducing manual token handling and misconfigurations by enabling viewing, regenerating, or setting a token.

Core Features & Use Cases

  • View current token to verify access
  • Regenerate a new random token for security or rotation
  • Set a custom token when migrating or integrating with an external client

Quick Start

Use the token manager to show or regenerate the token and apply it after a restart.

Frequently Asked Questions about oc-token

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

FAQPage Schema
How do I manage my web chat auth token for production and development environments?

You can manage your web chat auth token by viewing, regenerating, or setting a custom value using a Python-based token manager script. This applies during configuration or token rotation for both development and production environments.

How do I regenerate a random web chat token for security rotation?

Regenerating a random web chat token is handled by the token manager script, which creates a new token for security rotation. You must restart the server after regenerating the token for the changes to take effect.

Can I set a custom auth token when integrating with an external web chat client?

Yes, you can set a custom auth token when migrating or integrating with an external client. The token manager script allows you to apply a specific custom value and requires a server restart to apply the new token.

What is the best way to view my current web chat token to verify access?

The best way to view your current web chat token to verify access is by using the token manager script. It performs a show operation to display the active token currently configured for your web chat.

Do I need a server restart after changing my web chat auth token?

Yes, a server restart is required after changing your web chat auth token. The token manager script explicitly instructs a server restart when tokens are regenerated or set to a new custom value.

Why does my custom token management script cause misconfigurations in web chat?

Manual token handling often causes misconfigurations in web chat. Using an automated Python token manager script reduces manual errors by standardizing the show, regenerate, and set operations for auth tokens.