DSH Hub

sensedeal/cue-skills

cue-skills

SkillSkills6 GitHub stars· updated 2026-08-24

Cue Skills for Agents

Install

npx @deepseek-ai/dsh plugin --profile web add @cueai/dsh-omni-reader

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

cue-skills DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/cue-skills.svg)](https://dshhub.dev/plugins/cue-skills)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from sensedeal/cue-skills, cleaned of badges and images.

cue-skills

English · 中文

Open-source agent skills published by Cue (sensedeal).

A skill is a portable instruction bundle that any AI agent (Claude Code, Codex CLI, Gemini CLI, …) can load to gain a new capability — without modifying the agent itself. This repo collects the skills Cue maintains for public use.

DSH users: install the Cue Omni Reader bundles

Running DeepSeek Harness? Add the two Cue bundles to a profile and get Cue Omni Reader as native mcp__omni__* tools:

dsh plugin --profile web add @cueai/dsh-omni-reader
dsh plugin --profile web add @cueai/dsh-omni-reader-guard   # optional SSRF/consent guard

Restart dsh; the model then sees mcp__omni__parse / …get_parse_status / …read_result / …read_outline / …save_result / …cancel_parse / …discard_result. Set CUE_API_KEY (+ optional OMNI_ALLOWED_ROOTS) via $DSH_HOME/.env. Guide: dsh/ · usage.md.

DSH bundles

This repo also ships DeepSeek Harness bundles under dsh/ — thin composition packages that wire a Cue MCP server into a DSH profile so its tools surface natively (e.g. mcp__omni__parse). A skill is agent-loadable instructions; a bundle is a composition package (package.json + cordis.patch.yml) for the Harness. Install one with dsh plugin --profile web add <pkg>; see dsh/README.md and the cue-omni-reader bundle.

Skills in this repo

SkillPurposeStatus
cue-buddy/cue-buddyLets business experts author, validate, test, tune, and pin-as-frequent Cue "buddy" research templates via natural conversation. No Python / API knowledge needed; the agent talks to the Cue production API on the user's behalf.v0.3.6
cue-research/cue-researchSibling to cue-buddy for using Cue from inside your AI agent: ask a question → skill matches ≤2 candidate buddies (or routes to free-form deep research via /api/rewrite) → you confirm credits → it runs in the background and retrieves the report via replay → on satisfaction you can distill a free-form run into a saved buddy via cue-buddy. Supports 仿写/mimic (imitate a reference URL or sample document's writing style).v0.3.6
cue-omni-reader/cue-omni-readerHelps external agents parse HTTP(S) URLs and authorized local documents, audio, or video through the official MCP tools, including safe Bridge bootstrap, recoverable operations, content-only client compatibility, complete artifact reading, and cleanup. Thin instruction layer; no custom parser or protocol driver.v0.3.6
cue-data-mcp/cue-data-mcpLets external agents query Cue's public MCP data services (regulatory, macro, disclosures, market data, legal full text, holdings, entity data, academic, IPO, ESOP, buyback, footnote details) by discovering live domains from the anonymous /api/mcp-catalog and connecting through each domain's routing DTO. Thin instruction layer; no hardcoded endpoints or tool names.v0.3.6
playbook/playbook scene skillsOne agent-loadable SKILL.md per Cue playbook scene (equity research, credit d

Related plugins