CCOS MCP Tools

Discover, inspect, and execute CCOS MCP tools within a governance-enabled runtime.

12|Updated May 23, 2025
One-click install
npx skills add https://github.com/mandubian/ccos --skill ccos-mcp-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CCOS MCP Tools
Source: https://github.com/mandubian/ccos/tree/main/.claude/skills/ccos-mcp-tools
Command: npx skills add https://github.com/mandubian/ccos --skill ccos-mcp-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured toolkit to discover, inspect, and execute MCP tools exposed by the CCOS server, enabling autonomous agents to leverage governance-enabled capabilities.

Core Features & Use Cases

  • Discovery & Introspection: search for capabilities by query, pattern, or domain and inspect their schemas.
  • Execution & Orchestration: execute capabilities with inputs and manage multi-step sessions for complex goals.
  • Governance & Learning: log actions, capture decisions, and reuse sessions to build reusable capabilities.

Quick Start

Start a session, search for MCP tools with ccos_search, inspect a capability with ccos_inspect_capability, and execute it with ccos_execute_capability. End the session with ccos_session_end to persist the plan.

Frequently Asked Questions about CCOS MCP Tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and execute MCP tools within a governance-enabled runtime?

You can discover and execute MCP tools within a governance-enabled runtime by searching for capabilities, inspecting their schemas, and running them with structured inputs to manage multi-step sessions.

What is the best way to manage multi-step sessions for complex goals using CCOS MCP tools?

The best way to manage multi-step sessions for complex goals is to start a session, execute capabilities sequentially, and end the session to persist the plan and capture decisions.

Can I inspect capability schemas before executing MCP tools?

Yes, you can inspect capability schemas before executing MCP tools by using the introspection feature to search for capabilities by query, pattern, or domain.

Do I need external installations to run CCOS MCP tools?

No, you do not need external installations to run CCOS MCP tools because the execution relies entirely on the MCP interfaces exposed by the CCOS server.

How does governance logging work when executing capabilities?

Governance logging works by capturing decisions and logging actions during capability execution, allowing autonomous agents to reuse sessions and build reusable capabilities.