Skip to content

Releases: DaoCloud/daocloud-skills

v0.2.0-rc.11: add gpu skill (#54)

Choose a tag to compare

@setsunakute setsunakute released this 16 Jul 05:10
b2f506c
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->

## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->

v0.2.0-rc.9

Choose a tag to compare

@JaredTan95 JaredTan95 released this 15 Jul 06:44
64c7d43

What's Changed

  • optimize jq-free skill collectors for fast responses by @JaredTan95 in #51

Full Changelog: v0.2.0-rc.8...v0.2.0-rc.9

v0.2.0-rc.8

Choose a tag to compare

@JaredTan95 JaredTan95 released this 15 Jul 04:22
2ed6dd5
optimize AI operations and OpenClaw skill workflows (#49)

## What changed

- add a CSP fast path and runtime-mode fallback guidance to the AI
operations daily summary skill
- add cost, cutoff-time, metric-scope, governance, and alert
interpretation guardrails
- add a concurrent OpenClaw RCA collector and update the skill to prefer
a one-terminal-call fast path

## Why

The existing workflows required more sequential discovery calls than
necessary and could overstate conclusions when runtime mode, pricing
coverage, or attribution data was incomplete. The new collector and
guidance reduce first-pass latency while keeping conclusions tied to
retrieved evidence.

## Impact

- faster daily AI operations summaries in verified CSP environments
- faster first-pass OpenClaw request analysis through concurrent DCE
queries
- clearer reporting boundaries for partial data, costs, alerts, and
in-progress daily totals

## Validation

- `go test ./...`
- `bash -n skills/openclaw-request-rca/scripts/collect_rca.sh`
- `shellcheck -e SC2016
skills/openclaw-request-rca/scripts/collect_rca.sh` (SC2016 is
intentionally excluded because variables inside the single-quoted `bash
-c` programs expand in the child shell)

v0.2.0-rc.10: add skills (#53)

Choose a tag to compare

@setsunakute setsunakute released this 15 Jul 12:08
0ab8922
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->

## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->

v0.2.0-rc.7

Choose a tag to compare

@Phil-OSophy-42 Phil-OSophy-42 released this 14 Jul 09:20
d7c451d

What's Changed

  • fix(llm-roi-analysis): add correctness guardrails for self-hosted ROI by @Phil-OSophy-42 in #47

Full Changelog: v0.2.0-rc.6...v0.2.0-rc.7

v0.2.0-rc.6: change cost skill (#46)

Choose a tag to compare

@setsunakute setsunakute released this 14 Jul 07:09
5ad79ed
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->

## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->

v0.2.0-rc.5

Choose a tag to compare

@Phil-OSophy-42 Phil-OSophy-42 released this 08 Jul 08:13
81241b8

What's Changed

Full Changelog: v0.2.0-rc.4...v0.2.0-rc.5

v0.2.0-rc.4: update skills (#43)

Choose a tag to compare

@setsunakute setsunakute released this 06 Jul 07:34
e4e17d4
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->

## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->

v0.2.0-rc.3: Upgrade the hydra version to v0.16.1 (#42)

Choose a tag to compare

@yitingdc yitingdc released this 06 Jul 05:54
6437d0b
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->

## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->

v0.2.0-rc.2: Refine skill output formats (#39)

Choose a tag to compare

@yitingdc yitingdc released this 02 Jul 09:15
8575f31
<!-- Thanks for contributing! Fill in the sections below and delete this
comment. -->

## Related issue

<!-- Link the issue this PR relates to. Use `Refs #<n>` to link without
closing it
(avoid `Closes`/`Fixes`/`Resolves`, which auto-close the issue on
merge). -->
Refs #

## Why

<!-- The problem or need this change addresses. -->


<img width="1640" height="3470" alt="image"
src="https://github.com/user-attachments/assets/a0fa54c9-4cd1-4f72-b385-6e94f1592dd5"
/>

<img width="1792" height="3575" alt="image"
src="https://github.com/user-attachments/assets/9970cd42-088a-4d2b-98c4-c52e582b9e09"
/>

<img width="1600" height="4172" alt="image"
src="https://github.com/user-attachments/assets/25b566d9-2c29-4566-92ef-af5d4074d42f"
/>

<img width="1644" height="7997" alt="image"
src="https://github.com/user-attachments/assets/80566a99-6fd6-4552-abaf-7d6819178ac5"
/>


## What

<!-- The change itself. For generated output (internal/generated/,
skills/dce/),
note that it comes from `make bootstrap` and is intentionally committed.
-->

## Verification

<!-- How you confirmed it works: tests, `make bootstrap` (deterministic
/ no diff),
     `go build ./...`, `make build`, manual checks. -->

## Checklist

- [ ] Tests or focused verification cover the changed surface.
- [ ] User-facing behavior changes are documented.

<!-- Note: generated files staying in sync is enforced by CI (`make
bootstrap`
     must produce no diff), so it is not a manual checklist item. -->