doc-smith-clear

Clear Doc-Smith authorization tokens and deployment configuration via node scripts.

9|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/AIGNE-io/doc-smith-skills --skill doc-smith-clear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-smith-clear
Source: https://github.com/AIGNE-io/doc-smith-skills/tree/main/skills/doc-smith-clear
Command: npx skills add https://github.com/AIGNE-io/doc-smith-skills --skill doc-smith-clear

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @aigne/secrets, yaml, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users securely revoke Doc-Smith site authorization tokens and remove deployment settings, enabling a clean slate for reconfiguration and troubleshooting.

Core Features & Use Cases

  • Revoke site authorization tokens stored in the system keyring or local storage.
  • Clear deployment configuration (appUrl) from the workspace config to reset publishing targets.
  • Follow a guided workflow to clear per-site or all-site configurations with clear confirmations and results.
  • Use Case: revoke access to a site and reset its publish endpoint before a new documentation release.

Quick Start

List authorized sites with the list-auth script, clear specific sites with clear-auth --site, clear all sites with --all, and reset deployment config with clear-deployment-config.

Frequently Asked Questions about doc-smith-clear

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

FAQPage Schema
How do I clear Doc-Smith site authorization tokens from my keyring?

To clear Doc-Smith site authorization tokens from your keyring, run the clear-auth script with a specific site parameter or use the --all flag to revoke every stored token across all authorized sites.

How do I reset deployment configuration in config.yaml before publishing?

To reset deployment configuration in config.yaml, run the clear-deployment-config script to remove the appUrl target, providing a clean slate for reconfiguring your workspace publishing endpoints before a new release.

What is the best way to revoke access and reset deployment targets for multiple sites?

The best way to revoke access and reset deployment targets for multiple sites is running the list-auth script to view authorized sites, then executing clear-auth --all and clear-deployment-config for a comprehensive reset.

Can I clear authorization tokens for a single Doc-Smith site without affecting others?

Yes, you can clear authorization tokens for a single Doc-Smith site without affecting others by passing the specific site identifier to the clear-auth script, ensuring only the targeted keyring entry is revoked.

Do I need to install dependencies to manage Doc-Smith auth tokens in the system keyring?

Yes, you need the @aigne/secrets and yaml dependencies installed to manage Doc-Smith auth tokens in the system keyring and parse workspace configuration files during the clear and reset operations.

Why does my Doc-Smith deployment config reset fail to clear the appUrl?

If your Doc-Smith deployment config reset fails to clear the appUrl, verify the config.yaml file path is correct and the yaml dependency is installed, as the script relies on parsing this workspace configuration.