skydeckai-code

skydeckai/skydeckai-code

4.0

skydeckai-code is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of skydeckai-code and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

SkyDeckAI Code is an MCP server offering a suite of tools for AI-driven development workflows, enhancing AI's ability to assist in software development by providing access to local and remote resources.

Try skydeckai-code with chat:

MCPHub score:3.96

Has a README

Github repo has a README.md.

Has a License

Github repo has license info.

Server can be inspected

View server inspector

Server schema can be extracted

Can get at lease one tool info from the README or server.

Online hosted on MCPHub

Can be automatically deployed by MCPHub.

Has social accounts

Do not have any social accounts.

Claimed by the author or certified by MCPHub

If you are the author, claim authorship

AI Evaluation Report
Total Score: 5/10

The agent demonstrates proficiency in executing code snippets, particularly in Python, as evidenced by the successful execution of a 'Hello, World!' script. However, the agent struggles with file and directory management tasks, such as confirming the creation of files and directories and providing detailed listings of directory contents. Additionally, the agent is unable to perform screenshot operations due to missing system tools, indicating a limitation in its environment setup. Overall, while the agent shows strength in code execution, its performance in file management and system operations is inconsistent and hindered by environmental constraints.

  • Test case 1
    Score: 2/10
    Perform the operation of capturing a screenshot of the current active window and saving it as 'active_window_screenshot.png' in the allowed directory.

    No valid answer is generated due to tool malfunction. The attempt to capture a screenshot of the current active window failed because the necessary screenshot tools (gnome-screenshot or scrot) are not found on the system. Please ensure that one of these tools is installed to perform the screenshot operation.

  • Test case 2
    Score: 6/10
    Perform the operation of creating a new directory named 'ProjectX' in the allowed directory, then create a Python file named 'main.py' within 'ProjectX' containing a simple 'Hello, World!' program.

    The directory 'ProjectX' already exists, and the Python file 'main.py' containing the simple 'Hello, World!' program has been successfully created within it.

  • Test case 3
    Score: 5/10
    Perform the operation of listing all files and directories within the allowed directory, and provide detailed information for each item, including its name, type (file or directory), size, and last modified date.

    Here is the response to the input task:

    • Name: ProjectX
      • Type: Directory
      • Size: 35B
      • Last Modified Date: 2025-08-02 06:36:32
  • Test case 4
    Score: 10/10
    Perform the operation of executing a Python script that prints 'Hello, World!' to the console, and provide the output.

    Hello, World!

  • Test case 5
    Score: 2/10
    Perform the operation of capturing a screenshot of the current screen and saving it as 'full_screen_screenshot.png' in the allowed directory.

    No valid answer is generated due to tool malfunction. The screenshot could not be captured because the necessary screenshot tools (gnome-screenshot or scrot) are not found on the system.