Claude Skill
SkyworkAI/Skywork-Skills
Skywork-Skills provides agent skills for AI office tasks: PPT, document, Excel, image, deep research, and music. Compatible with Claude Code, Codex CLI, and OpenClaw.
Overview
Repository
Install this 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
Summary
Skywork-Skills is an open-source collection of agent skills designed for AI office suites, enabling AI agents to perform tasks like PPT creation, document editing, spreadsheet analysis, image generation, deep research, and music composition. Compatible with Claude Code, Codex CLI, and OpenClaw.
天工智能体技能适用于AI办公套件,包括AI演示文稿、AI文档、AI表格、AI图像、AI搜索/深度研究以及AI音乐。这些技能可被任何兼容智能体的代理使用,包括Claude Code、Codex CLI和OpenClaw。
Key features
- AI PPT creation and editing
- AI document generation and formatting
- AI Excel spreadsheet analysis
- AI image generation and manipulation
- AI deep search and research
- AI music composition
Use cases
- Automate office task workflows with AI agents
- Generate professional presentations from data
- Analyze spreadsheets and produce reports
- Create visual content for marketing or education
- Conduct deep research and summarize findings
- Compose background music for projects
README excerpt
# 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