Communityv1.233.0

Fast.io

Workspaces for agentic teams. Complete agent guide with all 19 consolidated tools using action-based routing — parameters, workflows, ID formats, and constra...

6.5kdownloads6stars18active installsDerek Labian
View on ClawHubBack to Skills

Skill Details

Slug
fast-io
Latest Version
1.233.0
Author
Derek Labian
Published
Feb 4, 2026
Updated
May 22, 2026
Total Versions
41

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Fast.io.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.233.0

**fast-io 1.223.0 Changelog** - Renamed the `event` tool filter parameters from `created-min`/`created-max` to `created_min`/`created_max` (snake_case). Legacy hyphenated names are still accepted and migrated automatically. - Tool schema now publishes free-form JSON fields (e.g., `apps.extra_params`, `approval.properties`, `execute.body`, `execute.params`) as `{type: "string"}` to satisfy strict-mode validators. The server continues accepting both native objects and JSON strings. - `/file/workspace` and `/file/share` endpoints now support both `Mcp-Session-Id` and `Authorization: Bearer` headers, improving compatibility for OAuth-only clients streaming large files. - Added a new unauthenticated `resource://status` MCP resource for lightweight server health checks, returning basic server details and status. - Guide updated with a summary of allowed ID parameter naming conventions for tool actions.