sks

显示已激活的 Skills 状态和所有可用命令列表

100 stars
Complexity: medium

About this skill

The 'sks' skill provides a comprehensive overview of an AI agent's operational capabilities. It identifies which skills are currently active within the agent's environment and enumerates every command the agent is capable of executing. This internal utility is invaluable for both agents and developers seeking to understand, debug, or audit the agent's current state and available tools. This skill helps ensure transparency in the agent's functionality, making it easier to troubleshoot issues where an agent might fail to perform an expected action or to verify that newly integrated skills are properly activated. By providing a clear list of commands, it acts as a self-documentation tool for the agent's runtime capabilities. Developers can use 'sks' to quickly confirm the agent's access to specific functions, while the agent itself can leverage it to remind itself of its own toolkit, potentially improving task execution accuracy and reducing instances of 'hallucinating' non-existent commands. It's a foundational introspection tool for sophisticated AI systems.

Best use case

The primary use case is for AI agents or their developers to gain immediate insight into the agent's installed capabilities and operational status. It's crucial for verifying skill activation, discovering the full range of executable commands, and troubleshooting issues related to skill integration or execution. Developers, researchers, and anyone managing an AI agent benefits most from this ability to monitor and understand the agent's functional scope.

显示已激活的 Skills 状态和所有可用命令列表

A printed output detailing the status of active skills and a comprehensive list of all commands recognized by the AI agent.

Practical example

Example input

Run the `sks` skill to see the status of activated skills and all available commands.

Example output

--- Active Skills ---
- git_clone: Active
- file_management: Active
- web_search: Inactive
--- Available Commands ---
- git_clone [url]
- file_read [path]
- file_write [path] [content]
- web_search [query]
- sks

When to use this skill

  • To check which AI agent skills are currently active and available.
  • To discover all commands an AI agent can execute.
  • When debugging why an agent is not performing an expected task.
  • To audit the complete set of capabilities for an AI agent setup.

When not to use this skill

  • When the objective is to perform a specific task rather than manage skills.
  • When the agent's operational status and command list are already known.
  • In a highly optimized production environment where internal introspection is not part of the active workflow.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sks/SKILL.md --create-dirs "https://raw.githubusercontent.com/OpenDCAI/Mycel/main/.claude/skills/sks/skill.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sks/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sks Compares

Feature / AgentsksStandard Approach
Platform SupportClaudeLimited / Varies
Context Awareness High Baseline
Installation ComplexitymediumN/A

Frequently Asked Questions

What does this skill do?

显示已激活的 Skills 状态和所有可用命令列表

Which AI agents support this skill?

This skill is designed for Claude.

How difficult is it to install?

The installation complexity is rated as medium. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

无需任何参数,**直接运行**:

```bash
python3 "$(git rev-parse --show-toplevel 2>/dev/null)/.claude/skills/sks/status.py"
```

Related Skills

cove

18
from serpro69/ktchn8s

Applies Chain-of-Verification (CoVe) prompting to enhance AI response accuracy by instructing the model to self-verify its answers. It's ideal for complex questions requiring high precision or multi-step reasoning.

General UtilitiesClaude

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

filesystem

3891
from openclaw/skills

Advanced filesystem operations for listing files, searching content, batch processing, and directory analysis. Supports recursive search, file type filtering, size analysis, and batch operations like copy/move/delete. Use when you need to: list directory contents, search for files by name or content, analyze directory structures, perform batch file operations, or analyze file sizes and distribution.

General Utilities

Budget & Expense Tracker — AI Agent Financial Command Center

3891
from openclaw/skills

Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.

General Utilities

yt-dlp

3891
from openclaw/skills

A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.

General Utilities

time-checker

3891
from openclaw/skills

Check accurate current time, date, and timezone information for any location worldwide using time.is. Use when the user asks "what time is it in X", "current time in Y", or needs to verify timezone offsets.

General Utilities

pihole-ctl

3891
from openclaw/skills

Manage and monitor local Pi-hole instance. Query FTL database for statistics (blocked ads, top clients) and control service via CLI. Use when user asks "how many ads blocked", "pihole status", or "update gravity".

General Utilities

mermaid-architect

3891
from openclaw/skills

Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".

General Utilities

memory-cache

3891
from openclaw/skills

High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.

General Utilities

mema

3891
from openclaw/skills

Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.

General Utilities

file-organizer-skill

3891
from openclaw/skills

Organize files in directories by grouping them into folders based on their extensions or date. Includes Dry-Run, Recursive, and Undo capabilities.

General Utilities

media-compress

3891
from openclaw/skills

Compress and convert images and videos using ffmpeg. Use when the user wants to reduce file size, change format, resize, or optimize media files. Handles common formats like JPG, PNG, WebP, MP4, MOV, WebM. Triggers on phrases like "compress image", "compress video", "reduce file size", "convert to webp/mp4", "resize image", "make image smaller", "batch compress", "optimize media".

General Utilities