Use this skill when the user wants to encrypt or decrypt andOTP two-factor authentication backup files.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-2e75a8b6)More formats (shields.io, HTML) on the badges page.
---
name: go-andotp
description: Use this skill when the user wants to encrypt or decrypt andOTP two-factor authentication backup files.
---
# go-andotp Plugin
CLI tool for encrypting and decrypting andOTP backup files containing TOTP/HOTP secrets.
## Commands
### Backup Operations
- `go-andotp backup decrypt` — Decrypt andOTP backup files
## Usage Examples
- "Decrypt this andOTP backup"
- "Encrypt my TOTP secrets"
- "Convert andOTP backup to JSON"
## Installation
```bash
go install github.com/nicm/go-andotp@latest
```
## Examples
```bash
go-andotp decrypt andotp-backup.encrypted
go-andotp encrypt andotp-backup.json
go-andotp verify andotp-backup.encrypted
```
## Key Features
- andOTP format compatibility
- Password-based encryption/decryption
- JSON output format
- Backup verification
- Cross-platform Go binary
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!