Cloud Functions

🌐Community
by tencentcloudbase · vlatest · Repository

This skill enables you to deploy and manage serverless functions on TencentCloud, streamlining backend logic and reducing operational overhead.

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 tencentcloudbase-cloud-functions npx -- -y @trustedskills/tencentcloudbase-cloud-functions
2

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

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

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

About This Skill

What it does

This skill enables AI agents to discover, install, and manage Tencent Cloud Base cloud functions directly through natural language. It streamlines serverless deployment by handling the lifecycle of function code and configurations without manual CLI intervention.

When to use it

  • Deploying a new serverless API endpoint for a mobile app backend.
  • Automating the setup of scheduled cron jobs for data processing tasks.
  • Rapidly prototyping event-driven logic triggered by Tencent Cloud Base events.
  • Managing function scaling and environment variables via conversational commands.

Key capabilities

  • Discovery: Search available cloud functions within the Tencent Cloud Base ecosystem.
  • Installation: Deploy function code to the serverless runtime with a single prompt.
  • Configuration: Set up triggers, memory limits, and timeout settings dynamically.
  • Lifecycle Management: Update existing functions or delete them when no longer needed.

Example prompts

  • "Install a Python-based cloud function that processes user uploads on Tencent Cloud Base."
  • "Create a scheduled function to send daily email reports using the Tencent Cloud Base environment."
  • "Update the timeout setting for my existing 'data-sync' function to 30 seconds."

Tips & gotchas

Ensure your Tencent Cloud Base account has sufficient permissions and resources allocated before attempting deployment. The skill relies on the underlying MCP server's connection status; verify connectivity if installation commands fail silently.

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
32

🌐 Community

Passed automated security scans.