Skip to content

Commit d462f1c

Browse files
authored
docs: sync marketplace receipt truth (#31)
1 parent 61a88b6 commit d462f1c

5 files changed

Lines changed: 43 additions & 1 deletion

File tree

DISTRIBUTION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ shipped yet.
3434
| :-- | :-- | :-- |
3535
| ClawHub | listed_live | Movi is listed live on ClawHub; the current live page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`. |
3636
| OpenHands `extensions#161` | OPEN / REVIEW_REQUIRED / BLOCKED | Movi has been submitted to OpenHands via PR `#161`, but that lane is still blocked in review and is not the same thing as acceptance. |
37+
| Goose Skills Marketplace | OPEN / security-review-required | Submitted via PR [`block/Agent-Skills#25`](https://github.com/block/Agent-Skills/pull/25); upstream validator passed, and the current visible blocker is security review / CODEOWNERS handling instead of a missing repo packet. |
38+
| agent-skill.co source repo | OPEN / preview-authorization-blocked | Submitted via PR [`heilcheng/awesome-agent-skills#181`](https://github.com/heilcheng/awesome-agent-skills/pull/181); the current visible blocker is upstream Vercel preview authorization rather than a missing repo packet. |
39+
| awesome-opencode project/resource lane | not_submitted | No awesome-opencode receipt is claimed today because Movi still presents as a review-first local MCP workflow rather than an Opencode-centered project/resource fit. |
3740
| Official MCP Registry | not_submitted | No official MCP Registry submission is claimed today. |
3841
| GHCR | not_published | No public GHCR package or container publication is claimed today. |
3942
| Package / Docker later lanes | no verified public receipt today | The repo may contain packaging guidance or operator notes, but this file does not claim a live public package or container receipt. |
@@ -46,6 +49,9 @@ shipped yet.
4649
| npm package | Not published | The root Node surface is a repo control surface, not a published npm package. |
4750
| Official MCP Registry | not_submitted | `Movi MCP v1` is documented as a local-first stdio surface, not a submitted or published registry listing. |
4851
| Skills registry | Not published | A repo-owned skills bundle exists, but no live registry listing is claimed. |
52+
| Goose Skills Marketplace | review pending, not accepted | PR `#25` exists, but no accepted marketplace listing is claimed until upstream review clears. |
53+
| agent-skill.co source repo | submission done, not accepted | PR `#181` exists, but no accepted public directory entry is claimed while upstream preview authorization still blocks. |
54+
| awesome-opencode | Not submitted | No project/resource entry is claimed because the current product shape is not an honest Opencode-centered fit. |
4955
| Plugin marketplace | Not published | Agent/plugin bundle readiness exists, but no browser or plugin marketplace listing is claimed. |
5056
| Chrome Web Store | Not published | No official Chrome Web Store distribution claim is made here. |
5157
| GHCR | not_published | No public GHCR package or container publication claim is made here. |

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ Current honest ecosystem fit:
9393

9494
- **ClawHub**: listed live, but the current page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`.
9595
- **OpenHands**: submitted through `OpenHands/extensions#161`; current GitHub state is `OPEN / REVIEW_REQUIRED / BLOCKED`.
96+
- **Goose Skills Marketplace**: submitted through `block/Agent-Skills#25`; validation passed, and the current visible blocker is upstream security review / CODEOWNERS handling.
97+
- **agent-skill.co source repo**: submitted through `heilcheng/awesome-agent-skills#181`; the current visible blocker is upstream preview authorization rather than a missing Movi packet.
9698
- **Official MCP Registry**: `not_submitted`.
99+
- **awesome-opencode**: `not_submitted`, because Movi is still a review-first local MCP workflow rather than an Opencode-centered project/resource fit.
97100
- **GHCR**: `not_published`.
98101
- **Package and Docker later lanes**: no verified public receipt today.
99102

examples/skills/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Movi Review-First Bundle Public Skill
22

3-
Status: `ClawHub listed_live (current page still shows suspicious.vt_suspicious); OpenHands/extensions#161 review pending`
3+
Status: `ClawHub listed_live (current page still shows suspicious.vt_suspicious); OpenHands/extensions#161 review pending; block/Agent-Skills#25 open; awesome-agent-skills#181 open`
44

55
This folder is the current public, self-contained skill packet for Movi.
66

@@ -56,13 +56,20 @@ the packet itself:
5656
- the repo-owned packet is ready for review-first host-native evaluation
5757
- the current ClawHub lane is listed live, but the page still shows `Moderation verdict: suspicious` and `Detected: suspicious.vt_suspicious`
5858
- the current OpenHands/extensions lane is `#161` and remains `OPEN / REVIEW_REQUIRED / BLOCKED`
59+
- the Goose lane is real through `block/Agent-Skills#25`, and the current
60+
visible blocker is upstream security review after validation passed
61+
- the agent-skill index lane is real through
62+
`heilcheng/awesome-agent-skills#181`, and the current visible blocker is
63+
upstream preview authorization rather than a missing Movi packet
5964
- the Official MCP Registry lane remains `not_submitted`
6065
- the packet does not claim a live OpenHands acceptance or an official OpenClaw catalog approval
6166

6267
## What this packet must not claim
6368

6469
- no accepted OpenHands listing without fresh PR/read-back
6570
- no clean ClawHub approval beyond the current suspicious moderation warning
71+
- no accepted Goose marketplace listing beyond PR `#25`
72+
- no accepted agent-skill directory entry beyond PR `#181`
6673
- no official MCP Registry submission
6774
- no browser-extension marketplace listing
6875
- no hosted Movi SaaS or hidden execute shortcut

examples/skills/manifest.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ registry_targets:
1919
channel_role: host-native extensions registry
2020
submission_thread: OpenHands/extensions#161
2121
read_back: current GitHub thread is OPEN / REVIEW_REQUIRED / BLOCKED
22+
goose-skills-marketplace:
23+
status: review_pending
24+
package_shape: skill-folder
25+
channel_role: host-native skill marketplace
26+
submission_thread: block/Agent-Skills#25
27+
read_back: validator passed; current visible blocker is upstream security review / CODEOWNERS handling
28+
agent-skill-index:
29+
status: submission_done
30+
package_shape: skill-folder
31+
channel_role: public skill index
32+
submission_thread: heilcheng/awesome-agent-skills#181
33+
read_back: current visible blocker is upstream preview authorization rather than a missing Movi packet
2234
official-mcp-registry:
2335
status: not_submitted
2436
channel_role: official MCP registry
@@ -43,6 +55,8 @@ claims_not_made:
4355
- no accepted OpenHands listing is claimed beyond the current review thread
4456
- no live OpenClaw listing is claimed
4557
- no clean ClawHub approval is claimed beyond the current suspicious moderation warning
58+
- no accepted Goose marketplace listing is claimed beyond PR #25
59+
- no accepted agent-skill directory entry is claimed beyond PR #181
4660
- no official MCP Registry submission is claimed
4761
- no browser-extension marketplace listing is claimed
4862
- no hosted Movi SaaS claim is made

manifest.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ external_review_lanes:
2323
detected_label: suspicious.vt_suspicious
2424
- surface: openhands-extensions-161
2525
status: OPEN / REVIEW_REQUIRED / BLOCKED
26+
- surface: goose-skills-25
27+
status: OPEN / security-review-required
28+
submission_thread: block/Agent-Skills#25
29+
- surface: agent-skill-index-181
30+
status: OPEN / preview-authorization-blocked
31+
submission_thread: heilcheng/awesome-agent-skills#181
32+
- surface: awesome-opencode
33+
status: not_submitted
34+
blocker: Movi is still a review-first local MCP workflow rather than an Opencode-centered project/resource fit
2635
- surface: official-mcp-registry
2736
status: not_submitted
2837
- surface: ghcr
@@ -42,6 +51,9 @@ truth_routes:
4251
claims_not_made:
4352
- no clean ClawHub approval is claimed beyond the current suspicious warning state
4453
- no live OpenHands acceptance is claimed
54+
- no accepted Goose marketplace listing is claimed beyond PR #25
55+
- no accepted agent-skill directory entry is claimed beyond PR #181
56+
- no awesome-opencode project/resource listing is claimed for the current Movi product shape
4557
- no live official MCP registry publication is claimed
4658
- no browser extension marketplace listing is claimed
4759
- no public GHCR package or container publication is claimed

0 commit comments

Comments
 (0)