← Back to Skills Marketplace
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skillforge-discovery
Description
SkillForge API 服务发现 - 自动发现和调用付费 AI 服务。当 OpenClaw Agent 需要某个能力但本地没有时,自动查找并推荐可用服务。
Usage Guidance
这个技能总体上与“服务发现并调用付费 AI 服务”的描述相符,但在安装前请注意:1) 确认 SKILLFORGE_API_URL 指向可信的平台(不要指向不明主机);2) 为 SKILLFORGE_API_KEY 使用最小权限且可撤销的 API key,避免使用长期高权限凭据;3) 在配置中将 auto_discover 设为 false(或把 discover_limit、max_cost_per_call 设得很低)以避免代理自动发起潜在收费调用;4) 验证 skill.yaml 与平台/agent 的配置字段匹配(handler.js 使用 platform_url,但 skill.yaml 使用 apiUrl —— 这可能导致配置未生效或行为异常);5) 如果担心计费,先在隔离或测试账户中试运行,查看实际行为和日志;6) 若需要更高信心,检查 handler.js 的完整导出/实现(确保没有隐蔽的数据外传)并确认调用前始终有明确的用户确认流程。
Capability Analysis
Type: OpenClaw Skill
Name: skillforge-discovery
Version: 1.0.0
The skillforge-discovery bundle is a legitimate integration for an AI service marketplace. It enables an OpenClaw agent to detect missing capabilities (like OCR or image generation) using keyword matching in handler.js and then discover or invoke third-party APIs via the SkillForge platform. The code is well-structured, includes a comprehensive test suite (test.js), and implements safety features such as a maximum cost-per-call check (max_cost_per_call). No evidence of data exfiltration, unauthorized access, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
技能声明是“发现并调用付费 AI 服务”,代码(handler.js)确实实现了能力检测、发现和调用功能;所需二进制(node)和主要环境变量(SKILLFORGE_API_URL、SKILLFORGE_API_KEY)与目的相关且可解释。
Instruction Scope
SKILL.md 与 handler.js 都描述了自动检测能力缺口并可在确认后调用远端付费服务。虽然文档提到“用户确认后调用”,但配置中存在 auto_discover=true 和 auto_confirm_free 选项,意味着在某些配置下代理可能自动触发发现或自动确认免费调用,从而产生网络请求或费用。指令引用了 ~/.openclaw/config.yaml(合理)并使用 platform_url/api_key 与远端 API 通信;没有看到对本地敏感文件或额外环境变量的直接访问,但自动发起的计费调用是需要用户注意的范围扩展。
Install Mechanism
没有下载或外部安装脚本;包仅包含源文件(handler.js、test.js、SKILL.md 等),不依赖可疑远程安装,风险较低。
Credentials
仅要求 SKILLFORGE_API_URL 和 SKILLFORGE_API_KEY(主凭据),这与技能目的直接相关。需注意:该 API key 很可能用于计费/认证,授予该技能直接触发远端计费的能力,因此应谨慎使用具有最小权限的 key 并限制配额/额度。
Persistence & Privilege
虽然 always:false(未强制常驻),技能被允许模型自治调用(平台默认),并且默认配置 auto_discover=true,会在检测到能力缺口时自动触发服务发现。结合远端计费能力,这增加了意外产生费用的风险;建议用户在安装时禁用自动发现或设置严格的 max_cost_per_call 与手动确认。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillforge-discovery - After installation, invoke the skill by name or use
/skillforge-discovery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables automatic discovery and invocation of paid AI API services via SkillForge.
- Detects capability gaps when tasks require external APIs.
- Finds and recommends matching paid services on the SkillForge platform.
- Supports manual and automatic service discovery triggers.
- Allows user-approved invocation of discovered services.
- Includes configuration options for API keys, limits, and cost controls.
- Provides detailed error handling and cost information.
Metadata
Frequently Asked Questions
What is SkillForge API 服务发现?
SkillForge API 服务发现 - 自动发现和调用付费 AI 服务。当 OpenClaw Agent 需要某个能力但本地没有时,自动查找并推荐可用服务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install SkillForge API 服务发现?
Run "/install skillforge-discovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SkillForge API 服务发现 free?
Yes, SkillForge API 服务发现 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SkillForge API 服务发现 support?
SkillForge API 服务发现 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SkillForge API 服务发现?
It is built and maintained by leongfans (@leongfans); the current version is v1.0.0.
More Skills