← 返回 Skills 市场
fredpsantos33

IteraTools API

作者 fredpsantos33 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
149
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install iteratools-api
功能描述
Call the IteraTools multi-tool API (api.iteratools.com) — 80+ tools for AI agents: image generation (Flux), browser automation (Playwright), web scraping, TT...
使用说明 (SKILL.md)

IteraTools API

Pay-per-use multi-tool API with MCP support. 80+ tools for AI agents.

MCP Integration

Quick Start (Local)

npx mcp-iteratools

Set your API key:

export ITERATOOLS_API_KEY=it-YOUR-KEY
npx mcp-iteratools

Remote MCP Server

URL: https://mcp.iteratools.com/mcp
Protocol: StreamableHTTP (MCP 2025-03-26)

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iteratools": {
      "command": "npx",
      "args": ["mcp-iteratools"],
      "env": {
        "ITERATOOLS_API_KEY": "your-api-key"
      }
    }
  }
}

OpenClaw

Add to your openclaw.json mcp section:

{
  "mcp": {
    "servers": {
      "iteratools": {
        "url": "https://mcp.iteratools.com/mcp"
      }
    }
  }
}

REST API

Base URL: https://api.iteratools.com

Auth: Authorization: Bearer it-YOUR-API-KEY or x402 micropayments.

Tool Categories

  • Image: generate (Flux 1.1 Pro), fast (Schnell), rembg, OCR, describe, resize, compress
  • Video: generate (Kling v1.6), transcribe, frames
  • AI: chat (GPT-4o, Claude, etc.), summarize, sentiment, embeddings
  • Memory: vector upsert/search/clear, KV store
  • Web: scrape, search, crawl, screenshot, browser automation
  • Messaging: WhatsApp send/reply, SMS, Slack, email
  • Docs: PDF extract/generate, document convert, spreadsheet
  • Code: execute (Python, JS, Bash) in sandbox
  • Productivity: GitHub (repo/issue/search/file), Google Sheets, Google Calendar
  • Maps: geocode, places, directions, nearby, distance
  • Utilities: translate, QR code, barcode, weather, currency, DNS, hash, chart, time convert

Pricing

All tools are pay-per-use. Most cost $0.001–$0.01 per call. See full pricing at docs.iteratools.com.

Links

安全使用建议
Before installing/using this skill: (1) Expect to need an IteraTools API key and to incur pay-per-use charges — verify pricing and billing behavior. (2) The registry metadata omitted required env vars; don't assume no credentials are needed. (3) The quick start uses `npx mcp-iteratools` which downloads and runs code from npm — review the npm package and its GitHub repo (links are provided in SKILL.md) to confirm trustworthiness. (4) If you must try it, run the npx command in a sandboxed environment or container and only provide an API key with minimal scope; monitor usage/billing after first calls. (5) If you use in a production agent, add explicit policy controls limiting when the agent can call this external service and require user confirmation for cost-incurring operations.
功能分析
Type: OpenClaw Skill Name: iteratools-api Version: 1.2.0 The skill bundle provides configuration and documentation for connecting an OpenClaw agent to the IteraTools MCP server and REST API. While no malicious code or prompt injection is present in the files, the service explicitly offers high-risk capabilities such as remote code execution (Bash, Python, JS) and browser automation via api.iteratools.com. These features, while plausibly intended for legitimate multi-tool functionality, represent a significant attack surface and meet the criteria for a suspicious classification due to the inherent risks of the capabilities provided.
能力评估
Purpose & Capability
Name/description match the instructions: this is a multi-tool API/MCP connector (image, web, TTS, code exec, etc.). That capability would legitimately require an API key and network access to api.iteratools.com or mcp.iteratools.com; however, the registry metadata lists no required environment variables or primary credential, creating a mismatch between claimed requirements and actual instructions.
Instruction Scope
SKILL.md sticks to the stated purpose: examples show running the MCP client (npx mcp-iteratools), setting ITERATOOLS_API_KEY, adding an MCP server entry, and calling the REST API. It does not instruct the agent to read unrelated files or exfiltrate data, nor does it request system-level config beyond adding an MCP server entry.
Install Mechanism
There is no formal install spec (instruction-only), but the docs instruct use of `npx mcp-iteratools`. That means code will be fetched from the npm registry and executed on demand. This is a normal distribution method, but it does execute remote code transiently — users should verify the npm package and its GitHub source before running.
Credentials
The SKILL.md repeatedly references ITERATOOLS_API_KEY and Authorization: Bearer it-... for pay-per-use access, but the registry metadata declares no required env vars or primary credential. The skill will likely need an API key and billing/micropayment setup; the omission in metadata reduces transparency and could lead users to supply credentials without realizing the requirement or billing implications.
Persistence & Privilege
Flags show normal privileges (always: false, user-invocable: true). The skill does not request persistent system-wide modifications or privileged config paths in the documentation; it only suggests adding an MCP server entry or running npx locally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install iteratools-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /iteratools-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Updated: 80+ tools, MCP docs, x402, OpenClaw config
v1.1.0
Updated: added 69+ tools list, browser automation, MCP integration, Python quickstart, pricing table
v1.0.0
iteratools-api v1.0.0 - Initial release of the IteraTools pay-per-use API skill. - Offers access to 77+ tools, including web scraping, image and video generation, TTS, code execution, WhatsApp messaging, and more. - No subscription required; pay per API call with clear USDC pricing. - Provides detailed usage documentation, example curl commands, and error handling guidelines. - Tools organized by category for easy discovery and reference.
元数据
Slug iteratools-api
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

IteraTools API 是什么?

Call the IteraTools multi-tool API (api.iteratools.com) — 80+ tools for AI agents: image generation (Flux), browser automation (Playwright), web scraping, TT... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 IteraTools API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install iteratools-api」即可一键安装,无需额外配置。

IteraTools API 是免费的吗?

是的,IteraTools API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

IteraTools API 支持哪些平台?

IteraTools API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 IteraTools API?

由 fredpsantos33(@fredpsantos33)开发并维护,当前版本 v1.2.0。

💬 留言讨论