Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions container/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Anything the WhatsApp / WeCom / Discord / local-web agent should use belongs **h

## Community Skills

Some runtime skills may be integrated from BioClaw community contributors when they prove useful in real workflows. The manuscript pipeline skill family currently staged here is integrated as a community-contributed workflow.
Some runtime skills may be integrated from BioClaw community contributors when they prove useful in real workflows. The manuscript pipeline skill family currently staged here is integrated as a community-contributed workflow adapted from [bio-manuscript-forge](https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge).

Contributor reference:
- Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor
- Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor

## Developer-only skills

Expand Down
1 change: 1 addition & 0 deletions container/skills/bio-manuscript-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Contents:
- `scripts/`: helper scripts copied from the upstream repository

Integration notes:
- Upstream project: https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge
- These assets were copied from `external/bio-manuscript-forge/bio-manuscript-forge/`.
- Runtime skills live under `/home/node/.claude/skills/` inside the BioClaw container.
- Keep skill-to-skill references within `container/skills/` and avoid `~/.openclaw/...` assumptions.
Expand Down
5 changes: 3 additions & 2 deletions container/skills/bio-manuscript-pipeline/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ BioClaw integration notes:
- Shared templates and helper scripts are available under the sibling directory `bio-manuscript-common/`.
- When this pipeline needs supporting capabilities, prefer the copied BioClaw sibling skills in `container/skills/` over any `~/.openclaw/...` layout assumptions.
- This skill family is being integrated as a BioClaw community-contributed workflow.
- Contributor reference for attribution and documentation: Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor / BioClaw 共创团队 contributor.
- Upstream source reference: https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge
- Contributor reference for attribution and documentation: Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor / BioClaw community co-creation contributor.
- In BioClaw, treat the sibling manuscript skills as stepwise companion skills. You should explicitly follow their guidance phase by phase rather than assuming an automatic runtime dispatcher.
- If a later phase depends on outputs from an earlier phase, write those outputs into the group workspace first and then continue with the next sibling skill using those artifacts as context.
- At the end of each substantial run, also write a concise human-readable execution summary. Prefer `FINAL_EXEC_SUMMARY.md`; for integration-focused runs, also write `INTEGRATION_TEST_REPORT.md`.
Expand Down Expand Up @@ -563,7 +564,7 @@ manuscript-plan/
## Attribution
- Workflow family: Bio-Manuscript-Forge
- BioClaw integration: community-contributed workflow
- Contributor reference: Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor
- Contributor reference: Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor
```

## 三审稿人评审标准
Expand Down
Loading