filestack
6
Filestack 官方插件,可直接在 Cursor 中上传文件、构建转换并生成安全策略。
1 条规则
# /filestack-transform
Build a Filestack CDN transformation URL from a file handle (or existing CDN URL) and a
plain-English description of what you want to do.
## How to use this command
1. Parse the first argument as the file handle or CDN URL
- Bare handle: `abc123XYZ`
- Full URL: `https://cdn.filestackcontent.com/abc123XYZ`
2. Interpret the rest of the arguments as a plain-English transformation description
3. Map to Filestack CDN URL syntax and return the full URL with an explanation of each segment
## CDN URL format
~~~
https://cdn.filestackcontent.com/<operation1>=<param1>:<val1>,<param2>:<val2>/<operation2>/<handle>
~~~
## Transform reference
| What you say | CDN segment |
| --- | --- |
| resize to 800x600 | `resize=width:800,height:600` |
| resize width 400 | `resize=width:400` |
| crop to [50,50,200,200] | `crop=dim:[50,50,200,200]` |
| detect and crop face | `crop_faces=faces:1` |
| rotate 90 degrees | `rotate=deg:90` |
| flip vertically | `flip` |
| flip horizontally | `flop` |
| enhance | `enhance` |
| grayscale / monochrome | `monochrome` |
| convert to webp | `output=format:webp` |
| convert to jpg quality 85 | `output=format:jpg,quality:85` |
| blur (amount 5) | `blur=amount:5` |
| sharpen | `sharpen=amount:3` |
## Examples
~~~
/filestack-transform abc123XYZ resize to 800x600 and convert to webp
→ https://cdn.filestackcontent.com/resize=width:800,height:600/output=format:webp/abc123XYZ
/filestack-transform abc123XYZ detect face, enhance, and convert to jpg at 85 quality
→ https://cdn.filestackcontent.com/crop_faces=faces:1/enhance/output=format:jpg,quality:85/abc123XYZ
/filestack-transform https://cdn.filestackcontent.com/abc123XYZ rotate 90 and monochrome
→ https://cdn.filestackcontent.com/rotate=deg:90/monochrome/abc123XYZ
~~~
If called with no arguments or an invalid handle, output a usage hint and examples — do not error.相关插件
Astro↓ 60
Astro Cursor 插件:含官方 Astro Docs MCP、最佳实践规则与 add integration 等 Skill。cloudinary↓ 0
在 Cursor 中直接使用 Cloudinary,通过自然对话管理资源、应用转换、优化媒体等。Lightrun↓ 16
Lightrun 调试 Skill 与 MCP 集成,用于调查生产环境运行时问题。Redmine MCP↓ 16
将 Cursor 连接到 Redmine,通过 MCP 拉取带完整上下文、评论与附件的 issue。Membase↓ 9
为 Cursor 提供持久长期记忆,连接 Membase MCP 实现混合向量检索与知识图谱,无需 CLI 或 API key。wopee-mcp↓ 4
用于 Wopee.io 自主端到端测试的 MCP server,分析 Web 应用、生成并执行基于 Playwright 的功能测试并校验结果。Askable↓ 3
面向 Askable UX 研究平台的 Cursor 插件,通过 MCP 接入。reason-cavalier↓ 1
面向 Cursor 及相关 agent 的跨工具 AI 编码工作流插件。