Files
chainbase-labs__agentkey/.claude-plugin/plugin.json
T
lxcong 74e40a47b7 chore(main): release 1.10.0 (#65)
🤖 I have created a release *beep* *boop*
---


##
[1.10.0](https://github.com/chainbase-labs/Agentkey/compare/v1.9.1...v1.10.0)
(2026-06-29)


### Features

* **skill:** add OAuth-first setup, slim SKILL.md via progressive
disclosure ([#62](https://github.com/chainbase-labs/Agentkey/issues/62))
([8bc275a](https://github.com/chainbase-labs/Agentkey/commit/8bc275a20b5c22204bdb0a6aac2ed5c40352eccb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2026-06-29 16:55:41 +08:00

31 lines
891 B
JSON

{
"name": "agentkey",
"version": "1.10.0",
"description": "AgentKey — unified API for real-time external data: web search, social media (Twitter, Reddit, 小红书, Instagram, 知乎, TikTok, 抖音, B站, 微博, Threads, YouTube, LinkedIn), crypto/blockchain data, and web scraping",
"author": {
"name": "Chainbase Labs",
"url": "https://agentkey.app"
},
"repository": "https://github.com/chainbase-labs/agentkey",
"license": "MIT",
"keywords": [
"agentkey",
"web-search",
"social-media",
"crypto",
"blockchain",
"real-time-data",
"scraping"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"userConfig": {
"AGENTKEY_API_KEY": {
"title": "AgentKey API Key",
"description": "Your AgentKey API key. Get one free at https://console.agentkey.app/",
"type": "string",
"sensitive": true
}
}
}