Back to directory

agentkey

Maintenance: Active

chainbase-labs/agentkey

Connect your AI agent to the world — Web search, Social media, Crypto & On-chain data. One plugin, zero extra config.

View on GitHubHomepage
$ curl -fsSL https://agentkey.app/install.sh | bash

595

stars

64

forks

Shell

Language

Apache-2.0

License

2026-04-23

Created

2026-08-24

Last push

Apache-2.0, subscription-based data gateway for AI agents. Connects to DeepSeek Harness as a CLI-managed MCP integration and unifies web, social, on-chain, finance, e-commerce and business data behind one key, auto-routing providers in the cloud.

DSH integration

Compatible

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-25

License

Apache-2.0

01What can it help you accomplish?

  • Give your DeepSeek Harness agent open-web, social and on-chain data access without managing per-provider API keys

    Live data from search engines, social platforms, on-chain/crypto feeds, finance, e-commerce and business sources, surfaced as tools your agent can call

    DSH users who want their agent to browse the web, read social media and query on-chain data without juggling separate credentials or subscriptions

  • Let your agent answer questions that need live web or social content

    Summarized tweets and posts, scraped webpages, social discussions organized by sentiment, and video/transcript extracts

    Researchers, marketers and developers who repeatedly need external data their agent otherwise can't reach

  • Replace many API keys and separate bills with one unified data subscription

    A single AgentKey subscription that auto-routes providers across web, on-chain, finance, e-commerce and business data

    Teams and individuals who want to stop managing many provider credentials and subscriptions

02How to install into DeepSeek Harness

Installation steps

  1. 01

    Run the one-line installer — macOS/Linux: `curl -fsSL https://agentkey.app/install.sh | bash`; Windows PowerShell: `irm https://agentkey.app/install.ps1 | iex`. It auto-detects `${DSH_HOME:-~/.dsh}` or the `dsh` command and adds the AgentKey Loader block.

    $ curl -fsSL https://agentkey.app/install.sh | bash

  2. 02

    For a DSH-only manual install, run `npx -y skills add chainbase-labs/agentkey -g -a universal -s agentkey -y`, then `npx -y @agentkey/cli --auth-login --only dsh`.

    $ npx -y skills add chainbase-labs/agentkey -g -a universal -s agentkey -y

  3. 03

    Restart your agent, then ask it something that needs the internet.

Verify the integration

  • Open DSH → Settings → Plugins → Plugin list, find configured id `agentkey`, and expand the `mcp-client` row (expect Loader path `include:agentkey`, module `@deepseek-ai/dsh-mcp-client`, status `Mounted`/`active`).
  • Confirm the three core tools are visible in your preset/session: `mcp__agentkey__find_tools`, `mcp__agentkey__describe_tool`, `mcp__agentkey__execute_tool`.
  • Ask the agent to use AgentKey to search for today's latest AI news — success requires a real find_tools → describe_tool → execute_tool call, not just a Mounted card.

Rollback

  • Run the one-command uninstaller — macOS/Linux: `curl -fsSL https://agentkey.app/uninstall.sh | bash`; Windows: `irm https://agentkey.app/uninstall.ps1 | iex`.
  • It removes the skill from every agent, strips the `agentkey` MCP entry + API key from all MCP client configs, and clears caches/logs.

03DSH integration and capability boundaries

DSH integrationCompatible

CLI-managed DSH MCP integration — the installer auto-detects your DSH home (`${DSH_HOME:-~/.dsh}`) and adds one managed Loader block so AgentKey's tools are exposed through DSH's `@deepseek-ai/dsh-mcp-client` under `serverName: agentkey`.

  • Web search

    Search engines, news, and real-time discovery across the open web

  • Web scraping

    Clean article extraction, structured data, and metadata from any URL

  • On-chain / Crypto

    Token prices, market data, on-chain activity, and project metadata

  • Social & content

    Public posts, videos, and discussions across major social and content platforms

  • Finance

    Stock & FX quotes, technical indicators, company financials, and earnings

04Who is it for? When not to use it?

Good for

  • DSH users who want their agent to browse the web, read social media and query on-chain data without juggling separate credentials or subscriptions
  • Researchers, marketers and developers who repeatedly need external data their agent otherwise can't reach
  • Teams and individuals who want to stop managing many provider credentials and subscriptions

Not for

  • AgentKey is subscription-based: each plan includes a monthly credit allowance and usage beyond that is billed pay-as-you-go, so an AgentKey account and active plan are required to use the tools.
  • DSH 0.1.0-rc.7's MCP SDK client has no OAuth `authProvider`, so a header-free server entry can't complete 401/RFC 9728 discovery; DSH must use the device-code command so the CLI writes a local Bearer key.

05Compatibility, maintenance and safety notes

  • AgentKey is subscription-based: each plan includes a monthly credit allowance and usage beyond that is billed pay-as-you-go, so an AgentKey account and active plan are required to use the tools.
  • AgentKey sends anonymous usage telemetry (which agent, skill version, upgrade outcomes — never queries or responses); you can opt out with `touch ~/.config/agentkey/telemetry-disabled`.
  • DSH 0.1.0-rc.7's MCP SDK client has no OAuth `authProvider`, so a header-free server entry can't complete 401/RFC 9728 discovery; DSH must use the device-code command so the CLI writes a local Bearer key.
  • The product is in early access with rough edges; feature requests and bug reports are welcomed via GitHub Issues or Telegram.
2026-04-232026-08-24v1.14.0

Apache-2.0 · actively maintained (latest release v1.14.0, 2026-08-22)

06Frequently asked questions

How do I install AgentKey into DeepSeek Harness?

Run the one-line installer — macOS/Linux: `curl -fsSL https://agentkey.app/install.sh | bash`; Windows PowerShell: `irm https://agentkey.app/install.ps1 | iex`. It auto-detects `${DSH_HOME:-~/.dsh}` or the `dsh` command, installs the AgentKey skill globally, authenticates, and adds one managed Loader block to DSH's home-level patch. For a DSH-only manual install, run `npx -y skills add chainbase-labs/agentkey -g -a universal -s agentkey -y` then `npx -y @agentkey/cli --auth-login --only dsh`.

How do I confirm AgentKey is actually working in DSH?

Open DSH → Settings → Plugins → Plugin list, find configured id `agentkey`, and expand the `mcp-client` row (expect Loader path `include:agentkey`, module `@deepseek-ai/dsh-mcp-client`, status `Mounted`/`active`). Then confirm `mcp__agentkey__find_tools`, `mcp__agentkey__describe_tool` and `mcp__agentkey__execute_tool` are visible in your preset/session, and ask the agent to search today's AI news — success requires a real find_tools → describe_tool → execute_tool call, not just a Mounted card.

Is AgentKey a native DSH plugin or an MCP integration?

It is a CLI-managed DSH MCP integration, not a native installable DSH plugin. The home layer uses Loader id `agentkey`, module `@deepseek-ai/dsh-mcp-client` and MCP `serverName: agentkey`, composed over current and future profiles. DSH's tool allow/deny policy still controls whether a preset, session or subagent can see the tools.

Is AgentKey safe, and what does it collect?

By design, AgentKey has no access to your local files, your credentials or your agent's conversations. It collects only anonymous usage telemetry — which agent you installed into, your skill version and upgrade outcomes — never your queries or responses. Opt out with `touch ~/.config/agentkey/telemetry-disabled`.

Do I need an API key or a paid plan?

AgentKey is subscription-based: join a plan for a monthly credit allowance and pay-as-you-go overage. The DSH install writes a local Bearer key (no key belongs in Git); re-running auth rotates it. Note that DSH 0.1.0-rc.7 has no OAuth `authProvider`, so the installer uses a device-code flow that writes the local key.

08Data and sources

  • Author-claimedgithub.com8e93c67a3362…

    This is a **CLI-managed DSH MCP integration**, not a native installable DSH plugin.

  • Author-claimedgithub.com8e93c67a3362…

    The one-line installers above detect `${DSH_HOME:-~/.dsh}` or the `dsh` command automatically.

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-25. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.