Capability Catalog

Everything on the channel

Sixteen tools across five groups, an operating system of 78 Agent Skills in four levels, and the full AINative platform the server has ground truth on — all RBAC-scoped, per client.

16MCP Tools
22Platform Services
78Agent Skills
// Group A

Platform Discovery

No credentials required. Live knowledge of every AINative service.

prd_list_services

List all 22 AINative products with descriptions, API prefixes, SDKs, and pricing.

readno-auth
prd_get_api_catalog

Get detailed API information — endpoints, methods, schemas — for a specific service.

readno-auth
prd_suggest_stack

Given a requirement, suggest which AINative services to use — with justifications.

reasonno-auth
// Group B

Agent Skills

GitHub-canonical, ZeroDB-cached. List & get work with zero credentials.

skill_list

List Agent Skills in the skills repo, pulled live from GitHub.

readgithub
skill_get

Get a skill's full SKILL.md body, optionally with all reference files.

readgithub
skill_get_reference

Get a single reference file for a skill, on demand.

readgithub
skill_search

Find the right skill for a task — ZeroDB semantic search, GitHub keyword fallback.

searchzerodb
skill_sync

Mirror skills from GitHub into ZeroDB for semantic search and offline use.

writezerodb
// Group C

Orchestration

Resolve the skills into a parallel + dependent execution plan. RBAC-scoped to the skills you can access.

orchestration_manifests

The machine-readable handoff graph (consumes/produces/tools/gates) for your accessible skills.

readrbac
orchestration_plan

Resolve a goal or subset into parallel levels + per-node dependency contracts.

reasonrbac
orchestration_guide

The orchestration spec + how to run it in your authenticated context.

read
// Group D

Client memory

Per-client shared context (ZeroDB), walled off by membership. Auto-injected into skill prompts.

client_list

The client tenants you can access.

read
client_memory_store

Persist context to a client's shared memory — carries across sessions for all its members.

writemembership
client_memory_search

Recall a client's shared memory by query.

searchmembership
// Group E

Tool credentials

Per-client API keys. shared uses the agency key; client-owned stays the client's — never crossed.

tool_credentials_status

Per-tool policy (shared / client-owned) + connected state for your client. No secrets.

readmembership
dataforseo_search_volume

Google Ads search volume / CPC / competition via DataForSEO, using your client's credentials.

livemembership

Every skill is also exposed as an MCP prompt — each shows up as a selectable prompt named by its slug, with an optional input argument for the task to apply it to.

// Channel open

Ready to put these
to work?