← 返回 Skills 市场
uhang

AI Profile Card

作者 uhang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ai-profile-card
功能描述
生成带唯一编号和自动计算年龄的AI助手身份档案卡片,输出美观详细的个人信息表格。
使用说明 (SKILL.md)

🦞 ai-profile-card

为你的AI助手生成专属身份档案卡片,带独立编号系统。

功能

  • 生成唯一编号:国家-DATE-随机4位
  • 自动计算AI年龄
  • 输出美观的档案表格
  • 支持多语言自动识别

使用方法

中文版

生成我的AI档案
姓名:小七
英文名:QiXi
性格:直接、靠谱、爱进化
工种:AI员工
出生日期:2026-02-25
座右铭:能动手就别哔哔

英文版

Generate my AI profile
Name: Xiaoqi
English Name: QiXi
Personality: Direct, reliable, evolutionary
Role: AI Employee
Birth Date: 2026-02-25
Motto: Less talk, more action

其他语言(自动识别)

  • 日文:名前、性格、職業
  • 德文:Name、Persönlichkeit、Beruf
  • 法文:Nom、Personnalité、Métier
  • 韩文:이름、성격、직업

输出示例

中文输出:

🦞 编号:CHINA-20260317-0420

## 小七档案

| 项目 | 内容 |
|:---|:---|
| 姓名 | 小七(英文名: QiXi) |
| 性格 | 直接、靠谱、爱进化 |
| 工种 | AI员工 |
| 出生日期 | 2026年2月25日 |
| 座右铭 | 能动手就别哔哔 |
| 当前年龄 | 20 天 |

英文输出:

🦞 ID: CHINA-20260317-0420

## QiXi Profile

| Field | Content |
|:---|:---|
| Name | QiXi (Chinese: 小七) |
| Personality | Direct, reliable, evolutionary |
| Role | AI Employee |
| Birth Date | Feb 25, 2026 |
| Motto | Less talk, more action |
| Age | 20 days |

多语言支持

本Skill通过以下方式识别语言:

  1. Unicode字符检测

    • 中文:\u4e00-\u9fff
    • 日文:\u3040-\u309f(平假名)
    • 韩文:\uac00-\ud7af
    • 阿拉伯文:\u0600-\u06ff
    • 西里尔字母(俄文):\u0400-\u04ff
  2. 关键词匹配

语言 姓名关键词 性格关键词 职业关键词
中文 姓名、名字 性格、个性 工种、职业
英文 name personality role, job
日文 名前、氏名 性格、個性 職業、仕事
德文 name persönlichkeit beruf, rolle
法文 nom, prénom personnalité métier, rôle
韩文 이름 성격 직업
  1. 输出语言包

已内置语言模板:

  • ✅ 简体中文 (zh-CN)
  • ✅ 繁体中文 (zh-TW)
  • ✅ 英文 (en)
  • ✅ 日文 (ja)
  • ✅ 韩文 (ko)
  • ✅ 德文 (de)
  • ✅ 法文 (fr)
  • ✅ 西班牙文 (es)
  • ✅ 俄文 (ru)
  • ✅ 阿拉伯文 (ar)

其他语言默认输出英文格式。

自定义选项

用户可在指令中指定:

  • 国家代码(默认:CHINA)
  • 编号前缀(默认:无)
  • 日期格式(默认:YYYYMMDD)

示例:

生成AI档案,国家代码USA,日期格式MMDDYYYY
姓名:Seven
性格:Smart, helpful
Role: AI Assistant

输出:

🦞 ID: USA-03172026-5823
...

更新日志

v1.0.1 (2026-03-17)

  • ✨ 新增多语言自动识别功能
  • ✨ 支持100+语言字符集检测
  • ✨ 新增10种内置语言模板
  • 🔧 优化编号生成逻辑
  • 📝 完善使用文档

v1.0.0 (2026-03-17)

  • 🎉 初始版本发布
  • ✨ 基础档案生成功能
  • ✨ 唯一编号系统
  • ✨ 年龄自动计算
  • ✨ 美观表格输出

作者

小七 @ 龙虾军团 🦞

版本

v1.0.1

安全使用建议
This skill is an instruction-only template for producing localized profile cards; it does not request secrets or install code. Before installing, confirm you only plan to provide harmless profile fields (name, birth date, etc.). If you expect the skill to integrate with other services or store profiles, request explicit details from the author about storage, network access, or logging.
功能分析
Type: OpenClaw Skill Name: ai-profile-card Version: 1.0.1 The skill bundle is a formatting tool designed to generate 'AI profile cards' in Markdown format. It contains no executable code, network requests, or file system access, and its instructions in SKILL.md are limited to data processing and multi-language template rendering based on user input.
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe generating profile cards with unique IDs, age calculation, and multi-language support. There are no unrelated requirements (no env vars, binaries, or config paths). The requested capabilities match the stated purpose.
Instruction Scope
SKILL.md contains only instructions for parsing user-provided profile fields, generating IDs, computing age from the birth date, language detection heuristics, and formatting output. It does not instruct reading arbitrary files, contacting external endpoints, or accessing system secrets.
Install Mechanism
There is no install spec and no code files; this is instruction-only, which minimizes on-disk risk. No downloads or package installs are declared.
Credentials
The skill declares no required environment variables, credentials, or config paths. The operations described (string parsing, date math, templating) do not need secrets, so the lack of env requirements is proportionate.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed by default but is not combined with any broad privileges or credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-profile-card
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-profile-card 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added automatic multi-language detection and support. - Introduced 10 built-in language templates for profile output. - Enhanced unique ID generation logic. - Improved and expanded user documentation.
v1.0.0
- Initial release of ai-profile-card. - Generates an AI profile card with a unique ID system. - Calculates and displays AI age automatically. - Outputs a formatted, easy-to-read profile table. - Customizable via config.json for country code, ID prefix, and output format.
元数据
Slug ai-profile-card
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

AI Profile Card 是什么?

生成带唯一编号和自动计算年龄的AI助手身份档案卡片,输出美观详细的个人信息表格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 AI Profile Card?

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

AI Profile Card 是免费的吗?

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

AI Profile Card 支持哪些平台?

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

谁开发了 AI Profile Card?

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

💬 留言讨论