AI Profile Card

v1.0.1

生成带唯一编号和自动计算年龄的AI助手身份档案卡片,输出美观详细的个人信息表格。

0· 170·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for uhang/ai-profile-card.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AI Profile Card" (uhang/ai-profile-card) from ClawHub.
Skill page: https://clawhub.ai/uhang/ai-profile-card
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-profile-card

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-profile-card
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk976caves2rrksqvh1vs4btw7583386n
170downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

🦞 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. 关键词匹配

语言姓名关键词性格关键词职业关键词
中文姓名、名字性格、个性工种、职业
英文namepersonalityrole, job
日文名前、氏名性格、個性職業、仕事
德文namepersönlichkeitberuf, rolle
法文nom, prénompersonnalité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

Comments

Loading comments...