Releases: chainbase-labs/Agentkey
Releases · chainbase-labs/Agentkey
v1.2.0
v1.1.0
v1.0.0 — Initial public release
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-loginOr 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 | iexSee the README for supported agent hosts and troubleshooting.
Contributing
See CONTRIBUTING.md. PRs use Conventional Commits; releases are cut automatically by release-please.