Skip to content

showcase: add ZIZI risk desk - #113

Closed
coderredlab wants to merge 1 commit into
Virtual-Protocol:mainfrom
coderredlab:showcase/zizi-risk-desk
Closed

showcase: add ZIZI risk desk#113
coderredlab wants to merge 1 commit into
Virtual-Protocol:mainfrom
coderredlab:showcase/zizi-risk-desk

Conversation

@coderredlab

Copy link
Copy Markdown

Summary

  • Add a public Showcase package for the ZIZI ACP risk-research provider
  • Document five fixed-price, read-only ACP offerings and their explicit safety boundaries
  • Include a reusable hiring skill and a configuration-only proof manifest

Validation

  • node scripts/validate-showcase.mjs

No customer jobs, revenue, ratings, or performance claims are represented as proof.

"description": "ZIZI is an ACP provider for fast, machine-readable market risk, Base token security, wallet activity, crypto news, and agent-listing research. It uses public sources, returns evidence links and explicit invalidation conditions, and never trades or claims returns.",
"status": "live",
"topic": "acp",
"topics": ["acp", "crypto-research", "base", "token-security", "wallet-analysis", "agent-economy"],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These topics are super descriptive, but to align with the other entries and the contributor guide, could we map them to the standard set? commerce, security, and agents seem like a good fit here.

Suggested change
"topics": ["acp", "crypto-research", "base", "token-security", "wallet-analysis", "agent-economy"],
"topics": ["commerce", "security", "agents"],

"url": "https://github.com/coderredlab"
},
"links": {
"repo": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links point to your fork and a temporary branch, and also seem to have a duplicated path. Let's point them to the main branch on the Virtual-Protocol repo so they work correctly after merge.

Suggested change
"repo": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk",
"repo": "https://github.com/Virtual-Protocol/acp-cli-demos/tree/main/showcase/zizi-risk-desk",

"links": {
"repo": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk",
"share": "https://app.virtuals.io/acp/agent/019d80aa-68a8-72eb-bf4d-2a56cde466bd",
"feedback": "https://github.com/coderredlab/acp-cli-demos/issues/new?title=Feedback%3A%20ZIZI%20Risk%20Desk"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feedback link is currently a 404 — pointing it to the main repo will fix it.

Suggested change
"feedback": "https://github.com/coderredlab/acp-cli-demos/issues/new?title=Feedback%3A%20ZIZI%20Risk%20Desk"
"feedback": "https://github.com/Virtual-Protocol/acp-cli-demos/issues/new?title=Feedback%3A%20ZIZI%20Risk%20Desk"

"skills": [
{
"name": "zizi-crypto-risk",
"href": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk/skills/zizi-crypto-risk",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"href": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk/skills/zizi-crypto-risk",
"href": "https://github.com/Virtual-Protocol/acp-cli-demos/tree/main/showcase/zizi-risk-desk/skills/zizi-crypto-risk",

"artifacts": [
{
"label": "ZIZI provider README",
"href": "https://github.com/coderredlab/acp-cli-demos/blob/showcase/zizi-risk-desk/showcase/zizi-risk-desk/README.md",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"href": "https://github.com/coderredlab/acp-cli-demos/blob/showcase/zizi-risk-desk/showcase/zizi-risk-desk/README.md",
"href": "https://github.com/Virtual-Protocol/acp-cli-demos/blob/main/showcase/zizi-risk-desk/README.md",

},
{
"label": "Current public offering manifest",
"href": "https://github.com/coderredlab/acp-cli-demos/blob/showcase/zizi-risk-desk/showcase/zizi-risk-desk/proof/offerings-2026-08-26.json",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"href": "https://github.com/coderredlab/acp-cli-demos/blob/showcase/zizi-risk-desk/showcase/zizi-risk-desk/proof/offerings-2026-08-26.json",
"href": "https://github.com/Virtual-Protocol/acp-cli-demos/blob/main/showcase/zizi-risk-desk/proof/offerings-2026-08-26.json",

},
{
"label": "ZIZI hiring skill",
"href": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk/skills/zizi-crypto-risk",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"href": "https://github.com/coderredlab/acp-cli-demos/tree/showcase/zizi-risk-desk/showcase/zizi-risk-desk/skills/zizi-crypto-risk",
"href": "https://github.com/Virtual-Protocol/acp-cli-demos/tree/main/showcase/zizi-risk-desk/skills/zizi-crypto-risk",

@github-actions

Copy link
Copy Markdown

This is a really clean submission, thanks! I especially appreciate how clearly you've scoped the proof artifact to just the offerings, not overclaiming any live metrics. That's a great pattern.

Just a couple of things to get this ready to merge:

The showcase card for ZIZI will be text-only on the live showcase page without a hero image. Adding one makes a big difference! The standard way is to add an image at showcase/zizi-risk-desk/assets/your-image.png in this PR, and then add a visual.posterUrl field to your showcase.json pointing to its raw GitHub URL.

I've also left a few suggestions inline to fix some broken links and align the topics with the contributor guide. Let me know what you think!

Also flagged:

  • Blocker: The 'links.feedback' URL in showcase.json resolves to a 404 because it points to the contributor's fork instead of the main repository.

@coderredlab
coderredlab deleted the showcase/zizi-risk-desk branch August 26, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant