sandbaseai/sandbase-skills
dsh-skills
88 installable open-source Agent Skills for research, social intelligence, marketing, and business workflows—compatible with Codex, Claude Code, Cursor, Gemini CLI, and DeepSeek Harness.
Install
npx @deepseek-ai/dsh plugin --profile web add github:sandbaseai/sandbase-skillsRestart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/sandbase-skills)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from sandbaseai/sandbase-skills, cleaned of badges and images.
SandBase Skills
Browse the flagship Skill: skills.sh · Agentic Awesome Skills · Agent Skill Exchange · askill · Awesome Skills · skills.re · SkillsCat · OpenAgentSkill · AgentSkill.sh
Have a repeatable workflow that is missing? Request a Skill with a public example and acceptance criteria.
English | 中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português
88 installable Agent Skills for research, social intelligence, marketing, and business workflows. Install into any compatible agent (DeepSeek Harness, Claude Code, Codex, Cursor, Gemini CLI) and start working immediately. The flagship research Skill works with host-provided search tools; connect SandBase when you want broader provider coverage.
SandBase also exposes 2,000+ models and APIs, including a unified surface for LLM, image, and video generation. Skills define the workflow; the SandBase API or MCP bridge supplies optional model, media, search, social, and data capabilities when a workflow needs them.
Start with multi-source-search: it runs with your agent's existing search tools,
ships a worked evidence-ledger example, and includes an offline validator. If it
improves a real workflow, star the repository
so other builders can discover it.
What are Skills?
A Skill is an instruction file that teaches an AI agent how to do one specific job. Each Skill defines a repeatable workflow, evidence rules, and output format. Portable Skills can use capabilities already provided by the host agent; specialized social, market, and data workflows can add SandBase providers when configured.
Quick Start
# Try it without installing: generate the complete Skill prompt
npx skills use sandbaseai/sandbase-skills@multi-source-search
# Or install it into Codex
npx skills add sandbaseai/sandbase-skills@multi-source-search --agent codex
# Use it with your agent's existing web/search tools
# "Fact-check this claim with independent sources and validate the evidence ledger"
multi-source-search needs no SandBase account when the host agent already provides
search and page-reading tools. For specialized social, market, and data-provider Skills,
set SANDBASE_API_KEY in your environment—never in a prompt or committed file.
GitHub CLI (official Agent Skills workflow)
…