Skip to content

Releases: chainbase-labs/Agentkey

v1.4.0

12 May 09:48
d2bfb29

Choose a tag to compare

1.4.0 (2026-05-12)

Features

  • server-beacon skill-update path for non-Bash clients (#39) (65fb2f8)

v1.3.1

12 May 06:01
dc6f755

Choose a tag to compare

1.3.1 (2026-05-12)

Bug Fixes

  • skill: publish 1.3.1 with corrected npx skills update command (#36) (d4cfef6)

v1.3.0

12 May 05:15
50e25b8

Choose a tag to compare

1.3.0 (2026-05-12)

Features

  • skill: broaden description for dynamic provider catalog (#32) (3b45366)

v1.2.4

09 May 08:23
a1a8bb5

Choose a tag to compare

1.2.4 (2026-05-09)

Bug Fixes

  • skill: eliminate Hermes scanner findings (#28) (41e1724)

v1.2.3

08 May 15:59
5bb42ab

Choose a tag to compare

1.2.3 (2026-05-08)

Bug Fixes

  • update-check: ship version.txt inside skill so npx-skills-add installs find it (#26) (bc740c8)

v1.2.2

08 May 06:24
3850243

Choose a tag to compare

1.2.2 (2026-05-08)

Bug Fixes

  • republish skill with updated find_tools guidance (#24) (b7d3a80)

v1.2.1

01 May 13:32
4e0e632

Choose a tag to compare

1.2.1 (2026-05-01)

Bug Fixes

  • security: notify-only update check + interactive upgrade flow (#21) (a05efd5)

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)