GitHub creator

CREAIT-nl

1 GitHub repository 2 total GitHub stars5 feature categories

View on GitHub
Both community sources passed the quality gates for the snapshot generated at 2026-08-25T16:12:45.162Z.

Main features

What kinds of plugins does CREAIT-nl build?

Unique repositories in each record's primary category
Models & Providers1 repository2 GitHub starsWorkflow & Automation1 repository2 GitHub starsPlugin Markets & Managers1 repository2 GitHub starsTools & Capabilities1 repository2 GitHub starsBrowser & Web1 repository2 GitHub stars

Plugin list

Plugins from CREAIT-nl

1 repository · 8 catalog records
dsh-plugins#gen-limitPer provider/model generation concurrency, with a settings card: a cap on how many sessions may stream at once, enforced at the stream and again at subagent spawn, where a fan-out past the cap waits in a FIFO queue instead of failing.Models 2dsh-plugins#hookkitConfig-driven lifecycle hooks, including context injection: declare event, handler and outcome in YAML, where the handler is an in-harness tool (MCP included), a shell command or an HTTP endpoint, and the outcome is model-visible context, a denied tool call, or fire-and-forget.Workflow 2dsh-plugins#research-modeDeep research as an agent mode: one reviewed loop that plans, researches in adaptive parallel rounds driven by the gaps the researchers themselves declare, synthesises a cited report and then reviews it adversarially, instead of a script the model rewrites per call. Questions the round budget never reached are named in the report rather than dropped.Workflow 2dsh-plugins#think-levelA thinking level stored per provider and model, so reasoning effort outlives the session it was set in and also reaches subagents, which dsh never asks. The in-session picker still wins, and a model with no row keeps its provider default.Models 2dsh-plugins#to-englishRewrites the Chinese copy of a market-installed plugin into English using a model already configured in the harness — automatically when the plugin is installed, then live-reloaded. Each file is translated in one whole-file pass, validated by a real parser where one exists (node --check for JavaScript, JSON and YAML parsers otherwise) and handed back to the model with the error for up to three repair attempts; files above 48 KB, or that never parse, fall back to a line-range pass that checks every returned line against the original for structure. Trigger phrases and locale tables can optionally be preserved rather than translated, and the untouched original is kept beside the file as a .zh.bak.Markets 2dsh-plugins#tool-disclosureProgressive tool disclosure: a deferred tool group costs one catalog line instead of its full schemas until the model loads it with tool_search, with one switch per group in Settings and each group measured against the live registry.Tools 2dsh-plugins#web-fetchA guarded local fetch provider for the ctx.web seam — the backend dsh does not ship for its own web_fetch tool. Every redirect hop is re-resolved and checked against the non-routable ranges, with a streamed size cap and a content-type allowlist.Browser 2dsh-plugins#web-search-searxngPoints web_search at a self-hosted SearXNG instance instead of the native route: pages until maxResults is satisfied, and reports degraded coverage when engines fail so a thin result set is not read as a thin web.Browser 2