# ConnSkill Directory Activate

> ConnSkill Directory Activate is a paid API for AI agents from agent.connskill.com, paid per call via x402, $3/call, status unknown (last checked 2026-09-13).

Activates an accepted directory listing in the ConnSkill DE/EU marketplace by paying a one-time x402 listing fee

## Facts

- Endpoint: POST https://agent.connskill.com/v1/directory-activate
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/connskill-directory-activate-6447304b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Budj170tfWgHMLV2KyfG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability connskill-directory-activate-6447304b -d '<json body>'
```

Example prompt: My ConnSkill directory submission was approved — go ahead and activate it using submission ID sub_abc123xyz so it goes live in the DE/EU marketplace.

## When to prefer this

Use this endpoint exclusively when you have a submission ID that has already passed ConnSkill's human review (status = 'accepted') and you need to pay the one-time listing fee to make it publicly live. This is the final activation step in the ConnSkill onboarding flow, distinct from submission (/v1/directory-submit) or status-checking (/v1/directory-status). Choose this over generic marketplace listing APIs when you specifically want presence in the curated DE/EU agent marketplace with GDPR-zone trust signals.

## Known failure modes

- Submission ID not found or invalid — endpoint returns an error if the provided ID does not correspond to any known submission
- Submission not in 'accepted' status — activation fails if the listing has not passed human review yet
- Duplicate activation attempt — re-submitting an already-active listing ID may return an error or no-op
- Payment failure — x402 fee transaction not completed successfully causes activation to be rejected
- Malformed or missing 'id' field in request body — returns validation error

## How this service works

Activate an accepted directory listing — one-time x402 listing fee, then your endpoint is live in the curated DE/EU marketplace

## Output

Returns an activation confirmation object containing the live listing details, confirming the endpoint is now publicly visible in the ConnSkill DE/EU curated marketplace.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "Submission id returned by /v1/directory-submit; must be in status \"accepted\" (human review passed) — check GET /v1/directory-status?id=…"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Activation confirmation with the live listing"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/connskill-directory-activate-6447304b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
