Skip to content

Releases: chainbase-labs/Agentkey

v1.2.0

27 Apr 14:20
db6b46c

Choose a tag to compare

1.2.0 (2026-04-27)

Features

  • install: auto-detect agents, route MCP auth to QR mode for remote installs (#18) (29176d1)

v1.1.0

23 Apr 06:32
8f4ef5e

Choose a tag to compare

1.1.0 (2026-04-23)

Features

  • cache update check result for 24h (#5) (27e0ebe)

v1.0.0 — Initial public release

23 Apr 05:54

Choose a tag to compare

v1.0.0 — Initial public release

AgentKey Skill is now open source under Apache 2.0.

What is AgentKey?

A unified skill that gives your AI agent real-time access to:

  • 12 social platforms — Twitter/X, Reddit, 小红书, Instagram, 知乎, TikTok, 抖音, B站, 微博, Threads, YouTube, LinkedIn
  • Web search & scraping — general-purpose retrieval with source transparency
  • Crypto & on-chain data — prices, balances, transactions across major chains

One plugin, zero extra config.

Install

# 1. Install the skill
npx skills add chainbase-labs/agentkey

# 2. Register the MCP server (authenticates via browser)
npx -y @agentkey/mcp --auth-login

Or use the one-command installer:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/chainbase-labs/agentkey/main/scripts/install.sh | bash

# Windows PowerShell
iwr https://raw.githubusercontent.com/chainbase-labs/agentkey/main/scripts/install.ps1 | iex

See the README for supported agent hosts and troubleshooting.

Contributing

See CONTRIBUTING.md. PRs use Conventional Commits; releases are cut automatically by release-please.

Reporting issues

  • Bugs & features: Issues
  • Security: email support@chainbase.com (policy)