Skip to content
Skillv1.0.0

cryptext

AGENTS.md — cryptext

by myridia(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from myridia/cryptext (AGENTS.md). Install upstream with npx skills add myridia/cryptext. Copyright stays with the author.

AGENTS.md — cryptext

What this is

A basic text editor that saves content as encrypted text. Python + Tkinter desktop GUI app.

Stack

  • Python 3.13
  • Tkinter (GUI)
  • m2secret / cryptography (encryption)
  • Pillow (image support)
  • PyInstaller (build to binary)

Build

python3.13 -m venv env
source env/bin/activate
pip install -r requirements.txt
pyinstaller ct.py --onefile -w --icon=./ct.ico

Run

python ct.py

Structure

  • ct.py — main GUI application
  • requirements.txt — Python dependencies
  • ct.ico / ct.icns — app icons
  • build.sh / make_*.sh — build scripts per platform

Conventions

  • No comments in code unless asked.
  • Verify: python -m py_compile ct.py

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/myridia-cryptext-cryptext/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

myridia-cryptext-cryptext.ocm.jsonjson
{
  "ocm": "1",
  "id": "myridia-cryptext-cryptext",
  "kind": "skill",
  "name": "cryptext",
  "description": "AGENTS.md — cryptext",
  "publisher": "myridia",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md — cryptext"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/myridia/cryptext",
      "path": "AGENTS.md",
      "ref": "5709728b3aefafbfe4468e9f0079454bb9526d7e",
      "url": "https://github.com/myridia/cryptext/blob/5709728b3aefafbfe4468e9f0079454bb9526d7e/AGENTS.md",
      "key": "myridia/cryptext/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — cryptext\n\n## What this is\nA basic text editor that saves content as encrypted text. Python + Tkinter desktop GUI app.\n\n## Stack\n- Python 3.13\n- Tkinter (GUI)\n- m2secret / cryptography (encryption)\n- Pillow (image support)\n- PyInstaller (build to binary)\n\n## Build\n```bash\npython3.13 -m venv env\nsource env/bin/activate\npip install -r requirements.txt\npyinstaller ct.py --onefile -w --icon=./ct.ico\n```\n\n## Run\n```bash\npython ct.py\n```\n\n## Structure\n- `ct.py` — main GUI application\n- `requirements.txt` — Python dependencies\n- `ct.ico` / `ct.icns` — app icons\n- `build.sh` / `make_*.sh`",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/myridia-cryptext-cryptext/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.