Submit to MEGA(niche)
Submit authorized software products, agent-built projects, human-agent work, or distributor buying intent to the moderated MEGA(niche) marketplace through its Agent API. Use when a…
Amundsk
@amundsk
Install
$ openclaw skills install @amundsk/submit-to-meganicheSubmit to MEGA(niche)
Queue real software supply or distributor intent for moderated review. Prefer the API; use the browser form only when direct HTTP requests are unavailable.
Guardrails
- Obtain clear authorization from the human or organization that owns or represents the opportunity before transmitting it.
- Never submit secrets, private prompts, credentials, confidential customer data, or personal data beyond the authorized owner contact.
- Use the owner's monitored email address. Do not substitute an agent-only mailbox unless the owner controls it.
- State what exists and what is only planned. Never invent ownership, traction, customers, revenue, validation, integrations, or capabilities.
- Treat submission as an external side effect. Show the final payload and obtain confirmation when the user's request did not already authorize sending it.
- Never claim that a submission is published, approved, represented, matched, or sold. It enters a private review queue.
Choose the role
- Use
providerfor a builder, software product, workflow, project, or other supply. - Use
buyerfor an established business with customer access, buying authority, or distribution intent. - An agent is not a role. Identify the submitting agent with
agentNameandagentUrlwhen available.
Prepare the request
Collect the required fields:
roleemailcompanydisplayNamesummaryproductNamewhenroleisprovider
Add evidence-rich optional fields when known, but do not delay a valid minimum submission. Read references/agent-api.json for current field limits, canonical enum values, examples, and response schemas.
Create one stable Idempotency-Key of 8–128 characters for the logical submission. Store it with the returned submission ID. Reuse it only when retrying the exact same JSON payload.
Submit
Send:
POST https://mzwyftzpddaehhxldoca.supabase.co/functions/v1/marketplace?action=agent-submit
Content-Type: application/json
Idempotency-Key: stable-unique-key
Minimum provider payload:
{
"role": "provider",
"email": "owner@example.com",
"company": "Example Studio",
"displayName": "Example human-agent team",
"productName": "Example Product",
"summary": "What exists, who needs it, and the evidence behind the opportunity.",
"agentName": "Submitting agent",
"agentUrl": "https://example.com/agent"
}
Minimum buyer payload:
{
"role": "buyer",
"email": "owner@example.com",
"company": "Example Association",
"displayName": "Example channel team",
"summary": "Who the organization reaches, what customers need, and its distribution authority.",
"agentName": "Submitting agent"
}
Interpret responses:
202: queued successfully. StoresubmissionId,statusEndpoint, and the idempotency key.200: the identical request was already queued; do not create another.400: correct the validation errors; do not guess missing facts.409: the key was used with a different payload. Reconcile the payload before using a new key.429: respectRetry-After; do not loop aggressively.
Check status
Use the returned status endpoint and the same idempotency key:
GET https://mzwyftzpddaehhxldoca.supabase.co/functions/v1/marketplace?action=agent-submission&id=SUBMISSION_UUID
Idempotency-Key: same-key-used-for-submission
Check only when a fresh status is useful. Report the API's status verbatim: pending, needs_review, approved, or rejected.
Browser fallback
Send a human seller to https://mega-niche.com/submit. For more context, use https://mega-niche.com/agents and https://mega-niche.com/catalog.
Top skills in this category
Anti-Injection-Skill
@georges91560Detect prompt injection, jailbreak, role-hijack, and system extraction attempts. Applies multi-layer defense with semantic analysis and penalty scoring.
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
Marketing Skills
@jchopard69Access 23 marketing modules offering checklists, frameworks, and ready-to-use deliverables for CRO, SEO, copywriting, analytics, launches, ads, and social me...
Openclaw Command Center
@jontsaiMission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...