Cloudbase Agent Ts

🌐Community
by tencentcloudbase · vlatest · Repository

Automates Tencent CloudBase tasks like deployment, monitoring, and scaling using a robust TypeScript agent.

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 cloudbase-agent-ts npx -- -y @trustedskills/cloudbase-agent-ts
2

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

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

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

About This Skill

The cloudbase-agent-ts skill enables AI agents to interact with CloudBase, Tencent Cloud's serverless platform. It allows agents to manage serverless applications, deploy functions, and configure environments directly through natural language commands.

When to use it

  • Automating the deployment of new serverless functions to production or staging environments.
  • Scaling existing CloudBase applications based on real-time traffic analysis.
  • Managing environment variables and secrets for secure application configuration.
  • Troubleshooting and restarting failed serverless instances without manual CLI access.

Key capabilities

  • Serverless function lifecycle management (create, update, delete).
  • Application deployment orchestration via Tencent Cloud infrastructure.
  • Environment configuration handling including variable injection.
  • Resource monitoring and instance control operations.

Example prompts

  • "Deploy my new API endpoint to the production environment on CloudBase."
  • "Scale up the user-authentication function to handle increased load during peak hours."
  • "Update the database connection string for the staging environment and restart the service."

Tips & gotchas

Ensure your AI agent has the necessary permissions to access your Tencent Cloud account before attempting deployment tasks. Complex configurations may require breaking down requests into smaller, sequential steps for better accuracy.

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
tencentcloudbase
Installs
159

🌐 Community

Passed automated security scans.