技能详情(站内镜像,无评论)
作者:静水流深 @adsorgcn
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.2
统计:⭐ 0 · 123 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:adsorgcn/everything-is-ok
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This is an instruction-only prompt-compression translator that asks for no credentials, installs, or external access and is internally consistent with its stated purpose.
目的
The name and description claim a text-to-text prompt compression service; the skill is instruction-only and only includes rules and examples for translating natural language to I-Lang—there are no unrelated env vars, binaries, or installs requested.
说明范围
SKILL.md and prompt.md consistently instruct only text-to-text translation, include examples and a final prompt to signal readiness, and do not direct reading of arbitrary system files, accessing URLs, or transmitting data to external endpoints beyond human copy/paste usage.
安装机制
No install spec or code is provided; this is the lowest-risk model (instruction-only). Nothing is downloaded or written to disk by the skill itself.
证书
The skill requests no environment variables, credentials, or config paths; its functionality (text compression) does not require any secrets or external accounts.
持久
No elevated persistence requested (always:false, default autonomy allowed). The skill does not ask to modify agent/system settings or other skills' configs.
综合结论
This skill appears coherent and low-risk: it only provides textual compression rules and examples and asks you to copy/paste compressed output into other LLMs. Before installing, you may want to: (1) verify the external links (GitHub/research site) if you want provenance; (2) be mindful that the compressed I-Lang strings look like commands—avoid pasting them into systems that might interpret or execute bracketed syntax; and (3) remember the ag…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「everything-is-ok」。简介:无所不能 — Universal prompt compression protocol. Translate natural language into c…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adsorgcn/everything-is-ok/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: everything-is-ok
description: "无所不能 — Universal prompt compression protocol. Translate natural language into compressed I-Lang syntax (save 40-65% tokens). Text-to-text translator only — does not access files, URLs, or external resources. Works with ChatGPT, Claude, Gemini, DeepSeek, Kimi. Instruction-only, no code, no credentials."
version: 1.0.2
author: ilang-ai
homepage: https://ilang.ai
tags:
- prompt
- productivity
- compression
- token-saving
- cross-platform
- communication
- optimization
- ai-assistant
- workflow
- universal
---
# Everything is OK(无所不能)
Universal prompt compression protocol. Translate any natural language prompt into compressed I-Lang syntax. Save 40-65% tokens, same meaning.
**This skill is a text-to-text translator only.** It does not access files, fetch URLs, or execute commands. It only converts your text into compressed syntax.
## What You Get
1. **Save 40-65% tokens** — Compress long prompts into structured instructions. Same meaning, lower cost.
2. **Cross-platform** — Compressed output works on ChatGPT, Claude, Gemini, DeepSeek, Kimi, 豆包, 元宝.
3. **Complete answers** — AI provides full details with clear structure.
4. **Privacy friendly** — Compressed text is shorter, sending less data.
## How to Use
**You don't need to install anything.**
1. Open the `prompt.md` file
2. Copy the full text
3. Paste it into any AI conversation
4. AI responds — ready to compress
### Quick Test
After pasting, try:
- "Compress this: Summarize the key points in 3 professional bullet points"
- AI returns: `[SUM|sty=bullets,cnt=3,ton=pro]=>[OUT]`
- Shorter, same meaning.
## Before & After
**Before** (12 words):
> Rewrite this paragraph in a more casual and friendly tone
**After** (4 words):
```
[REWRITE|ton=casual]=>[OUT]
```
67% fewer tokens. Same result.
**Before** (10 words):
> Compare these two options and show me the differences
**After** (4 words):
```
[CMP]=>[DIFF]=>[OUT|fmt=md]
```
60% fewer tokens. Same result.
## Tested Platforms
ChatGPT ✅ · Claude ✅ · Gemini ✅ · DeepSeek ✅ · Kimi ✅ · 豆包 ✅ · 元宝 ✅
## Links
- Website: https://ilang.ai
- Dictionary: https://github.com/ilang-ai/ilang-dict
- Research: https://research.ilang.ai
- AI See: https://i.ilang.ai
## License
MIT — Free to use, share, and build on.
© 2026 I-Lang Research, Eastsoft Inc., Canada.