dsh-future-embodied-ai
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-future-embodied-ai
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-future-embodied-ai in DeepSeek Harness to install this plugin. Source: https://github.com/uckkk/dsh-future-embodied-ai
About this plugin
When building AI workflows you often need to pull structured knowledge from a specific domain without spinning up a database or making network calls. dsh-future-embodied-ai fills that gap: it registers embodied-AI entries as session tools so you can browse and query them right inside the conversation.
The plugin ships two core tools: list_embodied enumerates every embodied-AI entry, and get_embodied retrieves a single entry by id or name. The whole implementation is pure Node with zero network dependencies, no environment variables, and no external services to manage install and run with minimal overhead.
It is a good fit for developers assembling embodied-AI agent workflows, anyone who wants to embed domain knowledge into the conversation context, or AI-app builders who prefer to consult domain entries without leaving the session.
Use Cases
- Quickly browse all embodied-AI entries inside an agent session
- Retrieve a specific embodied-AI entry by id or name
- Embed embodied-AI knowledge into conversation context without network calls
Best For
- Developers building embodied-AI agent workflows
- AI-app builders who need domain knowledge inside the conversation
- Plugin users who prefer local, zero-dependency tooling
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.