Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ulpi-io avatar

Alicloud Ai Translation Anytrans Test

  • 1 installs
  • 1 repo stars
  • Updated March 15, 2026
  • ulpi-io/plugin-marketplace

Smoke test for the alicloud-ai-translation-anytrans skill that checks script compilation, authentication, and one read-only API call.

About

Runs an offline compile check plus one bounded read-only API call to validate that the alicloud-ai-translation-anytrans skill authenticates and reaches its API. A developer uses it to smoke-test that skill's minimal happy path.

  • Offline script compilation check plus one least-privilege read-only call
  • Saves request/response evidence with pass/fail criteria

Alicloud Ai Translation Anytrans Test by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,750 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ulpi-io/plugin-marketplace --skill alicloud-ai-translation-anytrans-test

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedMarch 15, 2026
Repositoryulpi-io/plugin-marketplace

What it does

Smoke test for the alicloud-ai-translation-anytrans skill that checks script compilation, authentication, and one read-only API call.

Files

SKILL.mdMarkdownGitHub ↗

Category: test

AI TRANSLATION ANYTRANS Smoke Test

Prerequisites

  • Configure credentials with least privilege (ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID).
  • Target skill: skills/ai/translation/alicloud-ai-translation-anytrans/.

Test Steps

1) Run offline script compilation check (no network needed):

python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/ai/translation/alicloud-ai-translation-anytrans \
  --output output/alicloud-ai-translation-anytrans-test/compile-check.json

2) Read the target skill SKILL.md and identify one lowest-risk read-only API (for example Describe* / List* / Get*). 3) Execute one minimal call with bounded scope (region + page size / limit). 4) Save request summary, response summary, and raw output under output/alicloud-ai-translation-anytrans-test/. 5) If the call fails, record exact error code/message without guessing.

Pass Criteria

  • Script compilation check passes (compile-check.json.status=pass).
  • The selected read-only API call succeeds and returns valid response structure.
  • Evidence files exist in output/alicloud-ai-translation-anytrans-test/ with timestamp and parameters.

Result Template

  • Date: YYYY-MM-DD
  • Skill: skills/ai/translation/alicloud-ai-translation-anytrans
  • Conclusion: pass / fail
  • Notes:

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.