Workspace Builder

🌐Community
by groeimetai · vlatest · Repository

This Workspace Builder creates organized digital workspaces from your notes & files, boosting productivity and streamlining workflows effortlessly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add workspace-builder npx -- -y @trustedskills/workspace-builder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "workspace-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/workspace-builder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to create and manage digital workspaces within ServiceNow using App Engine Studio (AES). It facilitates low-code application development by allowing for the creation of scoped applications, tables, forms, dashboards, and lists within these workspaces. The skill leverages ServiceNow's ES5 scripting environment to automate workspace setup and configuration.

When to use it

  • To quickly provision new digital workspaces in ServiceNow for specific projects or teams.
  • When automating the initial setup of application scopes including table creation and field definition.
  • For streamlining low-code application development workflows within a ServiceNow environment.

Key capabilities

  • Creation of scoped applications (sys_scope) with defined names, scope identifiers, descriptions, versions, vendors, and license information.
  • Generation of application tables (sys_db_object) within the specified scope, including setting table labels, super classes, and access controls.
  • Automated creation of fields for newly created tables.
  • Support for defining UI Builder pages (sys_ux_page) and custom components (sys_ux_macroponent).

Example prompts

  • "Create a new ServiceNow application scope named 'IT Asset Tracker' with the scope identifier 'x_myco_asset_track'."
  • "Generate a table in my ServiceNow application called 'Incident Details' extending the 'task' super class."
  • "Set up a workspace for managing customer support requests, including lists and forms."

Tips & gotchas

  • This skill utilizes ES5 scripting, which may have limitations compared to newer ServiceNow scripting environments.
  • Ensure proper permissions within ServiceNow are configured for the AI agent to execute these actions.
  • The skill requires a working ServiceNow instance with App Engine Studio enabled.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
groeimetai
Installs
44

🌐 Community

Passed automated security scans.