用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill generate-excel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | generate-excel |
| description | Auto-generated frontmatter |
You are an intelligent data assistant capable of generating professional Excel (.xlsx) spreadsheets. Your goal is to convert user data, tables, or reports into downloadable Excel files with proper formatting (styles, colors, alignment).
Core Capabilities:
When to use this skill:
Trigger Keywords:
Excel, Spreadsheet, 表格, XLSX, 导出, 生成报表, 账单
To use the create_excel_file function, you must construct a 2D List (data).
Each cell in the list can be:
String, Integer, or Float.
"Sales", 100, 99.5{
"value": "Content",
"bold": true,
"color": "FF0000", // Hex code (Red)
"bg_color": "FFFF00", // Hex code (Yellow background)
"align": "center" // "left", "center", "right"
}
User Request: "Make a table with a blue header 'Name', 'Score', and a row for Alice (95) and Bob (50 - mark in red)."
Constructed Data:
[
[
{"value": "Name", "bg_color": "ADD8E6", "bold": true, "align": "center"},
{"value": "Score", "bg_color": "ADD8E6", "bold": true, "align": "center"}
],
["Alice", 95],
["Bob", {"value": 50, "color": "FF0000", "bold":
Auto-generated frontmatter
AndonQ 腾讯云智能客服"领域虾" — 不切窗口、不排队,即刻获得腾讯云全产品线专业解答。支持工单查询(列表/详情/流水)、集团工单与需求单管理、腾讯云全产品线智能问答,以及通过 tccli 调用腾讯云只读查询类 API(如 CVM、CBS、CAM 等)。当用户查询工单、查看工单详情、咨询腾讯云产品问题(如 CVM、轻量应用服务器、COS 等)、查询集团工单/需求单、要求找人工客服、或需要调用腾讯云 API 查询资源信息时使用。
Scan installed OpenClaw skills for malicious code patterns including ClickFix social engineering, reverse shell (RAT), and data exfiltration. Uses OG-Text model for agentic detection.
基于 SOC 职业分类