← 返回 Skills 市场
freedompixels

Cn Unicode Info

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-unicode-info
功能描述
Get Unicode codepoint, name, and category for characters. Support Chinese characters, English text, emoji. Pure Python standard library, no API key required.
使用说明 (SKILL.md)

Unicode Info

Look up detailed Unicode information for any character.

Features

  • Display Unicode codepoint in hex format
  • Show Unicode character name
  • List character category (Letter, Number, Punctuation, etc.)
  • Support all Unicode characters including Chinese and emoji
  • Pure Python, no external dependencies

Usage

python3 scripts/unicode_info.py --text "你好世界🔧"

Example Output

{
  "chars": [
    {"char": "你", "codepoint": "0x4f60", "name": "CJK UNIFIED IDEOGRAPH-4F60", "category": "Lo"},
    {"char": "好", "codepoint": "0x597d", "name": "CJK UNIFIED IDEOGRAPH-597D", "category": "Lo"},
    {"char": "世", "codepoint": "0x4e16", "name": "CJK UNIFIED IDEOGRAPH-4E16", "category": "Lo"},
    {"char": "界", "codepoint": "0x754c", "name": "CJK UNIFIED IDEOGRAPH-754C", "category": "Lo"},
    {"char": "\U0001f527", "codepoint": "0x1f527", "name": "WRENCH", "category": "So"}
  ],
  "length": 5
}

Use Cases

  • Identify unknown characters or emoji
  • Debug encoding issues
  • Extract character properties for text processing
安全使用建议
This skill appears safe for local Unicode lookups. Only pass text you are comfortable seeing in the tool output, and do not provide any API keys or login credentials because the reviewed code does not need them.
功能分析
Type: OpenClaw Skill Name: cn-unicode-info Version: 1.0.0 The skill is a straightforward utility for retrieving Unicode character information. The Python script `scripts/unicode_info.py` uses only standard libraries (unicodedata, json, argparse) to process text and contains no network, file system, or shell execution capabilities. The documentation in SKILL.md accurately reflects the code's behavior without any suspicious instructions.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The SKILL.md describes Unicode character lookup, and the script implements exactly that by processing the provided --text input with Python's unicodedata library.
Instruction Scope
The usage is limited to a user-directed command that analyzes explicit text input; there are no instructions to override user intent or perform unrelated actions.
Install Mechanism
There is no install spec, and the included script uses only the Python standard library.
Credentials
The supplied capability signals list sensitive credentials, but the registry requirements, SKILL.md, and code show no credential use. Users should not need to provide credentials for this skill.
Persistence & Privilege
No persistence, background process, privileged access, account access, file writes, or mutation behavior is shown in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-unicode-info
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-unicode-info 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Unicode Info skill initial release. - Look up Unicode codepoint, name, and category for any character. - Supports Chinese characters, English text, emoji, and all Unicode symbols. - Pure Python implementation with no external dependencies or API keys required. - Simple command-line usage with structured JSON output.
元数据
Slug cn-unicode-info
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cn Unicode Info 是什么?

Get Unicode codepoint, name, and category for characters. Support Chinese characters, English text, emoji. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 Cn Unicode Info?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-unicode-info」即可一键安装,无需额外配置。

Cn Unicode Info 是免费的吗?

是的,Cn Unicode Info 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cn Unicode Info 支持哪些平台?

Cn Unicode Info 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cn Unicode Info?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论