@acedatacloud/skills 2026.706.3 → 2026.707.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acedatacloud/skills",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.707.0",
|
|
4
4
|
"description": "Agent Skills for AceDataCloud AI services — music, image, video generation, LLM chat, web search. Compatible with Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, and 30+ AI coding agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-skills",
|
|
@@ -58,6 +58,7 @@ POST /serp/google
|
|
|
58
58
|
| `range` | string | Time filter (see below) |
|
|
59
59
|
| `number` | int | Number of results per page |
|
|
60
60
|
| `page` | int | Page number for pagination |
|
|
61
|
+
| `image_size` | string | **Images only.** Filter by size for high-res sources: `large` / `medium` / `icon`, or a megapixel minimum `2mp`…`70mp` (e.g. `4mp` = larger than 4 megapixels). Use `large` (or a `*mp` value) whenever the image will be shown large / full-screen / zoomed. |
|
|
61
62
|
|
|
62
63
|
## Time Range Options
|
|
63
64
|
|
|
@@ -82,7 +83,7 @@ Web search returns structured data including:
|
|
|
82
83
|
- Country and language codes affect result localization significantly
|
|
83
84
|
- `number` controls results per page, not total results — use `page` for pagination
|
|
84
85
|
- Time range (`range`) only applies to web search and news, not images or places
|
|
85
|
-
- Image
|
|
86
|
+
- **Image resolution (important for video / full-screen use):** results include `image_url` (full-size), `thumbnail_url`, and `image_width`/`image_height`. Pass **`image_size: "large"`** (or a megapixel minimum like `"4mp"`) to get sharp sources, and pick the result with the largest `image_width`×`image_height`. Always download `image_url` — **never** use `thumbnail_url` as a final asset (it is tiny and blurry).
|
|
86
87
|
- Places search works best with location-specific queries (e.g., "restaurants near Times Square")
|
|
87
88
|
|
|
88
89
|
> **MCP:** `pip install mcp-serp` | Hosted: `https://serp.mcp.acedata.cloud/mcp` | See [all MCP servers](../_shared/mcp-servers.md)
|