self-setup

Configure LLM providers, models, and API keys via a local management API.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill self-setup-citedy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-setup
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/self-setup
Command: npx skills add https://github.com/citedy/adclaw --skill self-setup-citedy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring multiple LLM providers and models can be complex and error-prone; this skill standardizes the process via conversational control and a local management API.

Core Features & Use Cases

  • Provider management: add, configure, and validate providers and API keys.
  • Model switching: select and set the active model for a provider.
  • Connection testing: verify reachability and model readiness using the local API.

Quick Start

Tell the agent to add a new provider or switch the active model using the local management API.

Frequently Asked Questions about self-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure LLM providers via a local management API?

You can configure LLM providers via a local management API by instructing the agent conversationally to add providers, set API keys, and manage channel setup through HTTP requests.

Can I switch the active model for an LLM provider through conversation?

Yes, you can switch the active model for an LLM provider through conversation by telling the agent to select and set the desired model using the local management API.

How do I test LLM API key connections locally?

To test LLM API key connections locally, ask the agent to verify reachability and model readiness using the local management API, which validates the configured provider and key.

What is the best way to manage multiple LLM API keys without manual curl commands?

The best way to manage multiple LLM API keys without manual curl commands is using conversational control, which standardizes provider configuration and key validation through the local API.

Do I need to write curl requests to add a new LLM provider?

No, you do not need to write curl requests manually; the skill automates the HTTP requests required to add, configure, and validate new LLM providers and models conversationally.