Siliconflow Api Skills

🌐Community
by wwwzhouhui · vlatest · Repository

Provides API guidance and assistance for agent workflows.

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 siliconflow-api-skills npx -- -y @trustedskills/siliconflow-api-skills
2

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

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

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

About This Skill

What it does

This skill set provides the foundational tools for AI agents to interact with the SiliconFlow API, enabling them to access and utilize specific model capabilities. It allows agents to programmatically request services, manage configurations, and execute tasks directly through the platform's interface.

When to use it

  • Model Invocation: Triggering specific large language models or multimodal engines hosted on SiliconFlow for inference.
  • Task Automation: Automating workflows that require external API calls to generate text, images, or code within an agent loop.
  • Integration Building: Creating custom agents that need direct connectivity to SiliconFlow's ecosystem without manual intervention.
  • Resource Management: Handling API key authentication and rate limiting constraints inherent to the service.

Key capabilities

  • Direct API endpoint access for model interactions
  • Authentication handling via API keys
  • Request payload construction and transmission
  • Response parsing and data extraction
  • Error handling for failed requests

Example prompts

  • "Use the SiliconFlow API skill to generate a Python script that fetches weather data."
  • "Call the image generation endpoint on SiliconFlow to create a logo based on this description."
  • "Execute a text completion task using the specified model parameters via the SiliconFlow interface."

Tips & gotchas

Ensure you have valid API credentials configured before attempting to invoke any models, as authentication is required for all requests. Be mindful of rate limits imposed by the service to avoid request throttling during high-volume agent operations.

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
wwwzhouhui
Installs
34

🌐 Community

Passed automated security scans.