claw-lark Patches
自动重应用飞书插件自定义补丁,修复更新后功能失效问题。
下载 30
通过AgentForge接入AI工具市场,支持发现、执行与自动计费。
openclaw skills install @paparusi/a2a-marketplace命令、参数、文件名以原文为准
使用 AgentForge 市场工具,发现、评估并执行来自精选市场的 AI 工具。
搜索工具:
使用 forge_discover 查找“情感分析”相关的工具执行工具:
使用 forge_execute,指定 toolId 为 "tool-abc",输入参数为 { "text": "Hello world" }| 工具 | 说明 |
|---|---|
forge_discover | 根据查询、类别、价格、信任评分或标签搜索市场中的工具 |
forge_execute | 执行一个工具(费用将自动扣除) |
forge_get_schema | 获取某个工具的输入/输出格式说明 |
forge_balance | 查询代理账户余额、支出情况及等级信息 |
forge_list_categories | 列出所有工具类别 |
forge_batch_execute | 并行执行最多 10 个工具 |
forge_discover 输入你的需求,并可选添加过滤条件(如类别、最高价格、最低信任评分)forge_get_schema 查看该工具所需的输入格式forge_execute 运行选定的工具forge_balance 检查当前剩余预算forge_discover 并设置 maxPrice 过滤条件使用 forge_batch_execute 可同时运行多个工具:
{
"calls": [
{ "toolId": "sentiment-v2", "input": { "text": "Great product!" } },
{ "toolId": "translate-en-vi", "input": { "text": "Hello world" } }
]
}常见类别包括:nlp、vision、code、data、audio、security、blockchain、productivity
工具的信任评分范围为 0–100,依据以下因素评定:
已收录 1 个 Skill