Skill llm aliyun bailian cn
Skill joeylu/runtime-free-llm-integration-skills/LLM/skill-llm-aliyun-bailian-cn
Runtime-free skills for coding agents to build fail-fast LLM provider integrations across OpenAI, Aliyun Bailian / DashScope, DeepSeek, and Gemini.
npx -y skills add joeylu/runtime-free-llm-integration-skills --skill skill-llm-aliyun-bailian-cnAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Runtime contract for Aliyun Bailian China Mainland direct-model integration. Use it to resolve exact model IDs, regional connection profiles, OpenAI-compatible or DashScope-native URLs, thinking, tools, structured output, multimodal input, image generation, streaming, response mapping, pricing references, and logging. Model choice remains with the user or host project.
SKILL.md
3.7 KB, as published. Nobody here has run it
Skill LLM Aliyun Bailian China Mainland
Purpose
Define how an agent integrates a China Mainland Aliyun Bailian model already named by the user or host project. Keep China Mainland and International as separate skills because official availability, endpoints, snapshots, prices, and capabilities can differ.
Read Order
Read shared contracts first:
../_shared/route-key-schema.md../_shared/model-catalog-schema.md../_shared/pricing-matrix-schema.md../_shared/capability-matrix-schema.md../_shared/connection-profile-schema.md../_shared/request-url-matrix-schema.md../_shared/request-envelope.md../_shared/response-envelope.md../_shared/error-contract.md../_shared/progress-contract.md../_shared/ui-binding.md../_shared/sync-policy.md../_shared/logging-fields.md
Then read:
references/connection-profiles.mdreferences/request-urls.mdreferences/model-catalog.mdreferences/pricing-matrix.mdreferences/capability-matrix.md- the transport for the requested kind
references/logging-contract.mdwhen logging is implementedreferences/model-sync.mdonly for an explicit update or verification task
Runtime Rules
- Use provider identifier
aliyun-bailian-cn. - Send the exact model ID from this region's
model-catalog.md. - Do not copy a model, price, URL, snapshot rule, or capability from the other region unless that region's official documentation verifies it.
- Resolve connection profile, request kind, API surface, API version, endpoint kind, full route key, base URL, and request URL before capability lookup.
- Match capabilities by the exact full
RouteKeyrow, including API version and endpoint kind. - OpenAI-compatible Responses, OpenAI-compatible Chat Completions, and DashScope-native APIs are separate surfaces with separate payloads.
- Do not silently switch region, workspace endpoint, model, snapshot, surface, URL, or credential.
- Apply thinking, reasoning-effort, structured-output, function-calling, image-input, and stream rules from the exact capability row and transport.
- Treat model-owner names such as Qwen, GLM, Kimi, or MiniMax as model facts; the callable provider remains Aliyun Bailian for this skill.
- Reject requested fields marked
unsupportedorunknown; do not silently omit them. - Use
pricing-matrix.mdfor the exact regional billing facts. Keep unpublished prices asunknown. - Store API-key references only and redact resolved URLs before logging when they contain sensitive query values.
Request Flow
- Read the requested region, model, request kind, and API surface.
- Resolve the regional connection profile and exact request URL row.
- Resolve the exact catalog and capability rows.
- Validate every optional field and regional restriction.
- Apply the matching transport.
- Normalize response, errors, progress, and logs through the shared contracts.
Request Kinds
chat: text-first generation or agent turnsvision: image understandingimaging: image generation or editingmusic(extension target only; no maintained model/verified route): music generation when a documented row exists
Out of Scope
- the other Aliyun region
- Agent App orchestration
- cross-region availability assumptions
- model ranking or permission policy
- non-Aliyun providers