@acedatacloud/skills 2026.716.5 → 2026.717.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.716.5",
3
+ "version": "2026.717.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",
@@ -15,6 +15,7 @@ when_to_use: |
15
15
  connections: [xiaohongshu]
16
16
  execution:
17
17
  browser:
18
+ provider: xiaohongshu/xiaohongshu
18
19
  origins:
19
20
  - https://www.xiaohongshu.com
20
21
  - https://creator.xiaohongshu.com
@@ -62,6 +62,7 @@ def test_browser_execution_frontmatter_contract() -> None:
62
62
  )
63
63
  assert " Use the user's locally connected browser for complete Xiaohongshu / RED workflows:" in frontmatter
64
64
  assert re.search(r"^execution:\n browser:\n", frontmatter, re.MULTILINE)
65
+ assert re.search(r"^ provider: xiaohongshu/xiaohongshu$", frontmatter, re.MULTILINE)
65
66
  assert _nested_list(frontmatter, "origins") == EXPECTED_ORIGINS
66
67
  assert _nested_list(frontmatter, "capabilities") == EXPECTED_CAPABILITIES
67
68
  assert not re.search(r"^allowed_tools:.*\bBash\b", frontmatter, re.MULTILINE)