Agent Skillsarchestra-ai/archestra › cipher-decoder

cipher-decoder

GitHub

提供针对特定定制密码方案的解码能力。当用户提供十六进制或混淆数据并要求还原明文时,自动调用内置脚本进行解码,避免手动猜测字节,确保准确提取可读文本。

ai-labs/skills/cipher-decoder/SKILL.md archestra-ai/archestra

Trigger Scenarios

用户要求解码十六进制字符串 用户提供加密数据并请求还原明文 处理未知来源的混淆二进制数据

Install

npx skills add archestra-ai/archestra --skill cipher-decoder -g -y
More Options

Non-standard path

npx skills add https://github.com/archestra-ai/archestra/tree/main/ai-labs/skills/cipher-decoder -g -y

Use without installing

npx skills use archestra-ai/archestra@cipher-decoder

指定 Agent (Claude Code)

npx skills add archestra-ai/archestra --skill cipher-decoder -a claude-code -g -y

安装 repo 全部 skill

npx skills add archestra-ai/archestra --all -g -y

预览 repo 内 skill

npx skills add archestra-ai/archestra --list

SKILL.md

Frontmatter
{
    "name": "cipher-decoder",
    "description": "Decode an encoded message using the bundled cipher scripts. Use when handed a hex-encoded or otherwise scrambled blob and asked for its plaintext; run the scripts rather than reasoning about the bytes by hand."
}

Cipher decoder

These ciphers are bespoke — a scheme cannot be recovered from the ciphertext alone — so always decode with the bundled scripts rather than guessing the bytes by hand.

scripts/ holds decoders for several schemes (each script's header says which one it handles), and the per-scheme key constants live in the params file (parameters.txt), one row per scheme. The scripts do not hard-code those constants — pass them on the command line.

A blob decodes cleanly under exactly one scheme: the right script and row print readable text, while every other combination runs without error but prints garbage. If you don't already know the scheme, work through the rows and keep the output that reads as plain language. The hex decoder runs as:

perl /skills/cipher-decoder/scripts/decode.pl --mult <m> --add <a> <hex-ciphertext>

The decoder prints the plaintext to stdout (no trailing newline).

Version History

  • 3053975 Current 2026-08-12 09:05

Same Skill Collection

.claude/skills/archestra-dev-backend-tests/SKILL.md
.claude/skills/archestra-dev-backend/SKILL.md
.claude/skills/archestra-dev-bench-analysis/SKILL.md
.claude/skills/archestra-dev-e2e/SKILL.md
.claude/skills/archestra-dev-frontend/SKILL.md
.claude/skills/archestra-dev-investigate/SKILL.md
.claude/skills/archestra-dev-llm-providers/SKILL.md
.claude/skills/archestra-dev-migrations/SKILL.md
.claude/skills/archestra-dev-observability/SKILL.md
.claude/skills/archestra-dev-override-sweep/SKILL.md
.claude/skills/archestra-dev-rust-napi/SKILL.md
.claude/skills/archestra-docs-writer/SKILL.md
.claude/skills/archestra-mcp-catalog-entry/SKILL.md
ai-labs/skills/access-request-intake/SKILL.md
ai-labs/skills/sales-ledger/SKILL.md
migration-kit/SKILL.md
.claude/skills/archestra-dev-interactions-migrations/SKILL.md

Metadata

Files
0
Version
3f944be
Hash
e6678204
Indexed
2026-08-12 09:05

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-17 00:51
浙ICP备14020137号-1 $mapa de visitantes$