SenseNova-Skills is a free, open source ai interaction & interfaces project written in JavaScript and released under MIT. It has 5,642 GitHub stars, 392 forks and 26 open issues, and was last pushed 17 hours ago. On this registry it ranks #46 of 76 tracked projects in AI Interaction & Interfaces, with 5 head-to-head comparisons available. It gained 4 stars over the last 3 tracked days.

What is SenseNova-Skills?

SenseNova-Skills is an MIT-licensed JavaScript repository of modular Agent Skills that extends the SenseNova model family with end-to-end office and productivity capabilities, built for developers and teams assembling AI-powered office assistants on Agent Skills-compatible runtimes.

What it is

SenseNova-Skills is a collection of office-automation skills from the OpenSenseNova project, written in JavaScript and released under the MIT licence. Each skill lives in its own directory and declares its triggers, capabilities, and execution flow in a SKILL.md file, following the Agent Skills convention defined at agentskills.io. The repository sits in the AI & Machine Learning / AI Interaction & Interfaces category and plugs SenseNova models into agent runtimes such as OpenClaw and hermes-agent. The suite covers image generation and visualization, slide-deck (PPT) generation, Excel data analysis, deep research, HTML experiences, team collaboration, and proactive project tracking, and the skills may be used standalone or composed into end-to-end workflows.

The problem it solves is the glue layer between a capable model and concrete office output. Instead of writing bespoke prompts and per-task integration code for each document format, a user copies skill directories into an agent's skills folder and the runtime picks them up, with the model supplying reasoning and multimodal understanding. That makes the unit of reuse a portable skill directory rather than a one-off prompt, letting slide decks, spreadsheets, research briefs, and infographics share one execution convention. The repository also documents both the international and mainland China SenseNova API flows.

Key capabilities

  • Each skill is a directory carrying a SKILL.md manifest that declares triggers, capabilities, and execution flow, following the Agent Skills convention.
  • Image generation and visualization, documented in docs/sn-infographic-examples.md with nearly 100 generation cases and their prompt designs.
  • Slide-deck (PPT) generation.
  • Excel data analysis.
  • Deep research.
  • HTML experiences.
  • Team collaboration and proactive project tracking.

Who uses it and how

  • Teams that would rather not provision environments, API keys, and runtimes can use the same skills bundled into Raccoon, the hosted option pairing SenseNova models with the full Cowork-Skill suite, enterprise-grade security, and a zero-setup flow.
  • Developers running OpenClaw copy skills into ~/.openclaw/skills/, while those on hermes-agent use ~/.hermes/skills/; the agent service may need a manual restart before new skills are picked up.
  • Organizations working across regions choose the matching API, pointing at https://token.sensenova.ai/v1 internationally and https://token.sensenova.cn/v1 in mainland China, with the documentation page, API key, base URL, and model name all drawn from the same region.
  • Raccoon reports use by 15M+ individual users and thousands of enterprise customers, and ships a local Agent OS positioned next to a user's files, work context, and personal habits.

Getting started

Install by cloning the repository and copying its skill subdirectories into the agent's skills directory, as in "git clone https://github.com/OpenSenseNova/SenseNova-Skills.git --depth=1" followed by "cp -r SenseNova-Skills/skills/* ~/.openclaw/skills/", with the full walkthrough in INSTALL.md. Alternatively, hand the repository URL to the agent and let it install the skills, or use the hosted Raccoon option at xiaohuanxiong.com for a zero-setup experience.

How it compares

SenseNova-Skills is not framed against a named roster of paid competitors; it sits inside the agent runtimes that host it, with OpenClaw and hermes-agent providing the runtime that consumes the SKILL.md skills. Raccoon is the managed alternative from the same project, bundling the same Cowork-Skill suite with SenseNova models and enterprise-grade security, so the choice is between controlling the runtime and model endpoint yourself or accepting a zero-setup hosted flow.

When to use it — and when not to

Self-hosting means operating an Agent Skills-compatible runtime such as OpenClaw or hermes-agent and supplying SenseNova Platform API credentials, and installation is a matter of copying directories and restarting the agent rather than using a package manager, container image, or compose file. Anyone who wants no environment setup, no API-key management, and no runtime maintenance should choose Raccoon instead. The sharpest practical pitfall is regional mismatch, because the documentation page, API key, base URL, and model name must all come from the same region, and the repository provides an installation walkthrough rather than a managed service.

project readme (upstream, from github) — read inline

SenseNova-Skills

English | 简体中文

Website Raccoon API Docs SenseNova U1 SenseNova 6.8

The SenseNova model family plugs directly into agent runtimes such as OpenClaw and hermes-agent, with the skills in this repository extending the models with concrete, end-to-end office capabilities.

In this repository each skill lives in its own directory and declares triggers, capabilities, and execution flow through a SKILL.md file, following the Agent Skills convention.

The skills cover image generation & visualization, slide-deck (PPT) generation, Excel data analysis, deep research, HTML experiences, team collaboration, and proactive project tracking — usable standalone or composed into end-to-end workflows.

🎨 Want to see what it can do? Check out our sn-infographic Gallery to explore nearly 100 stunning generation cases and steal their prompt designs !

🦝 Available out-of-the-box in Raccoon

The latest SenseNova models and the full Cowork-Skill suite in this repo are bundled into Raccoon, with enterprise-grade security and a zero-setup experience — if you'd rather not provision env, API keys, and runtimes yourself, you can use these capabilities directly through Raccoon. Free trial available — no payment required to get started.

Raccoon now ships a full upgrade across product capability and client experience:

  • Three core office capabilities, strengthened: powered by SenseNova 6.7 Flash + Cowork-Skill, data analysis, PPT generation, and task planning each take a step up — covering the full loop from multi-file cleaning/analysis to formal report decks, industry/competitive research, and investment memos.
  • New: infographic generation: built on the SenseNova U1 model, compresses complex data, long reports, and business insights into dense, structured, visual infographics that are easier to digest and share.
  • New client + local Agent OS: the cloud model handles heavy reasoning and multimodal understanding; the local Agent OS sits next to your files, work context, and personal habits — delivering a more personalized, local, and secure AI-native office experience.
  • Proven at scale: chosen by 15M+ individual users and thousands of enterprise customers.

👉 Try it: xiaohuanxiong.com

How to Use

These skills are designed to run inside an Agent Skills-compatible agent.

This repo documents both the international and mainland China SenseNova API flows. Make sure the docs page, API key, base URL, and model name all come from the same region.

Recommended: let the agent install the skills for you. Hand it the repo URL and ask it to clone and drop the skills into the right directory — for example:

"Please install SenseNova-Skills from https://github.com/OpenSenseNova/SenseNova-Skills into your skills directory."

After it finishes, you may need to manually restart the agent service before the new skills are picked up.

Agent Target directory
OpenClaw ~/.openclaw/skills/
hermes-agent ~/.hermes/skills/
Prefer to install manually?

Clone this repository, then copy the subdirectories under skills/ into the target directory yourself:

git clone https://github.com/OpenSenseNova/SenseNova-Skills.git --depth=1
mkdir -p ~/.openclaw/skills
cp -r SenseNova-Skills/skills/* ~/.openclaw/skills/

For Hermes, swap the target to ~/.hermes/skills/.

Per-category Python dependencies, API keys, and invocation examples are documented in the 📖 Full guide for each section.

Skills List

🎨 Image & Visualization

📖 Full guide: docs/sn-image-generate_en.md (prerequisites, Quick Start, API config, and invocation samples).

Name Label Description
sn-image-doctor Environment Doctor Validates the SenseNova-Skills environment — checks sn-image-base install, Python deps, and required env vars; interactively fills missing values into .env.
sn-image-base Image Base Layer (Tier 0) Low-level tools — text-to-image (sn-image-generate), image editing (sn-image-edit), image recognition (sn-image-recognize), and text optimization (sn-text-optimize) — exposed through a unified sn_agent_runner.py, designed to be called by upper-layer skills.
sn-infographic Infographic Generation (Tier 1) Auto prompt-quality scoring, layout/style selection (87 layouts / 66 styles), multi-round generation with VLM review and quality ranking, producing publication-ready infographics. Supports SenseNova U1.5 Lite, including native 4K output.
sn-image-imitate Image Imitation (Tier 1) Given one reference image and a target content prompt, generates a new image that imitates the reference.
sn-image-resume Resume Image Generation (Tier 1) Given resume information, generates a resume image.

📊 Presentations (PPT)

📖 Full guide: docs/sn-ppt-generate.md (prerequisites, Quick Start, API config, and invocation samples).

Name Label Description
sn-ppt-entry PPT Entry Point Unified entry point for PPT generation. Asks the user to choose fast, standard, or creative mode, then collects role / audience / scenario / page count. For standard mode, also asks about image sourcing (AI, web search, or none) and chart rendering (U1 infographics or ECharts). Parses uploaded pdf / docx / md / txt, emits task_pack.json + info_pack.json, and dispatches to the chosen mode.
sn-ppt-doctor PPT Environment Doctor Environment check for the PPT pipeline — validates sn-image-base, API keys, the Node runtime, and optional deps; writes missing required vars into .env.
[`sn-

readme truncated — read the full docs on github

Frequently asked questions

Is SenseNova-Skills free to use?

SenseNova-Skills is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does SenseNova-Skills do?

Modular SenseNova skills for building AI-powered office assistants and productivity workflows

What is SenseNova-Skills written in?

SenseNova-Skills is primarily written in JavaScript. Its source is publicly available at https://github.com/OpenSenseNova/SenseNova-Skills, and it has 5,642 GitHub stars.