# Alicloud Runtime Harness Ops

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-buhaiqing-aliyun-skills-alicloud-runtime-harness-ops`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [buhaiqing](https://agentstack.voostack.com/s/buhaiqing)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [buhaiqing](https://github.com/buhaiqing)
- **Source:** https://github.com/buhaiqing/aliyun-skills/tree/main/alicloud-runtime-harness-ops

## Install

```sh
agentstack add skill-buhaiqing-aliyun-skills-alicloud-runtime-harness-ops
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

> This skill follows the [Agent Skill OpenSpec](https://agentskills.io/specification).

# 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](https://github.com/buhaiqing)
- **Source:** [buhaiqing/aliyun-skills](https://github.com/buhaiqing/aliyun-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-buhaiqing-aliyun-skills-alicloud-runtime-harness-ops
- Seller: https://agentstack.voostack.com/s/buhaiqing
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
