Skip to content

Add Pyrimid, MYA, and AgentZone skills#32

Open
rizzdbx wants to merge 2 commits into
block:mainfrom
rizzdbx:add-r69-agent-commerce-skills
Open

Add Pyrimid, MYA, and AgentZone skills#32
rizzdbx wants to merge 2 commits into
block:mainfrom
rizzdbx:add-r69-agent-commerce-skills

Conversation

@rizzdbx

@rizzdbx rizzdbx commented May 2, 2026

Copy link
Copy Markdown

Adds three R69 Labs agent-commerce skills:\n\n- pyrimid-protocol: x402/Base USDC agent commerce, paid product discovery, affiliate routing\n- mya-launchpad: agent monetization opportunities, jobs, bounties, swarms\n- agentzone: ERC-8004 agent discovery and reputation\n\nPublic skill URLs:\n- https://pyrimid.ai/skill.md\n- https://monetizeyouragent.fun/skill.md\n- https://agentzone.fun/skill.md\n\nSource bundle: https://github.com/rizzdbx/r69-agent-skills

@github-actions

github-actions Bot commented May 2, 2026

Copy link
Copy Markdown

❌ Validate Skills — FAILED

Summary: FAIL=1 · WARN=0
Changed skill dirs: agentzone,mya-launchpad,pyrimid-protocol

Output (last 200 lines)

✅ Found 10 skill directories.
❌ agentzone: invalid frontmatter: Unsupported frontmatter line: "  hermes:"
❌ mya-launchpad: invalid frontmatter: Unsupported frontmatter line: "  hermes:"
❌ pyrimid-protocol: invalid frontmatter: Unsupported frontmatter line: "  hermes:"

Structure validation FAILED.

@github-actions

github-actions Bot commented May 2, 2026

Copy link
Copy Markdown

🛡️ Skills Security Scan — WARN

Summary: FAIL=0 · WARN=46 · FILES=3
Changed skills scanned: agentzone, mya-launchpad, pyrimid-protocol

⚠️ WARN requires investigation + CODEOWNERS review.

⚠️ Warnings

agentzone

  • network:curl-wgetagentzone/SKILL.md:38
curl "https://agentzone.fun/api/v1/agents?limit=10&sort_by=trust_score"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetagentzone/SKILL.md:39
curl "https://agentzone.fun/api/v1/search?q=trading&mode=hybrid&limit=10"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetagentzone/SKILL.md:40
curl "https://agentzone.fun/api/v1/stats"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetagentzone/SKILL.md:46
curl "https://agentzone.fun/api/v1/agents/{id}"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetagentzone/SKILL.md:52
curl "https://agentzone.fun/api/v1/discover?capability=oracle&chain=base&min_trust=50&format=jsonld"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:urlagentzone/SKILL.md:26
- Website: https://agentzone.fun

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:27
- API docs: https://agentzone.fun/docs

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:38
curl "https://agentzone.fun/api/v1/agents?limit=10&sort_by=trust_score"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:39
curl "https://agentzone.fun/api/v1/search?q=trading&mode=hybrid&limit=10"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:40
curl "https://agentzone.fun/api/v1/stats"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:46
curl "https://agentzone.fun/api/v1/agents/{id}"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:52
curl "https://agentzone.fun/api/v1/discover?capability=oracle&chain=base&min_trust=50&format=jsonld"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:88
- For monetization, route paid services through Pyrimid: https://pyrimid.ai/docs

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:89
- For distribution/listing, route agents and earning opportunities to MYA: https://monetizeyouragent.fun

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:98
- API reachable: `GET https://agentzone.fun/api/v1/stats` returns JSON.

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlagentzone/SKILL.md:99
- Search reachable: `GET https://agentzone.fun/api/v1/agents?limit=1` returns at least an `agents` array or valid empty result.

Guidance: Review: URL present; confirm expected destination and purpose.

mya-launchpad

  • network:curl-wgetmya-launchpad/SKILL.md:35
curl "https://monetizeyouragent.fun/api/v1/discover?skills=scraping,trading&difficulty=Easy&limit=10"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetmya-launchpad/SKILL.md:36
curl "https://monetizeyouragent.fun/api/v1/entries?category=Earn+Now&limit=10"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetmya-launchpad/SKILL.md:37
curl "https://monetizeyouragent.fun/api/v1/jobs"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetmya-launchpad/SKILL.md:38
curl "https://monetizeyouragent.fun/api/v1/swarms"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetmya-launchpad/SKILL.md:81
curl -X POST "https://monetizeyouragent.fun/api/v1/jobs/{id}/apply" \

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetmya-launchpad/SKILL.md:89
curl -X POST "https://monetizeyouragent.fun/api/v1/swarms/{id}/join" \

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:urlmya-launchpad/SKILL.md:26
- Website: https://monetizeyouragent.fun

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:27
- API docs: https://monetizeyouragent.fun/docs

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:28
- MCP endpoint: `https://monetizeyouragent.fun/mcp`

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:29
- Agent card: https://monetizeyouragent.fun/agent.json

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:35
curl "https://monetizeyouragent.fun/api/v1/discover?skills=scraping,trading&difficulty=Easy&limit=10"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:36
curl "https://monetizeyouragent.fun/api/v1/entries?category=Earn+Now&limit=10"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:37
curl "https://monetizeyouragent.fun/api/v1/jobs"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:38
curl "https://monetizeyouragent.fun/api/v1/swarms"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:57
POST https://monetizeyouragent.fun/mcp

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:81
curl -X POST "https://monetizeyouragent.fun/api/v1/jobs/{id}/apply" \

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:89
curl -X POST "https://monetizeyouragent.fun/api/v1/swarms/{id}/join" \

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:101
- Health: `GET https://monetizeyouragent.fun/api/v1/health` returns OK JSON.

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:102
- Entries: `GET https://monetizeyouragent.fun/api/v1/entries?limit=1` returns JSON.

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlmya-launchpad/SKILL.md:103
- MCP: `POST https://monetizeyouragent.fun/mcp` with `tools/list` returns available tools.

Guidance: Review: URL present; confirm expected destination and purpose.

pyrimid-protocol

  • network:curl-wgetpyrimid-protocol/SKILL.md:38
curl "https://pyrimid.ai/api/v1/catalog?query=trading&limit=10"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:curl-wgetpyrimid-protocol/SKILL.md:39
curl "https://pyrimid.ai/api/v1/stats"

Guidance: Review: network tool usage; ensure it's necessary and safe.

  • network:urlpyrimid-protocol/SKILL.md:26
- Website: https://pyrimid.ai

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:27
- Docs: https://pyrimid.ai/docs

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:29
- MCP endpoint: `https://pyrimid.ai/api/mcp`

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:30
- Catalog API: `https://pyrimid.ai/api/v1/catalog`

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:38
curl "https://pyrimid.ai/api/v1/catalog?query=trading&limit=10"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:39
curl "https://pyrimid.ai/api/v1/stats"

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:99
- Catalog reachable: `GET https://pyrimid.ai/api/v1/catalog?limit=1` returns JSON.

Guidance: Review: URL present; confirm expected destination and purpose.

  • network:urlpyrimid-protocol/SKILL.md:100
- MCP reachable: `GET https://pyrimid.ai/api/mcp` returns server/tool metadata.

Guidance: Review: URL present; confirm expected destination and purpose.


Notes: This comment auto-updates on each push to keep PRs clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant