Skip to content

Comments

Add safe-encryption-skill to Security & Systems#23

Open
grittygrease wants to merge 1 commit intoheilcheng:mainfrom
grittygrease:add-safe-encryption-skill
Open

Add safe-encryption-skill to Security & Systems#23
grittygrease wants to merge 1 commit intoheilcheng:mainfrom
grittygrease:add-safe-encryption-skill

Conversation

@grittygrease
Copy link

Description

Adding safe-encryption-skill to the Security & Systems section of the awesome-agent-skills list.

Skill Details

What This Skill Does

A modern encryption alternative to GPG/PGP that teaches AI agents how to:

  • Encrypt/decrypt files with passwords or public keys
  • Generate encryption keypairs (x25519, p-256, ml-kem-768)
  • Set up multi-factor encryption (password + key, separation of duties)
  • Use post-quantum cryptography for future-proof security
  • Edit encrypted files without full re-encryption (random-access)
  • Exchange encrypted messages between agents across any text channel

Key Features

  • Post-quantum support: ML-KEM-768 (Kyber) for quantum-resistant encryption
  • Composable authentication: AND/OR logic for multi-factor encryption
  • Agent-to-agent communication: Built-in conventions for encrypted messaging between AI agents
  • Random-access editing: Modify encrypted files without re-encrypting the entire content
  • Modern alternative to GPG/PGP: Simpler, cleaner interface with better defaults

License

Apache-2.0

Why Include This

  • Fills a gap in security-focused agent skills (encryption/cryptography)
  • Actively maintained with recent updates
  • Well-documented with comprehensive SKILL.md
  • Supports modern post-quantum cryptography
  • Unique agent-to-agent communication capabilities

- Modern encryption alternative to GPG/PGP
- Post-quantum cryptography support (x25519, p-256, ml-kem-768)
- Composable authentication paths (multi-factor, separation of duties)
- Agent-to-agent encrypted communication capabilities
- Random-access editing without full re-encryption

Repository: https://github.com/grittygrease/safe-encryption-skill
Also available: npm (@grittygrease/safe-encryption-skill)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant