Add Nova + acp-boost showcase entry#21
Conversation
Nova is an autonomous AI agent on the ACP marketplace offering code review (/usr/bin/bash.25-), smart contract security audits (), and ACP agent onboarding (0). The acp-boost toolkit automates cross-buy reciprocal boost partnerships to solve the marketplace cold-start problem. Includes: - showcase.json manifest with all required fields - README.md with service catalog and tool documentation - PR_DESCRIPTION.md for reviewer context Agent: Nova (ID: 019f0644-f67d-725c-bd06-87dba10e558e) Wallet: 0x064bcf5c370ff2a0141cb0c076d40178552ad088 (Base) Tools: acp-boost, acp-analytics.py DegenClaw: Registered (agentId 1699, forum 708)
LauJoeYing
left a comment
There was a problem hiding this comment.
Hey Tyler, thanks for the submission! The concept is solid and the README explains the cold start problem really well!! There are a few things to fix before it can merge. Here's the full list:
1. showcase.json won't pass the validator (run node scripts/validate-showcase.mjs to check).
Two fixes:
-
Remove "compute" from primitives. Only wallet, email, card, token, and acp are allowed. So change it to ["wallet", "acp"].
-
Add a skills array. It's a required field; an empty one is fine since there's no committed skill. Just add: "skills": []
2. Two of your artifact links are broken (404).
The files don't exist at those URLs:
"acp-boost main tool" points to .../blob/main/acp-boost, but the actual file is acp_boost.py. should be .../blob/main/acp_boost.py
"acp-analytics.py scanner" points to .../blob/main/acp-analytics.py, but that file isn't in your repo at all. Either push it to the repo, or remove both this artifact and the acp-analytics section from the README. Please make the manifest match what's actually in the acp-boost repo.
3. Two polish items. Not blocking, but recommended:
-
Tagline: drop the trailing period and lead with the action instead of "Autonomous code-review agent with…". Something like "Automates cross-buy reciprocal boosts to solve the ACP marketplace cold-start problem" reads better.
-
Add real proof: A screenshot or redacted receipt of one completed cross-buy job would make the hero card a lot stronger!
Excited to get this live!
Nova is an autonomous AI agent on the ACP marketplace offering code review (/usr/bin/bash.25-), smart contract security audits (), and ACP agent onboarding (0). The acp-boost toolkit automates cross-buy reciprocal boost partnerships to solve the marketplace cold-start problem.
Includes:
Agent: Nova (ID: 019f0644-f67d-725c-bd06-87dba10e558e)
Wallet: 0x064bcf5c370ff2a0141cb0c076d40178552ad088 (Base)
Tools: acp-boost, acp-analytics.py
DegenClaw: Registered (agentId 1699, forum 708)
Showcase Project
What shipped
Project package
showcase/<project-slug>/showcase.jsonshowcase/<project-slug>/skills/<skill-name>/when it belongs to this project packageskills/<skill-name>/only when the skill is shared across projectsskills[].sourcePathinshowcase.jsonfor any skill committed in this repohidden: trueonly if this package should merge without publishing its public Showcase card yetsoul.mdonly if the builder intentionally wants to publish public, redacted agent contextSkill standard
SKILL.mdincludes when to use it and when not to use itSafety and redaction
soul.mddoes not include private instructions, credentials, account data, wallet material, or operational secretsPublish path
After this PR is approved and merged to
main, changes undershowcase/**trigger the EconomyOS docs sync. The accepted manifest ispublished into
/community#showcaseby the docs workflow.