《Cursor Docs》-Regions
Some of our model providers have location based restrictions, which means certain models may not be available in your region. When this happens, those models won’t appear in Cursor, but you’ll still be able to use all other available models without interruption.
Read More《Cursor Docs》-Request-Based Pricing (Legacy)
This page covers Cursor's legacy request based pricing model that was used before the transition to usage based pricing.
Read More《Cursor Docs》-Organization API
The Organization API lets you perform actions that apply across teams linked to an organization, such as moving users between those teams, reporting on pooled usage across teams, managing organization groups, and reading or updating model access. It uses an Organization API key and the same HTTP patterns as the team Admin API.
Read More《Cursor Docs》-Cyber Safeguards
Cyber Safeguards settings are available on the Enterprise plan and are configured per Organization Group at Organization → Groups . These are not billing groups or SCIM directory groups.
Read More《Cursor Docs》-Billing Groups
Billing groups allow Enterprise admins to understand and manage spend across groups of users. This functionality is useful for reporting, internal chargebacks, and budgeting.
Read More《Cursor Docs》-Cursor Documentation
Cursor is a coding agent for building ambitious software. Use it to understand your codebase, plan and build features, fix bugs, review changes, and work with the tools you already use.
Read MoreViewing Balance, Quota, and Token Usage on DeepSeek Harness Web Interface with dsh-usage-stats
The community plugin dsh-usage-stats (@ychris12138/dsh-usage-stats) provides multi-provider balance, subscription quota, and token usage heatmaps for dsh web. This article introduces its core capabilities, web profile installation commands, key points for credential configuration, typical operational steps, and security considerations such as loopback access and local credential boundaries. It is suitable for Harness developers who use multiple APIs or coding plans.
Read Moredsh-agent-team-gui: Building a Reusable Multi-Model Agent Squad in DeepSeek Harness
dsh-agent-team-gui is a workflow plugin developed by toolclub for DeepSeek Harness Web, transforming multi-member and multi-model collaboration into persistent team objects. Each member can independently configure model routing, role prompts, tool strategies, and token limits; the main model performs bounded DAG planning, and the runtime center provides DAG, retry, and official token bucket measurement. This article introduces its core capabilities, v1.0.1 installation commands, a five-step onboarding process, and notes on using web profiles.
Read MoreDSH Noema: Installing Viewable Long-Term Memory for DeepSeek Harness
dsh-noema is a Noema long-term memory plugin developed by ZSeven-W for DSH. It integrates local-first, non-vector memory into Agents, providing noema_* tools such as recall, retrieval, and import, along with a web-based settings page. Memories are stored in Markdown format in the ~/.agent-memory directory and can be migrated from tools like Cursor, Claude Code, and Codex, with support for service keep-alive. This article introduces its positioning, features, installation commands, and usage considerations.
Read MoreDeepSeek Harness Auto-Approval: dsh-auto-mode Bridges the Middle Layer in Permission Modes
Introducing the DSH plugin dsh-auto-mode (@nanmicoder/dsh-auto-mode) maintained by NanmiCoder. It adds an Auto/automatic approval mode on top of the official workspace-write sandbox: routine builds, tests, and dependency installations are automatically allowed, while semantic risks outside the sandbox are reviewed by a classifier, and dangerous operations such as accessing the root directory or credential paths are directly rejected. The article covers a comparison of four permission modes, installation commands, steps to enable it in the Web UI, optional classifier configuration, and an explanation of security boundaries.
Read Moredsh-undo-savepoint: DSH Crash Recovery Plugin with One-Click Configuration and Code Rollback
dsh-undo-savepoint is a community-maintained DSH undo/snapshot plugin, categorized under admin-security. It automatically or manually takes snapshots of cordis.patch.yml, settings.yaml, .env, and user plugin code trees, supporting undo, redo, and rollback to any version. Keys in snapshots are automatically masked, and exported ZIPs do not reveal plaintext. When DSH fails to start completely, the timeline, safe mode, and session recovery can still be operated via an external WebUI, GUI, and CLI. This article verifies installation commands and typical usage based on the SkillHub directory page and GitHub README, making it suitable for DSH users who frequently experiment with plugins and worry about misconfigurations crashing their environment.
Read Moregal-view: A Web Plugin Transforming DSH Session Pages into Galgame Stages
gal-view is a DSH web plugin maintained by Ayase34, which adds a "GAL Window" tab between the "Dialogue" and "Track" sections on the session page. It renders dialogues in a 16:9 Galgame stage format, including character sprites, typewriter-style dialogue lines, and a visual scene editor. This article verifies the installation commands, functional boundaries, and precautions based on the SkillHub directory and the GitHub README. It is suitable for DSH users who want to enhance their web session experience with fun customization, perform demonstrations, or create screen recordings.
Read MoreBuilding a Local Video Content Workstation with dsh-oil-creator on DeepSeek Harness
dsh-oil-creator is an open-source DSH client plugin from oil-oil, adhering to the principle of "one video per folder." It manages topics, scripts, finished videos, subtitles, thumbnails, and publication status locally. The AI self-configures and tracks long tasks through the creator-workbench Skill. This article introduces its core capabilities, official installation commands, typical conversational usage, and optional dependencies such as subtitles, thumbnails, Screen Studio, and multi-platform publishing. It is ideal for developers using Harness to create technical videos and content for self-media platforms.
Read MoreWindows Can Also Run DSH in Minimal Mode: dsh-gitbash-preset Workflow Plugin
The native minimal mode of DSH is difficult to use on Windows due to PTY platform limitations and the absence of bash in the PATH. The community plugin dsh-gitbash-preset provides a one-click installation for the "Minimal Mode (Git Bash)" preset, mapping bash calls to the MSYS shell of Git for Windows, retaining the dual-tool interface of str_replace_editor, and integrating sandbox-aware gating. This article introduces its pain point background, core capabilities, installation commands, and typical usage, suitable for developers running the DSH web version on Windows as a reference.
Read MoreTokenLedger: Tracking DeepSeek Harness Token Usage Per Station and Project
TokenLedger is a DSH web plugin maintained by zh667, which automatically attributes token usage to actual relay stations and working directories without any configuration. It supports multiple relay balances/subscription quotas, usage heatmaps, cost estimation, and CSV export. This article introduces its positioning, core capabilities, installation commands, and typical usage, while also explaining the attributes of the community directory and security considerations.
Read MoreDSH-Plugins-Marketplace: One-Click Access to the GitHub Plugin Ecosystem in the DeepSeek Harness Web GUI
DSH-Plugins-Marketplace (dsh-plugin-marketplace) is a community plugin marketplace maintained by bradeGithub. It provides the ability to visually browse, search, and one-click install and update all repositories tagged with the GitHub topic "dsh-plugin" via the DSH Web GUI settings page. This article introduces its core features (static index for instant loading, automatic recognition of four plugin types, version detection, and safety guardrails), the official CLI installation command, typical usage and security considerations, and clarifies that the SkillHub community directory has no affiliation with DeepSeek.
Read MoreDSH OpenPencil: Preview, Inspect, and Edit Real .op Design Drafts in Conversations
dsh-openpencil is a DeepSeek Harness client plugin maintained by ZSeven-W that integrates OpenPencil into the DSH Web conversation. The Agent drives real .op canvases through five tools, including openpencil_new, supporting precise multi-frame PNG preview, read-only interactive canvases, and hosted editors. It has 153 stars on GitHub and is licensed under MIT. Installation: run `dsh plugin --profile web add @zseven-w/dsh-openpencil@latest`, followed by `dsh web`. It is suitable for UI design automation; the plugin runs with DSH process privileges, so please review the source code before installation.
Read MoreDirect Image Generation in DeepSeek Harness: Getting Started with the dsh-image-gen Plugin
dsh-image-gen is an open-source DeepSeek Harness image generation plugin by shanliuling, which supports direct image generation via the generate_image tool within web dialogs. It is compatible with multiple providers including Gemini, OpenAI, Volcano Ark Seedream, and Tongyi Wanxiang, and comes with built-in gallery management and workspace persistence. This article covers installation commands, API Key configuration, typical usage, as well as plugin permissions and security considerations.
Read Morepi2dsh: Running Pi Ecosystem Plugins Natively on DeepSeek Harness
DeepSeek Harness features a clear architecture, yet its early-stage plugin ecosystem remains relatively thin; in contrast, Pi boasts hundreds of mature extensions. The pi2dsh compatibility layer engine, maintained by weijiafu14, maps Pi's public extension ABI to DSH's native services, enabling the mounting of npm original packages without forking or per-package adaptation. This article introduces its three-layer architecture, core capabilities, and installation commands for web/dsh-tui. It demonstrates a terminal MCP workflow using pi-mcp-adapter as an example while also addressing considerations such as permissions, verification granularity, and community directory positioning.
Read Moreanime-find: Searching for Anime, Checking Ratings, and Copying Magnet Links in DeepSeek Harness Conversations
Anime-find is a DSH anime search plugin maintained by cocofhu, which aggregates sources like Mikan, AniBT, and AnimeGarden in conversations to display anime results in card format. It supports Bangumi ratings and details, copying magnet links or opening torrents, and allows configuration for streaming playback. This article introduces its features, the differences between npm and git installation methods, typical conversational usage, and notes for use.
Read Moredsh-data-agent: Enabling DeepSeek Harness to Connect to Databases for Analysis via Dialogue
dsh-data-agent is a DSH data analysis plugin maintained by omdsh-dev, supporting common databases such as MySQL, PostgreSQL, and ClickHouse. After installation, users can select "Data Mode" to ask questions in natural language; DSH will automatically generate SQL, execute queries, and provide business insights. It also offers Catalog data governance and HTML analysis reports. This article verifies installation commands, typical usage, and security precautions based on the SkillHub directory page and the GitHub README.
Read MoreEngramory: A Portable Markdown Memory Protocol for DeepSeek Harness Agents
Engramory (tinqiao-oss/engramory) is a zero-infrastructure memory protocol designed for AI agents: Markdown-based single-file-per-fact structure, four types of typed notes, explicit curation discipline, and bounded indexing. It has 171 stars on GitHub and is categorized as a memory tool in SkillHub. This article introduces its core capabilities, official SkillHub installation command, the engramory_init initialization process, index guard configuration, and considerations like single-writer/experimental status, helping DSH users set up auditable long-term working memory.
Read Moredsh-synapse: Transforming DeepSeek Harness Conversations into Browsable Branch Maps
dsh-synapse is a DSH client web plugin maintained by liangmianya, providing a draggable and scalable conversation map on top of native dialogues. It presents forks, follow-ups, and parallel conversations in a canvas format, with two-way synchronization with the native interface. The article introduces its core capabilities, web profile installation commands, typical operation workflows, configuration options, and data boundaries, facilitating quick assessment for integration after discovering it on SkillHub.
Read Moredsh-cost-meter: Adding a Session Cost Dashboard to DeepSeek Harness
dsh-cost-meter is a community-maintained DSH web cost tracking plugin that displays real-time session and daily Token usage, budget progress, official and custom Provider balances within the interface, and integrates OpenCode Go and multiple Coding Plan quota queries. The plugin includes a catalog of 90+ model prices, supports peak/off-peak pricing switch reminders, one-click official price synchronization, and a Codex-style usage heatmap, with a bilingual interface in Chinese and English. This article introduces its core features, npm/GitHub installation commands, budget and NewApi balance configuration examples, as well as installation review and security considerations.
Read More