Merge pull request 'fix: ship: publish disinto skill to ClawHub registry (#711)' (#734) from fix/issue-711 into main
This commit is contained in:
commit
053a1cf5dd
2 changed files with 17 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
**Autonomous code factory** — [disinto.ai](https://disinto.ai)
|
||||
|
||||
[](https://clawhub.ai/skills/disinto)
|
||||
|
||||
*A mining robot, lost and confused, builds a Disinto from scrap —<br>
|
||||
a device so powerful it vaporizes three-quarters of a mountain on a single battery.*<br>
|
||||
— Isaac Asimov, "Robot AL-76 Goes Astray" (1942)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,21 @@ description: >-
|
|||
license: AGPL-3.0
|
||||
metadata:
|
||||
author: johba
|
||||
version: "0.1.0"
|
||||
version: "0.1.1"
|
||||
env_vars:
|
||||
required:
|
||||
- FORGE_TOKEN
|
||||
- FORGE_API
|
||||
- PROJECT_REPO_ROOT
|
||||
optional:
|
||||
- WOODPECKER_SERVER
|
||||
- WOODPECKER_TOKEN
|
||||
- WOODPECKER_REPO_ID
|
||||
tools:
|
||||
- bash
|
||||
- curl
|
||||
- jq
|
||||
- git
|
||||
---
|
||||
|
||||
# Disinto Factory Skill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue