Connect Tool Library
/install connect-tool-library
Connect Tool Library Skill (via cogenticlink CLI)
Managing Tool Libraries (Tokens)
Before using any tool, you must add a library (API token) using the cogenticlink CLI:
-
Set a library (name, token, optional description):
cogenticlink libraries set \x3Cname> \x3Ctoken> [description] -
List all libraries (markdown output):
cogenticlink libraries -
Remove a library:
cogenticlink libraries remove \x3Cname>
Executing Tool Calls
All tool commands require the library name as a positional argument.
-
Fetch Tool Categories (markdown output):
cogenticlink categories \x3Clibrary>. Returns a list of categories. -
Fetch Tool List of Category (markdown output):
cogenticlink list \x3Clibrary>. If category is omitted, defaults to All Tools. -
Obtain Tool Description & Input Schema:
cogenticlink describe \x3Clibrary> \x3Ctool>. Returns Markdown containing the tool's description and JSON schema for parameters. -
Call a Tool:
cogenticlink call \x3Clibrary> \x3Ctool> [parameters]. parameters is an optional JSON object (default {}). Successful responses return JSON with a content array. Errors return isError: true with details in content.
Workflow
- Check/Create Library – If no library exists, instruct the user to set one:
cogenticlink libraries set \x3Cname> \x3Ctoken> [description]. If the token is unknown, ask the user to create a tool library in Cogentic Hub. - Fetch Tool Categories – Run
cogenticlink categories \x3Clibrary>to see available categories. - Select a category, If none selected, use
All Toolscategory. - Fetch Tool List from Selected Category – Run
cogenticlink list \x3Clibrary> \x3Ccategory>to see tools and their tags. - Obtain Tool Description (optional) – Run
cogenticlink describe \x3Clibrary> \x3Ctool>to understand required parameters. - Call Tool – Run
cogenticlink call \x3Clibrary> \x3Ctool> '\x3Cjson-params>'to execute.
Troubleshooting with the CLI
- Library not found – Run
cogenticlink librariesto list existing libraries. - Invalid token – Re‑set the library with the correct token.
- Tool not found – Verify the tool name using
cogenticlink list \x3Clibrary>. - Invalid parameters – Check the tool's input schema with
cogenticlink describe \x3Clibrary> \x3Ctool>.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install connect-tool-library - 安装完成后,直接呼叫该 Skill 的名称或使用
/connect-tool-library触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Connect Tool Library 是什么?
Interact with remote tool libraries via cogenticlink CLI. Use this skill when you need to manage Tool libraries (tokens), browse available tools, and execute... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Connect Tool Library?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install connect-tool-library」即可一键安装,无需额外配置。
Connect Tool Library 是免费的吗?
是的,Connect Tool Library 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Connect Tool Library 支持哪些平台?
Connect Tool Library 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Connect Tool Library?
由 cogenticlab(@cogenticlab)开发并维护,当前版本 v2.0.0。