Install
$ agentstack add skill-buhaiqing-aliyun-skills-alicloud-runtime-harness-ops ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
> This skill follows the Agent Skill OpenSpec.
Runtime Harness Shared Runtime
Framework skill providing shared Runtime Harness runtime for all alicloud-*-ops product skills.
Runtime Rules
| Area | Rule | Reference | | --- | --- | --- | | Shared core | Product scripts/harness-lib.sh MUST source scripts/harness-paths.sh + scripts/harness-core-lib.sh from this skill (legacy: skillopt-lib.sh shim) | [Integration](references/integration.md) | | Runtime Python | Single scripts/harness_runtime.py lives here; product skills MUST NOT copy it | [Langfuse Protocol](references/langfuse-protocol.md) | | Multi-skill session | Propagate HARNESS_SESSION_ID / --harness-session-id across product wrappers in one agent workflow | [Observability](references/observability.md) |
Trigger & Scope
| Scope | Description | |-------|-------------| | SHOULD use | Multi-skill Langfuse validation; configuring observability; understanding trace/session protocol; debugging missing spans | | SHOULD NOT use | Direct aliyun CRUD (use product skill); GCL loops (use alicloud-gcl-runner-ops) |
Canonical Scripts (PR-8)
| Script | Purpose | |--------|---------| | scripts/harness-paths.sh | Resolve shared framework paths | | scripts/harness-core-lib.sh | Trace, metrics, circuit breaker, skillopt_wrap / harness_wrap | | scripts/harness_runtime.py | Langfuse ingestion helpers | | test-harness-integration.sh | Shared runtime integration tests |
Legacy Compatibility
[alicloud-skillopt-ops](../alicloud-skillopt-ops/SKILL.md) retains thin shims (skillopt-paths.sh, skillopt-core-lib.sh, skillopt_runtime.py symlink) so existing product overlays need no change until PR-9.
See [docs/runtime-harness-glossary.md](../docs/runtime-harness-glossary.md).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: buhaiqing
- Source: buhaiqing/aliyun-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.