← Back to Skills Marketplace
fredpsantos33

IteraTools API

by fredpsantos33 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
149
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install iteratools-api
Description
Call the IteraTools multi-tool API (api.iteratools.com) — 80+ tools for AI agents: image generation (Flux), browser automation (Playwright), web scraping, TT...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iteratools-api
  3. After installation, invoke the skill by name or use /iteratools-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug iteratools-api
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install IteraTools API?

Run "/install iteratools-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is IteraTools API free?

Yes, IteraTools API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does IteraTools API support?

IteraTools API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created IteraTools API?

It is built and maintained by fredpsantos33 (@fredpsantos33); the current version is v1.2.0.

💬 Comments