Claude Skill
SkyworkAI/Skywork-Skills
Skywork-Skills 提供 AI 办公任务的智能体技能:演示文稿、文档、表格、图像、深度研究和音乐。兼容 Claude Code、Codex CLI 和 OpenClaw。
概览
仓库信息
安装这个 Skill
npx skills add git@github.com:SkyworkAI/Skywork-Skills.gitRegistry 信息
npx skills add git@github.com:SkyworkAI/Skywork-Skills.gitgit clone https://github.com/SkyworkAI/Skywork-Skills.git ~/.opencode/skills/skywork-skills
项目简介
Skywork-Skills 是一个开源的智能体技能集合,专为 AI 办公套件设计,支持 AI 演示文稿、文档、表格、图像、深度搜索/研究以及音乐创作等任务。兼容 Claude Code、Codex CLI 和 OpenClaw 等智能体。
Skywork Agent Skills for AI office suites, including AI PPT, AI Document, AI Excel, AI Image, AI Search/DeepResearch and AI Music. These skills can be used by any skills-compatible agent, including Claude Code, Codex CLI and OpenClaw.
要点
- AI 演示文稿创建与编辑
- AI 文档生成与格式化
- AI 表格数据分析
- AI 图像生成与处理
- AI 深度搜索与研究
- AI 音乐创作
使用场景
- 使用 AI 智能体自动化办公任务流程
- 从数据生成专业演示文稿
- 分析表格并生成报告
- 为营销或教育创建视觉内容
- 进行深度研究并总结发现
- 为项目创作背景音乐
README 摘要
# Skywork Skills [English](README.md) | [中文](README.zh.md) | [日本語](README.ja.md) | [한국어](README.ko.md) Agent Skills for AI office suites, including AI PPT, AI Document, AI Excel, AI Image, AI Search/DeepResearch and AI Music. These skills can be used by any skills-compatible agent, including Claude Code, Codex CLI and OpenClaw. Get started at [skywork.ai/skill-landing](https://skywork.ai/skill-landing). ## Installation ### `npx skills` ```bash npx skills add git@github.com:SkyworkAI/Skywork-Skills.git ``` ### Claude Code Add the contents of this repo to a `/.claude` folder in the root of your project (or whichever folder you're using with Claude Code). See more in the official [Claude Skills documentation](https://docs.anthropic.com/en/docs/claude-code/skills). ### Codex CLI Copy the `skills/` directory into your Codex skills path (typically `~/.codex/skills`). ### OpenCode Clone the entire repo into the OpenCode skills directory (`~/.opencode/skills/`): ```bash git clone https://github.com/SkyworkAI/Skywork-Skills.git ~/.opencode/skills/skywork-skills ``` Do not copy only the inner skills folder — clone the full repo so the directory structure is `~/.opencode/skills/skywork-skills/<skill-name>/SKILL.md`. OpenCode auto-discovers all `SKILL.md` files under `~/.opencode/skills/`. No config changes needed. Skills become available after restarting OpenCode. ### ClawHub Install individual skills directly from ClawHub: - [skywork-ppt](https://clawhub.ai/gxcun17/skywork-ppt) - [skywork-excel](https://clawhub.ai/gxcun17/skywork-excel) - [skywork-design](https://clawhub.ai/gxcun17/skywork-design) - [skywork-doc](https://clawhub.ai/gxcun17/skywork-doc) - [skywork-search](https://clawhub.ai/gxcun17/skywork-search) - [skywork-music-maker](https://clawhub.ai/gxcun