Sandbox
@SkyworkAI/Skywork-Skills

Skill pack for office tasks in Claude Code and Codex

Skywork Skills is a bundle of reusable skill folders for agent-based office work. It covers document writing, slide creation, image generation, spreadsheet analysis, web search, and music creation, with separate folders and instructions for each skill.

204 stars28 forksPythonUpdated 5mo ago
Who it's for

Builders who want Claude Code, Codex CLI, or another skills-compatible agent to handle office-style tasks with reusable instructions.

What it delivers

You can add ready-made skills for creating docs, slides, spreadsheets, images, search reports, and music instead of writing each workflow from scratch.

What it does

Document skill

Creates professional documents in docx, pdf, html, and markdown from prompts, references, and live web search.

PPT skill

Generates, imitates, and edits PowerPoint decks from topic prompts or existing `.pptx` files.

Design skill

Makes and edits images through the Skywork Image API with aspect ratio and resolution control.

Excel skill

Creates spreadsheets with data, formulas, and charts, and analyzes existing Excel files.

Search skill

Uses the Skywork Search API for up-to-date research, fact-checking, and content generation.

Music maker skill

Creates songs, instrumentals, lyrics, and vocal cloning from natural language descriptions.

How to get it

  1. 1Run
    npx skills add git@github.com:SkyworkAI/Skywork-Skills.git
  2. 2Clone the entire repo into the OpenCode skills directory (~/.opencode/skills/)
    git clone https://github.com/SkyworkAI/Skywork-Skills.git ~/.opencode/skills/skywork-skills
  3. 3Copy the skill folders into the OpenClaw skills workspace (~/.openclaw/workspace/skills/)
    mkdir -p ~/.openclaw/workspace/skills
    cp -R skywork-doc skywork-ppt skywork-design skywork-excel skywork-search skywork-music-maker ~/.openclaw/workspace/skills/
  4. 4Then restart the OpenClaw gateway to reload skills
    openclaw gateway restart

README

Skywork Skills

English | 中文 | 日本語 | 한국어

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.

Installation

npx skills

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.

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/):

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:

OpenClaw

Copy the skill folders into the OpenClaw skills workspace (~/.openclaw/workspace/skills/):

mkdir -p ~/.openclaw/workspace/skills
cp -R skywork-doc skywork-ppt skywork-design skywork-excel skywork-search skywork-music-maker ~/.openclaw/workspace/skills/

Then restart the OpenClaw gateway to reload skills:

openclaw gateway restart

Skills

SkillDescription
skywork-docGenerate professional documents (docx, pdf, html, markdown) from prompts and reference files with automatic web search for up-to-date content
skywork-pptGenerate, imitate, and edit PowerPoint presentations — create from topic, use existing .pptx as style template, or edit via natural language
skywork-designGenerate and edit images via Skywork Image API — posters, logos, illustrations, image-to-image editing with aspect ratio and resolution control
skywork-excelAI-powered spreadsheet operations — create Excel files with data, formulas, charts; analyze existing files; generate HTML analysis reports
skywork-searchAI-powered web search for real-time information — retrieve up-to-date content from the Skywork Search API for research, fact-checking, and content generation workflows
skywork-music-makerCreate professional music with Mureka AI API — songs, instrumentals, lyrics, and vocal cloning from natural language descriptions in any language

License

MIT

Files in the repo

Repository payload12 top-level entries
  • skywork-design
  • skywork-doc
  • skywork-excel
  • skywork-music-maker
  • skywork-ppt
  • skywork-search
  • .gitignore
  • LICENSE
  • README.ja.md
  • README.ko.md
  • README.md
  • README.zh.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

86k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k