Leaderboard/Automation/SenseNova-Skills
Last commit on May 7, 2026·Created on April 14, 2026

OpenSenseNova/SenseNova-Skills

A modular library of capabilities for building AI-powered office assistants and productivity workflows
Combined rank
#80
across all skills
In Automation
#9
category rank
Stars
5.7k
+1.3% in last 7d
Forks
395
+1.3% in last 7d
Watchers
125
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

SenseNova-Skills provides a collection of specialized modules designed for automation builders creating AI agents. The library focuses on structured office tasks, enabling the transition from manual data handling to automated agentic workflows.

These skills allow agents to perform complex operations such as multi-step Excel data cleaning, handling large datasets via Parquet conversion for performance, and applying conditional formatting to analysis results.

WHO IT'S FOR
AI agent / automation builders
building AI-powered office assistants and workflows
Data analysts
automating multi-step Excel data cleaning and analysis
Business intelligence engineers
processing large Excel datasets with Parquet optimization
Operations specialists
comparing spreadsheets and marking anomalies with colors
Repository contents

83 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Agent Pack for Windows

Installs: Installs the selected OpenClaw and/or hermes-agent runtime and the complete SenseNova-Skills bundle; skillPaths is a bounded selection from that bundle. · OpenClaw, hermes-agent

Before you start
  • Windows 10 22H2 or later, or Windows 11
  • WSL2 already installed
  • A SenseNova API key plus the matching regional Base URL and model name

Platform: Windows

  1. Install WSL2 before running Agent Pack; installation is performed inside WSL2.

  2. Download the latest Agent Pack file whose name ends in `-windows-x64.exe`, double-click it, and follow the wizard. Select OpenClaw, hermes-agent, or both as desired.

  3. When prompted for the LLM provider, choose Custom (OpenAI-compatible). Enter the API key and the Base URL and model name from the same regional row: International uses `https://token.sensenova.ai/v1`; Mainland China uses `https://token.sensenova.cn/v1`; both list `sensenova-6.8-flash-lite`.

  4. After setup, start the installed agent and ask: "List the available skills, with a one-line description for each." Confirm that it lists the SenseNova skills. The standalone sn-deepresearch-cli and sn-proactive-agent runtime require the additional setup described in their guides.

INSTALL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Turn a Markdown report into a self-contained HTML page

Uses sn-md-to-html-report

  • Replace `[path/to/report.md]` with the Markdown report path.
  • Replace `[audience and purpose]` with who will read the page and what they should learn or decide.
Use sn-md-to-html-report to turn [path/to/report.md] into a self-contained HTML feature page for [audience and purpose]. Preserve the source's factual claims and conclusion strength, create plan.md before writing the HTML, and review the result for accessibility and responsive behavior.
Suggested first task

Find relevant open-source projects

Uses sn-search-code

  • Replace `[topic]` with the technology or problem of interest.
  • Repository search does not require a GitHub token; a token is mandatory only for code search.
Use sn-search-code to search GitHub for five repositories about [topic], using repository search rather than code search. Return the documented JSON results with each item's title, URL, and snippet.
skills/sn-search-code/SKILL.md · Checked Sep 18, 2026
Suggested first task

Find relevant Reddit discussions about a topic

Uses sn-search-social-en

  • Replace `[topic]` with the subject to investigate.
  • No API key is required for the documented Reddit search script.
Use sn-search-social-en to find five Reddit posts and discussions about [topic], sorted by relevance. Return the documented JSON results.