encrypting-data

encrypting-data is a skill for Claude Code, Codex from Tyox-all/Weave_Protocol. It costs 55 tokens per session (472 once invoked), scanned A, original, Apache-2.0.

A tool for encrypting data with AES-256-GCM or the Yoxallismus cipher and storing secrets in a vault.

In plain words
What is it for?
Use it to encrypt and decrypt data, generate keys, apply the Yoxallismus lock or unlock operations, and store or retrieve named secrets.
Why use it?
It keeps credentials and other sensitive values unreadable when stored or transferred and provides a place to retrieve vault secrets securely.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tyox-all/weave_protocol/hord
Any agent
npx skills add Tyox-all/Weave_Protocol --skill hord
Clone the repo
git clone --depth 1 https://github.com/Tyox-all/Weave_Protocol

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for encrypting-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/tyox-all/weave_protocol/hord.svg)](https://agentmods.dev/skills/tyox-all/weave_protocol/hord)
Your own site
<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/hord"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/hord.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00055 $0.00472
Opus 5 $0.00028 $0.00236
Sonnet 5 $0.00011 $0.00094
Haiku 4.5 $0.00006 $0.00047

Measured 4d ago against content hash cba7183902b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

encrypting-data scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 18 executable files (src/attestation/index.ts, src/attestation/service.ts, src/capability/index.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

hord/SKILL.md · 58 lines

What it actually says

Encrypting Data with Hord

Overview

Hord provides encryption, the Yoxallismus dual-tumbler cipher, and secure vault storage. Use it to protect sensitive data at rest and in transit.

MCP Tools

Tool Purpose
hord_encrypt Encrypt with AES-256-GCM
hord_decrypt Decrypt AES-256-GCM data
hord_yoxallismus_lock Lock with Yoxallismus cipher (maximum security)
hord_yoxallismus_unlock Unlock Yoxallismus data
hord_vault_store Store secret in vault
hord_vault_retrieve Retrieve secret from vault
hord_generate_key Generate secure random key

Quick Examples

Basic encryption

hord_encrypt({ data: "sensitive", key: "my-key" })
→ { ciphertext: "...", iv: "...", tag: "..." }

Yoxallismus lock (enhanced security)

hord_yoxallismus_lock({ data: "top secret", key: "master-key" })
→ { locked: "yox1:tumbler:deadbolt:payload" }

Store in vault

hord_vault_store({ name: "db-password", secret: "pass123" })
→ { stored: true, name: "db-password" }

Yoxallismus Cipher

Dual-layer encryption: AES-256-GCM + position-dependent obfuscation. Use for maximum security when standard encryption isn't enough.

When to Use

  1. Before storing credentials or API keys
  2. When transmitting sensitive data
  3. For maximum security, use Yoxallismus over standard AES
  4. Use vault for persistent secret storage
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 58 lines · 55 tokens per session scan A cba7183902b6

Subscribe to this mod's changes

encrypting-data is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 11d ago), licensed Apache-2.0. It adds 55 tokens to every session and 472 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

rtc-balance

Check RustChain wallet balance, epoch info, and network status via the public RPC.

Scottcjn/Rustchain · 20 tokens

panguard

AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.

panguard-ai/panguard-ai · 30 tokens

blockchain-solana

Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…

j4flmao/agent-skills · 142 tokens

lictor-security-check

Pre-release security audit for ANY project — AI-built or hand-written, web or mobile. Scans the codebase for the full range of real-world risks that get apps breached: leaked API & AI-provider keys, exposed configs/secrets, broken auth & access control (IDOR), injection (SQL/XSS/command), SSRF, open databases & cloud…

Raffa-jarrl/Lictor-AI · 135 tokens

lictor-rotate

Walks the user through rotating a leaked API key — step by step, provider-specific. Knows the exact URL to visit, the exact button to click, and how to verify the rotation worked. Supports Stripe, OpenAI, Anthropic, Google Cloud / AI Studio, GitHub, AWS, Slack, Supabase, Firebase, Postmark, and generic OAuth providers.

Raffa-jarrl/Lictor-AI · 80 tokens

alchemy-agentic-gateway

Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…

moonpay/skills · 101 tokens