otpforge

Manage TOTP/2FA codes locally (add/list/remove accounts, display current codes, and optional Tkinter GUI). Use when a user asks to generate a TOTP code, store a new base32 secret, list 2FA accounts, or manage a local OTP vault from the command line.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "otpforge" with this command: npx skills add otpforge

OtpForge

Use the bundled cli.py and core.py to manage a local JSON vault of TOTP secrets and to generate current codes.

Quickstart (CLI)

  • List accounts:
    • python3 cli.py list
    • python3 cli.py list --codes
  • Add/update an account:
    • python3 cli.py add <label> <base32-secret> --issuer <issuer> --digits 6 --period 30
  • Get one code:
    • python3 cli.py code <label>
  • Remove:
    • python3 cli.py remove <label>

Vault location

  • Default: ~/.config/otpforge/secrets.json
  • Override with env var: OTPFORGE_STORE=/path/to/secrets.json
  • Override with CLI flag (preferred for one-offs): python3 cli.py --store /path/to/secrets.json ...

GUI

  • Launch: python3 cli.py gui

Notes:

  • The GUI is a simple Tkinter app that refreshes codes every second.
  • Secrets are masked in the input field.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

YiHui GIT MONITOR

通用 Git 项目监控工具。支持 GitHub、GitLab、Gitee 等所有 Git 平台。可以添加、删除、检查任意 Git 仓库的更新,自动拉取代码并生成变更摘要。

Registry SourceRecently Updated
00Profile unavailable
Coding

Workspace Governance

A methodology-first workspace governance skill for AI agents. Focuses on principles, decision framework, and safe execution patterns instead of fixed directo...

Registry SourceRecently Updated
Coding

Nox Influencer - Creator Discovery & Influencer Marketing

Runs NoxInfluencer creator and marketing-ops workflows via CLI, including creator discovery for influencer marketing, creator marketing, UGC, social media ma...

Registry SourceRecently Updated
Coding

Gigo Lobster Doctor

🦞 GIGO · gigo-lobster-doctor: 环境体检模式:只检查 gateway、Python 依赖、题包链路与 PNG 证书能力,不跑正式试吃。 Triggers: 龙虾体检 / 检查龙虾环境 / lobster doctor / check lobster environment.

Registry SourceRecently Updated